[arch-commits] Commit in plasma-desktop/trunk (PKGBUILD plasma-desktop.install)

Andrea Scarpino andrea at archlinux.org
Sat Oct 18 10:31:13 UTC 2014


    Date: Saturday, October 18, 2014 @ 12:31:12
  Author: andrea
Revision: 224754

upgpkg: plasma-desktop 5.1.0.1-1

release

Added:
  plasma-desktop/trunk/plasma-desktop.install
Modified:
  plasma-desktop/trunk/PKGBUILD	(contents, properties)

------------------------+
 PKGBUILD               |   20 ++++++++++++--------
 plasma-desktop.install |   12 ++++++++++++
 2 files changed, 24 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-18 10:18:18 UTC (rev 224753)
+++ PKGBUILD	2014-10-18 10:31:12 UTC (rev 224754)
@@ -1,16 +1,22 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Antonio Rojas
 
 pkgname=plasma-desktop
 pkgver=5.1.0.1
-pkgrel=2
+pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-desktop'
 license=('LGPL')
-depends=('qt5-graphicaleffects' 'libxkbfile' 'libusb-compat' 'libcanberra' 'systemsettings' 'ksysguard' 'powerdevil' 'oxygen' 'kmenuedit' 'kinfocenter' 'polkit-kde-frameworks-git') # 'packagekit-qt'
+depends=('qt5-graphicaleffects' 'libxkbfile' 'libusb-compat' 'kinfocenter'
+         'systemsettings' 'ksysguard' 'powerdevil' 'oxygen' 'kmenuedit'
+         'polkit-kde-frameworks')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('plasma-nm: Network manager applet' 'kdebase-kdepasswd: to change the user password from systemsettings')
-conflicts=('kdebase-workspace')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
+install="${pkgname}.install"
+groups=('plasma-next')
 source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
 md5sums=('235318be3ddaa7e842dea8b5f737aa6b')
 
@@ -25,7 +31,8 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DSYSCONF_INSTALL_DIR=/etc
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DBUILD_TESTING=OFF
   make
 }
 
@@ -32,7 +39,4 @@
 package() {
   cd build
   make DESTDIR="${pkgdir}" install
-
-# conflict with kdebase-kdepasswd
-  rm "$pkgdir"/usr/share/config.kcfg/kcm_useraccount*
 }


Property changes on: plasma-desktop/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: plasma-desktop.install
===================================================================
--- plasma-desktop.install	                        (rev 0)
+++ plasma-desktop.install	2014-10-18 10:31:12 UTC (rev 224754)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list