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

Pierre Schmitz pierre at archlinux.org
Tue Dec 2 00:08:27 UTC 2008


    Date: Monday, December 1, 2008 @ 19:08:27
  Author: pierre
Revision: 20290

initial commit of kde-unstable

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

------------------+
 PKGBUILD         |   28 ++++++++++++++++++++++++++++
 kdeutils.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2008-12-02 00:08:27 UTC (rev 20290)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 17580 2008-10-31 03:07:11Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdeutils
+pkgver=4.1.81
+pkgrel=1
+pkgdesc="KDE Utils is a compilation of various desktop utilities."
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+depends=('kdepimlibs' 'libzip' 'python' 'libarchive' 'kdebase-workspace' 'qimageblitz')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt')
+options=('docs')
+install='kdeutils.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('96cc70e1f54c746bbe114b56a058bc9b')
+
+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/kdeutils.install
===================================================================
--- kde-unstable-x86_64/kdeutils.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeutils.install	2008-12-02 00:08:27 UTC (rev 20290)
@@ -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