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

Antonio Rojas arojas at archlinux.org
Thu Oct 13 16:05:09 UTC 2016


    Date: Thursday, October 13, 2016 @ 16:05:08
  Author: arojas
Revision: 278681

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  parley/repos/extra-i686/PKGBUILD
    (from rev 278680, parley/trunk/PKGBUILD)
  parley/repos/extra-x86_64/PKGBUILD
    (from rev 278680, parley/trunk/PKGBUILD)
Deleted:
  parley/repos/extra-i686/PKGBUILD
  parley/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   72 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   36 ------------------------
 extra-x86_64/PKGBUILD |   36 ------------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-10-13 16:05:01 UTC (rev 278680)
+++ extra-i686/PKGBUILD	2016-10-13 16:05:08 UTC (rev 278681)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=parley
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="http://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=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
-sha1sums=('bc98534ffc9c55f582174e17043c374fa4ee3b7a')
-
-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/extra-i686/PKGBUILD (from rev 278680, parley/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-10-13 16:05:08 UTC (rev 278681)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="http://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=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
+sha1sums=('83f6516c14082973b65621266b3c86eb2b16415b')
+
+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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-10-13 16:05:01 UTC (rev 278680)
+++ extra-x86_64/PKGBUILD	2016-10-13 16:05:08 UTC (rev 278681)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=parley
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="http://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=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
-sha1sums=('bc98534ffc9c55f582174e17043c374fa4ee3b7a')
-
-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/extra-x86_64/PKGBUILD (from rev 278680, parley/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-10-13 16:05:08 UTC (rev 278681)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="http://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=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
+sha1sums=('83f6516c14082973b65621266b3c86eb2b16415b')
+
+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