[arch-commits] Commit in kdeutils/repos/kde-unstable-i686 (PKGBUILD kdeutils.install)

Pierre Schmitz pierre at archlinux.org
Wed Dec 10 00:16:09 UTC 2008


    Date: Tuesday, December 9, 2008 @ 19:16:08
  Author: pierre
Revision: 21113

kde-unstable

Added:
  kdeutils/repos/kde-unstable-i686/PKGBUILD
    (from rev 21085, kdeutils/repos/kde-unstable-x86_64/PKGBUILD)
  kdeutils/repos/kde-unstable-i686/kdeutils.install
    (from rev 21085, kdeutils/repos/kde-unstable-x86_64/kdeutils.install)

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

Copied: kdeutils/repos/kde-unstable-i686/PKGBUILD (from rev 21085, kdeutils/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2008-12-10 00:16:08 UTC (rev 21113)
@@ -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.82
+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=('ed3fcb387ecdd473c6f7000ffca7b18f')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}


Property changes on: kdeutils/repos/kde-unstable-i686/PKGBUILD
___________________________________________________________________
Added: svn:mergeinfo
   + 

Copied: kdeutils/repos/kde-unstable-i686/kdeutils.install (from rev 21085, kdeutils/repos/kde-unstable-x86_64/kdeutils.install)
===================================================================
--- kdeutils.install	                        (rev 0)
+++ kdeutils.install	2008-12-10 00:16:08 UTC (rev 21113)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}


Property changes on: kdeutils/repos/kde-unstable-i686/kdeutils.install
___________________________________________________________________
Added: svn:mergeinfo
   + 




More information about the arch-commits mailing list