[arch-commits] Commit in ktorrent/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jun 6 19:50:25 UTC 2020


    Date: Saturday, June 6, 2020 @ 19:50:23
  Author: arojas
Revision: 388387

archrelease: copy trunk to extra-x86_64

Added:
  ktorrent/repos/extra-x86_64/PKGBUILD
    (from rev 388386, ktorrent/trunk/PKGBUILD)
Deleted:
  ktorrent/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 29 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-06 19:50:10 UTC (rev 388386)
+++ PKGBUILD	2020-06-06 19:50:23 UTC (rev 388387)
@@ -1,35 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Travis Willard <travisw at wmpub.ca>
-# Contributor: Georg Grabler <ggrabler at gmail.com>
-
-pkgname=ktorrent
-pkgver=5.1.2
-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 phonon-qt5)
-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/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('641427a3d6ecb18b0b28c1cc2ec3ba54612abf684df5e10e6c953cd7af058d4f'
-            'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DWITH_SYSTEM_GEOIP=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ktorrent/repos/extra-x86_64/PKGBUILD (from rev 388386, ktorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-06 19:50:23 UTC (rev 388387)
@@ -0,0 +1,29 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca>
+# Contributor: Georg Grabler <ggrabler at gmail.com>
+
+pkgname=ktorrent
+pkgver=5.2.0
+pkgrel=1
+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 phonon-qt5)
+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/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff'
+            'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DWITH_SYSTEM_GEOIP=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list