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

Antonio Rojas arojas at archlinux.org
Tue Jun 2 06:59:34 UTC 2015


    Date: Tuesday, June 2, 2015 @ 08:59:34
  Author: arojas
Revision: 240063

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

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

-----------------------------+
 /PKGBUILD                   |   74 ++++++++++++++++++++++++++++++++++++++++++
 /parley.install             |   24 +++++++++++++
 extra-i686/PKGBUILD         |   37 ---------------------
 extra-i686/parley.install   |   12 ------
 extra-x86_64/PKGBUILD       |   37 ---------------------
 extra-x86_64/parley.install |   12 ------
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-06-02 06:59:18 UTC (rev 240062)
+++ extra-i686/PKGBUILD	2015-06-02 06:59:34 UTC (rev 240063)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=parley
-pkgver=15.04.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')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
-sha1sums=('2dd9d5b025ab9e864faf5161dbd837c54279855c')
-
-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 240062, parley/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-06-02 06:59:34 UTC (rev 240063)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=15.04.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')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
+sha1sums=('1ca4660f617aca9171f9a25d02560c11f810dda1')
+
+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-i686/parley.install
===================================================================
--- extra-i686/parley.install	2015-06-02 06:59:18 UTC (rev 240062)
+++ extra-i686/parley.install	2015-06-02 06:59:34 UTC (rev 240063)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: parley/repos/extra-i686/parley.install (from rev 240062, parley/trunk/parley.install)
===================================================================
--- extra-i686/parley.install	                        (rev 0)
+++ extra-i686/parley.install	2015-06-02 06:59:34 UTC (rev 240063)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-06-02 06:59:18 UTC (rev 240062)
+++ extra-x86_64/PKGBUILD	2015-06-02 06:59:34 UTC (rev 240063)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=parley
-pkgver=15.04.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')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
-sha1sums=('2dd9d5b025ab9e864faf5161dbd837c54279855c')
-
-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 240062, parley/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-06-02 06:59:34 UTC (rev 240063)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=15.04.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')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
+sha1sums=('1ca4660f617aca9171f9a25d02560c11f810dda1')
+
+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/parley.install
===================================================================
--- extra-x86_64/parley.install	2015-06-02 06:59:18 UTC (rev 240062)
+++ extra-x86_64/parley.install	2015-06-02 06:59:34 UTC (rev 240063)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: parley/repos/extra-x86_64/parley.install (from rev 240062, parley/trunk/parley.install)
===================================================================
--- extra-x86_64/parley.install	                        (rev 0)
+++ extra-x86_64/parley.install	2015-06-02 06:59:34 UTC (rev 240063)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list