Skip to content

Commit

Permalink
x11/xst: update to 0.10.0
Browse files Browse the repository at this point in the history
Notable Changes:
*  2024-11-18 a0956ce Actionless Loveless chore(config.mk): bump version
*  2024-11-18 6605c61 Actionless Loveless doc: remove from readme companies which sanctioned as sponsors of russian terrorism
*  2024-11-18 1d2f295 Actionless Loveless Fix fallback fonts' handling and building with `-flto=auto` (Fixes: #159, Fixes: #144, Fixes: #165) (#164)
*  2024-01-01 f3842ec Cássio Ávila Rename pkgconfig to pkg-config (#161)
*  2023-06-24 da1a7c5 Actionless Loveless chore(ci): add make install and smoke test (#158)
*  2023-06-24 aae5aaa Actionless Loveless fix(Makefile): latest tic (6.4_20230520-1) is ignoring TERMINFO env var but have -o flag for the same thing,
   in its documentation both are documented so seems to be a bug (#157)
  • Loading branch information
0323pin committed Dec 17, 2024
1 parent 620a587 commit 8b1b26d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions x11/xst/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.7 2023/11/12 13:24:42 wiz Exp $
# $NetBSD: Makefile,v 1.8 2024/12/17 20:09:24 pin Exp $

DISTNAME= xst-0.9.0
PKGREVISION= 1
DISTNAME= xst-0.10.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnotclub/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
10 changes: 5 additions & 5 deletions x11/xst/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2023/06/14 18:05:24 pin Exp $
$NetBSD: distinfo,v 1.5 2024/12/17 20:09:24 pin Exp $

BLAKE2s (xst-0.9.0.tar.gz) = d126673f395a6a33b0642e78219fe31ef93c390d3a9fb359ed18adcabcab4f28
SHA512 (xst-0.9.0.tar.gz) = 04a4e0c39ffa3a7733a4b62041a30a7c8510994d7da2b9d076e0499025d6f95da08d97db3414f3281c860d55bbb02347f783da2aa49c86b23a6c5225c2437eb5
Size (xst-0.9.0.tar.gz) = 65278 bytes
SHA1 (patch-Makefile) = 12d096790c7c808114297d44404932f7d00156f8
BLAKE2s (xst-0.10.0.tar.gz) = d3becf6ec4afa4983ccf4fadf268168b15c1c0b9e21117d3e98011335c533453
SHA512 (xst-0.10.0.tar.gz) = 75daa8c7fd3f77e925263eb139e7f35bc322486862b1f45cbddb233afa75feea5466e82ed24d71d6006aedfb8e854f2ec2dc29a61f2caaa8c85946729caf6c6b
Size (xst-0.10.0.tar.gz) = 65681 bytes
SHA1 (patch-Makefile) = 086df43bba0b652273026fdbbecc0ac34ff1a237
8 changes: 4 additions & 4 deletions x11/xst/patches/patch-Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
$NetBSD: patch-Makefile,v 1.1 2021/02/25 15:27:19 pin Exp $
$NetBSD: patch-Makefile,v 1.2 2024/12/17 20:09:24 pin Exp $

Do not install terminfo
Do not install terminfo.

--- Makefile.orig 2020-11-19 03:05:11.000000000 +0000
--- Makefile.orig 2024-12-17 20:03:32.577505327 +0000
+++ Makefile
@@ -48,18 +48,9 @@ install: st
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/xst.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/xst.1
- mkdir -p $(DESTDIR)$(PREFIX)/share/terminfo
- env TERMINFO=$(DESTDIR)$(PREFIX)/share/terminfo tic -sx st.info
- tic -o $(DESTDIR)$(PREFIX)/share/terminfo -sx st.info

uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/xst
Expand Down

0 comments on commit 8b1b26d

Please sign in to comment.