[arch-commits] Commit in parley/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 14 11:32:37 UTC 2017
Date: Thursday, December 14, 2017 @ 11:32:36
Author: arojas
Revision: 312466
archrelease: copy trunk to kde-unstable-x86_64
Added:
parley/repos/kde-unstable-x86_64/PKGBUILD
(from rev 312465, parley/trunk/PKGBUILD)
Deleted:
parley/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-14 11:32:16 UTC (rev 312465)
+++ PKGBUILD 2017-12-14 11:32:36 UTC (rev 312466)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=parley
-pkgver=17.11.90
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="https://kde.org/applications/education/parley/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(kross knewstuff libkeduvocdocument qt5-webengine kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-replaces=(kdeedu-parley)
-conflicts=(kdeedu-parley)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7a9d33f9fcf5a61cf98f6f0b248d0f326869765d9ec3a58b781cbf3bd1f581df'
- '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 ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: parley/repos/kde-unstable-x86_64/PKGBUILD (from rev 312465, parley/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-14 11:32:36 UTC (rev 312466)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=17.12.0
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="https://kde.org/applications/education/parley/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kross knewstuff libkeduvocdocument qt5-webengine kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(kdeedu-parley)
+conflicts=(kdeedu-parley)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a5dc40a71e96a95ba9df37234f62cf4f2d806c8b32abb37fab86f233173f1d62'
+ '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 ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list