[arch-commits] Commit in kdeedu-parley/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Mar 20 10:22:07 UTC 2013


    Date: Wednesday, March 20, 2013 @ 11:22:06
  Author: andrea
Revision: 180323

upgpkg: kdeedu-parley 4.10.1-2

Add optdepends

Modified:
  kdeedu-parley/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 07:47:18 UTC (rev 180322)
+++ PKGBUILD	2013-03-20 10:22:06 UTC (rev 180323)
@@ -3,7 +3,7 @@
 
 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 @@
 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 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list