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

Ionut Biru ibiru at archlinux.org
Tue Mar 30 16:15:26 UTC 2010


    Date: Tuesday, March 30, 2010 @ 12:15:26
  Author: ibiru
Revision: 74122

disable mime

Modified:
  tomboy/trunk/PKGBUILD
  tomboy/trunk/tomboy.install

----------------+
 PKGBUILD       |    5 +++--
 tomboy.install |    2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-30 15:53:53 UTC (rev 74121)
+++ PKGBUILD	2010-03-30 16:15:26 UTC (rev 74122)
@@ -3,7 +3,7 @@
 
 pkgname=tomboy
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop note-taking application for Linux and Unix"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -22,7 +22,8 @@
  
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-scrollkeeper || return 1
+      --localstatedir=/var --disable-scrollkeeper \
+      --disable-update-mimedb || return 1
   make || return 1
   make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install || return 1
 

Modified: tomboy.install
===================================================================
--- tomboy.install	2010-03-30 15:53:53 UTC (rev 74121)
+++ tomboy.install	2010-03-30 16:15:26 UTC (rev 74122)
@@ -4,6 +4,7 @@
   usr/sbin/gconfpkg --install ${pkgname}
 
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime
 }
 
 pre_upgrade() {
@@ -20,4 +21,5 @@
 
 post_remove() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime
 }




More information about the arch-commits mailing list