[arch-commits] Commit in kget/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 10 12:07:00 UTC 2019
Date: Thursday, October 10, 2019 @ 12:07:00
Author: arojas
Revision: 364504
archrelease: copy trunk to extra-x86_64
Added:
kget/repos/extra-x86_64/PKGBUILD
(from rev 364503, kget/trunk/PKGBUILD)
Deleted:
kget/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-10 12:06:51 UTC (rev 364503)
+++ PKGBUILD 2019-10-10 12:07:00 UTC (rev 364504)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kget
-pkgver=19.08.1
-pkgrel=1
-pkgdesc='Download Manager'
-url='https://kde.org/applications/internet/kget/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(qca qgpgme plasma-workspace)
-makedepends=(extra-cmake-modules boost libktorrent libmms kdoctools kdesignerplugin)
-optdepends=('libktorrent: torrent support' 'libmms: MMS support')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ecc9cc31f23304baa8c909335db57460460db27fbffb97438c1ed12703c6b9b9'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../kget-$pkgver \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kget/repos/extra-x86_64/PKGBUILD (from rev 364503, kget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-10 12:07:00 UTC (rev 364504)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kget
+pkgver=19.08.2
+pkgrel=1
+pkgdesc='Download Manager'
+url='https://kde.org/applications/internet/kget/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(qca qgpgme plasma-workspace)
+makedepends=(extra-cmake-modules boost libktorrent libmms kdoctools kdesignerplugin)
+optdepends=('libktorrent: torrent support' 'libmms: MMS support')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e93795eec8f51cac2719ab31cfa6f5f4f642b166ffbb3f876ab3c866a4cd7df1'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../kget-$pkgver \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list