View | Details | Raw Unified | Return to bug 242317
Collapse All | Expand All

(-)x11-themes/plata-theme/Makefile (-9 / +9 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	plata-theme
3
PORTNAME=	plata-theme
4
PORTVERSION=	0.8.8
4
PORTVERSION=	0.9.1
5
CATEGORIES=	x11-themes
5
CATEGORIES=	x11-themes
6
6
7
MAINTAINER=	tagattie@yandex.com
7
MAINTAINER=	tagattie@yandex.com
Lines 24-30 Link Here
24
USE_GITLAB=	yes
24
USE_GITLAB=	yes
25
GL_SITE=	https://gitlab.com
25
GL_SITE=	https://gitlab.com
26
GL_ACCOUNT=	tista500
26
GL_ACCOUNT=	tista500
27
GL_COMMIT=	a23ebd7c53f23db408ac545be9b7e0a9ddf1756e
27
GL_COMMIT=	71dbbc322e278b6a0f837733f76a089b7773d34a
28
28
29
NO_ARCH=	yes
29
NO_ARCH=	yes
30
30
Lines 31-50 Link Here
31
SHEBANG_REGEX=	./src/.*\.sh$$
31
SHEBANG_REGEX=	./src/.*\.sh$$
32
32
33
GNU_CONFIGURE=	yes
33
GNU_CONFIGURE=	yes
34
# FIXME: Mate support has been re-added in 0.8.6 but it requires marco 1.22.2,
35
# which is not yet supported in Ports. So disabling Mate support for now.
36
# Will revisit when marco is updated.
37
CONFIGURE_ARGS=	--disable-gtk_next \
34
CONFIGURE_ARGS=	--disable-gtk_next \
38
		--disable-flashback \
35
		--disable-flashback \
39
		--disable-telegram \
36
		--disable-telegram \
40
		--disable-tweetdeck \
37
		--disable-tweetdeck \
41
		--disable-airforsteam \
38
		--disable-airforsteam
42
		--disable-mate
43
39
44
PORTDOCS=	README.md README.window-list
40
PORTDOCS=	README.md README.window-list
45
41
46
OPTIONS_DEFINE=	CINNAMON DOCS GNOME METACITY OPENBOX PARALLEL PLANK XFCE
42
OPTIONS_DEFINE=	CINNAMON DOCS GNOME MATE METACITY OPENBOX PARALLEL PLANK XFCE
47
OPTIONS_DEFAULT=	CINNAMON GNOME METACITY OPENBOX PARALLEL PLANK XFCE
43
OPTIONS_DEFAULT=	CINNAMON GNOME MATE METACITY OPENBOX PARALLEL PLANK XFCE
48
OPTIONS_SUB=	yes
44
OPTIONS_SUB=	yes
49
45
50
CINNAMON_DESC=	Enable Cinnamon support
46
CINNAMON_DESC=	Enable Cinnamon support
Lines 52-57 Link Here
52
CINNAMON_IMPLIES=	METACITY
48
CINNAMON_IMPLIES=	METACITY
53
GNOME_DESC=	Enable Gnome support
49
GNOME_DESC=	Enable Gnome support
54
GNOME_CONFIGURE_ENABLE=	gnome
50
GNOME_CONFIGURE_ENABLE=	gnome
51
MATE_DESC=	Enable Mate support
52
MATE_CONFIGURE_ENABLE=	mate
53
MATE_IMPLIES=	METACITY
54
MATE_BUILD_DEPENDS=	${LOCALBASE}/lib/libmarco-private.so:x11-wm/marco
55
METACITY_DESC=	Enable Metacity support
55
METACITY_DESC=	Enable Metacity support
56
OPENBOX_DESC=	Enable Openbox support
56
OPENBOX_DESC=	Enable Openbox support
57
OPENBOX_CONFIGURE_ENABLE=	openbox
57
OPENBOX_CONFIGURE_ENABLE=	openbox
(-)x11-themes/plata-theme/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1564136735
1
TIMESTAMP = 1575010454
2
SHA256 (tista500-plata-theme-a23ebd7c53f23db408ac545be9b7e0a9ddf1756e_GL0.tar.gz) = c7b3e4f9695adb3262e01cfad7f6a628e62d142e7de0d5ebade26c35231378d4
2
SHA256 (tista500-plata-theme-71dbbc322e278b6a0f837733f76a089b7773d34a_GL0.tar.gz) = c90c69ea3b03c2885f367129eebe44653ceae94f67083b3df64bd52440fd37a5
3
SIZE (tista500-plata-theme-a23ebd7c53f23db408ac545be9b7e0a9ddf1756e_GL0.tar.gz) = 473613
3
SIZE (tista500-plata-theme-71dbbc322e278b6a0f837733f76a089b7773d34a_GL0.tar.gz) = 475574
(-)x11-themes/plata-theme/pkg-descr (+1 lines)
Lines 6-11 Link Here
6
* Budgie-Desktop  >= 10.4
6
* Budgie-Desktop  >= 10.4
7
* Cinnamon        >= 3.2.0
7
* Cinnamon        >= 3.2.0
8
* XFce4           >= 4.12.2
8
* XFce4           >= 4.12.2
9
* Mate            >= 1.22 (Marco >= 1.22.2)
9
* LXDE            >= 0.99.1 (Gtk 2.x only)
10
* LXDE            >= 0.99.1 (Gtk 2.x only)
10
11
11
WWW: https://gitlab.com/tista500/plata-theme
12
WWW: https://gitlab.com/tista500/plata-theme

Return to bug 242317