Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2022 19:41:11 GMT
From:      "=?utf-8?Q?Alexandre=20C.=20Guimar=C3=A3es?=" <rigoletto@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4eb3b869c38b - main - x11-wm/awesome: enable SVG support
Message-ID:  <202208121941.27CJfBHW080971@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rigoletto:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb3b869c38b025b8318bfddc1f521f6b00ac3f1

commit 4eb3b869c38b025b8318bfddc1f521f6b00ac3f1
Author:     Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>
AuthorDate: 2022-08-12 19:37:14 +0000
Commit:     Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>
CommitDate: 2022-08-12 19:41:02 +0000

    x11-wm/awesome: enable SVG support
    
    - take maintainership
    
    PR:             265412
    Approved by:    dbaio
---
 x11-wm/awesome/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index bb2bf06c8bf9..c77714e39c07 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	awesome
 PORTVERSION=	4.3
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
 
-MAINTAINER=	dbaio@FreeBSD.org
+MAINTAINER=	rigoletto@FreeBSD.org
 COMMENT=	Highly configurable, next generation framework window manager
 
 LICENSE=	GPLv2+
@@ -35,7 +35,7 @@ CMAKE_ARGS=	-DSYSCONFDIR=${PREFIX}/etc \
 		-DAWESOME_MAN_PATH=${MANPREFIX}/man \
 		-DGENERATE_DOC=OFF \
 		-DLUA_INCLUDE_DIR=${LUA_INCDIR}
-USE_GNOME=	glib20 pango gdkpixbuf2
+USE_GNOME=	glib20 pango gdkpixbuf2 librsvg2
 USE_XORG=	pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \
 		xorgproto
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208121941.27CJfBHW080971>