123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>uget</Name>
- <Homepage>http://ugetdm.com/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <Icon>uget</Icon>
- <PartOf>network.download</PartOf>
- <IsA>app:gui</IsA>
- <Summary>uget - Download manager using GTK+ and libcurl</Summary>
- <Description>uGet is an Open Source download manager application for GNU/Linux developed with GTK+.</Description>
- <Archive sha1sum="e0f2718fdf36d6db42f8f596ea15a5a987a2b2ab" type="targz">https://sourceforge.net/projects/urlget/files/uget%20%28stable%29/2.2.3/uget-2.2.3-1.tar.gz</Archive>
- <!--Archive sha1sum="8e740b383d05b59a7004a7dc2cc13543dbb93188" type="tarxz">http://sourceforge.net/projects/urlget/files/aria2-plugin/1.18.x/aria2-1.18.3.tar.xz</Archive-->
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>curl-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>libnotify-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>gstreamer-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">gcc10.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>uget</Name>
- <RuntimeDependencies>
- <Dependency>curl</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>gstreamer</Dependency>
- <Dependency>aria2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/sounds</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-12-28</Date>
- <Version>2.2.3.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-04-11</Date>
- <Version>2.2.3.1</Version>
- <Comment>Version bump</Comment>
- <Name>Erkan IŞIK</Name>
- <Email>erkanisik@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2016-03-22</Date>
- <Version>2.0.5</Version>
- <Comment>Version bump, rebuilt with docker.</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2014-07-09</Date>
- <Version>1.10.4</Version>
- <Comment>Version Bump.</Comment>
- <Name>Vedat Demir</Name>
- <Email>vedat@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2014-02-17</Date>
- <Version>1.10.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2013-02-08</Date>
- <Version>1.10.3</Version>
- <Comment>First release</Comment>
- <Name>Idris Kalp</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|