12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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="18e7f152c59aef11180c4efb11576f30d48900ff" type="targz">mirrors://sourceforge/urlget/uget (stable)/2.0.5/uget-2.0.5.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-next-devel</Dependency>
- </BuildDependencies>
- </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-next</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="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>
|