[arch-commits] Commit in koffice-l10n-nl/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Mon Apr 6 09:19:46 UTC 2009


    Date: Monday, April 6, 2009 @ 05:19:46
  Author: ronald
Revision: 33933

upgpkg: koffice-l10n-nl 1.9.99.0-1

Modified:
  koffice-l10n-nl/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-06 08:12:44 UTC (rev 33932)
+++ PKGBUILD	2009-04-06 09:19:46 UTC (rev 33933)
@@ -1,21 +1,26 @@
 # $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
 # Maintainer: Alexander Baldeck <alexander at archlinux.org> 
+
 pkgname=koffice-l10n-nl
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.9.99.0
+pkgrel=1
 pkgdesc="Dutch KOffice translation."
 license=('GPL')
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.koffice.org"
-depends=('koffice>=1.6.3')
-source=(http://download.kde.org/stable/koffice-$pkgver/src/koffice-l10n/$pkgname-$pkgver.tar.bz2)
-replaces=koffice-i18n-nl
+depends=("koffice>=${pkgver}")
+source=(http://download.kde.org/unstable/koffice-$pkgver/src/koffice-l10n/$pkgname-$pkgver.tar.bz2)
+md5sums=('b61dae5bdd6ddb2fd32a3ae382218626')
 
 build() {
-  cd $startdir/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/kde --disable-debug
+  cd ${srcdir}
+  install -d build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+	-DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install || return 1
+  make DESTDIR=${pkgdir} install
 }
 
-md5sums=('a63c40510c0bb322dc1f6bb057759772')




More information about the arch-commits mailing list