123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE PISI SYSTEM "https://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>
- <Patches>
- <Patch level="1">fedora/0001-auth-dialog-make-the-label-wrap-at-70-chars.patch</Patch>
- <Patch level="1">fedora/02-select-default-user.patch</Patch>
- <Patch level="1">fedora/04-autorestart.patch</Patch>
- <Patch level="1">fedora/06-authentication-failure-string.patch</Patch>
- <Patch level="1">fedora/07-use-accountsservice.patch</Patch>
- <Patch level="1">fedora/08-fresh-x11-timestamps.patch</Patch>
- <Patch level="1">fedora/remove_g_type_init.patch</Patch>
- </Patches>
- </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="6">
- <Date>2024-09-11</Date>
- <Version>105</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2021-05-05</Date>
- <Version>105</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2020-02-16</Date>
- <Version>105</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-08-30</Date>
- <Version>105</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|