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

Andrea Scarpino andrea at archlinux.org
Fri Oct 21 19:25:52 UTC 2011


    Date: Friday, October 21, 2011 @ 15:25:52
  Author: andrea
Revision: 141016

upgpkg: qt 4.8.0rc1-1

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

------------+
 PKGBUILD   |    2 +-
 qt.install |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-21 18:47:37 UTC (rev 141015)
+++ PKGBUILD	2011-10-21 19:25:52 UTC (rev 141016)
@@ -66,7 +66,7 @@
 }
 
 package_qt() {
-    pkgdesc='A cross-platform application and UI framework (GUI libraries)'
+    pkgdesc='A cross-platform application and UI framework'
     depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 'dbus'
       'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
       'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')

Modified: qt.install
===================================================================
--- qt.install	2011-10-21 18:47:37 UTC (rev 141015)
+++ qt.install	2011-10-21 19:25:52 UTC (rev 141016)
@@ -1,12 +1,12 @@
 post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    xdg-icon-resource forceupdate --theme hicolor &> /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