aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/yaru-gtk-themes/Makefile
blob: 04e9b0fd6a5f191e0b7a248176ad261992d46af2 (plain) (blame)
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
PORTNAME=	yaru-gtk-themes
DISTVERSION=	22.04.4
CATEGORIES=	x11-themes

MAINTAINER=	Alexander88207@protonmail.com
COMMENT=	Default GTK theme for Ubuntu

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	bash>0:shells/bash \
		coreutils>0:sysutils/coreutils \
		sassc:textproc/sassc
RUN_DEPENDS=	gtk-engines2>0:x11-themes/gtk-engines2 \
		gtk-murrine-engine>0:x11-themes/gtk-murrine-engine

USES=		gnome meson pkgconfig python shebangfix
USE_GNOME=	glib20:build
USE_GITHUB=	yes
GH_ACCOUNT=	ubuntu
GH_PROJECT=	yaru

NO_ARCH=	yes

BINARY_ALIAS=	realpath=grealpath

MESON_ARGS=	-Dcinnamon-dark=true \
		-Dcinnamon-shell=true \
		-Dcinnamon=true \
		-Dicons=false \
		-Dmate-dark=true \
		-Dmate=true \
		-Dsessions=false \
		-Dsounds=false \
		-Dxfwm4=true

SHEBANG_LANG=	${PYTHON_CMD}
SHEBANG_FILES=	cinnamon-shell/src/post_install.py common/colorize-dummy-svg.py \
		gnome-shell/gresources-xml-parser.py gtk/src/post_install.py \
		metacity/src/post_install.py

.include <bsd.port.mk>