[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : neil
Repository : xara
Revision : 1681
Date : Wed Aug 9 15:56:32 BST 2006
Changed paths:
M /Trunk/XaraLX/autopackage/default.apspec.in
M /Trunk/XaraLX/xaralx.png
New icon from Phil. Autopackage update to install icon on GNOME
Diff:
Index: Trunk/XaraLX/xaralx.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: Trunk/XaraLX/autopackage/default.apspec.in
===================================================================
--- Trunk/XaraLX/autopackage/default.apspec.in (revision 1680)
+++ Trunk/XaraLX/autopackage/default.apspec.in (revision 1681)
@@ -42,6 +42,11 @@
# Put your installation script here
installExe bin/xaralx
installIcon xaralx.png
+
+# Install the icon so that on GNOME XAR files will show the icon.
+((cp xaralx.png /usr/share/icons/hicolor/48x48/mimetypes/gnome-mime-application-vnd.xara.png) || /bin/true )
+((gtk-update-icon-cache -f "$PREFIX/share/icons/hicolor/") || /bin/true )
+
installDesktop "Graphics/Vector Graphics" xaralx.desktop
installMime xaralx.xml
installGnome2Mime mime-storage/gnome/*
Xara