Merge pull request #2305 from groni/master

darktable add build dependency cmake, add plasma-applet-resources-mon…
This commit is contained in:
Ertuğrul Erata
2016-11-13 21:33:34 +02:00
committed by GitHub
11 changed files with 362 additions and 19 deletions
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("LICENSE", "README.md")
@@ -0,0 +1,41 @@
<PISI>
<Source>
<Name>plasma-applet-resources-monitor</Name>
<Homepage>https://github.com/kotelnik/plasma-applet-resources-monitor</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<Summary>Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Summary>
<Description>Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</BuildDependencies>
<Archive sha1sum="4b2afd6f8d0ca6f881121c8d57c1d89a2dc06f4f" type="targz">https://github.com/kotelnik/plasma-applet-resources-monitor/archive/v1.0.5.tar.gz</Archive>
</Source>
<Package>
<Name>plasma-applet-resources-monitor</Name>
<Summary>Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.0.5</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
@@ -0,0 +1,39 @@
<PISI>
<Source>
<Name>plasma-applet-rssnow</Name>
<Homepage>https://github.com/Misenko/rssnow-plasma5-applet</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<Summary>Show news from various sources</Summary>
<Description>Show news from various sources</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="ed178b2eaf26c2cfaad1fadbc7d675713e89b770" type="targz">/home/groni/Downloads/rssnow-plasma5-applet-master.tar.gz</Archive>
</Source>
<Package>
<Name>plasma-applet-rssnow</Name>
<Summary>Show news from various sources</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("README.md", "LICENSE")
@@ -0,0 +1,41 @@
<PISI>
<Source>
<Name>plasma-applet-thermal-monitor</Name>
<Homepage>https://github.com/kotelnik/plasma-applet-thermal-monitor</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<Summary>Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.</Summary>
<Description>Shows temperature of various available sensors including CPU, GPU (lmsensors and nvidia-smi if appliable) and HDD (using udisks2 d-bus backend).</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</BuildDependencies>
<Archive sha1sum="1ba066b173b8d0498537d259cbe7835a474f4dd3" type="targz">https://github.com/kotelnik/plasma-applet-thermal-monitor/archive/v1.2.7.tar.gz</Archive>
</Source>
<Package>
<Name>plasma-applet-thermal-monitor</Name>
<Summary>Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.2.7</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+2 -1
View File
@@ -19,7 +19,8 @@
<Patch level="1">0001-debcherry-fixup-patch.patch</Patch>
</Patches>
<BuildDependencies>
<Dependency>exiv2-devel</Dependency>
<Dependency>exiv2-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>gconf-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
+177 -16
View File
@@ -15220,7 +15220,7 @@
<Description xml:lang="en">Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.</Description>
<Description xml:lang="tr">Git hızlı, ölçeklenebilir ve dağıtılmış, ve sık rastlanmayan zengin komut kümesi içeren, hem yüksek seviyeli işlemleri hem dahili işlemlere tam erişimi sağlayan bir sürüm kontrol sistemidir.</Description>
<Description xml:lang="es">GIT es un sistema rápido, escalable y distribuido de control de versiones con un amplio espectro de comandos que permite operaciones de alto nivel tanto como operaciones con acceso a detalles internos.</Description>
<Archive type="tarxz" sha1sum="2126585d365545998da424e3ddb16096674f4aae">https://www.kernel.org/pub/software/scm/git/git-2.7.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="2023975ae0061bd569b8529025428e3eca53be2e">https://www.kernel.org/pub/software/scm/git/git-2.10.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>tcltk-devel</Dependency>
<Dependency>openssl-devel</Dependency>
@@ -15246,7 +15246,7 @@
<Dependency>perl-Authen-SASL</Dependency>
<Dependency>perl-libwww</Dependency>
<Dependency>libpcre</Dependency>
<Dependency version="2.7.2">perl-Git</Dependency>
<Dependency version="2.10.2">perl-Git</Dependency>
<Dependency>openssh</Dependency>
<Dependency>openssl</Dependency>
<Dependency>rsync</Dependency>
@@ -15272,7 +15272,7 @@
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libpcre</Dependency>
<Dependency version="2.7.2">git</Dependency>
<Dependency version="2.10.2">git</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/conf.d/git-daemon</Path>
@@ -15308,7 +15308,7 @@
<Summary xml:lang="tr">Git sürüm ağacı görüntüleyici</Summary>
<IsA>app:gui</IsA>
<RuntimeDependencies>
<Dependency version="2.7.2">git</Dependency>
<Dependency version="2.10.2">git</Dependency>
<Dependency>tcltk</Dependency>
</RuntimeDependencies>
<Files>
@@ -15323,8 +15323,8 @@
<Summary xml:lang="tr">GIT için basit bir grafik arayüz</Summary>
<IsA>app:gui</IsA>
<RuntimeDependencies>
<Dependency version="2.7.2">git</Dependency>
<Dependency version="2.7.2">gitk</Dependency>
<Dependency version="2.10.2">git</Dependency>
<Dependency version="2.10.2">gitk</Dependency>
<Dependency>tcltk</Dependency>
</RuntimeDependencies>
<Files>
@@ -15343,7 +15343,7 @@
<IsA>app:web</IsA>
<PartOf>server.web</PartOf>
<RuntimeDependencies>
<Dependency version="2.7.2">git</Dependency>
<Dependency version="2.10.2">git</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/var/www/localhost</Path>
@@ -15356,6 +15356,13 @@
</AdditionalFiles>
</Package>
<History>
<Update release="3">
<Date>2016-11-12</Date>
<Version>2.10.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2.7.2</Version>
@@ -62165,6 +62172,49 @@ thunar-volman is installed and configured properly, and you plug in your digical
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>plasma-applet-thermal-monitor</Name>
<Homepage>https://github.com/kotelnik/plasma-applet-thermal-monitor</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<PartOf>desktop.kde.addon</PartOf>
<Summary xml:lang="en">Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.</Summary>
<Description xml:lang="en">Shows temperature of various available sensors including CPU, GPU (lmsensors and nvidia-smi if appliable) and HDD (using udisks2 d-bus backend).</Description>
<Archive type="targz" sha1sum="1ba066b173b8d0498537d259cbe7835a474f4dd3">https://github.com/kotelnik/plasma-applet-thermal-monitor/archive/v1.2.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</BuildDependencies>
<SourceURI>desktop/kde/addon/plasma-applet-thermal-monitor/pspec.xml</SourceURI>
</Source>
<Package>
<Name>plasma-applet-thermal-monitor</Name>
<Summary xml:lang="en">Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.2.7</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>prison-qt5</Name>
@@ -62371,6 +62421,47 @@ thunar-volman is installed and configured properly, and you plug in your digical
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>plasma-applet-rssnow</Name>
<Homepage>https://github.com/Misenko/rssnow-plasma5-applet</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<PartOf>desktop.kde.addon</PartOf>
<Summary xml:lang="en">Show news from various sources</Summary>
<Description xml:lang="en">Show news from various sources</Description>
<Archive type="targz" sha1sum="ed178b2eaf26c2cfaad1fadbc7d675713e89b770">/home/groni/Downloads/rssnow-plasma5-applet-master.tar.gz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/kde/addon/plasma-applet-rssnow/pspec.xml</SourceURI>
</Source>
<Package>
<Name>plasma-applet-rssnow</Name>
<Summary xml:lang="en">Show news from various sources</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libdmtx</Name>
@@ -62479,6 +62570,49 @@ thunar-volman is installed and configured properly, and you plug in your digical
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>plasma-applet-resources-monitor</Name>
<Homepage>https://github.com/kotelnik/plasma-applet-resources-monitor</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<PartOf>desktop.kde.addon</PartOf>
<Summary xml:lang="en">Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Summary>
<Description xml:lang="en">Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Description>
<Archive type="targz" sha1sum="4b2afd6f8d0ca6f881121c8d57c1d89a2dc06f4f">https://github.com/kotelnik/plasma-applet-resources-monitor/archive/v1.0.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</BuildDependencies>
<SourceURI>desktop/kde/addon/plasma-applet-resources-monitor/pspec.xml</SourceURI>
</Source>
<Package>
<Name>plasma-applet-resources-monitor</Name>
<Summary xml:lang="en">Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.0.5</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>kde-servicemenu-rootactions</Name>
@@ -79236,7 +79370,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>qt5-multimedia-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-imageformats-devel</Dependency>
<Dependency>qt5-imageformats</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
@@ -79257,7 +79391,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
<Dependency>kcrash-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
<Dependency>kcalcore-devel</Dependency>
<Dependency>kitemsmodel-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
<Dependency>akonadi-contacts-devel</Dependency>
<Dependency>karchive-devel</Dependency>
@@ -79289,6 +79423,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
<Dependency>zlib-devel</Dependency>
<Dependency>libical-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>lensfun-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>doxygen</Dependency>
@@ -79325,6 +79460,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
<Dependency>kcalcore</Dependency>
<Dependency>kservice</Dependency>
<Dependency>libksane</Dependency>
<Dependency>lensfun</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kcontacts</Dependency>
<Dependency>exiv2-libs</Dependency>
@@ -98668,6 +98804,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Archive type="targz" sha1sum="1d978b15aa7304d66a4931fa37ca9f8f89396c16">https://sourceforge.net/projects/lensfun/files/0.3.2/lensfun-0.3.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>cmake</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
<Patches>
@@ -98703,7 +98840,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Package>
<History>
<Update release="4">
<Date>2016-11-12</Date>
<Date>2016-11-13</Date>
<Version>0.3.2</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
@@ -99069,6 +99206,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Archive type="tarxz" sha1sum="c9392af5df0045b36b89c6548b9ff552f34b7e15">https://github.com/darktable-org/darktable/releases/download/release-2.0.7/darktable-2.0.7.tar.xz</Archive>
<BuildDependencies>
<Dependency>exiv2-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>gconf-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
@@ -99165,7 +99303,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Package>
<History>
<Update release="1">
<Date>2016-11-12</Date>
<Date>2016-11-13</Date>
<Version>2.0.7</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
@@ -112793,7 +112931,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<PartOf>network.library</PartOf>
<Summary xml:lang="en">QMI modem protocol helper library</Summary>
<Description xml:lang="en">libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.</Description>
<Archive type="tarxz" sha1sum="62d12a4bbb6341e26f3cf69cfd45a5eb92401cc6">http://www.freedesktop.org/software/libqmi/libqmi-1.12.6.tar.xz</Archive>
<Archive type="tarxz" sha1sum="e68892bc6bdb46b56571d47bc8983ad9aeadcc52">http://www.freedesktop.org/software/libqmi/libqmi-1.16.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
@@ -112812,13 +112950,14 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="doc">/usr/share/doc/libqmi/</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
</Files>
</Package>
<Package>
<Name>libqmi-devel</Name>
<Summary xml:lang="en">Development files for libqmi</Summary>
<RuntimeDependencies>
<Dependency release="2">libqmi</Dependency>
<Dependency release="3">libqmi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -112826,6 +112965,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="3">
<Date>2016-11-12</Date>
<Version>1.16.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.12.6</Version>
@@ -112855,7 +113001,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<PartOf>network.library</PartOf>
<Summary xml:lang="en">MBIM modem protocol helper library.</Summary>
<Description xml:lang="en">libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
<Archive type="tarxz" sha1sum="662a779ee7cb343c76971fb3339de2bdb77c4f31">http://www.freedesktop.org/software/libmbim/libmbim-1.12.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="61357ad1678480dacbc799c072e49e355c7a2b1d">http://www.freedesktop.org/software/libmbim/libmbim-1.14.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -112874,6 +113020,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin/</Path>
<Path fileType="doc">/usr/share/gtk-doc/</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc/libmbim</Path>
</Files>
@@ -112883,7 +113030,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="en">libmbim için geliştirme dosyaları</Summary>
<Summary xml:lang="tr">libmbim için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="2">libmbim</Dependency>
<Dependency release="3">libmbim</Dependency>
<Dependency>libgudev-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -112892,6 +113039,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="3">
<Date>2016-11-12</Date>
<Version>1.14.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.12.2</Version>
@@ -116864,7 +117018,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Description xml:lang="en">qbittorrent is a BitTorrent client using the libtorrent library.</Description>
<Description xml:lang="tr">qbittorrent, libtorrent kitaplığını kullanan Qt4 tabanlı bir BitTorrent istemcisidir.</Description>
<Icon>qbittorrent</Icon>
<Archive type="targz" sha1sum="7973e5f4c7923cc5db04bd3f0ef19d80b1f7ed65">http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.3.1/qbittorrent-3.3.1.tar.gz</Archive>
<Archive type="targz" sha1sum="837e5f0032641636dac397f64c11a8e3646ffba8">http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.3.7/qbittorrent-3.3.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
@@ -116897,6 +117051,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="3">
<Date>2016-11-12</Date>
<Version>3.3.7</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.3.1</Version>
+1 -1
View File
@@ -1 +1 @@
b8851fdae701f9a16f12907253695bab6dd544c1
c9bc1cd39eec9cdc115b63cda60e1a17602e183e
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5668f2de904b0865d273b26ff26166d99d34798d
2c2bae55066af4d71b22b7ec79aa92946a5d49c5