Date: Wednesday, September 6, 2017 @ 21:54:39
  Author: arojas
Revision: 256090

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  qbittorrent/repos/community-testing-i686/
  qbittorrent/repos/community-testing-i686/PKGBUILD
    (from rev 256089, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-testing-i686/[email protected]
    (from rev 256089, qbittorrent/trunk/[email protected])
  qbittorrent/repos/community-testing-x86_64/
  qbittorrent/repos/community-testing-x86_64/PKGBUILD
    (from rev 256089, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-testing-x86_64/[email protected]
    (from rev 256089, qbittorrent/trunk/[email protected])

-----------------------------------------------+
 community-testing-i686/PKGBUILD               |   56 ++++++++++++++++++++++++
 community-testing-i686/[email protected]   |   12 +++++
 community-testing-x86_64/PKGBUILD             |   56 ++++++++++++++++++++++++
 community-testing-x86_64/[email protected] |   12 +++++
 4 files changed, 136 insertions(+)

Copied: qbittorrent/repos/community-testing-i686/PKGBUILD (from rev 256089, 
qbittorrent/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2017-09-06 21:54:39 UTC (rev 256090)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: 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.15
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org";
+license=('custom' 'GPL')
+makedepends=('libtorrent-rasterbar' 'boost' 'qt5-tools')
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('a7bbc08a39912a15a496702e736a98c083011bbb14fe5f04440880d7e6b2ceae'
+            '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-testing-i686/[email protected] (from rev 
256089, qbittorrent/trunk/[email protected])
===================================================================
--- community-testing-i686/[email protected]                         (rev 0)
+++ community-testing-i686/[email protected] 2017-09-06 21:54:39 UTC (rev 
256090)
@@ -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-testing-x86_64/PKGBUILD (from rev 256089, 
qbittorrent/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-09-06 21:54:39 UTC (rev 256090)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: 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.15
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org";
+license=('custom' 'GPL')
+makedepends=('libtorrent-rasterbar' 'boost' 'qt5-tools')
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('a7bbc08a39912a15a496702e736a98c083011bbb14fe5f04440880d7e6b2ceae'
+            '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-testing-x86_64/[email protected] (from 
rev 256089, qbittorrent/trunk/[email protected])
===================================================================
--- community-testing-x86_64/[email protected]                               
(rev 0)
+++ community-testing-x86_64/[email protected]       2017-09-06 21:54:39 UTC 
(rev 256090)
@@ -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

Reply via email to