[arch-commits] Commit in kdepimlibs/kde-unstable (PKGBUILD kdepimlibs.install)

Pierre Schmitz pierre at archlinux.org
Wed Jul 22 11:21:36 UTC 2009


    Date: Wednesday, July 22, 2009 @ 07:21:36
  Author: pierre
Revision: 46946

KDE 4.3 RC3

Added:
  kdepimlibs/kde-unstable/kdepimlibs.install
Modified:
  kdepimlibs/kde-unstable/PKGBUILD

--------------------+
 PKGBUILD           |    5 +++--
 kdepimlibs.install |   11 +++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-22 11:21:31 UTC (rev 46945)
+++ PKGBUILD	2009-07-22 11:21:36 UTC (rev 46946)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdepimlibs
-pkgver=4.2.96
+pkgver=4.2.98
 pkgrel=1
 pkgdesc="KDE PIM Libraries"
 arch=('i686' 'x86_64')
@@ -10,8 +10,9 @@
 license=('GPL' 'LGPL')
 depends=('kdelibs' 'akonadi>=1.1.90' 'libical' 'gpgme')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
+install='kdepimlibs.install'
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('04b79056e9beef2a6fec9509c6defbf3')
+md5sums=('b7a464799cdc896092d42524a8174a93')
 
 build() {
 	cd $srcdir

Added: kdepimlibs.install
===================================================================
--- kdepimlibs.install	                        (rev 0)
+++ kdepimlibs.install	2009-07-22 11:21:36 UTC (rev 46946)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
\ No newline at end of file




More information about the arch-commits mailing list