Skip to content

Commit

Permalink
Push x11iraf to 2.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Aug 17, 2024
1 parent 332a4f4 commit d827c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ core.pkg:

ximtool.pkg: core.pkg
mkdir -p $(BUILDDIR)/x11iraf
curl -L https://github.com/iraf-community/x11iraf/archive/refs/tags/v2.1.tar.gz | \
curl -L https://github.com/iraf-community/x11iraf/archive/refs/tags/v2.2rc1.tar.gz | \
tar xzf - -C $(BUILDDIR)/x11iraf --strip-components=1
patch -d $(BUILDDIR)/x11iraf -p1 < \
xgterm/patches/0001-Force-setting-of-local-terminfo-database.patch
Expand All @@ -85,7 +85,7 @@ ximtool.pkg: core.pkg
--install-location /Applications \
--scripts ximtool/scripts \
$(PKGBUILD_ARG) \
--version 2.1 \
--version 2.2rc1 \
ximtool.pkg

xgterm.pkg: ximtool.pkg # This re-uses the same build as ximtool
Expand All @@ -110,7 +110,7 @@ xgterm.pkg: ximtool.pkg # This re-uses the same build as ximtool
--install-location /Applications \
--scripts xgterm/scripts \
$(PKGBUILD_ARG) \
--version 2.1 \
--version 2.2rc1 \
xgterm.pkg


Expand Down

0 comments on commit d827c97

Please sign in to comment.