[arch-commits] Commit in gnome-utils/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 23 11:16:52 UTC 2010


    Date: Sunday, May 23, 2010 @ 07:16:52
  Author: andyrtr
Revision: 80907

remove the dictionary entry from Xfce menu that ships its own thingy

Modified:
  gnome-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-23 11:03:44 UTC (rev 80906)
+++ PKGBUILD	2010-05-23 11:16:52 UTC (rev 80907)
@@ -28,4 +28,7 @@
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
   gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain gnome-utils-2.0 ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  
+  # remove it also from Xfce menu that ships its own thingy
+  sed -i -e "s/NotShowIn\=KDE\;/NotShowIn\=KDE\;XFCE\;/" ${pkgdir}/usr/share/applications/gnome-dictionary.desktop || return 1
 }




More information about the arch-commits mailing list