[arch-commits] Commit in kdeedu/repos (4 files)

Pierre Schmitz pierre at archlinux.org
Tue Dec 2 00:07:55 UTC 2008


    Date: Monday, December 1, 2008 @ 19:07:55
  Author: pierre
Revision: 20282

initial commit of kde-unstable

Added:
  kdeedu/repos/kde-unstable-i686/
  kdeedu/repos/kde-unstable-x86_64/
  kdeedu/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu/repos/kde-unstable-x86_64/kdeedu.install

----------------+
 PKGBUILD       |   30 ++++++++++++++++++++++++++++++
 kdeedu.install |   11 +++++++++++
 2 files changed, 41 insertions(+)

Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2008-12-02 00:07:55 UTC (rev 20282)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 17572 2008-10-31 03:06:35Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdeedu
+pkgver=4.1.81
+pkgrel=1
+pkgdesc="KDE Educational programs"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+depends=('kdelibs' 'kdebase-workspace' 'openbabel' 'indilib' 'libnova' 'libqalculate' 'gsl' 'boost')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'ocaml' 'facile' 'eigen' 'cfitsio' 'gmm++')
+options=('docs')
+install='kdeedu.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('a6e08826465147ec097e7a3194a44bb0')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr 
+	make
+	make DESTDIR=$pkgdir install
+	# provided by indilib
+	rm -f $pkgdir/usr/bin/indiserver
+}

Added: kde-unstable-x86_64/kdeedu.install
===================================================================
--- kde-unstable-x86_64/kdeedu.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeedu.install	2008-12-02 00:07:55 UTC (rev 20282)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list