aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-10-10 19:28:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-10 19:44:42 +0000
commit2c672a4de941dc57142d867ba42396b1b64d2921 (patch)
tree8df5490a1c027e22b101c5ee6a85de2599b1756c /irc
parent221a492f5c87d536e466ae45c8adef13b4771ba2 (diff)
downloadports-2c672a4de941dc57142d867ba42396b1b64d2921.tar.gz
ports-2c672a4de941dc57142d867ba42396b1b64d2921.zip
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 'irc')
-rw-r--r--irc/dxirc/Makefile1
-rw-r--r--irc/hexchat/Makefile1
-rw-r--r--irc/polari/Makefile1
-rw-r--r--irc/smuxi/Makefile1
-rw-r--r--irc/srain/Makefile1
5 files changed, 0 insertions, 5 deletions
diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile
index f45e93006787..622522a792ce 100644
--- a/irc/dxirc/Makefile
+++ b/irc/dxirc/Makefile
@@ -11,7 +11,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang gnome pkgconfig xorg
USE_XORG= ice sm x11 xext
-INSTALLS_ICONS= yes
OPTIONS_DEFINE= NLS LUA ENCHANT NOTIFY
OPTIONS_SINGLE= GUI
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index d0ee55a51e40..6cf15d98c8bb 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -27,7 +27,6 @@ USE_XORG= x11
USE_GITHUB= yes
MESON_ARGS= -Dtls=enabled -Dgtk-frontend=true -Dwith-python=python-${PYTHON_VER}
-INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
LIBS+= -lX11
diff --git a/irc/polari/Makefile b/irc/polari/Makefile
index 7e6be127b394..3455d3aeb9d0 100644
--- a/irc/polari/Makefile
+++ b/irc/polari/Makefile
@@ -28,7 +28,6 @@ USES= desktop-file-utils gettext gnome localbase \
meson pkgconfig tar:xz
USE_GNOME= cairo gtk30 introspection
USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
GLIB_SCHEMAS= org.gnome.Polari.gschema.xml
diff --git a/irc/smuxi/Makefile b/irc/smuxi/Makefile
index 801ad91dc90e..19fe689564e0 100644
--- a/irc/smuxi/Makefile
+++ b/irc/smuxi/Makefile
@@ -23,7 +23,6 @@ GNU_CONFIGURE= yes
USES= desktop-file-utils gettext-tools:build gmake gnome mono \
pkgconfig
USE_GNOME= gtksharp20
-INSTALLS_ICONS= yes
OPTIONS_DEFINE= DBUS NLS SPELLCHECK
OPTIONS_DEFAULT= DBUS NLS SPELLCHECK
diff --git a/irc/srain/Makefile b/irc/srain/Makefile
index b0712f5f3f20..cc8ff4a30bab 100644
--- a/irc/srain/Makefile
+++ b/irc/srain/Makefile
@@ -21,7 +21,6 @@ GNU_CONFIGURE= yes
MAKE_FLAGS+= MAKE_PROGRAM=${MAKE_CMD}
CONFIGURE_ARGS+= --disable-debug
ALL_TARGET= default
-INSTALLS_ICONS= yes
post-patch:
${REINPLACE_CMD} -e '/^MAKE =/s/make/${MAKE_CMD}/' \