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)
This commit is contained in:
parent
49aeac3a25
commit
2f4ea437c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532199
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= notify-osd
|
PORTNAME= notify-osd
|
||||||
PORTVERSION= 0.9.34
|
PORTVERSION= 0.9.34
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \
|
MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \
|
||||||
LOCAL/ehaupt
|
LOCAL/ehaupt
|
||||||
@ -27,11 +27,10 @@ USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
|
|||||||
USE_XORG= pixman x11
|
USE_XORG= pixman x11
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GLIB_SCHEMAS= com.canonical.NotifyOSD.gschema.xml
|
||||||
|
|
||||||
CONFLICTS= xfce4-notification-daemon-[0-9]*
|
CONFLICTS= xfce4-notification-daemon-[0-9]*
|
||||||
|
|
||||||
LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in
|
@${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
libexec/notify-osd
|
libexec/notify-osd
|
||||||
share/dbus-1/services/org.freedesktop.Notifications.service
|
share/dbus-1/services/org.freedesktop.Notifications.service
|
||||||
share/GConf/gsettings/notify-osd.convert
|
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/README
|
||||||
%%DATADIR%%/icons/hicolor/scalable/status/notification-audio-next.svg
|
%%DATADIR%%/icons/hicolor/scalable/status/notification-audio-next.svg
|
||||||
%%DATADIR%%/icons/hicolor/scalable/status/notification-audio-play.svg
|
%%DATADIR%%/icons/hicolor/scalable/status/notification-audio-play.svg
|
||||||
|
Loading…
Reference in New Issue
Block a user