From 2f4ea437c8369357a22e464092abf539dbb0fd0c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 20 Apr 2020 12:15:30 +0000 Subject: [PATCH] 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) --- deskutils/notify-osd/Makefile | 5 ++--- deskutils/notify-osd/pkg-plist | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index b143ad6a04c9..0d34ba67c070 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -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,11 +27,10 @@ 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 diff --git a/deskutils/notify-osd/pkg-plist b/deskutils/notify-osd/pkg-plist index 3b90e5dcce00..d4e11e3a5c70 100644 --- a/deskutils/notify-osd/pkg-plist +++ b/deskutils/notify-osd/pkg-plist @@ -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