diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-10 21:11:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-10 21:11:28 +0800 |
commit | 3761632256513b360840682e11bfe0eefc3d944a (patch) | |
tree | e98877eaeb5e2a44f00691183c3f6564168e2955 /x11/mate-panel/Makefile | |
parent | d2d283e35fcb6b012017d787831b1fb455445106 (diff) | |
download | freebsd-ports-gnome-3761632256513b360840682e11bfe0eefc3d944a.tar.gz freebsd-ports-gnome-3761632256513b360840682e11bfe0eefc3d944a.tar.zst freebsd-ports-gnome-3761632256513b360840682e11bfe0eefc3d944a.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-panel/Makefile')
-rw-r--r-- | x11/mate-panel/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index 0092fed196e6..b2c9ad2278f3 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mate-panel -PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -11,19 +11,17 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Panel component for the MATE Desktop -BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_MATE= desktop docutils libmateweather libmatewnck menus +USES= gettext gmake libtool pathfix pkgconfig python tar:xz +USE_MATE= desktop libmateweather menus USE_XORG= ice sm x11 xau xrandr USE_GNOME= cairo dconf gdkpixbuf2 glib20 gnomehier gtk20 \ - intlhack introspection:build librsvg2 pango -USE_PYTHON= yes -INSTALLS_OMF= yes + intlhack introspection:build librsvg2 pango libwnck USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-network-manager \ @@ -41,6 +39,7 @@ GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \ org.mate.panel.applet.workspace-switcher.gschema.xml \ org.mate.panel.enums.xml \ org.mate.panel.gschema.xml \ + org.mate.panel.menubar.gschema.xml \ org.mate.panel.object.gschema.xml \ org.mate.panel.toplevel.gschema.xml |