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

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


    Date: Monday, December 1, 2008 @ 19:07:27
  Author: pierre
Revision: 20275

initial commit of kde-unstable

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

-----------------------+
 PKGBUILD              |   28 ++++++++++++++++++++++++++++
 kdemultimedia.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:07:27 UTC (rev 20275)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 17565 2008-10-31 03:06:04Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdemultimedia
+pkgver=4.1.81
+pkgrel=1
+pkgdesc="KDE Multimedia Programs"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+depends=('kdelibs' 'kdebase-runtime' 'xine-lib' 'tunepimp' 'cdparanoia')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+options=('docs')
+install='kdemultimedia.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('9a40d17e0f00bcf85a9b9ee9be1c3d01')
+
+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/kdemultimedia.install
===================================================================
--- kde-unstable-x86_64/kdemultimedia.install	                        (rev 0)
+++ kde-unstable-x86_64/kdemultimedia.install	2008-12-02 00:07:27 UTC (rev 20275)
@@ -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