[Midnightbsd-cvs] mports [23551] trunk/editors/mousepad/Makefile: allow gtk3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 24 07:19:51 EDT 2018


Revision: 23551
          http://svnweb.midnightbsd.org/mports/?rev=23551
Author:   laffer1
Date:     2018-05-24 07:19:50 -0400 (Thu, 24 May 2018)
Log Message:
-----------
allow gtk3

Modified Paths:
--------------
    trunk/editors/mousepad/Makefile

Modified: trunk/editors/mousepad/Makefile
===================================================================
--- trunk/editors/mousepad/Makefile	2018-05-12 21:02:17 UTC (rev 23550)
+++ trunk/editors/mousepad/Makefile	2018-05-24 11:19:50 UTC (rev 23551)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mousepad
 PORTVERSION=	0.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors xfce
 MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -14,12 +14,17 @@
 LICENSE=	gpl2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib
 
 GNU_CONFIGURE=	yes
-USES=	desktop-file-utils gettext gmake libtool pkgconfig perl5 tar:bzip2
-USE_GNOME=	glib20 intltool intlhack gtk20 gtksourceview2
+USES=	desktop-file-utils gettext gmake libtool perl5 pkgconfig tar:bzip2
+USE_GNOME=	glib20 intltool intlhack
 
+OPTIONS_DEFINE=	GTK3
+GTK3_CONFIGURE_ENABLE=	gtk3
+GTK3_USE=	gnome=gtk30,gtksourceview3,dconf
+GTK3_USE_OFF=	gnome=gtk20,gtksourceview2
+
 GLIB_SCHEMAS=	org.xfce.mousepad.gschema.xml
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list