From nobody Sat Oct 09 23:33:55 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C1E2E12D94F9; Sat, 9 Oct 2021 23:33:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HRhGF2Fgvz3KV1; Sat, 9 Oct 2021 23:33:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95D212331A; Sat, 9 Oct 2021 23:33:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 199NXtAk017755; Sat, 9 Oct 2021 23:33:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 199NXt3U017754; Sat, 9 Oct 2021 23:33:55 GMT (envelope-from git) Date: Sat, 9 Oct 2021 23:33:55 GMT Message-Id: <202110092333.199NXt3U017754@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 064bb0b837f4 - main - deskutils/mate-notification-daemon: Update to 1.26.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 064bb0b837f467349cea3d751f4af081d87de08a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=064bb0b837f467349cea3d751f4af081d87de08a commit 064bb0b837f467349cea3d751f4af081d87de08a Author: Neel Chauhan AuthorDate: 2021-10-09 20:38:39 +0000 Commit: Neel Chauhan CommitDate: 2021-10-09 23:33:25 +0000 deskutils/mate-notification-daemon: Update to 1.26.0 --- deskutils/mate-notification-daemon/Makefile | 20 +++++++++++--------- deskutils/mate-notification-daemon/distinfo | 6 +++--- 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 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