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

Gaetan Bisson bisson at archlinux.org
Tue Aug 31 16:00:56 UTC 2010


    Date: Tuesday, August 31, 2010 @ 12:00:55
  Author: bisson
Revision: 89414

avoid using xdg

Modified:
  inkscape/trunk/PKGBUILD
  inkscape/trunk/inkscape.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-31 14:46:06 UTC (rev 89413)
+++ PKGBUILD	2010-08-31 16:00:55 UTC (rev 89414)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt'
-         'gtkspell' 'imagemagick' 'desktop-file-utils' 'xdg-utils')
+         'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('boost' 'pkg-config' 'intltool')
 options=('!libtool')
 install=inkscape.install

Modified: inkscape.install
===================================================================
--- inkscape.install	2010-08-31 14:46:06 UTC (rev 89413)
+++ inkscape.install	2010-08-31 16:00:55 UTC (rev 89414)
@@ -1,6 +1,6 @@
 post_install() {
   update-desktop-database -q
-  xdg-icon-resource forceupdate
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {




More information about the arch-commits mailing list