123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xfce-polkit</Name>
- <Homepage>https://github.com/ncopa/xfce-polkit</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <PartOf>desktop.xfce.addon</PartOf>
- <Summary>A simple PolicyKit authentication agent for XFCE</Summary>
- <Description>A simple PolicyKit authentication agent for XFCE</Description>
- <Archive sha1sum="307d616034366db41634de2ce0a11597af05fb47" type="targz">
- https://codeload.github.com/ncopa/xfce-polkit/tar.gz/v0.3
- </Archive>
- <BuildDependencies>
- <Dependency>python3</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>polkit-devel</Dependency>
- <Dependency>libpcre2-devel</Dependency>
- <Dependency>libxfce4ui-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>xfce-polkit</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>polkit</Dependency>
- <Dependency>libpcre2</Dependency>
- <Dependency>libxfce4ui</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Version>0.3</Version>
- <Date>2020-06-25</Date>
- <Comment>Rebuild</Comment>
- <Email>uglyside@yandex.ru</Email>
- <Name>fury</Name>
- </Update>
- <Update release="1">
- <Version>0.3</Version>
- <Date>2019-07-11</Date>
- <Comment>First build.</Comment>
- <Email>uglyside@yandex.ru</Email>
- <Name>fury</Name>
- </Update>
- </History>
- </PISI>
|