[arch-commits] Commit in calligra/trunk (PKGBUILD calligra-filters.install)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 29 17:10:46 UTC 2014


    Date: Saturday, March 29, 2014 @ 18:10:46
  Author: andrea
Revision: 209130

upgpkg: calligra 2.8.1-1

Upstream release

Modified:
  calligra/trunk/PKGBUILD
  calligra/trunk/calligra-filters.install

--------------------------+
 PKGBUILD                 |    6 +++---
 calligra-filters.install |    7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-29 16:50:40 UTC (rev 209129)
+++ PKGBUILD	2014-03-29 17:10:46 UTC (rev 209130)
@@ -18,8 +18,8 @@
          'calligra-sheets'
          'calligra-stage'
          'calligra-words')
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -30,7 +30,7 @@
              'libetonyek' 'libpqxx' 'libspnav')
 groups=('calligra')
 source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz")
-md5sums=('59abfc331220f5282ea2d6df5e80e899')
+md5sums=('7d75143f24a63b9983fe8bfe8ac029d1')
 
 prepare() {
   mkdir build

Modified: calligra-filters.install
===================================================================
--- calligra-filters.install	2014-03-29 16:50:40 UTC (rev 209129)
+++ calligra-filters.install	2014-03-29 17:10:46 UTC (rev 209130)
@@ -1,11 +1,12 @@
 post_install() {
-	update-mime-database usr/share/mime &> /dev/null
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
 }
 
 post_upgrade() {
-	post_install
+  post_install
 }
 
 post_remove() {
-	post_install
+  post_install
 }




More information about the arch-commits mailing list