12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>polkit-gnome</Name>
- <Homepage>http://hal.freedesktop.org/docs/polkit</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <License>LGPLv2</License>
- <IsA>app:gui</IsA>
- <IsA>library</IsA>
- <Summary>Authentication agent for polkit</Summary>
- <Description>polkit-gnome package provides an authentication agent for polkit that integrates well with the GNOME desktop environment.</Description>
- <Archive sha1sum="948bad76395834a1b45b65bd191d46145f5c0b9f" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/polkit-gnome/0.105/polkit-gnome-0.105.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>gnome-common</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>polkit-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>polkit-gnome</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>polkit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile target="/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop" permission="0644" owner="root">polkit-gnome-authentication-agent-1.desktop</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="2">
- <Date>2017-03-19</Date>
- <Version>105</Version>
- <Comment>Release bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-12-08</Date>
- <Version>105</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|