Date: Sunday, September 10, 2017 @ 11:40:27
Author: arojas
Revision: 256747
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
qbittorrent/repos/community-staging-i686/
qbittorrent/repos/community-staging-i686/PKGBUILD
(from rev 256746, qbittorrent/trunk/PKGBUILD)
qbittorrent/repos/community-staging-i686/[email protected]
(from rev 256746, qbittorrent/trunk/[email protected])
qbittorrent/repos/community-staging-x86_64/
qbittorrent/repos/community-staging-x86_64/PKGBUILD
(from rev 256746, qbittorrent/trunk/PKGBUILD)
qbittorrent/repos/community-staging-x86_64/[email protected]
(from rev 256746, qbittorrent/trunk/[email protected])
-----------------------------------------------+
community-staging-i686/PKGBUILD | 57 ++++++++++++++++++++++++
community-staging-i686/[email protected] | 12 +++++
community-staging-x86_64/PKGBUILD | 57 ++++++++++++++++++++++++
community-staging-x86_64/[email protected] | 12 +++++
4 files changed, 138 insertions(+)
Copied: qbittorrent/repos/community-staging-i686/PKGBUILD (from rev 256746,
qbittorrent/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 11:40:27 UTC (rev 256747)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Timothy Redaelli <[email protected]>
+# 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 <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=3.3.16
+pkgrel=2
+arch=(i686 x86_64)
+url="https://www.qbittorrent.org"
+license=(custom GPL)
+makedepends=(libtorrent-rasterbar boost qt5-tools)
+source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('ea08a61872c397258c2627780f6e09fe777189d9a57cc5e02a656da9aeb0be57'
+ 'SKIP')
+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 --enable-systemd
+}
+
+package_qbittorrent() {
+ pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt
toolkit and libtorrent-rasterbar."
+ depends=(libtorrent-rasterbar qt5-base hicolor-icon-theme)
+ 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
+}
Copied: qbittorrent/repos/community-staging-i686/[email protected] (from rev
256746, qbittorrent/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected] (rev 0)
+++ community-staging-i686/[email protected] 2017-09-10 11:40:27 UTC (rev
256747)
@@ -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
Copied: qbittorrent/repos/community-staging-x86_64/PKGBUILD (from rev 256746,
qbittorrent/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-09-10 11:40:27 UTC (rev 256747)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Timothy Redaelli <[email protected]>
+# 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 <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=3.3.16
+pkgrel=2
+arch=(i686 x86_64)
+url="https://www.qbittorrent.org"
+license=(custom GPL)
+makedepends=(libtorrent-rasterbar boost qt5-tools)
+source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('ea08a61872c397258c2627780f6e09fe777189d9a57cc5e02a656da9aeb0be57'
+ 'SKIP')
+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 --enable-systemd
+}
+
+package_qbittorrent() {
+ pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt
toolkit and libtorrent-rasterbar."
+ depends=(libtorrent-rasterbar qt5-base hicolor-icon-theme)
+ 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
+}
Copied: qbittorrent/repos/community-staging-x86_64/[email protected] (from
rev 256746, qbittorrent/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]
(rev 0)
+++ community-staging-x86_64/[email protected] 2017-09-10 11:40:27 UTC
(rev 256747)
@@ -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