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

Andrea Scarpino andrea at archlinux.org
Fri Feb 18 07:47:11 UTC 2011


    Date: Friday, February 18, 2011 @ 02:47:11
  Author: andrea
Revision: 110247

build cache database of MIME types after installation (FS#22936)

Modified:
  qt/trunk/PKGBUILD
  qt/trunk/qt.install

------------+
 PKGBUILD   |    2 +-
 qt.install |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-18 07:45:20 UTC (rev 110246)
+++ PKGBUILD	2011-02-18 07:47:11 UTC (rev 110247)
@@ -11,7 +11,7 @@
 license=('GPL3' 'LGPL')
 depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 'dbus'
     'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-    'xdg-utils' 'hicolor-icon-theme')
+    'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=('postgresql-libs: PostgreSQL driver'
 	'libmysqlclient: MySQL driver'
 	'unixodbc: ODBC driver'

Modified: qt.install
===================================================================
--- qt.install	2011-02-18 07:45:20 UTC (rev 110246)
+++ qt.install	2011-02-18 07:47:11 UTC (rev 110247)
@@ -1,5 +1,6 @@
 post_install() {
 	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
 }
 
 post_upgrade() {




More information about the arch-commits mailing list