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

Antonio Rojas arojas at archlinux.org
Thu Nov 19 20:57:01 UTC 2015


    Date: Thursday, November 19, 2015 @ 21:57:00
  Author: arojas
Revision: 251330

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

Added:
  parley/repos/staging-i686/
  parley/repos/staging-i686/PKGBUILD
    (from rev 251329, parley/kde-unstable/PKGBUILD)
  parley/repos/staging-i686/parley.install
    (from rev 251329, parley/kde-unstable/parley.install)
  parley/repos/staging-x86_64/
  parley/repos/staging-x86_64/PKGBUILD
    (from rev 251329, parley/kde-unstable/PKGBUILD)
  parley/repos/staging-x86_64/parley.install
    (from rev 251329, parley/kde-unstable/parley.install)

-------------------------------+
 staging-i686/PKGBUILD         |   37 +++++++++++++++++++++++++++++++++++++
 staging-i686/parley.install   |   12 ++++++++++++
 staging-x86_64/PKGBUILD       |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/parley.install |   12 ++++++++++++
 4 files changed, 98 insertions(+)

Copied: parley/repos/staging-i686/PKGBUILD (from rev 251329, parley/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-11-19 20:57:00 UTC (rev 251330)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=15.11.80
+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/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
+sha1sums=('419df6db0f66476fcbb1d91a76b570a669edbf68')
+
+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/staging-i686/parley.install (from rev 251329, parley/kde-unstable/parley.install)
===================================================================
--- staging-i686/parley.install	                        (rev 0)
+++ staging-i686/parley.install	2015-11-19 20:57:00 UTC (rev 251330)
@@ -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
+}

Copied: parley/repos/staging-x86_64/PKGBUILD (from rev 251329, parley/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-11-19 20:57:00 UTC (rev 251330)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=15.11.80
+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/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
+sha1sums=('419df6db0f66476fcbb1d91a76b570a669edbf68')
+
+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/staging-x86_64/parley.install (from rev 251329, parley/kde-unstable/parley.install)
===================================================================
--- staging-x86_64/parley.install	                        (rev 0)
+++ staging-x86_64/parley.install	2015-11-19 20:57:00 UTC (rev 251330)
@@ -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