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

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


    Date: Monday, December 1, 2008 @ 19:08:23
  Author: pierre
Revision: 20289

initial commit of kde-unstable

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

-----------------+
 PKGBUILD        |   28 ++++++++++++++++++++++++++++
 kdetoys.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:23 UTC (rev 20289)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 17579 2008-10-31 03:07:07Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdetoys
+pkgver=4.1.81
+pkgrel=1
+pkgdesc="KDE Toys"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+depends=('kdebase-workspace')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+options=('docs')
+install='kdetoys.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5e6ed76bbc2479aac6f055358533f0fb')
+
+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/kdetoys.install
===================================================================
--- kde-unstable-x86_64/kdetoys.install	                        (rev 0)
+++ kde-unstable-x86_64/kdetoys.install	2008-12-02 00:08:23 UTC (rev 20289)
@@ -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