afa5a71b2d
QGIS aims to be an easy to use GIS, providing common functions and features. The initial goal was to provide a GIS data viewer, but now it also permits to edit, create and analyze lots of spatial datas. QGIS supports a number of raster and vector data formats, with new support easily added using the plugin architecture. with some tweaks by and ok ajacoutot@
15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
$OpenBSD: patch-debian_qgis_desktop,v 1.1.1.1 2009/06/01 23:14:58 landry Exp $
|
|
--- debian/qgis.desktop.orig Mon Jun 1 09:45:50 2009
|
|
+++ debian/qgis.desktop Mon Jun 1 09:53:03 2009
|
|
@@ -5,8 +5,8 @@ Version=1.0
|
|
GenericName=Geographical Information System
|
|
GenericName[de]=Geographisches Informationssystem
|
|
Icon=qgis-icon
|
|
-TryExec=/usr/bin/qgis
|
|
-Exec=/usr/bin/qgis %F
|
|
+TryExec=${TRUEPREFIX}/bin/qgis
|
|
+Exec=${TRUEPREFIX}/bin/qgis %F
|
|
Terminal=false
|
|
StartupNotify=false
|
|
Categories=Education;Geography;Qt;
|