Date: Thu, 5 Dec 2019 18:39:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519102 - head/x11-themes/plata-theme Message-ID: <201912051839.xB5IdLBR063778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Dec 5 18:39:20 2019 New Revision: 519102 URL: https://svnweb.freebsd.org/changeset/ports/519102 Log: - Update to 0.9.1 - Add MATE option PR: 242317 Submitted by: tagattie@yandex.com (maintainer) Modified: head/x11-themes/plata-theme/Makefile head/x11-themes/plata-theme/distinfo head/x11-themes/plata-theme/pkg-descr Modified: head/x11-themes/plata-theme/Makefile ============================================================================== --- head/x11-themes/plata-theme/Makefile Thu Dec 5 18:27:45 2019 (r519101) +++ head/x11-themes/plata-theme/Makefile Thu Dec 5 18:39:20 2019 (r519102) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plata-theme -PORTVERSION= 0.8.8 +PORTVERSION= 0.9.1 CATEGORIES= x11-themes MAINTAINER= tagattie@yandex.com @@ -24,27 +24,23 @@ USE_GNOME= gdkpixbuf2 gtk30 libxml2 USE_GITLAB= yes GL_SITE= https://gitlab.com GL_ACCOUNT= tista500 -GL_COMMIT= a23ebd7c53f23db408ac545be9b7e0a9ddf1756e +GL_COMMIT= 71dbbc322e278b6a0f837733f76a089b7773d34a NO_ARCH= yes SHEBANG_REGEX= ./src/.*\.sh$$ GNU_CONFIGURE= yes -# FIXME: Mate support has been re-added in 0.8.6 but it requires marco 1.22.2, -# which is not yet supported in Ports. So disabling Mate support for now. -# Will revisit when marco is updated. CONFIGURE_ARGS= --disable-gtk_next \ --disable-flashback \ --disable-telegram \ --disable-tweetdeck \ - --disable-airforsteam \ - --disable-mate + --disable-airforsteam PORTDOCS= README.md README.window-list -OPTIONS_DEFINE= CINNAMON DOCS GNOME METACITY OPENBOX PARALLEL PLANK XFCE -OPTIONS_DEFAULT= CINNAMON GNOME METACITY OPENBOX PARALLEL PLANK XFCE +OPTIONS_DEFINE= CINNAMON DOCS GNOME MATE METACITY OPENBOX PARALLEL PLANK XFCE +OPTIONS_DEFAULT= CINNAMON GNOME MATE METACITY OPENBOX PARALLEL PLANK XFCE OPTIONS_SUB= yes CINNAMON_DESC= Enable Cinnamon support @@ -52,13 +48,17 @@ CINNAMON_CONFIGURE_ENABLE= cinnamon CINNAMON_IMPLIES= METACITY GNOME_DESC= Enable Gnome support GNOME_CONFIGURE_ENABLE= gnome +MATE_DESC= Enable Mate support +MATE_CONFIGURE_ENABLE= mate +MATE_IMPLIES= METACITY +MATE_BUILD_DEPENDS= ${LOCALBASE}/lib/libmarco-private.so:x11-wm/marco METACITY_DESC= Enable Metacity support OPENBOX_DESC= Enable Openbox support OPENBOX_CONFIGURE_ENABLE= openbox PARALLEL_DESC= Enable parallel build PARALLEL_BUILD_DEPENDS= parallel:sysutils/parallel PARALLEL_CONFIGURE_ENABLE= parallel -PLANK_DESC= Enale Plank support +PLANK_DESC= Enable Plank support PLANK_CONFIGURE_ENABLE= plank XFCE_DESC= Enable Xfce support XFCE_CONFIGURE_ENABLE= xfce Modified: head/x11-themes/plata-theme/distinfo ============================================================================== --- head/x11-themes/plata-theme/distinfo Thu Dec 5 18:27:45 2019 (r519101) +++ head/x11-themes/plata-theme/distinfo Thu Dec 5 18:39:20 2019 (r519102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564136735 -SHA256 (tista500-plata-theme-a23ebd7c53f23db408ac545be9b7e0a9ddf1756e_GL0.tar.gz) = c7b3e4f9695adb3262e01cfad7f6a628e62d142e7de0d5ebade26c35231378d4 -SIZE (tista500-plata-theme-a23ebd7c53f23db408ac545be9b7e0a9ddf1756e_GL0.tar.gz) = 473613 +TIMESTAMP = 1575010454 +SHA256 (tista500-plata-theme-71dbbc322e278b6a0f837733f76a089b7773d34a_GL0.tar.gz) = c90c69ea3b03c2885f367129eebe44653ceae94f67083b3df64bd52440fd37a5 +SIZE (tista500-plata-theme-71dbbc322e278b6a0f837733f76a089b7773d34a_GL0.tar.gz) = 475574 Modified: head/x11-themes/plata-theme/pkg-descr ============================================================================== --- head/x11-themes/plata-theme/pkg-descr Thu Dec 5 18:27:45 2019 (r519101) +++ head/x11-themes/plata-theme/pkg-descr Thu Dec 5 18:39:20 2019 (r519102) @@ -6,6 +6,7 @@ Supported Desktop Environments: * Budgie-Desktop >= 10.4 * Cinnamon >= 3.2.0 * XFce4 >= 4.12.2 +* Mate >= 1.22 (Marco >= 1.22.2) * LXDE >= 0.99.1 (Gtk 2.x only) WWW: https://gitlab.com/tista500/plata-theme
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912051839.xB5IdLBR063778>