summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2022-09-25 11:28:42 +0100
committerjmcb2022-09-25 11:28:42 +0100
commitc214beee68f593e543b7938ced552d609ccb2aa4 (patch)
tree643107e3ee66f8f425ca81cc2876e506e606f0eb
parent8914bfcecbe2965cbc09f6ffa72c8888dbf58ce2 (diff)
downloadaur-c214beee68f593e543b7938ced552d609ccb2aa4.tar.gz
Add GenericName and a category to desktop entry (pkgrel=2)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--pico-8.desktop4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e289204afa35..8b4ffd375294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pico-8
pkgdesc = A fantasy console for making, sharing and playing tiny games and other computer programs.
pkgver = 0.2.5c
- pkgrel = 1
+ pkgrel = 2
url = http://www.lexaloffle.com/pico-8.php
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = pico-8
replaces = pico8-bin
source = pico-8.desktop
source = pico-8.xml
- sha256sums = 6e9f6e6bee12e18c254e9e4a5843aed6a6181862bb629fb2d2f7a965ade5d523
+ sha256sums = 272f33c38a74456a4d2597a6b1d0c6ee9695d0e47f31ce08018c24a78e62759e
sha256sums = 1d5a1a2af803f16f0ed809ae55ad406447453a2ecb0cc11a62d5928d42349c08
source_i686 = hib://pico-8_0.2.5c_i386.zip
sha256sums_i686 = 3ddc7ae2fc67352cabda1935114403cc70f408f73d25faee5385d85faa071f2f
diff --git a/PKGBUILD b/PKGBUILD
index d9c300f0f504..1b5c6846e7b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='pico-8'
pkgver='0.2.5c'
-pkgrel=1
+pkgrel=2
pkgdesc="A fantasy console for making, sharing and playing tiny games and other computer programs."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.lexaloffle.com/pico-8.php"
@@ -31,7 +31,7 @@ source_armv6h=("hib://${_file_zip_arm}")
source_armv7h=("hib://${_file_zip_arm}")
# Source files hash declaration (SHA-512)
-sha256sums=('6e9f6e6bee12e18c254e9e4a5843aed6a6181862bb629fb2d2f7a965ade5d523'
+sha256sums=('272f33c38a74456a4d2597a6b1d0c6ee9695d0e47f31ce08018c24a78e62759e'
'1d5a1a2af803f16f0ed809ae55ad406447453a2ecb0cc11a62d5928d42349c08')
sha256sums_i686=('3ddc7ae2fc67352cabda1935114403cc70f408f73d25faee5385d85faa071f2f')
sha256sums_x86_64=('a433059942d5a4275d879c718a7d7d1611068d65f9cf57782ffefb11d7e2c8db')
diff --git a/pico-8.desktop b/pico-8.desktop
index 02a2fe7e3d4f..55e2034ab21d 100644
--- a/pico-8.desktop
+++ b/pico-8.desktop
@@ -1,11 +1,11 @@
[Desktop Entry]
Type=Application
-Version=1.0
Name=PICO-8
+GenericName=Fantasy Console
Comment=A fantasy console for making, sharing and playing tiny games and other computer programs.
Exec=/usr/bin/pico8
MimeType=application/pico-8
StartupWMClass=pico8
Icon=pico-8
Terminal=false
-Categories=Game
+Categories=Game;Development;