Skip to content

Commit

Permalink
Added mim types and try to put qgis in root of application menu (Unti…
Browse files Browse the repository at this point in the history
…l I can figure out how to get it to create a new menu folder called science and add it into there)

git-svn-id: http://svn.osgeo.org/qgis/trunk@8149 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 13, 2008
1 parent 6f3986b commit 04ed181
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/qgis.menu
@@ -1,3 +1,3 @@
?package(qgis):needs="X11" section="Apps/Science"\
?package(qgis):needs="X11" section="Apps"\
icon="/usr/share/pixmaps/qgis-icon.png" title="QGIS"\
command="/usr/bin/qgis"
7 changes: 7 additions & 0 deletions debian/qgis.mime
@@ -0,0 +1,7 @@
application/shp; qgis '%s'; edit=qgis '%s'; test=test "$DISPLAY" != ""; priority=2
application/mif; qgis '%s'; edit=qgis '%s'; test=test "$DISPLAY" != ""; priority=2
application/jpg; qgis '%s'; edit=qgis '%s'; test=test "$DISPLAY" != ""; priority=2
application/tif; qgis '%s'; edit=qgis '%s'; test=test "$DISPLAY" != ""; priority=2
application/aig; qgis '%s'; edit=qgis '%s'; test=test "$DISPLAY" != ""; priority=2
application/ecw; qgis '%s'; edit=qgis '%s'; test=test "$DISPLAY" != ""; priority=2
application/sid; qgis '%s'; edit=qgis '%s'; test=test "$DISPLAY" != ""; priority=2
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -88,6 +88,7 @@ binary-arch: build install
dh_desktop
dh_installman -pqgis debian/gridmaker.1
dh_installman -plibqgis1-dev debian/qgis-config.1
dh_installmime -pqgis
dh_link
dh_strip
dh_compress --exclude=pdf
Expand Down

0 comments on commit 04ed181

Please sign in to comment.