diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-10-09 13:38:39 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-10-09 16:33:25 -0700 |
commit | 064bb0b837f467349cea3d751f4af081d87de08a (patch) | |
tree | 212860b050a9991bb6f9780258e628348eb30e2f | |
parent | cc85c8910e679668c50cd10ed18b1dd2dee3b068 (diff) | |
download | freebsd-ports-064bb0b837f467349cea3d751f4af081d87de08a.zip |
deskutils/mate-notification-daemon: Update to 1.26.0
-rw-r--r-- | deskutils/mate-notification-daemon/Makefile | 20 | ||||
-rw-r--r-- | deskutils/mate-notification-daemon/distinfo | 6 | ||||
-rw-r--r-- | deskutils/mate-notification-daemon/pkg-plist | 3 |
3 files changed, 17 insertions, 12 deletions
diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile index 2adaccaea6b8..5c64d1fdfd26 100644 --- a/deskutils/mate-notification-daemon/Makefile +++ b/deskutils/mate-notification-daemon/Makefile @@ -1,7 +1,7 @@ # Created by: Andreas Kohn <andreas@syndrom23.de> PORTNAME= mate-notification-daemon -PORTVERSION= 1.24.2 +PORTVERSION= 1.26.0 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -13,21 +13,23 @@ LICENSE= GPLv2+ GPLv3+ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib \ +LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcanberra.so:audio/libcanberra \ - libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib \ + libmate-desktop-2.so:x11/mate-desktop \ + libmate-panel-applet-4.so:x11/mate-panel \ libnotify.so:devel/libnotify PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase pathfix \ - pkgconfig tar:xz xorg +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz \ + xorg USE_XORG= x11 -USE_GNOME= cairo glib20 gtk30 librsvg2 libwnck3 intlhack +USE_GNOME= cairo glib20 gtk30 intlhack librsvg2 libwnck3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \ - --disable-static +CONFIGURE_ARGS= --disable-static \ + --with-dbus-services=${PREFIX}/share/dbus-1/services INSTALLS_ICONS= yes INSTALL_TARGET= install-strip diff --git a/deskutils/mate-notification-daemon/distinfo b/deskutils/mate-notification-daemon/distinfo index f6b01c9b0692..25518d164e74 100644 --- a/deskutils/mate-notification-daemon/distinfo +++ b/deskutils/mate-notification-daemon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623461357 -SHA256 (mate/mate-notification-daemon-1.24.2.tar.xz) = 58a4193ef8b36024ec0035c3e48e2a08d87c569260317ffef6f12f665048ae0a -SIZE (mate/mate-notification-daemon-1.24.2.tar.xz) = 396156 +TIMESTAMP = 1633811637 +SHA256 (mate/mate-notification-daemon-1.26.0.tar.xz) = b23c6581f8f5916d6a16584edd91c2e4b6d0db7dd8e1eec5dd360acf2834b9ba +SIZE (mate/mate-notification-daemon-1.26.0.tar.xz) = 421032 diff --git a/deskutils/mate-notification-daemon/pkg-plist b/deskutils/mate-notification-daemon/pkg-plist index da5f566be600..4e3db5fe14d0 100644 --- a/deskutils/mate-notification-daemon/pkg-plist +++ b/deskutils/mate-notification-daemon/pkg-plist @@ -3,10 +3,12 @@ lib/mate-notification-daemon/engines/libcoco.so lib/mate-notification-daemon/engines/libnodoka.so lib/mate-notification-daemon/engines/libslider.so lib/mate-notification-daemon/engines/libstandard.so +libexec/mate-notification-applet libexec/mate-notification-daemon man/man1/mate-notification-properties.1.gz share/applications/mate-notification-properties.desktop share/dbus-1/services/org.freedesktop.mate.Notifications.service +share/dbus-1/services/org.mate.panel.applet.MateNotificationAppletFactory.service share/icons/hicolor/16x16/apps/mate-notification-properties.png share/icons/hicolor/22x22/apps/mate-notification-properties.png share/icons/hicolor/24x24/apps/mate-notification-properties.png @@ -120,3 +122,4 @@ share/locale/yo/LC_MESSAGES/mate-notification-daemon.mo share/locale/zh_CN/LC_MESSAGES/mate-notification-daemon.mo share/locale/zh_HK/LC_MESSAGES/mate-notification-daemon.mo share/locale/zh_TW/LC_MESSAGES/mate-notification-daemon.mo +share/mate-panel/applets/org.mate.applets.MateNotificationApplet.mate-panel-applet |