blob: 0ee2e7c54f7d0c8e103b7dbf02c2420381f86e8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# 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>
|