Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 07:35:30 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r510250 - branches/2019Q3/deskutils/notify-osd
Message-ID:  <201908300735.x7U7ZUIL026408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Aug 30 07:35:29 2019
New Revision: 510250
URL: https://svnweb.freebsd.org/changeset/ports/510250

Log:
  MFH: r510249
  
  - Register devel/gsettings-desktop-schemas as a run dependency
  - While here, pacify portlint
  
  PR:		232159
  Submitted by:	rsmith@xs4all.nl
  Approved by:	portmgr blanket

Modified:
  branches/2019Q3/deskutils/notify-osd/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/deskutils/notify-osd/Makefile
==============================================================================
--- branches/2019Q3/deskutils/notify-osd/Makefile	Fri Aug 30 07:34:39 2019	(r510249)
+++ branches/2019Q3/deskutils/notify-osd/Makefile	Fri Aug 30 07:35:29 2019	(r510250)
@@ -3,6 +3,7 @@
 
 PORTNAME=	notify-osd
 PORTVERSION=	0.9.34
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	https://launchpad.net/notify-osd/precise/0.9.34/+download/ \
 		LOCAL/ehaupt
@@ -18,14 +19,16 @@ LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libnotify.so:devel/libnotify \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libwnck-3.so:x11-toolkits/libwnck3
-RUN_DEPENDS=	dbus-daemon:devel/dbus
+RUN_DEPENDS=	dbus-daemon:devel/dbus \
+		gsettings-desktop-schemas>=3.28.0:devel/gsettings-desktop-schemas
 
-CONFLICTS=	xfce4-notification-daemon-[0-9]*
-
-GNU_CONFIGURE=	yes
 USES=		gettext-runtime gmake libtool pkgconfig
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
 USE_XORG=	pixman x11
+
+GNU_CONFIGURE=	yes
+
+CONFLICTS=	xfce4-notification-daemon-[0-9]*
 
 LIBS+=		-L${LOCALBASE}/lib -lpixman-1 -lX11
 



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