summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-01-17 08:26:28 +0100
committerFrederic Bezies2022-01-17 08:26:28 +0100
commit3fb0a3ff32bea376d780f3870b3f5d62343eb2d9 (patch)
tree170d5b3390929839d80206efce2d65721f3c1ba3
parent68306ddf9e638503ca823e9c4b830d675cb2c1ee (diff)
downloadaur-3fb0a3ff32bea376d780f3870b3f5d62343eb2d9.tar.gz
January 17th, 2022 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
-rw-r--r--desktop_patch.patch19
3 files changed, 6 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f0abf1b17c2..ebddd886a877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = denise-git
pkgdesc = Highly accurate C64/Amiga emulator - Git version
- pkgver = v1.1.0.r2.ga110906
+ pkgver = v1.1.2.r55.g387e4a7
pkgrel = 1
url = https://sourceforge.net/projects/deniseemu/
arch = i686
@@ -15,9 +15,6 @@ pkgbase = denise-git
conflicts = denise-bin
conflicts = denise
source = git+https://bitbucket.org/piciji/denise.git
- source = desktop_patch.patch
- md5sums = SKIP
- md5sums = 06a239a04fa746ba7465cfe516a00a61
+ sha256sums = SKIP
pkgname = denise-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9a2aa9f8da13..27b6e11bea29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,10 @@ _pkgname='denise'
pkgdesc='Highly accurate C64/Amiga emulator - Git version'
url='https://sourceforge.net/projects/deniseemu/'
license=('GPL')
-pkgver=v1.1.0.r2.ga110906
+pkgver=v1.1.2.r55.g387e4a7
pkgrel=1
-source=('git+https://bitbucket.org/piciji/denise.git'
- 'desktop_patch.patch')
-md5sums=('SKIP'
- '06a239a04fa746ba7465cfe516a00a61')
+source=('git+https://bitbucket.org/piciji/denise.git')
+sha256sums=('SKIP')
provides=('denise')
conflicts=('denise-bin' 'denise')
depends=('sdl2' 'gtk3' 'openal' 'libpulse')
@@ -25,10 +23,6 @@ pkgver() {
)
}
-prepare() {
- patch --binary -Np1 -i desktop_patch.patch
-}
-
build() {
cd "$srcdir/$_pkgname"
make
@@ -45,7 +39,7 @@ package() {
mkdir -p $pkgdir/usr/lib/$_pkgname/img/
mkdir -p $pkgdir/usr/lib/$_pkgname/shader/
- install -Dm755 out/Denise $pkgdir/usr/bin/$_pkgname
+ install -Dm755 out/denise $pkgdir/usr/bin/$_pkgname
install -Dm644 data/img/$_pkgname.png $pkgdir/usr/share/icons/$_pkgname.png
install -Dm644 data/$_pkgname.desktop $pkgdir/usr/share/applications/$_pkgname.desktop
install -Dm644 data/translation/* $pkgdir/usr/lib/$_pkgname/translation
diff --git a/desktop_patch.patch b/desktop_patch.patch
deleted file mode 100644
index c57144401341..000000000000
--- a/desktop_patch.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/denise/data/denise.desktop 2020-09-29 17:13:07.158276496 -0400
---- /home/swirl/random/denise-git/src/denise/data/denise.desktop 2020-09-29 17:13:34.385486671 -0400
-***************
-*** 1,7 ****
- [Desktop Entry]
- Name=Denise
- Comment=c64, amiga500 emulator
-! Exec=Denise %F
- Icon=denise.png
- Terminal=false
- Type=Application
---- 1,7 ----
- [Desktop Entry]
- Name=Denise
- Comment=c64, amiga500 emulator
-! Exec=denise %F
- Icon=denise.png
- Terminal=false
- Type=Application