diff options
author | kwm <kwm@FreeBSD.org> | 2016-01-25 20:31:21 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-01-25 20:31:21 +0800 |
commit | 62697e4d49308fc48297ac37f3b110750703a6d4 (patch) | |
tree | 329fd827b9752aa3d875c61d8b9e9d31a7803dd7 /editors/pluma/Makefile | |
parent | f78d827a322ae8051f61800cc19a7e537d2b92b4 (diff) | |
download | freebsd-ports-gnome-62697e4d49308fc48297ac37f3b110750703a6d4.tar.gz freebsd-ports-gnome-62697e4d49308fc48297ac37f3b110750703a6d4.tar.zst freebsd-ports-gnome-62697e4d49308fc48297ac37f3b110750703a6d4.zip |
Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
for prime time.
* Fix loading of a number of applets. We rename a number of applets
but didn't change the "config" files the "add applet to panel" dialog
uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]
PR: 205391 [1], 200349 [2]
Obtained from: GNOME devel repo
Diffstat (limited to 'editors/pluma/Makefile')
-rw-r--r-- | editors/pluma/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 028f92a1400e..8da013c99da4 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pluma -PORTVERSION= 1.10.2 +PORTVERSION= 1.12.1 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -40,4 +40,6 @@ GLIB_SCHEMAS= org.mate.pluma.gschema.xml \ org.mate.pluma.plugins.filebrowser.gschema.xml \ org.mate.pluma.plugins.time.gschema.xml +PLIST_SUB+= PYTHON="" + .include <bsd.port.mk> |