summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d367db71598a..25b380790e96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sameboy-git
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 1452.ec2661ac
+ pkgver = 1468.c6ea5720
pkgrel = 1
url = https://github.com/LIJI32/SameBoy
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cf61d349b1cb..dd61bb88fb59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sameboy-git
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=1452.ec2661ac
+pkgver=1468.c6ea5720
pkgrel=1
arch=(x86_64)
url="https://github.com/LIJI32/SameBoy"
@@ -30,10 +30,9 @@ build(){
package(){
cd SameBoy
-
+ # make install missed creation of this folder *shrugs
+ install -d "${pkgdir}"/usr/share/applications/
make install CONF=release PREFIX=/usr/ DESTDIR="${pkgdir}"
- # desktop file is missing from make install
- install -Dm644 FreeDesktop/${provides[0]}.desktop "${pkgdir}/usr/share/applications/${provides[0]}.desktop"
# mimetype icons don't belong here
# that could lead to file conflicts
find "${pkgdir}" -name 'x-gameboy*-rom.png' -delete