summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2023-09-16 23:54:13 +0200
committerMatMoul2023-09-16 23:54:13 +0200
commita3cf8995161b4e9cd45cc819df0285538bb911a7 (patch)
treeecc87963f03f0336ef1dbcfb1f78846c3248a28e
parenta0ad61b3fe9f207ae9688629bec4651673def873 (diff)
downloadaur-a3cf8995161b4e9cd45cc819df0285538bb911a7.tar.gz
Version 0.22.0.r1.6df4d4a-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
-rw-r--r--x48ng-git.install6
3 files changed, 8 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f7911930900..a2681441d2bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,18 @@
pkgbase = x48ng-git
pkgdesc = A reboot of the x48 HP 48 emulator
- pkgver = 0.13.0.r2.2136cdc
+ pkgver = 0.22.0.r1.6df4d4a
pkgrel = 1
url = https://github.com/gwenhael-le-moine/x48ng
install = x48ng-git.install
arch = any
license = GPL2
makedepends = git
+ depends = sdl12-compat
+ depends = sdl_gfx
depends = readline
- depends = libxext
- depends = xterm
- depends = xorg-mkfontscale
- depends = xorg-fonts-misc
provides = x48ng
conflicts = x48ng
- source = git+https://github.com/gwenhael-le-moine/x48ng.git#commit=2136cdc775a7d8a58c2809a829020872383ccb58
+ source = git+https://github.com/gwenhael-le-moine/x48ng.git#commit=6df4d4a31c72eae9004fc0c0e1a6c11d21aad885
sha256sums = SKIP
pkgname = x48ng-git
diff --git a/PKGBUILD b/PKGBUILD
index 77a80d5f8377..d75c3f0d7f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
_githubuser=gwenhael-le-moine
_githubrepo=x48ng
-_gitcommit=2136cdc775a7d8a58c2809a829020872383ccb58
+#_gitcommit=a8724da1b7e68693102afce2395414a340ac9748
+_gitcommit=6df4d4a31c72eae9004fc0c0e1a6c11d21aad885
pkgname=x48ng-git
-pkgver=0.13.0.r2.2136cdc
+pkgver=0.22.0.r1.6df4d4a
pkgrel=1
pkgdesc='A reboot of the x48 HP 48 emulator'
arch=('any')
url="https://github.com/${_githubuser}/${_githubrepo}"
license=('GPL2')
-depends=('readline' 'libxext' 'xterm' 'xorg-mkfontscale' 'xorg-fonts-misc')
+depends=('sdl12-compat' 'sdl_gfx' 'readline')
makedepends=('git')
install="${pkgname}.install"
provides=('x48ng')
diff --git a/x48ng-git.install b/x48ng-git.install
index a111d3ea3b52..20daf14cf63e 100644
--- a/x48ng-git.install
+++ b/x48ng-git.install
@@ -3,11 +3,5 @@ post_install() {
To make use of X48ng you will need a HP-48 ROM.
To initialize it, run this script as user :
/usr/share/x48ng/setup-x48ng-home.sh
-Or use the native way :
- x48ng -rom /usr/share/x48ng/ROMs/gxrom-r -initialize
- x48ng -rom /usr/share/x48ng/ROMs/sxrom-j -initialize
-
-If xorg-mkfontscale and/or xorg-fonts-misc were just installed as dependencies, you need to logout and login back before running x48ng or setup.
-
EOF
}