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

Antonio Rojas arojas at archlinux.org
Sun Jun 9 12:27:35 UTC 2019


    Date: Sunday, June 9, 2019 @ 12:27:34
  Author: arojas
Revision: 355415

Use system geoip (FS#62851)

Modified:
  ktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-09 09:14:53 UTC (rev 355414)
+++ PKGBUILD	2019-06-09 12:27:34 UTC (rev 355415)
@@ -4,14 +4,14 @@
 
 pkgname=ktorrent
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
 depends=(libktorrent kcmutils knotifyconfig kross)
-makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib syndication kplotting kdewebkit)
-optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'taglib: mediaplayer plugin'
+makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib syndication kplotting kdewebkit geoip)
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'taglib: mediaplayer plugin' 'geoip: info widget plugin'
             'syndication: syndication plugin' 'kdewebkit: search plugin, syndication plugin' 'kplotting: statistics plugin')
 source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a'
@@ -26,7 +26,8 @@
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DWITH_SYSTEM_GEOIP=ON
   make
 }
 



More information about the arch-commits mailing list