[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Jul 28 09:27:48 UTC 2011


    Date: Thursday, July 28, 2011 @ 05:27:47
  Author: andrea
Revision: 133463

upgpkg: kdebase-workspace 4.7.0-2
moved kde-wallpapers to optdepends

Modified:
  kdebase-workspace/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-28 09:25:21 UTC (rev 133462)
+++ PKGBUILD	2011-07-28 09:27:47 UTC (rev 133463)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Base Workspace"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -16,8 +16,9 @@
 #	but nvidia providing libgl does not depend on libxdamage
 depends=('kdepim-runtime' 'lm_sensors' 'libraw1394'  'libqalculate' 'qimageblitz'
          'polkit-kde' 'consolekit' 'xorg-xprop' 'libxdamage' 'libxklavier' 'libdmtx'
-         'xorg-xsetroot' 'libxcomposite' 'libxinerama' 'kde-wallpapers')
+         'xorg-xsetroot' 'libxcomposite' 'libxinerama')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebindings-python')
+optdepends=('kde-wallpapers: officials KDE wallapers')
 replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde' 'kdebase-kinfocenter')
 conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde' 'kdebase-kinfocenter')
 install="${pkgname}.install"
@@ -63,8 +64,8 @@
 }
 
 package() {
-	cd $srcdir/build
-	make DESTDIR=$pkgdir install
+	cd ${srcdir}/build
+	make DESTDIR=${pkgdir} install
 
 	install -D -m755 ${srcdir}/kdm ${pkgdir}/etc/rc.d/kdm
 	install -D -m644 ${srcdir}/kde.pam ${pkgdir}/etc/pam.d/kde




More information about the arch-commits mailing list