mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Fix Grass desktop, using the tcltk frontend by default
This commit is contained in:
parent
fd15426e2f
commit
379e312d53
@ -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')
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user