summaryrefslogtreecommitdiff
path: root/extra/kdeedu-parley
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-21 00:05:31 -0700
committerroot <root@rshg054.dnsready.net>2013-03-21 00:05:31 -0700
commit76b6359ba6b2c7cce2f0b0725c7ecd831563cabf (patch)
treec0094f3f2750cc09b0e7bdce9a50af03858ddd51 /extra/kdeedu-parley
parent3cdbec41955c7232e91ef149f77ce9ed215a10fa (diff)
Thu Mar 21 00:05:30 PDT 2013
Diffstat (limited to 'extra/kdeedu-parley')
-rw-r--r--extra/kdeedu-parley/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kdeedu-parley/PKGBUILD b/extra/kdeedu-parley/PKGBUILD
index 6cb87f200..e74ef6123 100644
--- a/extra/kdeedu-parley/PKGBUILD
+++ b/extra/kdeedu-parley/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 179386 2013-03-05 15:33:26Z andrea $
+# $Id: PKGBUILD 180324 2013-03-20 10:22:14Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-parley
pkgver=4.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="Vocabulary Trainer"
url="http://kde.org/applications/education/parley/"
arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@ license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdeedu')
depends=('kdebase-runtime' 'libkdeedu')
makedepends=('cmake' 'automoc4')
+optdepends=('kdebindings-kross-python: scripting support')
install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/parley-${pkgver}.tar.xz")
sha1sums=('bea1bebe90e29d674f3a10f5cbfaf0051fb04ee5')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../parley-${pkgver} \
@@ -27,6 +27,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}