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

Timothy Redaelli tredaelli at archlinux.org
Wed Jul 15 18:46:04 UTC 2015


    Date: Wednesday, July 15, 2015 @ 20:46:04
  Author: tredaelli
Revision: 136962

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

Added:
  qbittorrent/repos/community-i686/PKGBUILD
    (from rev 136961, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-i686/qbittorrent.install
    (from rev 136961, qbittorrent/trunk/qbittorrent.install)
  qbittorrent/repos/community-x86_64/PKGBUILD
    (from rev 136961, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent.install
    (from rev 136961, qbittorrent/trunk/qbittorrent.install)
Deleted:
  qbittorrent/repos/community-i686/PKGBUILD
  qbittorrent/repos/community-i686/qbittorrent.install
  qbittorrent/repos/community-x86_64/PKGBUILD
  qbittorrent/repos/community-x86_64/qbittorrent.install

--------------------------------------+
 /PKGBUILD                            |   70 +++++++++++++++++++++++++++++++++
 /qbittorrent.install                 |   26 ++++++++++++
 community-i686/PKGBUILD              |   35 ----------------
 community-i686/qbittorrent.install   |   13 ------
 community-x86_64/PKGBUILD            |   35 ----------------
 community-x86_64/qbittorrent.install |   13 ------
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-15 18:45:53 UTC (rev 136961)
+++ community-i686/PKGBUILD	2015-07-15 18:46:04 UTC (rev 136962)
@@ -1,35 +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>
-
-pkgname=qbittorrent
-pkgver=3.2.0
-pkgrel=1
-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=('qt4' '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=('51781cb121ebeda041fb348e649c4bd97888ee8c1d18328bc547d447b960d1b3')
-
-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-i686/PKGBUILD (from rev 136961, qbittorrent/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-15 18:46:04 UTC (rev 136962)
@@ -0,0 +1,35 @@
+# $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>
+
+pkgname=qbittorrent
+pkgver=3.2.1
+pkgrel=1
+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=('e54221ccfc017f95e875947631f313a151cd1f5dd03be5bfd715b44aeb194889')
+
+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
+}

Deleted: community-i686/qbittorrent.install
===================================================================
--- community-i686/qbittorrent.install	2015-07-15 18:45:53 UTC (rev 136961)
+++ community-i686/qbittorrent.install	2015-07-15 18:46:04 UTC (rev 136962)
@@ -1,13 +0,0 @@
-
-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-i686/qbittorrent.install (from rev 136961, qbittorrent/trunk/qbittorrent.install)
===================================================================
--- community-i686/qbittorrent.install	                        (rev 0)
+++ community-i686/qbittorrent.install	2015-07-15 18:46:04 UTC (rev 136962)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-15 18:45:53 UTC (rev 136961)
+++ community-x86_64/PKGBUILD	2015-07-15 18:46:04 UTC (rev 136962)
@@ -1,35 +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>
-
-pkgname=qbittorrent
-pkgver=3.2.0
-pkgrel=1
-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=('qt4' '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=('51781cb121ebeda041fb348e649c4bd97888ee8c1d18328bc547d447b960d1b3')
-
-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-x86_64/PKGBUILD (from rev 136961, qbittorrent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-15 18:46:04 UTC (rev 136962)
@@ -0,0 +1,35 @@
+# $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>
+
+pkgname=qbittorrent
+pkgver=3.2.1
+pkgrel=1
+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=('e54221ccfc017f95e875947631f313a151cd1f5dd03be5bfd715b44aeb194889')
+
+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
+}

Deleted: community-x86_64/qbittorrent.install
===================================================================
--- community-x86_64/qbittorrent.install	2015-07-15 18:45:53 UTC (rev 136961)
+++ community-x86_64/qbittorrent.install	2015-07-15 18:46:04 UTC (rev 136962)
@@ -1,13 +0,0 @@
-
-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-x86_64/qbittorrent.install (from rev 136961, qbittorrent/trunk/qbittorrent.install)
===================================================================
--- community-x86_64/qbittorrent.install	                        (rev 0)
+++ community-x86_64/qbittorrent.install	2015-07-15 18:46:04 UTC (rev 136962)
@@ -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
+}



More information about the arch-commits mailing list