diff options
Diffstat (limited to 'x11-themes/greybird-theme/Makefile')
-rw-r--r-- | x11-themes/greybird-theme/Makefile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/x11-themes/greybird-theme/Makefile b/x11-themes/greybird-theme/Makefile index 1de28493ed00..f09de2617953 100644 --- a/x11-themes/greybird-theme/Makefile +++ b/x11-themes/greybird-theme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= greybird -PORTVERSION= 3.22.10 +PORTVERSION= 3.22.11 DISTVERSIONPREFIX= v CATEGORIES= x11-themes xfce PKGNAMESUFFIX= -theme @@ -13,8 +13,12 @@ COMMENT= Gtk and xfwm4 themes for the Xfce Desktop LICENSE= GPLv2 CC-BY-SA-3.0 LICENSE_COMB= dual +BUILD_DEPENDS= sassc:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>=0.98.1:x11-themes/gtk-murrine-engine +USES= gnome meson pkgconfig python:3.5+,build +USE_GNOME= gdkpixbuf2:build glib20:build librsvg2:build + PORTSCOUT= limit:^3\.22\. GH_ACCOUNT= shimmerproject @@ -29,19 +33,8 @@ OPTIONS_SUB= yes NOTIFYD_DESC= Install xfce4-notifyd theme -post-patch: - @${RM} ${WRKSRC}/gtk-?.0/*.orig - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Greybird -.for dir in gtk-2.0 gtk-3.0 plank xfwm4 - @cd ${WRKSRC} && \ - ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/share/themes/Greybird -.endfor - -do-install-NOTIFYD-on: - @cd ${WRKSRC} && \ - ${COPYTREE_SHARE} xfce-notify-4.0/ \ - ${STAGEDIR}${PREFIX}/share/themes/Greybird +post-patch-NOTIFYD-off: + ${REINPLACE_CMD} -e 's|install_data(xfce_notify_|#install_data(xfce_notify_|g' \ + ${WRKSRC}/light/meson.build .include <bsd.port.mk> |