diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-26 13:27:00 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-26 13:27:00 -0700 |
commit | 6e1dd666877249cf4f1ff929f0de572ff905a023 (patch) | |
tree | 3d721329945fff788042ca7553750f12dba25392 | |
parent | Maintainer logic (diff) | |
download | singularity-6e1dd666877249cf4f1ff929f0de572ff905a023.tar.xz |
Mostly fix broken desktop file
-rw-r--r-- | PKGBUILD | 5 | ||||
-rw-r--r-- | singularity.desktop | 7 |
2 files changed, 5 insertions, 7 deletions
@@ -9,7 +9,7 @@ pkgname=singularity pkgver=0.30c _pkgver=007 -pkgrel=9 +pkgrel=9.2 pkgdesc="Strategy game - simulation of true AI" arch=('any') url="http://emhsoft.com/singularity/index.html" @@ -22,7 +22,7 @@ source=("http://www.emhsoft.com/singularity/${pkgname}-${pkgver}-src.tar.gz" sha512sums=('ffca50c179b745561a25e3fb3525abb862d72f63f533f8a41472067d0ce94c8a236486c9c40a5040335d84e903c498805d591dc546a92d0a7651105103fe114f' 'ab46e77c833085f0c5b1b46fef72ab807e79ca422ad043ef67a4bf4384cb0177319f21b4bd01496e6c3fc6fe9a2f36ec256e19f0e829ad7bf9f0c5bd38bf0fe5' '30710a6b7cc78f3e341d6b32a632f3e1f76cdc513b481226b710612d47611cccb037b35fdfc3d2a564b8d16683e2b6bec307e1c3cbf3d830dc90d85d821ad049' - 'f648c261a95def207852ab8b74daf97abb6fe9486120db2fde55bc056f03325afc2521292fa38ad4a86d72105b678dda2553087fb1686bd07582480d16bfc7f0') + '4ec21b1846f38565e1f1227d571bf2b23c97f6fd3cd3bb4267a43e5c4e901dbd1bd86c3a08c61810e34e9a0113a2437932d765dea155614c6fc91d8efb8c64e5') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -45,6 +45,7 @@ package() { # desktop file install -Dm644 "${srcdir}/singularity.desktop" "${pkgdir}/usr/share/applications/singularity.desktop" + install -Dm644 "${pkgdir}/usr/share/singularity/data/images/icon.png" "${pkgdir}/usr/share/pixmaps/$pkgname.png" # license: code is GPL2, but data & music fall under other licenses install -Dm644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README.txt" diff --git a/singularity.desktop b/singularity.desktop index 160b718..87229a1 100644 --- a/singularity.desktop +++ b/singularity.desktop @@ -1,11 +1,8 @@ [Desktop Entry] -Version=1.0 -Type=Application Name=Endgame: Singularity Comment=Simulation of true AI -Icon=/usr/share/singularity/data/images/icon.png Exec=singularity -Path= +Icon=singularity Terminal=false -StartupNotify=false +Type=Application Categories=Game;Simulation; |