diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index b3ba520c5f65..15ceab66dbc6 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -1,50 +1,51 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= mate-panel -PORTVERSION= 1.22.2 +PORTVERSION= 1.24.0 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Panel component for the MATE Desktop LICENSE= GPLv2 GFDL LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_GFDL= ${WRKSRC}/COPYING-DOCS LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ - libstartup-notification-1.so:x11/startup-notification + libstartup-notification-1.so:x11/startup-notification \ + libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool localbase mate pathfix pkgconfig \ tar:xz xorg USE_MATE= desktop libmateweather menus USE_XORG= ice sm x11 xau xrandr USE_GNOME= cairo dconf gnomeprefix gtk30 intltool \ introspection:build librsvg2 libwnck3 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \ org.mate.panel.applet.fish.gschema.xml \ org.mate.panel.applet.notification-area.gschema.xml \ org.mate.panel.applet.window-list.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 OPTIONS_DEFINE= DOCS .include diff --git a/x11/mate-panel/distinfo b/x11/mate-panel/distinfo index 07f51752252c..0b2bfbb1f57a 100644 --- a/x11/mate-panel/distinfo +++ b/x11/mate-panel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577281869 -SHA256 (mate/mate-panel-1.22.2.tar.xz) = fe2406c393a6eecef16658798ce5e801f3aad6190cc2a95646af33eea375a0ea -SIZE (mate/mate-panel-1.22.2.tar.xz) = 2216064 +TIMESTAMP = 1591974472 +SHA256 (mate/mate-panel-1.24.0.tar.xz) = 369e088806b72c4035c4342de0f16301d9b5d8b8ba5ad16350bba2892f0830c3 +SIZE (mate/mate-panel-1.24.0.tar.xz) = 3040068 diff --git a/x11/mate-panel/files/patch-applets_clock_clock-location.c b/x11/mate-panel/files/patch-applets_clock_clock-location.c deleted file mode 100644 index aa25ac2fce66..000000000000 --- a/x11/mate-panel/files/patch-applets_clock_clock-location.c +++ /dev/null @@ -1,11 +0,0 @@ ---- applets/clock/clock-location.c.orig 2008-04-07 17:17:51.000000000 -0400 -+++ applets/clock/clock-location.c 2008-04-07 22:54:31.000000000 -0400 -@@ -27,6 +27,8 @@ - #include "clock-marshallers.h" - #include "set-timezone.h" - -+#define daylight 1 -+ - G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT) - - typedef struct { diff --git a/x11/mate-panel/files/patch-applets_clock_clock.c b/x11/mate-panel/files/patch-applets_clock_clock.c deleted file mode 100644 index a9b459b74091..000000000000 --- a/x11/mate-panel/files/patch-applets_clock_clock.c +++ /dev/null @@ -1,11 +0,0 @@ ---- applets/clock/clock.c.orig 2009-07-01 15:06:23.000000000 +0200 -+++ applets/clock/clock.c 2009-07-19 15:59:26.000000000 +0200 -@@ -71,6 +71,8 @@ - #include "set-timezone.h" - #include "system-timezone.h" - -+#define daylight 1 -+ - #define INTERNETSECOND (864) - #define INTERNETBEAT (86400) -