Skip to content

Commit

Permalink
dmagnetic: Bump to 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
xtkoba committed Jan 25, 2023
1 parent 4a5097e commit 28483db
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
16 changes: 11 additions & 5 deletions packages/dmagnetic/Makefile.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
--- ./Makefile.orig 2021-07-24 10:36:40.069413331 +0200
+++ ./Makefile 2021-07-24 10:40:29.069413167 +0200
@@ -99,7 +99,7 @@
cp dMagneticini.5 $(INSTALLMAN)/man5/
cp README.txt $(INSTALLSHARE)/dMagnetic/
cp LICENSE.txt $(INSTALLSHARE)/dMagnetic/
@@ -98,12 +98,12 @@
install -m 755 -d $(INSTALLMAN)/man6/
install -m 755 -d $(INSTALLSHARE)/dMagnetic/

- install -m 755 -s dMagnetic $(INSTALLBIN)/dMagnetic
+ install -m 755 dMagnetic $(INSTALLBIN)/dMagnetic
install -m 644 dMagneticini.5 $(INSTALLMAN)/man5/dMagneticini.5
install -m 644 dMagnetic.6 $(INSTALLMAN)/man6/dMagnetic.6
install -m 644 README.txt $(INSTALLSHARE)/dMagnetic/README.txt
install -m 644 LICENSE.txt $(INSTALLSHARE)/dMagnetic/LICENSE.txt
- cp dMagnetic.ini $(INSTALLSHARE)/dMagnetic/
+ cp dMagnetic.ini $(INSTALLSHARE)/


dMagnetic: $(OBJ_LOADER) $(OBJ_LINEA) $(OBJ_VM68K) $(OBJ_GUI) $(OBJ_TOPLEVEL)
dMagnetic: $(OBJ_LOADER) $(OBJ_ENGINE) $(OBJ_LINEA) $(OBJ_VM68K) $(OBJ_DEFAULT)
4 changes: 2 additions & 2 deletions packages/dmagnetic/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://dettus.net/dMagnetic
TERMUX_PKG_DESCRIPTION="Interpreter for classic text adventure games and interactive fiction"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.34
TERMUX_PKG_VERSION=0.35
TERMUX_PKG_SRCURL=https://dettus.net/dMagnetic/dMagnetic_${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=570b1beb7111874cfbb54fc71868dccc732bc3235b9e5df586d93a4ff2b8e897
TERMUX_PKG_SHA256=6eae21439aba07deed1bdb1c28beceada169c7bcf32cf9cdd860c751b3b4a79f
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_GROUPS="games"
Expand Down
2 changes: 1 addition & 1 deletion packages/dmagnetic/change-prefix.patch.beforehostbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- ./src/toplevel/dMagnetic_pathnames.h.orig 2021-07-24 11:07:51.905404851 +0200
+++ ./src/toplevel/dMagnetic_pathnames.h 2021-07-24 11:08:56.145404805 +0200
+++ ./src/frontends/default/pathnames.h
@@ -33,16 +33,16 @@
// some distributions require a specific prefix before the pathnames.
// those macros allow them to patch the prefixes in a centralized location.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- ./src/toplevel/dMagnetic_helpscreens.c.orig 2021-07-22 23:13:51.000000000 +0200
+++ ./src/toplevel/dMagnetic_helpscreens.c 2021-07-24 11:23:49.169384729 +0200
+++ ./src/frontends/default/helpscreens.c
@@ -70,10 +70,10 @@
} tGameInfo;

Expand Down

0 comments on commit 28483db

Please sign in to comment.