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

Timothy Redaelli tredaelli at archlinux.org
Mon Dec 19 11:42:22 UTC 2016


    Date: Monday, December 19, 2016 @ 11:42:21
  Author: tredaelli
Revision: 200299

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

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

---------------------------------------+
 community-i686/PKGBUILD               |   71 --------------------------------
 community-i686/qbittorrent.service    |   11 ----
 community-i686/qbittorrent at .service   |   12 -----
 community-x86_64/PKGBUILD             |   71 --------------------------------
 community-x86_64/qbittorrent.service  |   11 ----
 community-x86_64/qbittorrent at .service |   12 -----
 6 files changed, 188 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-19 11:42:15 UTC (rev 200298)
+++ community-i686/PKGBUILD	2016-12-19 11:42:21 UTC (rev 200299)
@@ -1,71 +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.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:42:15 UTC (rev 200298)
+++ community-i686/qbittorrent.service	2016-12-19 11:42:21 UTC (rev 200299)
@@ -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

Deleted: community-i686/qbittorrent at .service
===================================================================
--- community-i686/qbittorrent at .service	2016-12-19 11:42:15 UTC (rev 200298)
+++ community-i686/qbittorrent at .service	2016-12-19 11:42:21 UTC (rev 200299)
@@ -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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-19 11:42:15 UTC (rev 200298)
+++ community-x86_64/PKGBUILD	2016-12-19 11:42:21 UTC (rev 200299)
@@ -1,71 +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.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:42:15 UTC (rev 200298)
+++ community-x86_64/qbittorrent.service	2016-12-19 11:42:21 UTC (rev 200299)
@@ -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

Deleted: community-x86_64/qbittorrent at .service
===================================================================
--- community-x86_64/qbittorrent at .service	2016-12-19 11:42:15 UTC (rev 200298)
+++ community-x86_64/qbittorrent at .service	2016-12-19 11:42:21 UTC (rev 200299)
@@ -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



More information about the arch-commits mailing list