svn commit: r551494 - head/deskutils/notification-daemon

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Oct 5 13:57:05 UTC 2020


Author: 0mp
Date: Mon Oct  5 13:57:04 2020
New Revision: 551494
URL: https://svnweb.freebsd.org/changeset/ports/551494

Log:
  Clean up
  
  - Sort variables
  - Register missing dependency via USE_GNOME=cairo
  - Do not set --with-dbus-services via CONFIGURE_ARGS, it seems to have no
    effect
  - Update WWW

Modified:
  head/deskutils/notification-daemon/Makefile
  head/deskutils/notification-daemon/pkg-descr

Modified: head/deskutils/notification-daemon/Makefile
==============================================================================
--- head/deskutils/notification-daemon/Makefile	Mon Oct  5 13:34:09 2020	(r551493)
+++ head/deskutils/notification-daemon/Makefile	Mon Oct  5 13:57:04 2020	(r551494)
@@ -12,17 +12,15 @@ 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 <bsd.port.mk>

Modified: head/deskutils/notification-daemon/pkg-descr
==============================================================================
--- head/deskutils/notification-daemon/pkg-descr	Mon Oct  5 13:34:09 2020	(r551493)
+++ head/deskutils/notification-daemon/pkg-descr	Mon Oct  5 13:57:04 2020	(r551494)
@@ -6,4 +6,4 @@ 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


More information about the svn-ports-all mailing list