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

Antonio Rojas arojas at archlinux.org
Sun Sep 1 20:38:26 UTC 2019


    Date: Sunday, September 1, 2019 @ 20:38:26
  Author: arojas
Revision: 361475

archrelease: copy trunk to extra-x86_64

Added:
  libktorrent/repos/extra-x86_64/PKGBUILD
    (from rev 361474, libktorrent/trunk/PKGBUILD)
Deleted:
  libktorrent/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 33 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-01 20:37:53 UTC (rev 361474)
+++ PKGBUILD	2019-09-01 20:38:26 UTC (rev 361475)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libktorrent
-pkgver=2.1
-_ktorrentver=5.1
-pkgrel=1
-pkgdesc="A BitTorrent protocol implementation"
-arch=(i686 x86_64)
-url="http://ktorrent.pwsp.net/"
-license=(GPL2)
-depends=(kio qca-qt5)
-makedepends=(extra-cmake-modules python boost doxygen)
-source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f'
-            'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktorrent/repos/extra-x86_64/PKGBUILD (from rev 361474, libktorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-01 20:38:26 UTC (rev 361475)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libktorrent
+pkgver=2.1.1
+_ktorrentver=5.1.2
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(x86_64)
+url="https://www.kde.org/applications/internet/ktorrent/"
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules boost doxygen)
+source=("https://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5cc45c0b50a1b6b2ce64ad0384128f4ac3bc0e4a1417eb58e5e992b510fca100'
+            'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list