From 379e312d53f7fd1021fe308ddb58d2217989f256 Mon Sep 17 00:00:00 2001 From: Manuel Tortosa Date: Sat, 16 Apr 2011 13:38:07 +0200 Subject: [PATCH] Fix Grass desktop, using the tcltk frontend by default --- grass/PKGBUILD | 5 +++-- grass/grass.desktop | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/grass/PKGBUILD b/grass/PKGBUILD index 860fc6863..d9a5bf653 100644 --- a/grass/PKGBUILD +++ b/grass/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=grass pkgver=6.4.0 -pkgrel=3 +pkgrel=4 pkgdesc='Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization.' arch=('i686' 'x86_64') url='http://grass.itc.it/index.php' @@ -27,8 +27,9 @@ source=("http://grass.itc.it/grass64/source/${pkgname}-${pkgver}.tar.gz" "${pkgname}.desktop" "${pkgname}.sh" "${pkgname}.png") + md5sums=('ac3233aa3351f8e060ea48246aa01c7f' - '055e4157bf9713572c16edf9d2af921c' + '0323f2533f47cf75f1a0340bef546a11' 'db93730dd330f1539bd31b4373e1c00e' 'ae778ed261a40b078a8465994a0eb25e') diff --git a/grass/grass.desktop b/grass/grass.desktop index 92498973a..15e9dc9cf 100644 --- a/grass/grass.desktop +++ b/grass/grass.desktop @@ -5,7 +5,7 @@ GenericName=GIS GenericName[it]=GIS Comment="Geographic Information System (GIS) used for geospatial data management and analysis" Comment[it]="Geographic Information System (GIS) usato per la gestione e analisi di dati geospaziali." -Exec=/usr/bin/grass64 +Exec=/usr/bin/grass64 -tcltk Icon=/usr/share/pixmaps/grass.png Terminal=false MultipleArgs=false