Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2020 12:15:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532199 - head/deskutils/notify-osd
Message-ID:  <202004201215.03KCFUqt025225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr 20 12:15:30 2020
New Revision: 532199
URL: https://svnweb.freebsd.org/changeset/ports/532199

Log:
  Properly register the glib schema during installation
  
  While here, LIBS hardcoding which are not needed anymore
  
  Reviewed by:	https://reviews.freebsd.org/D24512
  Approved by:	ehaupt (maintainer)

Modified:
  head/deskutils/notify-osd/Makefile
  head/deskutils/notify-osd/pkg-plist

Modified: head/deskutils/notify-osd/Makefile
==============================================================================
--- head/deskutils/notify-osd/Makefile	Mon Apr 20 12:02:27 2020	(r532198)
+++ head/deskutils/notify-osd/Makefile	Mon Apr 20 12:15:30 2020	(r532199)
@@ -3,7 +3,7 @@
 
 PORTNAME=	notify-osd
 PORTVERSION=	0.9.34
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	https://launchpad.net/notify-osd/precise/0.9.34/+download/ \
 		LOCAL/ehaupt
@@ -27,10 +27,9 @@ USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
 USE_XORG=	pixman x11
 
 GNU_CONFIGURE=	yes
+GLIB_SCHEMAS=	com.canonical.NotifyOSD.gschema.xml
 
 CONFLICTS=	xfce4-notification-daemon-[0-9]*
-
-LIBS+=		-L${LOCALBASE}/lib -lpixman-1 -lX11
 
 post-patch:
 	@${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in

Modified: head/deskutils/notify-osd/pkg-plist
==============================================================================
--- head/deskutils/notify-osd/pkg-plist	Mon Apr 20 12:02:27 2020	(r532198)
+++ head/deskutils/notify-osd/pkg-plist	Mon Apr 20 12:15:30 2020	(r532199)
@@ -1,7 +1,6 @@
 libexec/notify-osd
 share/dbus-1/services/org.freedesktop.Notifications.service
 share/GConf/gsettings/notify-osd.convert
-share/glib-2.0/schemas/com.canonical.NotifyOSD.gschema.xml
 %%DATADIR%%/icons/hicolor/scalable/status/README
 %%DATADIR%%/icons/hicolor/scalable/status/notification-audio-next.svg
 %%DATADIR%%/icons/hicolor/scalable/status/notification-audio-play.svg



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