Index: head/deskutils/notification-daemon/Makefile =================================================================== --- head/deskutils/notification-daemon/Makefile (revision 551493) +++ head/deskutils/notification-daemon/Makefile (revision 551494) @@ -1,28 +1,26 @@ # Created by: Andreas Kohn # $FreeBSD$ PORTNAME= notification-daemon PORTVERSION= 3.20.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Send small notifications to your desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libcanberra-gtk3.so:audio/libcanberra-gtk3 +LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libdbus-1.so:devel/dbus -PORTSCOUT= limitw:1,even - -USES= gettext gmake gnome localbase pathfix \ - pkgconfig tar:xz xorg -USE_GNOME= gnomeprefix gtk30 -USE_XORG= x11 +USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz xorg +USE_GNOME= cairo gnomeprefix gtk30 INSTALLS_ICONS= yes +USE_XORG= x11 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services + +PORTSCOUT= limitw:1,even .include Index: head/deskutils/notification-daemon/pkg-descr =================================================================== --- head/deskutils/notification-daemon/pkg-descr (revision 551493) +++ head/deskutils/notification-daemon/pkg-descr (revision 551494) @@ -1,9 +1,9 @@ The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. This port contains the daemon. -WWW: http://www.galago-project.org/specs/notification/index.php +WWW: https://gitlab.gnome.org/GNOME/notification-daemon