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 /x11-wm | |
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 'x11-wm')
-rw-r--r-- | x11-wm/marco/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/marco/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/marco/Makefile b/x11-wm/marco/Makefile index 5e7e02905f7f..fe7f09abaebe 100644 --- a/x11-wm/marco/Makefile +++ b/x11-wm/marco/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= marco -PORTVERSION= 1.10.2 +PORTVERSION= 1.12.1 CATEGORIES= x11-wm mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -13,7 +13,8 @@ COMMENT= Window manager for the adult in you BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ zenity>=3.0.0:${PORTSDIR}/x11/zenity LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ - libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libgtop-2.0.so:${PORTSDIR}/devel/libgtop RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity PORTSCOUT= limitw:1,even diff --git a/x11-wm/marco/distinfo b/x11-wm/marco/distinfo index cff3059dfcab..f342235cd798 100644 --- a/x11-wm/marco/distinfo +++ b/x11-wm/marco/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/marco-1.10.2.tar.xz) = d92cd973201a16531b7f50668fb4d2f348b2dc07caf48f691377b1b21274aa8f -SIZE (mate/marco-1.10.2.tar.xz) = 1116228 +SHA256 (mate/marco-1.12.1.tar.xz) = 7f799115952a209e5063e5bd88d61d0baf430e630ca7783626af4dce46add084 +SIZE (mate/marco-1.12.1.tar.xz) = 1163996 |