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

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


    Date: Monday, December 1, 2008 @ 19:07:47
  Author: pierre
Revision: 20280

initial commit of kde-unstable

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

-----------------+
 PKGBUILD        |   29 +++++++++++++++++++++++++++++
 kdebase.install |   11 +++++++++++
 2 files changed, 40 insertions(+)

Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2008-12-02 00:07:47 UTC (rev 20280)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 17570 2008-10-31 03:06:26Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdebase
+pkgver=4.1.81
+pkgrel=1
+pkgdesc="KDE Base Applications"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+depends=('libraw1394' 'kdelibs' 'kdebase-runtime' 'qimageblitz')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4')
+optdepends=('kdebase-workspace')
+options=('docs')
+install='kdebase.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('423c288902cba3e9fa577950a7bbc43c')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}

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