aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
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 /x11-themes
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 'x11-themes')
-rw-r--r--x11-themes/adwaita-icon-theme/Makefile1
-rw-r--r--x11-themes/chicago95/Makefile1
-rw-r--r--x11-themes/clearlooks/Makefile1
-rw-r--r--x11-themes/gnome-icon-theme-symbolic/Makefile1
-rw-r--r--x11-themes/gnome-icons-elementary/Makefile1
-rw-r--r--x11-themes/gnome-icons-faenza/Makefile1
-rw-r--r--x11-themes/gnome-icons-gartoon-redux/Makefile1
-rw-r--r--x11-themes/gnome-icons-luv/Makefile1
-rw-r--r--x11-themes/gnome-icons/bsd.gnome-icons.mk1
-rw-r--r--x11-themes/gnome-themes-extra/Makefile1
-rw-r--r--x11-themes/gnome-themes/Makefile1
-rw-r--r--x11-themes/icons-tango-extras/Makefile1
-rw-r--r--x11-themes/icons-tango/Makefile1
-rw-r--r--x11-themes/lxde-icon-theme/Makefile1
-rw-r--r--x11-themes/mate-icon-theme-faenza/Makefile1
-rw-r--r--x11-themes/mate-icon-theme/Makefile1
-rw-r--r--x11-themes/mate-themes/Makefile1
-rw-r--r--x11-themes/numix-icon-theme/Makefile1
-rw-r--r--x11-themes/qogir-icon-themes/Makefile1
-rw-r--r--x11-themes/xfce-icons-elementary/Makefile1
20 files changed, 0 insertions, 20 deletions
diff --git a/x11-themes/adwaita-icon-theme/Makefile b/x11-themes/adwaita-icon-theme/Makefile
index 6297c4ab9ef8..40ed3fc6decb 100644
--- a/x11-themes/adwaita-icon-theme/Makefile
+++ b/x11-themes/adwaita-icon-theme/Makefile
@@ -17,7 +17,6 @@ USES= gettext-tools gmake gnome pathfix pkgconfig tar:xz
USE_GNOME= intltool gtk-update-icon-cache
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
-INSTALLS_ICONS= yes
post-install:
@${RM} -r ${STAGEDIR}${PREFIX}/lib/locale
diff --git a/x11-themes/chicago95/Makefile b/x11-themes/chicago95/Makefile
index e105e2a9fdf1..8590f81e4498 100644
--- a/x11-themes/chicago95/Makefile
+++ b/x11-themes/chicago95/Makefile
@@ -25,7 +25,6 @@ BACKGROUNDS_DESC=Install background theme(s)
CURSORS_DESC=Install cursor theme(s)
ICONS_USES= gnome
-ICONS_VARS= INSTALLS_ICONS=yes
NAME= ${PORTNAME:S/c/C/}
QT5CT= share/qt5ct/colors
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile
index f8ef1e86fce3..f15c2a9f1b6f 100644
--- a/x11-themes/clearlooks/Makefile
+++ b/x11-themes/clearlooks/Makefile
@@ -11,7 +11,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT?= GTK+ 2.x engine based on Bluecurve
GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USES= gnome libtool pkgconfig tar:bzip2
USE_GNOME= gtk20
diff --git a/x11-themes/gnome-icon-theme-symbolic/Makefile b/x11-themes/gnome-icon-theme-symbolic/Makefile
index cf61219d69f7..0500a9eb81dd 100644
--- a/x11-themes/gnome-icon-theme-symbolic/Makefile
+++ b/x11-themes/gnome-icon-theme-symbolic/Makefile
@@ -12,7 +12,6 @@ COMMENT= GNOME Symbolic Icons
BUILD_DEPENDS= icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
-INSTALLS_ICONS= yes
USES= gmake gnome pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix
GNU_CONFIGURE= yes
diff --git a/x11-themes/gnome-icons-elementary/Makefile b/x11-themes/gnome-icons-elementary/Makefile
index 15e213cafa7a..66f02818c117 100644
--- a/x11-themes/gnome-icons-elementary/Makefile
+++ b/x11-themes/gnome-icons-elementary/Makefile
@@ -19,7 +19,6 @@ USE_GITHUB= yes
GH_PROJECT= icons
USE_GNOME= librsvg2
-INSTALLS_ICONS= yes
MESON_ARGS= -Dpalettes=false \
-Dvolume_icons=false
diff --git a/x11-themes/gnome-icons-faenza/Makefile b/x11-themes/gnome-icons-faenza/Makefile
index 866b0342aad0..4193915132d1 100644
--- a/x11-themes/gnome-icons-faenza/Makefile
+++ b/x11-themes/gnome-icons-faenza/Makefile
@@ -17,7 +17,6 @@ USES= gnome
WRKSRC= ${WRKDIR}/${PORTNAME}-icon-theme-${PORTVERSION:R}
NO_BUILD= yes
NO_ARCH= yes
-INSTALLS_ICONS= yes
THEMES= Faenza Faenza-Dark Faenza-Darkest Faenza-Darker \
Faenza-Ambiance Faenza-Radiance
diff --git a/x11-themes/gnome-icons-gartoon-redux/Makefile b/x11-themes/gnome-icons-gartoon-redux/Makefile
index 8b7f7757af39..1ae398ae4ae1 100644
--- a/x11-themes/gnome-icons-gartoon-redux/Makefile
+++ b/x11-themes/gnome-icons-gartoon-redux/Makefile
@@ -18,7 +18,6 @@ USE_PERL5= build
USE_GNOME= librsvg2:build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
-INSTALLS_ICONS= yes
MAKE_JOBS_UNSAFE= yes
diff --git a/x11-themes/gnome-icons-luv/Makefile b/x11-themes/gnome-icons-luv/Makefile
index 7d1549aae94c..c2d074eb8a4d 100644
--- a/x11-themes/gnome-icons-luv/Makefile
+++ b/x11-themes/gnome-icons-luv/Makefile
@@ -16,7 +16,6 @@ GH_ACCOUNT= NitruxSA
GH_PROJECT= luv-icon-theme
DATADIR= ${PREFIX}/share/icons/Luv
-INSTALLS_ICONS= yes
NO_ARCH= yes
NO_BUILD= yes
diff --git a/x11-themes/gnome-icons/bsd.gnome-icons.mk b/x11-themes/gnome-icons/bsd.gnome-icons.mk
index f7bcdd00c9cf..1eb27a86d7f9 100644
--- a/x11-themes/gnome-icons/bsd.gnome-icons.mk
+++ b/x11-themes/gnome-icons/bsd.gnome-icons.mk
@@ -9,7 +9,6 @@ REASON= Themes may contain artwork not done by the author. \
Keep FreeBSD safe if theme author violated copyrights.
USES+= gnome
-INSTALLS_ICONS= yes
do-install: icon-do-install
diff --git a/x11-themes/gnome-themes-extra/Makefile b/x11-themes/gnome-themes-extra/Makefile
index ac6a6881d7f4..7ea849e47684 100644
--- a/x11-themes/gnome-themes-extra/Makefile
+++ b/x11-themes/gnome-themes-extra/Makefile
@@ -21,7 +21,6 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
USES= gettext-tools gmake gnome libtool pathfix pkgconfig tar:xz
USE_GNOME= cairo gtk20 intltool gtk30 librsvg2
-INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile
index 6a46d5a25ec3..891e42fc9c1b 100644
--- a/x11-themes/gnome-themes/Makefile
+++ b/x11-themes/gnome-themes/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2
CONFLICTS= clearlooks-metacity-0.*
USES= gettext gmake gnome pkgconfig tar:bzip2
-INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix intlhack metacity gtk20
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/x11-themes/icons-tango-extras/Makefile b/x11-themes/icons-tango-extras/Makefile
index a300fb1b5a16..e50ba26339a4 100644
--- a/x11-themes/icons-tango-extras/Makefile
+++ b/x11-themes/icons-tango-extras/Makefile
@@ -17,6 +17,5 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/ico
GNU_CONFIGURE= yes
USES= gmake gnome pkgconfig
USE_GNOME= intlhack
-INSTALLS_ICONS= yes
.include <bsd.port.mk>
diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile
index 82366f6fd221..a86278a8b170 100644
--- a/x11-themes/icons-tango/Makefile
+++ b/x11-themes/icons-tango/Makefile
@@ -16,6 +16,5 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-uti
GNU_CONFIGURE= yes
USE_GNOME= intlhack
USES+= gettext-tools gmake gnome pathfix pkgconfig
-INSTALLS_ICONS= yes
.include <bsd.port.mk>
diff --git a/x11-themes/lxde-icon-theme/Makefile b/x11-themes/lxde-icon-theme/Makefile
index 184814545d01..f108a46dd147 100644
--- a/x11-themes/lxde-icon-theme/Makefile
+++ b/x11-themes/lxde-icon-theme/Makefile
@@ -16,7 +16,6 @@ GNU_CONFIGURE= yes
NO_ARCH= yes
DATADIR= ${PREFIX}/share/lxde
-INSTALLS_ICONS= yes
PORTDOCS= AUTHORS
diff --git a/x11-themes/mate-icon-theme-faenza/Makefile b/x11-themes/mate-icon-theme-faenza/Makefile
index cefe5cfac221..a923da53c75b 100644
--- a/x11-themes/mate-icon-theme-faenza/Makefile
+++ b/x11-themes/mate-icon-theme-faenza/Makefile
@@ -16,7 +16,6 @@ PORTSCOUT= limitw:1,even
USES= gnome tar:xz
NO_BUILD= yes
-INSTALLS_ICONS= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
diff --git a/x11-themes/mate-icon-theme/Makefile b/x11-themes/mate-icon-theme/Makefile
index b15644ea685e..16443b35f8b5 100644
--- a/x11-themes/mate-icon-theme/Makefile
+++ b/x11-themes/mate-icon-theme/Makefile
@@ -22,6 +22,5 @@ PORTSCOUT= limitw:1,even
USES= gettext-tools gmake gnome pkgconfig tar:xz
USE_GNOME= intltool
GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
.include <bsd.port.mk>
diff --git a/x11-themes/mate-themes/Makefile b/x11-themes/mate-themes/Makefile
index a10e03e54fa0..978138b08066 100644
--- a/x11-themes/mate-themes/Makefile
+++ b/x11-themes/mate-themes/Makefile
@@ -20,7 +20,6 @@ PORTSCOUT= limit:^${PORTVERSION:R:S|.|\.|}\.*$$
USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz
USE_GNOME= gtk20 intltool
GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
LOCALES= as ast bn_IN ca@valencia cmn crh dz es_CO fur fy \
hy kk ky mai mg mr nds oc si sr@latin te ug xh zh_HK
diff --git a/x11-themes/numix-icon-theme/Makefile b/x11-themes/numix-icon-theme/Makefile
index d73ef303b760..f0b3cc0b6324 100644
--- a/x11-themes/numix-icon-theme/Makefile
+++ b/x11-themes/numix-icon-theme/Makefile
@@ -13,7 +13,6 @@ USES= gnome
USE_GITHUB= yes
GH_ACCOUNT= numixproject
-INSTALLS_ICONS= yes
NO_ARCH= yes
NO_BUILD= yes
diff --git a/x11-themes/qogir-icon-themes/Makefile b/x11-themes/qogir-icon-themes/Makefile
index 1f2872c22345..5c31c95265ef 100644
--- a/x11-themes/qogir-icon-themes/Makefile
+++ b/x11-themes/qogir-icon-themes/Makefile
@@ -15,7 +15,6 @@ BUILD_DEPENDS= bash>0:shells/bash \
USES= shebangfix
SHEBANG_FILES= install.sh
-INSTALLS_ICONS= yes
USE_GITHUB= yes
GH_ACCOUNT= vinceliuice
diff --git a/x11-themes/xfce-icons-elementary/Makefile b/x11-themes/xfce-icons-elementary/Makefile
index 6662d30ffd6c..a3c97da9e6c3 100644
--- a/x11-themes/xfce-icons-elementary/Makefile
+++ b/x11-themes/xfce-icons-elementary/Makefile
@@ -23,7 +23,6 @@ GH_ACCOUNT= shimmerproject
GH_PROJECT= elementary-xfce
NO_ARCH= yes
-INSTALLS_ICONS= yes
post-patch:
${REINPLACE_CMD} -e 's|\/$$(PREFIX)|$$(PREFIX)|g' \