[arch-commits] Commit in parley/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 20 08:28:23 UTC 2017


    Date: Thursday, April 20, 2017 @ 08:28:22
  Author: arojas
Revision: 293398

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  parley/repos/kde-unstable-i686/
  parley/repos/kde-unstable-i686/PKGBUILD
    (from rev 293397, parley/trunk/PKGBUILD)
  parley/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 293397, parley/trunk/PKGBUILD)
Deleted:
  parley/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   38 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   38 --------------------------------------
 3 files changed, 76 insertions(+), 38 deletions(-)

Copied: parley/repos/kde-unstable-i686/PKGBUILD (from rev 293397, parley/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-04-20 08:28:22 UTC (rev 293398)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="https://kde.org/applications/education/parley/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz"{,.sig})
+sha256sums=('872d65cd186241b4db1519973800634c497d99b935527130b5f59d753e879644'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-04-20 08:27:22 UTC (rev 293397)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:28:22 UTC (rev 293398)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=parley
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="https://kde.org/applications/education/parley/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-parley')
-conflicts=('kdeedu-parley')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b59e3cfb3e95b7b0afcc2396556d6767fe19db8bbfac721bd65713f0c8f68c17'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../parley-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: parley/repos/kde-unstable-x86_64/PKGBUILD (from rev 293397, parley/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:28:22 UTC (rev 293398)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="https://kde.org/applications/education/parley/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz"{,.sig})
+sha256sums=('872d65cd186241b4db1519973800634c497d99b935527130b5f59d753e879644'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list