From 93ff9e77e85db523dca7f8a75c89fba2c06463a5 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 16 Jun 2012 22:34:12 +0000 Subject: Remove no-longer supported options from the themes that they appear in to avoid the following: /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:44: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored. /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:45: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored. /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:46: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored. In the plist, change some @dirrm to @dirrmtry to avoid conflicts with other ports. --- x11-themes/clearlooks-themes/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'x11-themes/clearlooks-themes') diff --git a/x11-themes/clearlooks-themes/Makefile b/x11-themes/clearlooks-themes/Makefile index e748bf54b208..adc1c842b00c 100644 --- a/x11-themes/clearlooks-themes/Makefile +++ b/x11-themes/clearlooks-themes/Makefile @@ -12,4 +12,15 @@ COMMENT= Clearlooks themes with the engine coming from gtk-engines2 MASTERDIR= ${.CURDIR}/../../x11-themes/clearlooks +pre-patch: +.for f in themes/Clearlooks/gtk-2.0/gtkrc \ + themes/Clearlooks-DeepSky/gtk-2.0/gtkrc \ + themes/Clearlooks-Olive/gtk-2.0/gtkrc \ + themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc + @${REINPLACE_CMD} -e 's#.*menuitemstyle.*##' \ + -e 's#.*listviewitemstyle.*##' \ + -e 's#.*progressbarstyle.*##' \ + ${WRKSRC}/${f} +.endfor + .include "${MASTERDIR}/Makefile" -- cgit v1.2.3