Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 13:57:04 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551494 - head/deskutils/notification-daemon
Message-ID:  <202010051357.095Dv4Rw033030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010051357.095Dv4Rw033030>