[arch-commits] Commit in (5 files)

Timothy Redaelli tredaelli at archlinux.org
Fri Mar 6 18:03:34 UTC 2015


    Date: Friday, March 6, 2015 @ 19:03:34
  Author: tredaelli
Revision: 128826

New package: qbittorrent

Added:
  qbittorrent/
  qbittorrent/repos/
  qbittorrent/trunk/
  qbittorrent/trunk/PKGBUILD
  qbittorrent/trunk/qbittorrent.install

---------------------+
 PKGBUILD            |   35 +++++++++++++++++++++++++++++++++++
 qbittorrent.install |   13 +++++++++++++
 2 files changed, 48 insertions(+)

Added: qbittorrent/trunk/PKGBUILD
===================================================================
--- qbittorrent/trunk/PKGBUILD	                        (rev 0)
+++ qbittorrent/trunk/PKGBUILD	2015-03-06 18:03:34 UTC (rev 128826)
@@ -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.1.12
+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')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz")
+sha256sums=('d5d5b27958297f0b14cf03af8dd24a0d2a990e108c9a7a6159e4a2fbb1111c83')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: qbittorrent/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: qbittorrent/trunk/qbittorrent.install
===================================================================
--- qbittorrent/trunk/qbittorrent.install	                        (rev 0)
+++ qbittorrent/trunk/qbittorrent.install	2015-03-06 18:03:34 UTC (rev 128826)
@@ -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