123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>service-manager</Name>
- <Homepage>https://www.pisilinux.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Icon>service-manager</Icon>
- <Summary>System Service configuration GUI</Summary>
- <Description>This system service configuration software is developed for Pisi Linux. It provides managing system services.</Description>
- <Archive sha1sum="982265f6d195eac688e2605b596efbf8dd655162" type="targz">https://github.com/PisiLinuxNew/service-manager/archive/refs/tags/service-manager-3.1.4.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>docutils</Dependency>
- <Dependency>python-docutils</Dependency>
- <Dependency>python-qt5-devel</Dependency>
- <Dependency>pisilinux-desktop-services</Dependency>
- </BuildDependencies>
- <Patches>
- <!--Patch level="1">Icons_display_fix.patch</Patch-->
- </Patches>
- </Source>
- <Package>
- <Name>service-manager</Name>
- <RuntimeDependencies>
- <Dependency>python-qt5</Dependency>
- <Dependency>pisilinux-desktop-services</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/applications</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2022-08-21</Date>
- <Version>3.1.4</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="7">
- <Date>2022-06-03</Date>
- <Version>3.1.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2021-11-28</Date>
- <Version>3.1.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-06</Date>
- <Version>3.1.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-10-17</Date>
- <Version>3.1.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-01-11</Date>
- <Version>3.1.1</Version>
- <Comment>fixed icons and window title issues</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2017-08-24</Date>
- <Version>3.1.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2016-06-03</Date>
- <Version>3.1.0</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|