summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2023-05-19 19:18:53 +0200
committerMatMoul2023-05-19 19:18:53 +0200
commit5f4827474d9177462f4c05b9dbac570f4b7134ec (patch)
tree092f4a2ea9370bd7dc8f37cc4653386a76e45c65
parent73dfc91b82736bba26734f48ef9cd330b86ca55e (diff)
downloadaur-5f4827474d9177462f4c05b9dbac570f4b7134ec.tar.gz
Version 0.11.0.r3.8a1d559-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--x48ng-git.install19
3 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43aac6e449c..a7749592b6fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x48ng-git
pkgdesc = A reboot of the x48 HP 48 emulator
- pkgver = 0.11.0.r1.37fbf78
+ pkgver = 0.11.0.r3.8a1d559
pkgrel = 1
url = https://github.com/gwenhael-le-moine/x48ng
install = x48ng-git.install
@@ -13,7 +13,7 @@ pkgbase = x48ng-git
depends = xorg-mkfontscale
depends = xorg-fonts-misc
conflicts = x48ng
- source = git+https://github.com/gwenhael-le-moine/x48ng.git#commit=37fbf78e2add89c59783163beec1fafadb595220
+ source = git+https://github.com/gwenhael-le-moine/x48ng.git#commit=8a1d55975ff452b0d4e35b12934fda998bacbccf
sha256sums = SKIP
pkgname = x48ng-git
diff --git a/PKGBUILD b/PKGBUILD
index dbb4d08d085b..dd67086ab510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_githubuser=gwenhael-le-moine
_githubrepo=x48ng
-_gitcommit=37fbf78e2add89c59783163beec1fafadb595220
+_gitcommit=8a1d55975ff452b0d4e35b12934fda998bacbccf
pkgname=x48ng-git
-pkgver=0.11.0.r1.37fbf78
+pkgver=0.11.0.r3.8a1d559
pkgrel=1
pkgdesc='A reboot of the x48 HP 48 emulator'
arch=('any')
diff --git a/x48ng-git.install b/x48ng-git.install
index 412f5cbbf577..c2a2ab812e02 100644
--- a/x48ng-git.install
+++ b/x48ng-git.install
@@ -1,20 +1,9 @@
post_install() {
cat <<EOF
+To make use of X48ng you will need a HP-48 ROM.
+To initialize it, run as user :
+ /usr/share/x48ng/setup-x48ng-home.sh
-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
- 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
}