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

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


    Date: Monday, December 1, 2008 @ 19:07:23
  Author: pierre
Revision: 20274

initial commit of kde-unstable

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

-------------------------+
 PKGBUILD                |   31 +++++++++++++++++++++++++++++++
 kdebase-runtime.install |   11 +++++++++++
 2 files changed, 42 insertions(+)

Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2008-12-02 00:07:23 UTC (rev 20274)
@@ -0,0 +1,31 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdebase-runtime
+pkgver=4.1.81
+pkgrel=1
+pkgdesc="KDE Base Runtime Environment"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+groups=('kde')
+depends=('kdelibs' 'hicolor-icon-theme' 'rarian' 'smbclient')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs')
+options=('docs')
+install='kdebase-runtime.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('4e1bd6b7526ae273d1702dca266acdc2')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DWITH_PulseAudio=OFF
+	make
+	make DESTDIR=$pkgdir install
+	rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+	ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+}

Added: kde-unstable-x86_64/kdebase-runtime.install
===================================================================
--- kde-unstable-x86_64/kdebase-runtime.install	                        (rev 0)
+++ kde-unstable-x86_64/kdebase-runtime.install	2008-12-02 00:07:23 UTC (rev 20274)
@@ -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