[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : neil
Repository : xara
Revision : 1556
Date : Wed Jul 26 15:27:21 BST 2006
Changed paths:
A /Trunk/XaraLX/Mime
A /Trunk/XaraLX/Mime/mime-storage
A /Trunk/XaraLX/Mime/mime-storage/gnome
A /Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.applications
A /Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.keys
A /Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.mime
A /Trunk/XaraLX/Mime/xaralx.xml
M /Trunk/XaraLX/autopackage/default.apspec.in
M /Trunk/XaraLX/xaralx.desktop
Name changes in autopackage and desktop file. Gids' mime type files added.
Diff:
Index: Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.applications
===================================================================
--- Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.applications (revision 0)
+++ Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.applications (revision 1556)
@@ -0,0 +1,10 @@
+xaralx
+ command=xaralx # note tabs!
+ name=Xara Xtreme
+ can_open_multiple_files=false
+ expects_uris=false
+ requires_terminal=false
+ startup_notify=true
+ mime_types=image/xar
+
+
Index: Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.mime
===================================================================
--- Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.mime (revision 0)
+++ Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.mime (revision 1556)
@@ -0,0 +1,5 @@
+image/xar
+ext: xar
+ image/xar # note <tab>
+ ext: xar
+
Index: Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.keys
===================================================================
--- Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.keys (revision 0)
+++ Trunk/XaraLX/Mime/mime-storage/gnome/xaralx.keys (revision 1556)
@@ -0,0 +1,9 @@
+image/xar # new MIME Type association
+ description=Xara document
+ category=Documents/Images
+ icon_filename=xaralx
+ default_action_type=application
+ short_list_application_ids_for_novice_user_level=xaralx
+ short_list_application_ids_for_intermediate_user_level=xaralx
+ short_list_application_ids_for_advanced_user_level=xaralx
+
Index: Trunk/XaraLX/Mime/xaralx.xml
===================================================================
--- Trunk/XaraLX/Mime/xaralx.xml (revision 0)
+++ Trunk/XaraLX/Mime/xaralx.xml (revision 1556)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
+xmlns:apkg="http://autopackage.org/xdgmime-extensions">
+ <mime-type type="image/xar">
+ <comment xml:lang="en">Xara drawing</comment>
+
+ ...
+ <magic priority="80">
+ <match type="string" value="XARA" offset="0"/>
+ </magic>
+ <glob pattern="*.xar"/>
+ <glob pattern="*.web"/>
+ <apkg:icon>xaralx.png</apkg:icon>
+ </mime-type>
+</mime-info>
+
Index: Trunk/XaraLX/xaralx.desktop
===================================================================
--- Trunk/XaraLX/xaralx.desktop (revision 1555)
+++ Trunk/XaraLX/xaralx.desktop (revision 1556)
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
-Name=Xara LX
+Name=Xara Xtreme
Comment=Versatile vector graphics program
Comment[de_DE]=Vielseitiges Vektorgraphik-Programm
Comment[pt_BR]=Versátil programa para gráficos vetoriais
Index: Trunk/XaraLX/autopackage/default.apspec.in
===================================================================
--- Trunk/XaraLX/autopackage/default.apspec.in (revision 1555)
+++ Trunk/XaraLX/autopackage/default.apspec.in (revision 1556)
@@ -1,15 +1,15 @@
# -*-shell-script-*-
[Meta]
-RootName: @xaralx.org/xaralx:0.6
-DisplayName: Xara LX Vector Graphics Tool
-ShortName: xaralx
+RootName: @xaralx.org/xaralx:0.7
+DisplayName: Xara Xtreme Vector Graphics Tool
+ShortName: XaraXtreme
Maintainer: Neil Howe <neil@xxxxxxxx>
Packager: Anonymous <anonymous@xxxxxxxxxxx>
-Summary: Xara LX is a vector graphics and photo tool
-URL: http://www.xaralx.org/
+Summary: Xara Xtreme is a vector graphics and photo tool
+URL: http://www.xaraxtreme.org/
License: GNU General Public License, Version 2
-SoftwareVersion: 0.6
+SoftwareVersion: 0.7
AutopackageTarget: 1.0
# Only uncomment InterfaceVersion if your package exposes interfaces to other software,
@@ -19,11 +19,10 @@
# InterfaceVersion: 0.0
[Description]
-Xara LX is primarily a vector graphics (drawing and illustration) program but is
+Xara Xtreme is primarily a vector graphics (drawing and illustration) program but is
one of the new generation of cross-over products that handles photos and
-drawings with equal ease. See xaralx.org for details. Xara LX is currently
-incomplete as it is an ongoing port to Linux of the finished product Xara Xtreme
-(see www.xara.com/xtreme).
+drawings with equal ease. See xaraxtreme.org for details. Xara Xtreme on Linux is a
+port of the Windows version of Xara Xtreme (see www.xara.com/xtreme).
[BuildPrepare]
#prepareBuild
@@ -42,6 +41,8 @@
[Install]
# Put your installation script here
installExe bin/xaralx
+installMime xaralx.xml
+installGnome2Mime mime-storage/gnome/*
copyFiles Examples "$PREFIX/share/xaralx"
copyFiles Templates "$PREFIX/share/xaralx"
copyFiles doc "$PREFIX/share/xaralx"
Xara