[arch-commits] Commit in fatrat/trunk (PKGBUILD)

Lukas Jirkovsky stativ at nymeria.archlinux.org
Thu Mar 28 15:44:53 UTC 2013


    Date: Thursday, March 28, 2013 @ 16:44:53
  Author: stativ
Revision: 87203

upgpkg: fatrat 1.2.0_beta2-6

boost 1.53 rebuild, fix building of documentation after qt->qt4 rename, add dependency on curl

Modified:
  fatrat/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-28 14:39:47 UTC (rev 87202)
+++ PKGBUILD	2013-03-28 15:44:53 UTC (rev 87203)
@@ -7,8 +7,8 @@
 arch=('i686' 'x86_64')
 url="http://fatrat.dolezel.info/"
 license=('GPL')
-depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
-optdepends=('geoip: GeoIP support')
+depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit' 'curl')
+optdepends=('geoip: GeoIP support' 'java-runtime: Java plugins')
 makedepends=('boost' 'cmake' 'java-environment')
 source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz \
         QTBUG-22829-workaround.diff)
@@ -20,6 +20,8 @@
 
   # workaround the moc bug (QTBUG-22829) with new boost
   patch -Np1 < "$srcdir/QTBUG-22829-workaround.diff" || true
+  # fix help generation with qt4
+  sed -s 's|qcollectiongenerator|qcollectiongenerator-qt4|' -i CMakeLists.txt
 
   cmake \
     -DWITH_EVERYTHING=ON \




More information about the arch-commits mailing list