From 595429eea5e4e0f23503870498d2a3d356657641 Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Tue, 5 Apr 2022 19:15:44 -0400 Subject: 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 --- development/ghex/doinst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'development/ghex/doinst.sh') 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 -- cgit v1.2.3