123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gkrellm</Name>
- <Homepage>http://www.gkrellm.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>gkrellm</Icon>
- <IsA>app:gui</IsA>
- <IsA>service</IsA>
- <Summary>A compact and clean system monitoring tool</Summary>
- <Description>A program to monitor system status, and to collect system information such as memory usage, cpu temperature etc.</Description>
- <Archive sha1sum="3d19729843f0bc6f5fbe67518ff5349d2f07d512" type="tarbz2">http://gkrellm.srcbox.net/releases/gkrellm-2.3.11.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>gnutls-devel</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libgcrypt-devel</Dependency>
- <Dependency>libICE-devel</Dependency>
- <Dependency>libSM-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">drop_privileges.patch</Patch>
- <Patch level="1">gkrellmd-conf.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>gkrellm</Name>
- <RuntimeDependencies>
- <Dependency>gnutls</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgcrypt</Dependency>
- <Dependency>libICE</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libSM</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/gkrellm.desktop">gkrellm.desktop</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/gkrellm.png">gkrellm.png</AdditionalFile>
- </AdditionalFiles>
- <Provides>
- <COMAR script="service.py">System.Service</COMAR>
- </Provides>
- </Package>
- <Package>
- <Name>gkrellm-devel</Name>
- <Summary>Development files for gkrellm</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gkrellm</Dependency>
- <Dependency>gtk2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2020-03-10</Date>
- <Version>2.3.11</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2019-11-24</Date>
- <Version>2.3.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-20</Date>
- <Version>2.3.10</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-01-04</Date>
- <Version>2.3.10</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-29</Date>
- <Version>2.3.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.3.5</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-01</Date>
- <Version>2.3.5</Version>
- <Comment>First release</Comment>
- <Name>Aydın Demirel</Name>
- <Email>aydin.demirel@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|