[arch-commits] Commit in kio-extras/trunk (PKGBUILD kio-extras.install)

Andrea Scarpino andrea at archlinux.org
Sat Oct 18 08:45:18 UTC 2014


    Date: Saturday, October 18, 2014 @ 10:45:18
  Author: andrea
Revision: 224714

upgpkg: kio-extras 5.1.0.1-1

release

Added:
  kio-extras/trunk/kio-extras.install
Modified:
  kio-extras/trunk/PKGBUILD	(contents, properties)

--------------------+
 PKGBUILD           |   10 +++++++---
 kio-extras.install |   11 +++++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-18 08:27:20 UTC (rev 224713)
+++ PKGBUILD	2014-10-18 08:45:18 UTC (rev 224714)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Antonio Rojas
 
 pkgname=kio-extras
@@ -7,8 +9,10 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
 license=('LGPL')
-depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient' 'exiv2' 'openexr')
-makedepends=('extra-cmake-modules' 'openslp' 'kdoctools' 'python')
+depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient' 'exiv2' 'openexr' 'openslp')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+options=('!buildflags')
+install="${pkgname}.install"
 source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
 md5sums=('fe8771bd6157bd842753d0c2a3c9162c')
 
@@ -31,7 +35,7 @@
   cd build
   make DESTDIR="${pkgdir}" install
 
-# conflicts with kdebase-runtime
+  # conflicts with kdebase-runtime
   rm "$pkgdir"/usr/lib/libmolletnetwork.so
   mv "$pkgdir"/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
 }


Property changes on: kio-extras/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kio-extras.install
===================================================================
--- kio-extras.install	                        (rev 0)
+++ kio-extras.install	2014-10-18 08:45:18 UTC (rev 224714)
@@ -0,0 +1,11 @@
+post_install() {
+    update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list