[arch-commits] Commit in (5 files)

Pierre Schmitz pierre at archlinux.org
Wed Jul 22 07:46:15 UTC 2009


    Date: Wednesday, July 22, 2009 @ 03:46:14
  Author: pierre
Revision: 46937

add Chhattisgarhi localization

Added:
  kde-l10n-hne/
  kde-l10n-hne/kde-unstable/
  kde-l10n-hne/kde-unstable/PKGBUILD
  kde-l10n-hne/repos/
  kde-l10n-hne/trunk/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: kde-l10n-hne/kde-unstable/PKGBUILD
===================================================================
--- kde-l10n-hne/kde-unstable/PKGBUILD	                        (rev 0)
+++ kde-l10n-hne/kde-unstable/PKGBUILD	2009-07-22 07:46:14 UTC (rev 46937)
@@ -0,0 +1,28 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kde-l10n-hne
+pkgver=4.2.4
+pkgrel=1
+pkgdesc="Chhattisgarhi Localization for KDE"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL')
+groups=('kde-l10n')
+replaces=('kde-i18n-hne')
+provides=('kde-i18n-hne')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs')
+options=('docs')
+source=("http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('2f1185db36349a14a600ec58656c82ec')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list