[arch-commits] Commit in qbittorrent/trunk (PKGBUILD qbittorrent-gcc6.patch)

Timothy Redaelli tredaelli at archlinux.org
Thu Jun 30 13:21:08 UTC 2016


    Date: Thursday, June 30, 2016 @ 13:21:07
  Author: tredaelli
Revision: 181636

upgpkg: qbittorrent 3.3.5-1

Modified:
  qbittorrent/trunk/PKGBUILD
Deleted:
  qbittorrent/trunk/qbittorrent-gcc6.patch

------------------------+
 PKGBUILD               |   26 ++++++++++----------------
 qbittorrent-gcc6.patch |   14 --------------
 2 files changed, 10 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-30 11:09:25 UTC (rev 181635)
+++ PKGBUILD	2016-06-30 13:21:07 UTC (rev 181636)
@@ -8,27 +8,21 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.4
-pkgrel=2
+pkgver=3.3.5
+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"
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
         'qbittorrent.service'
-	'qbittorrent at .service' 'qbittorrent-gcc6.patch')
-sha256sums=('c0d0d4b72c240f113b59a061146803bc1b7926d3d7f39b06b50a4d26f5ad91b8'
+	'qbittorrent at .service')
+sha256sums=('38cdad6644ff6eb3f4b957629b41a3c16e811e254a742575ce06be3549a604da'
+            'SKIP'
             '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-            '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29'
-            '27180ec398d510bf077907c0df8c831fd49431c1908a71f8d16fac5e410c817c')
+            '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  # Fix build with GCC 6 (Fedora)
-  patch -p1 -i ../qbittorrent-gcc6.patch
-  ./bootstrap.sh
-}
-
 build() {
   cd $pkgbase-$pkgver
 
@@ -64,6 +58,6 @@
   make INSTALL_ROOT="$pkgdir/" install
   install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 
-  install -Dm755 "$srcdir/qbittorrent.service" "$pkgdir/usr/lib/systemd/user/qbittorrent.service"
-  install -Dm755 "$srcdir/qbittorrent at .service" "$pkgdir/usr/lib/systemd/system/qbittorrent at .service"
+  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: qbittorrent-gcc6.patch
===================================================================
--- qbittorrent-gcc6.patch	2016-06-30 11:09:25 UTC (rev 181635)
+++ qbittorrent-gcc6.patch	2016-06-30 13:21:07 UTC (rev 181636)
@@ -1,14 +0,0 @@
-diff -up qBittorrent-release-3.3.3/configure.ac.gcc6 qBittorrent-release-3.3.3/configure.ac
---- qBittorrent-release-3.3.3/configure.ac.gcc6	2016-01-20 16:49:39.000000000 -0600
-+++ qBittorrent-release-3.3.3/configure.ac	2016-03-13 07:45:03.512293512 -0500
-@@ -157,8 +157,8 @@ AX_BOOST_BASE([1.35])
- AS_IF([test "x$BOOST_CPPFLAGS" = "x"],
-       [AC_MSG_ERROR([Could not find Boost])],
-       [AC_MSG_NOTICE([Boost CPPFLGAS: $BOOST_CPPFLAGS])
--      CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
--      LDFLAGS="$BOOST_LDFLAGS $LDFLAGS"])
-+      #CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
-+      #LDFLAGS="$BOOST_LDFLAGS $LDFLAGS"])
- 
- AX_BOOST_SYSTEM()
- # HAVE_BOOST_SYSTEM is set to an empty value when Boost.System is found.



More information about the arch-commits mailing list