[arch-commits] Commit in kdenetwork/repos/kde-unstable-i686 (2 files)

Pierre Schmitz pierre at archlinux.org
Wed Dec 10 00:15:48 UTC 2008


    Date: Tuesday, December 9, 2008 @ 19:15:48
  Author: pierre
Revision: 21108

kde-unstable

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

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

Copied: kdenetwork/repos/kde-unstable-i686/PKGBUILD (from rev 21085, kdenetwork/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2008-12-10 00:15:48 UTC (rev 21108)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 17575 2008-10-31 03:06:48Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdenetwork
+pkgver=4.1.82
+pkgrel=1
+pkgdesc="KDE Network related programs"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+depends=('kdebase-workspace' 'kdepimlibs' 'libvncserver' 'openslp' 'libidn' 'libotr' 'decibel' 'qca' 'rdesktop' 'python')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+options=('docs')
+install='kdenetwork.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5d9183ae6a5028a27204693889d89c76')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DWITH_Xmms=OFF
+	make
+	make DESTDIR=$pkgdir install
+}


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

Copied: kdenetwork/repos/kde-unstable-i686/kdenetwork.install (from rev 21085, kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install)
===================================================================
--- kdenetwork.install	                        (rev 0)
+++ kdenetwork.install	2008-12-10 00:15:48 UTC (rev 21108)
@@ -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: kdenetwork/repos/kde-unstable-i686/kdenetwork.install
___________________________________________________________________
Added: svn:mergeinfo
   + 




More information about the arch-commits mailing list