diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-04-05 19:15:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:47 +0700 |
commit | 595429eea5e4e0f23503870498d2a3d356657641 (patch) | |
tree | c1b09fda1eb541fba6bd832f08d9914450ad5ad9 /development/ghex/doinst.sh | |
parent | 32bd80f51d519225eae0b45592ee730fdbf54b68 (diff) |
development/ghex: Update for 42.0; new maintainer
- L. Rathbone assumed maintainership with permission of B. Watson as
upstream ghex maintainer
- Update README and slack-desc
- doinst.sh updated for gtk4
- Build options, etc. updated for 42.0
- Remove manpage; it contains incorrect information and is no more
useful than running ghex --help
- Add build options: YELP and GTK_DOC
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ghex/doinst.sh')
-rw-r--r-- | development/ghex/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/ghex/doinst.sh b/development/ghex/doinst.sh index 9b26fbab9d949..8f75dac35d81e 100644 --- a/development/ghex/doinst.sh +++ b/development/ghex/doinst.sh @@ -4,8 +4,8 @@ if [ -x /usr/bin/update-desktop-database ]; then fi if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + if [ -x /usr/bin/gtk4-update-icon-cache ]; then + /usr/bin/gtk4-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi |