[arch-commits] Commit in parley/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Sat Mar 14 10:15:41 UTC 2015
Date: Saturday, March 14, 2015 @ 11:15:41
Author: arojas
Revision: 233672
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
parley/repos/kde-unstable-i686/
parley/repos/kde-unstable-i686/PKGBUILD
(from rev 233671, parley/kde-unstable/PKGBUILD)
parley/repos/kde-unstable-i686/parley.install
(from rev 233671, parley/kde-unstable/parley.install)
parley/repos/kde-unstable-x86_64/
parley/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233671, parley/kde-unstable/PKGBUILD)
parley/repos/kde-unstable-x86_64/parley.install
(from rev 233671, parley/kde-unstable/parley.install)
------------------------------------+
kde-unstable-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++
kde-unstable-i686/parley.install | 12 +++++++++++
kde-unstable-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/parley.install | 12 +++++++++++
4 files changed, 98 insertions(+)
Copied: parley/repos/kde-unstable-i686/PKGBUILD (from rev 233671, parley/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-03-14 10:15:41 UTC (rev 233672)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=15.03.90
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="http://kde.org/applications/education/parley/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' '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=('5c4582470ed6f0314149bb734c34ea1a42f8b662')
+
+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-i686/parley.install (from rev 233671, parley/kde-unstable/parley.install)
===================================================================
--- kde-unstable-i686/parley.install (rev 0)
+++ kde-unstable-i686/parley.install 2015-03-14 10:15:41 UTC (rev 233672)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 233671, parley/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-14 10:15:41 UTC (rev 233672)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=15.03.90
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="http://kde.org/applications/education/parley/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' '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=('5c4582470ed6f0314149bb734c34ea1a42f8b662')
+
+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/parley.install (from rev 233671, parley/kde-unstable/parley.install)
===================================================================
--- kde-unstable-x86_64/parley.install (rev 0)
+++ kde-unstable-x86_64/parley.install 2015-03-14 10:15:41 UTC (rev 233672)
@@ -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