Date: Tuesday, October 20, 2015 @ 09:38:20 Author: foutrelis Revision: 144416
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 144415, qbittorrent/trunk/PKGBUILD) qbittorrent/repos/community-staging-i686/qbittorrent.install (from rev 144415, qbittorrent/trunk/qbittorrent.install) qbittorrent/repos/community-staging-x86_64/ qbittorrent/repos/community-staging-x86_64/PKGBUILD (from rev 144415, qbittorrent/trunk/PKGBUILD) qbittorrent/repos/community-staging-x86_64/qbittorrent.install (from rev 144415, qbittorrent/trunk/qbittorrent.install) ----------------------------------------------+ community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++ community-staging-i686/qbittorrent.install | 13 +++++++++ community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++ community-staging-x86_64/qbittorrent.install | 13 +++++++++ 4 files changed, 96 insertions(+) Copied: qbittorrent/repos/community-staging-i686/PKGBUILD (from rev 144415, qbittorrent/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-20 07:38:20 UTC (rev 144416) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Timothy Redaelli <timothy.redae...@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 <ghost1...@archlinux.us> +# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr> + +pkgname=qbittorrent +pkgver=3.2.4 +pkgrel=2 +pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library" +arch=('i686' 'x86_64') +url="http://www.qbittorrent.org" +license=('custom' 'GPL') +depends=('libtorrent-rasterbar' 'qjson') +makedepends=('boost') +optdepends=('python: needed for torrent search tab') +install=$pkgname.install +source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz") +sha256sums=('7fc128e2809c3be4ea543cfaeefd922e0327cc430330eaad0d3ec7616df51871') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --with-qjson=system + make +} + +package() { + cd $pkgname-$pkgver + + make INSTALL_ROOT="$pkgdir/" install + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING +} Copied: qbittorrent/repos/community-staging-i686/qbittorrent.install (from rev 144415, qbittorrent/trunk/qbittorrent.install) =================================================================== --- community-staging-i686/qbittorrent.install (rev 0) +++ community-staging-i686/qbittorrent.install 2015-10-20 07:38:20 UTC (rev 144416) @@ -0,0 +1,13 @@ + +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: qbittorrent/repos/community-staging-x86_64/PKGBUILD (from rev 144415, qbittorrent/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-20 07:38:20 UTC (rev 144416) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Timothy Redaelli <timothy.redae...@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 <ghost1...@archlinux.us> +# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr> + +pkgname=qbittorrent +pkgver=3.2.4 +pkgrel=2 +pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library" +arch=('i686' 'x86_64') +url="http://www.qbittorrent.org" +license=('custom' 'GPL') +depends=('libtorrent-rasterbar' 'qjson') +makedepends=('boost') +optdepends=('python: needed for torrent search tab') +install=$pkgname.install +source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz") +sha256sums=('7fc128e2809c3be4ea543cfaeefd922e0327cc430330eaad0d3ec7616df51871') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --with-qjson=system + make +} + +package() { + cd $pkgname-$pkgver + + make INSTALL_ROOT="$pkgdir/" install + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING +} Copied: qbittorrent/repos/community-staging-x86_64/qbittorrent.install (from rev 144415, qbittorrent/trunk/qbittorrent.install) =================================================================== --- community-staging-x86_64/qbittorrent.install (rev 0) +++ community-staging-x86_64/qbittorrent.install 2015-10-20 07:38:20 UTC (rev 144416) @@ -0,0 +1,13 @@ + +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}