diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-28 04:19:33 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-28 04:19:33 +0800 |
commit | f3a030abc46a4b0256ee69dd4918b96f535a295d (patch) | |
tree | 0d276f72ec80621ae31f35239a1c27ae16c21bba /Mk | |
parent | c0e75495d2db694b13f48fd2ce73094f2affcc17 (diff) | |
download | freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.tar.gz freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.tar.zst freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.zip |
Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.
This update fixes the following PR's:
PR: 193942, 191885
Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from: gnome devel repo.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.mate.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Mk/bsd.mate.mk b/Mk/bsd.mate.mk index 0ea6c7741ec3..d102878c5a5e 100644 --- a/Mk/bsd.mate.mk +++ b/Mk/bsd.mate.mk @@ -50,7 +50,7 @@ _USE_MATE_ALL= autogen intlhack intltool # the *.pc file instead. _USE_MATE_ALL+= caja common controlcenter desktop dialogs docutils icontheme \ libmatekbd libmateweather \ - marco menus mucharmap notificationdaemon panel polkit pluma \ + marco menus notificationdaemon panel polkit pluma \ settingsdaemon SCROLLKEEPER_DIR= /var/db/rarian @@ -60,11 +60,6 @@ caja_BUILD_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/caja caja_LIB_DEPENDS= libcaja-extension.so:${PORTSDIR}/x11-fm/caja caja_RUN_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/caja -mucharmap_DETECT= ${LOCALBASE}/libdata/pkgconfig/mucharmap-2.pc -mucharmap_BUILD_DEPENDS=${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map -mucharmap_LIB_DEPENDS= libmucharmap.so:${PORTSDIR}/deskutils/mate-character-map -mucharmap_RUN_DEPENDS= ${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map - common_DETECT= ${LOCALBASE}/bin/mate-autogen common_BUILD_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common common_RUN_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common |