summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNathan Jensen2023-02-15 13:25:56 -0700
committerNathan Jensen2023-02-15 13:25:56 -0700
commiteb7097893b9fde1d20d13a8d3498868a2fb1c140 (patch)
tree32e28a6753981499bf29110f9775f2419d7a7e52 /PKGBUILD
parent48e293386d9566585adbb741b07796944f6996d7 (diff)
downloadaur-pcem.tar.gz
Add desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 352c5deb262e..2a66538b8d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=pcem
pkgver=17
-pkgrel=3
+pkgrel=4
pkgdesc="Emulator for various IBM PC computers and clones."
url="http://pcem-emulator.co.uk/"
arch=('x86_64' 'i686')
license=('GPL2')
depends=('wxwidgets-gtk3' 'openal' 'sdl2' 'alsa-lib')
-source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz")
+source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz"
+ "pcem.desktop")
build() {
cd "${srcdir}"
@@ -22,7 +23,9 @@ package() {
cd "${srcdir}"
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ install -Dm644 pcem.desktop "$pkgdir/usr/share/applications/pcem.desktop"
}
# vim:set ts=2 sw=2 et:
-sha256sums=('5b24cb5ce886ed53232385f46594146ba3f7d7eecda90f82892b2dce1cb2f1a4')
+sha256sums=('5b24cb5ce886ed53232385f46594146ba3f7d7eecda90f82892b2dce1cb2f1a4'
+ 'd9ff43a12d8a952415a508fa3469eed029893244f89c00eb0100230dbb0365c0')