[arch-commits] Commit in parley/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Aug 21 02:59:48 UTC 2016
Date: Sunday, August 21, 2016 @ 02:59:48
Author: felixonmars
Revision: 274289
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
parley/repos/testing-i686/
parley/repos/testing-i686/PKGBUILD
(from rev 274288, parley/trunk/PKGBUILD)
parley/repos/testing-x86_64/
parley/repos/testing-x86_64/PKGBUILD
(from rev 274288, parley/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: parley/repos/testing-i686/PKGBUILD (from rev 274288, parley/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-08-21 02:59:48 UTC (rev 274289)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=16.08.0
+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=('f35491b03feef2c2a5b29e4bff7b709e42642572')
+
+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/testing-x86_64/PKGBUILD (from rev 274288, parley/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 02:59:48 UTC (rev 274289)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=16.08.0
+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=('f35491b03feef2c2a5b29e4bff7b709e42642572')
+
+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