summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-10-10 21:28:49 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-10 21:44:42 +0200
commit2c672a4de941dc57142d867ba42396b1b64d2921 (patch)
tree8df5490a1c027e22b101c5ee6a85de2599b1756c /x11-toolkits
parentdevel/py-resolvelib: Update to 0.8.0 (diff)
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/granite/Makefile1
-rw-r--r--x11-toolkits/gtk30/Makefile3
-rw-r--r--x11-toolkits/gtk40/Makefile1
3 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/granite/Makefile b/x11-toolkits/granite/Makefile
index 14463daf00b6..92916f59b320 100644
--- a/x11-toolkits/granite/Makefile
+++ b/x11-toolkits/granite/Makefile
@@ -19,7 +19,6 @@ USES= gettext gnome meson pkgconfig python:3.6+,build tar:xz
USE_GITHUB= yes
GH_ACCOUNT= elementary
USE_GNOME= cairo glib20 gtk30 introspection:build
-INSTALLS_ICONS= yes
USE_LDCONFIG= yes
BINARY_ALIAS= python3=${PYTHON_CMD}
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 5584c39abeab..5e76c8e18e04 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -29,12 +29,11 @@ USE_PERL5= build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango \
- librsvg2:run
+ librsvg2:run gtk-update-icon-cache
USES= compiler:c11 gettext gmake gnome libtool localbase \
pathfix perl5 pkgconfig tar:xz
CONFIGURE_ARGS= --enable-introspection
CPPFLAGS+= -fno-omit-frame-pointer
-INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
LIBVERSION= 0.2404.26
diff --git a/x11-toolkits/gtk40/Makefile b/x11-toolkits/gtk40/Makefile
index c1ec1c44bc06..bc60b12d6c48 100644
--- a/x11-toolkits/gtk40/Makefile
+++ b/x11-toolkits/gtk40/Makefile
@@ -29,7 +29,6 @@ USE_PERL5= build
USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango \
librsvg2:run
LDFLAGS+= -lexecinfo
-INSTALLS_ICONS= yes
BINARY_ALIAS= python3=${PYTHON_CMD}