freebsd-ports/x11-themes/greybird-theme/Makefile
Tobias C. Berner 9e0e8d17a4 Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
  supporting rust
- this will fix some graphical issues on these architectures

PR:		250276
Exp-run by:	antoine
Submitted by:	tobik
Differential Revision:	https://reviews.freebsd.org/D18878
2020-11-09 17:08:12 +00:00

42 lines
905 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= greybird
PORTVERSION= 3.22.12
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= x11-themes xfce
PKGNAMESUFFIX= -theme
MAINTAINER= xfce@FreeBSD.org
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
GH_PROJECT= Greybird
USE_GITHUB= yes
NO_BUILD= yes
NO_ARCH= yes
OPTIONS_DEFINE= NOTIFYD
OPTIONS_DEFAULT= NOTIFYD
OPTIONS_SUB= yes
NOTIFYD_DESC= Install xfce4-notifyd theme
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>