summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--x48ng.install17
3 files changed, 11 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6fd90a3982e..42aeaf5cbf0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x48ng
pkgdesc = A reboot of the x48 HP 48 emulator
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/gwenhael-le-moine/x48ng
install = x48ng.install
@@ -11,7 +11,7 @@ pkgbase = x48ng
depends = xterm
depends = xorg-mkfontscale
depends = xorg-fonts-misc
- source = x48ng::https://github.com/gwenhael-le-moine/x48ng/archive/refs/tags/0.11.0.tar.gz
- sha256sums = d7651c3f0b519f1f4b2aa060f6e860b6f3669adb93192e4e7999617492a19ec6
+ source = x48ng::https://github.com/gwenhael-le-moine/x48ng/archive/refs/tags/0.12.0.tar.gz
+ sha256sums = ad59aa5f0730ccaab66a5703ff4ade75d7dc74da9d77be2ee6ec54d58afe99bd
pkgname = x48ng
diff --git a/PKGBUILD b/PKGBUILD
index 21920130d4cf..6fb16923aa3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_githubuser=gwenhael-le-moine
_githubrepo=x48ng
-_pkgtagname=0.11.0
+_pkgtagname=0.12.0
pkgname=x48ng
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc='A reboot of the x48 HP 48 emulator'
arch=('any')
@@ -14,7 +14,7 @@ license=('GPL2')
depends=('readline' 'libxext' 'xterm' 'xorg-mkfontscale' 'xorg-fonts-misc')
install="${pkgname}.install"
source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
-sha256sums=('d7651c3f0b519f1f4b2aa060f6e860b6f3669adb93192e4e7999617492a19ec6')
+sha256sums=('ad59aa5f0730ccaab66a5703ff4ade75d7dc74da9d77be2ee6ec54d58afe99bd')
build() {
cd "${_githubrepo}-${pkgver}"
diff --git a/x48ng.install b/x48ng.install
index 412f5cbbf577..a111d3ea3b52 100644
--- a/x48ng.install
+++ b/x48ng.install
@@ -1,20 +1,13 @@
post_install() {
cat <<EOF
-
-To make use of X48 you will need a HP-48 ROM.
-
-In 2000 Hewlett-Packard released the 48SX/GX ROMS to the
-public. The roms for the hp48sx and the hp48gx are included in
-this package.
-
-The first the time program is run, as user, use either
+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
-or
x48ng -rom /usr/share/x48ng/ROMs/sxrom-j -initialize
-to have X48 place the ROM for the desired emulator in \$HOME/.x48ng
-for subsequent use.
-If fonts isn't installed, you need to logout and login back before launching x48ng.
+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
}