[arch-commits] Commit in qbittorrent/repos (16 files)

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 17:06:32
  Author: tredaelli
Revision: 215608

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

Added:
  qbittorrent/repos/community-i686/PKGBUILD
(from rev 215607, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-i686/qbittorrent-libtorrent-1.1.1.patch
(from rev 215607, qbittorrent/trunk/qbittorrent-libtorrent-1.1.1.patch)
  qbittorrent/repos/community-i686/qbittorrent.service
(from rev 215607, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-i686/qbittorrent@.service
(from rev 215607, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 215607, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent-libtorrent-1.1.1.patch
(from rev 215607, qbittorrent/trunk/qbittorrent-libtorrent-1.1.1.patch)
  qbittorrent/repos/community-x86_64/qbittorrent.service
(from rev 215607, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-x86_64/qbittorrent@.service
(from rev 215607, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-i686/PKGBUILD
  qbittorrent/repos/community-i686/qbittorrent-libtorrent-1.1.1.patch
  qbittorrent/repos/community-i686/qbittorrent.service
  qbittorrent/repos/community-i686/qbittorrent@.service
  qbittorrent/repos/community-x86_64/PKGBUILD
  qbittorrent/repos/community-x86_64/qbittorrent-libtorrent-1.1.1.patch
  qbittorrent/repos/community-x86_64/qbittorrent.service
  qbittorrent/repos/community-x86_64/qbittorrent@.service

-+
 /PKGBUILD   |  142 ++
 /qbittorrent-libtorrent-1.1.1.patch |  122 +++
 /qbittorrent.service|   22 ++
 /qbittorrent@.service   |   24 +++
 community-i686/PKGBUILD |   71 -
 community-i686/qbittorrent-libtorrent-1.1.1.patch   |   61 ---
 community-i686/qbittorrent.service  |   11 -
 community-i686/qbittorrent@.service |   12 -
 community-x86_64/PKGBUILD   |   71 -
 community-x86_64/qbittorrent-libtorrent-1.1.1.patch |   61 ---
 community-x86_64/qbittorrent.service|   11 -
 community-x86_64/qbittorrent@.service   |   12 -
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 17:06:06 UTC (rev 215607)
+++ community-i686/PKGBUILD 2017-03-10 17:06:32 UTC (rev 215608)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.10
-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-libtorrent-1.1.1.patch'
-'qbittorrent.service'
-   'qbittorrent@.service')
-sha256sums=('2c657ceacdc84033da044a0a9ecba7e0fdb35858324dc097546f989166f1a8d2'
-'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 -Dm64

[arch-commits] Commit in qbittorrent/repos (16 files)

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:10:58
  Author: felixonmars
Revision: 180841

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

Added:
  qbittorrent/repos/community-staging-i686/PKGBUILD
(from rev 180840, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-staging-i686/qbittorrent-gcc6.patch
(from rev 180840, qbittorrent/trunk/qbittorrent-gcc6.patch)
  qbittorrent/repos/community-staging-i686/qbittorrent.service
(from rev 180840, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-staging-i686/qbittorrent@.service
(from rev 180840, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-staging-x86_64/PKGBUILD
(from rev 180840, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-staging-x86_64/qbittorrent-gcc6.patch
(from rev 180840, qbittorrent/trunk/qbittorrent-gcc6.patch)
  qbittorrent/repos/community-staging-x86_64/qbittorrent.service
(from rev 180840, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-staging-x86_64/qbittorrent@.service
(from rev 180840, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-staging-i686/PKGBUILD
  qbittorrent/repos/community-staging-i686/qbittorrent-gcc6.patch
  qbittorrent/repos/community-staging-i686/qbittorrent.service
  qbittorrent/repos/community-staging-i686/qbittorrent@.service
  qbittorrent/repos/community-staging-x86_64/PKGBUILD
  qbittorrent/repos/community-staging-x86_64/qbittorrent-gcc6.patch
  qbittorrent/repos/community-staging-x86_64/qbittorrent.service
  qbittorrent/repos/community-staging-x86_64/qbittorrent@.service

-+
 /PKGBUILD   |  138 ++
 /qbittorrent-gcc6.patch |   28 
 /qbittorrent.service|   22 +++
 /qbittorrent@.service   |   24 +++
 community-staging-i686/PKGBUILD |   69 ---
 community-staging-i686/qbittorrent-gcc6.patch   |   14 --
 community-staging-i686/qbittorrent.service  |   11 -
 community-staging-i686/qbittorrent@.service |   12 -
 community-staging-x86_64/PKGBUILD   |   69 ---
 community-staging-x86_64/qbittorrent-gcc6.patch |   14 --
 community-staging-x86_64/qbittorrent.service|   11 -
 community-staging-x86_64/qbittorrent@.service   |   12 -
 12 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-06-24 03:09:50 UTC (rev 180840)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:10:58 UTC (rev 180841)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.4
-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";
-'qbittorrent.service'
-   'qbittorrent@.service' 'qbittorrent-gcc6.patch')
-sha256sums=('c0d0d4b72c240f113b59a061146803bc1b7926d3d7f39b06b50a4d26f5ad91b8'
-'8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-'12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29'
-'27180ec398d510bf077907c0df8c831fd49431c1908a71f8d16fac5e410c817c')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  # Fix build with GCC 6 (Fedora)
-  patch -p1 -i ../qbittorrent-gcc6.patch
-  ./bootstrap.sh
-}
-
-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" 
"$p