diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 21:11:28 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 21:11:28 +0800 |
commit | bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc (patch) | |
tree | e98877eaeb5e2a44f00691183c3f6564168e2955 /x11/mate-base | |
parent | f9f9a731b4169a1148866d9821539fe3f5dd5aa6 (diff) | |
download | freebsd-ports-gnome-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.tar.gz freebsd-ports-gnome-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.tar.zst freebsd-ports-gnome-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.zip |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Diffstat (limited to 'x11/mate-base')
-rw-r--r-- | x11/mate-base/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index a9a93caea8c9..1f188ee06d76 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -2,29 +2,28 @@ # $FreeBSD$ PORTNAME= mate-base -PORTVERSION= 1.6.0 +PORTVERSION= 1.8.1 CATEGORIES= x11 mate MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for the MATE base integrated X11 desktop +COMMENT= "meta-port" for the MATE base integrated X11 desktop RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ ${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:${PORTSDIR}/x11-themes/mate-backgrounds \ ${LOCALBASE}/bin/mate-session:${PORTSDIR}/x11/mate-session-manager \ - mate-themes>=1.6.0:${PORTSDIR}/x11-themes/mate-themes \ - mate-icon-theme-faenza>=1.6.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza + mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \ + mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza USE_MATE= caja:run controlcenter:run dialogs:run icontheme:run \ - keyring:run marco:run notificationdaemon:run panel:run \ + marco:run notificationdaemon:run panel:run \ polkit:run NO_BUILD= yes +NO_INSTALL= yes NO_MTREE= yes -do-install: # empty - .include <bsd.port.mk> |