[arch-commits] Commit in qbittorrent/repos (12 files)
Timothy Redaelli
tredaelli at archlinux.org
Mon Dec 19 11:02:30 UTC 2016
Date: Monday, December 19, 2016 @ 11:02:29
Author: tredaelli
Revision: 200291
archrelease: copy trunk to community-i686, community-x86_64
Added:
qbittorrent/repos/community-i686/PKGBUILD
(from rev 200290, qbittorrent/trunk/PKGBUILD)
qbittorrent/repos/community-i686/qbittorrent.service
(from rev 200290, qbittorrent/trunk/qbittorrent.service)
qbittorrent/repos/community-i686/qbittorrent at .service
(from rev 200290, qbittorrent/trunk/qbittorrent at .service)
qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 200290, qbittorrent/trunk/PKGBUILD)
qbittorrent/repos/community-x86_64/qbittorrent.service
(from rev 200290, qbittorrent/trunk/qbittorrent.service)
qbittorrent/repos/community-x86_64/qbittorrent at .service
(from rev 200290, qbittorrent/trunk/qbittorrent at .service)
Deleted:
qbittorrent/repos/community-i686/PKGBUILD
qbittorrent/repos/community-i686/qbittorrent.service
qbittorrent/repos/community-i686/qbittorrent at .service
qbittorrent/repos/community-x86_64/PKGBUILD
qbittorrent/repos/community-x86_64/qbittorrent.service
qbittorrent/repos/community-x86_64/qbittorrent at .service
---------------------------------------+
/PKGBUILD | 142 ++++++++++++++++++++++++++++++++
/qbittorrent.service | 22 ++++
/qbittorrent at .service | 24 +++++
community-i686/PKGBUILD | 63 --------------
community-i686/qbittorrent.service | 11 --
community-i686/qbittorrent at .service | 12 --
community-x86_64/PKGBUILD | 63 --------------
community-x86_64/qbittorrent.service | 11 --
community-x86_64/qbittorrent at .service | 12 --
9 files changed, 188 insertions(+), 172 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-12-19 11:02:24 UTC (rev 200290)
+++ community-i686/PKGBUILD 2016-12-19 11:02:29 UTC (rev 200291)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-# Contributor: Jkkyll Wu <adaptee at gmail [dot] com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.7
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org"
-license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
-source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
- 'qbittorrent.service'
- 'qbittorrent at .service')
-sha256sums=('72dc824a90fadc0825e6be6f1c215e38f976262c7f83b625061d542b2b664c40'
- 'SKIP'
- '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
- '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
-
-build() {
- cd $pkgbase-$pkgver
-
- mkdir $pkgbase
- pushd $pkgbase
- ../configure --prefix=/usr
- make
-
- # Build nox variant
- popd
- mkdir "$pkgbase-nox"
- pushd "$pkgbase-nox"
- ../configure --prefix=/usr --disable-gui
-}
-
-package_qbittorrent() {
- pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."
- depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
- optdepends=('python: needed for torrent search tab')
-
- cd $pkgbase-$pkgver/$pkgbase
-
- make INSTALL_ROOT="$pkgdir/" install
- install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
- pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar, w/o gui"
- depends=('libtorrent-rasterbar' 'qt5-base')
-
- cd $pkgbase-$pkgver/$pkgbase-nox
-
- make INSTALL_ROOT="$pkgdir/" install
- install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
- install -Dm644 "$srcdir/qbittorrent.service" "$pkgdir/usr/lib/systemd/user/qbittorrent.service"
- install -Dm644 "$srcdir/qbittorrent at .service" "$pkgdir/usr/lib/systemd/system/qbittorrent at .service"
-}
Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 200290, qbittorrent/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-19 11:02:29 UTC (rev 200291)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: Jkkyll Wu <adaptee at gmail [dot] com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=3.3.9
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org"
+license=('custom' 'GPL')
+makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
+ 'qbittorrent-libtorrent-1.1.1.patch'
+ 'qbittorrent.service'
+ 'qbittorrent at .service')
+sha256sums=('dbe256921ff1d8c3868e868925de7417dd04d11b65b45ff4b032ff4096113162'
+ 'SKIP'
+ 'c7642755dbc72567e04326b362eb862a62fc225984934d08fd808727d3bd6578'
+ '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
+ '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
+
+prepare() {
+ cd $pkgbase-$pkgver
+
+ patch -Np1 -i "$srcdir/qbittorrent-libtorrent-1.1.1.patch"
+}
+
+build() {
+ cd $pkgbase-$pkgver
+
+ mkdir $pkgbase
+ pushd $pkgbase
+ ../configure --prefix=/usr
+ make
+
+ # Build nox variant
+ popd
+ mkdir "$pkgbase-nox"
+ pushd "$pkgbase-nox"
+ ../configure --prefix=/usr --disable-gui
+}
+
+package_qbittorrent() {
+ pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."
+ depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+ optdepends=('python: needed for torrent search tab')
+
+ cd $pkgbase-$pkgver/$pkgbase
+
+ make INSTALL_ROOT="$pkgdir/" install
+ install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_qbittorrent-nox() {
+ pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar, w/o gui"
+ depends=('libtorrent-rasterbar' 'qt5-base')
+
+ cd $pkgbase-$pkgver/$pkgbase-nox
+
+ make INSTALL_ROOT="$pkgdir/" install
+ install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+ install -Dm644 "$srcdir/qbittorrent.service" "$pkgdir/usr/lib/systemd/user/qbittorrent.service"
+ install -Dm644 "$srcdir/qbittorrent at .service" "$pkgdir/usr/lib/systemd/system/qbittorrent at .service"
+}
Deleted: community-i686/qbittorrent.service
===================================================================
--- community-i686/qbittorrent.service 2016-12-19 11:02:24 UTC (rev 200290)
+++ community-i686/qbittorrent.service 2016-12-19 11:02:29 UTC (rev 200291)
@@ -1,11 +0,0 @@
-[Unit]
-Description=qbittorrent-nox Daemon
-Documentation=https://github.com/qbittorrent/qBittorrent/wiki
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
-
-[Install]
-WantedBy=default.target
Copied: qbittorrent/repos/community-i686/qbittorrent.service (from rev 200290, qbittorrent/trunk/qbittorrent.service)
===================================================================
--- community-i686/qbittorrent.service (rev 0)
+++ community-i686/qbittorrent.service 2016-12-19 11:02:29 UTC (rev 200291)
@@ -0,0 +1,11 @@
+[Unit]
+Description=qbittorrent-nox Daemon
+Documentation=https://github.com/qbittorrent/qBittorrent/wiki
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
+
+[Install]
+WantedBy=default.target
Deleted: community-i686/qbittorrent at .service
===================================================================
--- community-i686/qbittorrent at .service 2016-12-19 11:02:24 UTC (rev 200290)
+++ community-i686/qbittorrent at .service 2016-12-19 11:02:29 UTC (rev 200291)
@@ -1,12 +0,0 @@
-[Unit]
-Description=qbittorrent-nox Daemon
-Documentation=https://github.com/qbittorrent/qBittorrent/wiki
-After=network.target
-
-[Service]
-User=%i
-Type=forking
-ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
-
-[Install]
-WantedBy=multi-user.target
Copied: qbittorrent/repos/community-i686/qbittorrent at .service (from rev 200290, qbittorrent/trunk/qbittorrent at .service)
===================================================================
--- community-i686/qbittorrent at .service (rev 0)
+++ community-i686/qbittorrent at .service 2016-12-19 11:02:29 UTC (rev 200291)
@@ -0,0 +1,12 @@
+[Unit]
+Description=qbittorrent-nox Daemon
+Documentation=https://github.com/qbittorrent/qBittorrent/wiki
+After=network.target
+
+[Service]
+User=%i
+Type=forking
+ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-12-19 11:02:24 UTC (rev 200290)
+++ community-x86_64/PKGBUILD 2016-12-19 11:02:29 UTC (rev 200291)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-# Contributor: Jkkyll Wu <adaptee at gmail [dot] com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.7
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org"
-license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
-source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
- 'qbittorrent.service'
- 'qbittorrent at .service')
-sha256sums=('72dc824a90fadc0825e6be6f1c215e38f976262c7f83b625061d542b2b664c40'
- 'SKIP'
- '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
- '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
-
-build() {
- cd $pkgbase-$pkgver
-
- mkdir $pkgbase
- pushd $pkgbase
- ../configure --prefix=/usr
- make
-
- # Build nox variant
- popd
- mkdir "$pkgbase-nox"
- pushd "$pkgbase-nox"
- ../configure --prefix=/usr --disable-gui
-}
-
-package_qbittorrent() {
- pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."
- depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
- optdepends=('python: needed for torrent search tab')
-
- cd $pkgbase-$pkgver/$pkgbase
-
- make INSTALL_ROOT="$pkgdir/" install
- install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
- pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar, w/o gui"
- depends=('libtorrent-rasterbar' 'qt5-base')
-
- cd $pkgbase-$pkgver/$pkgbase-nox
-
- make INSTALL_ROOT="$pkgdir/" install
- install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
- install -Dm644 "$srcdir/qbittorrent.service" "$pkgdir/usr/lib/systemd/user/qbittorrent.service"
- install -Dm644 "$srcdir/qbittorrent at .service" "$pkgdir/usr/lib/systemd/system/qbittorrent at .service"
-}
Copied: qbittorrent/repos/community-x86_64/PKGBUILD (from rev 200290, qbittorrent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-12-19 11:02:29 UTC (rev 200291)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: Jkkyll Wu <adaptee at gmail [dot] com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=3.3.9
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org"
+license=('custom' 'GPL')
+makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
+ 'qbittorrent-libtorrent-1.1.1.patch'
+ 'qbittorrent.service'
+ 'qbittorrent at .service')
+sha256sums=('dbe256921ff1d8c3868e868925de7417dd04d11b65b45ff4b032ff4096113162'
+ 'SKIP'
+ 'c7642755dbc72567e04326b362eb862a62fc225984934d08fd808727d3bd6578'
+ '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
+ '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
+
+prepare() {
+ cd $pkgbase-$pkgver
+
+ patch -Np1 -i "$srcdir/qbittorrent-libtorrent-1.1.1.patch"
+}
+
+build() {
+ cd $pkgbase-$pkgver
+
+ mkdir $pkgbase
+ pushd $pkgbase
+ ../configure --prefix=/usr
+ make
+
+ # Build nox variant
+ popd
+ mkdir "$pkgbase-nox"
+ pushd "$pkgbase-nox"
+ ../configure --prefix=/usr --disable-gui
+}
+
+package_qbittorrent() {
+ pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."
+ depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+ optdepends=('python: needed for torrent search tab')
+
+ cd $pkgbase-$pkgver/$pkgbase
+
+ make INSTALL_ROOT="$pkgdir/" install
+ install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_qbittorrent-nox() {
+ pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar, w/o gui"
+ depends=('libtorrent-rasterbar' 'qt5-base')
+
+ cd $pkgbase-$pkgver/$pkgbase-nox
+
+ make INSTALL_ROOT="$pkgdir/" install
+ install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+ install -Dm644 "$srcdir/qbittorrent.service" "$pkgdir/usr/lib/systemd/user/qbittorrent.service"
+ install -Dm644 "$srcdir/qbittorrent at .service" "$pkgdir/usr/lib/systemd/system/qbittorrent at .service"
+}
Deleted: community-x86_64/qbittorrent.service
===================================================================
--- community-x86_64/qbittorrent.service 2016-12-19 11:02:24 UTC (rev 200290)
+++ community-x86_64/qbittorrent.service 2016-12-19 11:02:29 UTC (rev 200291)
@@ -1,11 +0,0 @@
-[Unit]
-Description=qbittorrent-nox Daemon
-Documentation=https://github.com/qbittorrent/qBittorrent/wiki
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
-
-[Install]
-WantedBy=default.target
Copied: qbittorrent/repos/community-x86_64/qbittorrent.service (from rev 200290, qbittorrent/trunk/qbittorrent.service)
===================================================================
--- community-x86_64/qbittorrent.service (rev 0)
+++ community-x86_64/qbittorrent.service 2016-12-19 11:02:29 UTC (rev 200291)
@@ -0,0 +1,11 @@
+[Unit]
+Description=qbittorrent-nox Daemon
+Documentation=https://github.com/qbittorrent/qBittorrent/wiki
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
+
+[Install]
+WantedBy=default.target
Deleted: community-x86_64/qbittorrent at .service
===================================================================
--- community-x86_64/qbittorrent at .service 2016-12-19 11:02:24 UTC (rev 200290)
+++ community-x86_64/qbittorrent at .service 2016-12-19 11:02:29 UTC (rev 200291)
@@ -1,12 +0,0 @@
-[Unit]
-Description=qbittorrent-nox Daemon
-Documentation=https://github.com/qbittorrent/qBittorrent/wiki
-After=network.target
-
-[Service]
-User=%i
-Type=forking
-ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
-
-[Install]
-WantedBy=multi-user.target
Copied: qbittorrent/repos/community-x86_64/qbittorrent at .service (from rev 200290, qbittorrent/trunk/qbittorrent at .service)
===================================================================
--- community-x86_64/qbittorrent at .service (rev 0)
+++ community-x86_64/qbittorrent at .service 2016-12-19 11:02:29 UTC (rev 200291)
@@ -0,0 +1,12 @@
+[Unit]
+Description=qbittorrent-nox Daemon
+Documentation=https://github.com/qbittorrent/qBittorrent/wiki
+After=network.target
+
+[Service]
+User=%i
+Type=forking
+ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list