mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2b81fa4df0
New in 0.8.1: * Keep version of bindings at 0.7 (#27) [Marco] New in 0.8.0: * Use Desktop Portal Notification when running confined (snap and flatpak) Now the library acts like a wrapper in such scenario, with some limited capabilities, but this will enforce security and user control over the allowed notifications. [Marco] * notify-send: Handles SIGINT gracefully, closing waiting notification [Marco] * Use NotifyClosedReason enum as closed reason return value [Marco] * Bump dependency on GLib 2.38 [Marco] * Various introspection docs improvements and fixes [Marco]
26 lines
645 B
Makefile
26 lines
645 B
Makefile
PORTNAME= libnotify
|
|
DISTVERSION= 0.8.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
|
COMMENT= Library for desktop notifications
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= xsltproc:textproc/libxslt \
|
|
docbook-xsl-ns>=0:textproc/docbook-xsl-ns
|
|
|
|
USES= gmake gnome libtool meson pkgconfig tar:xz
|
|
USE_GNOME= glib20 gdkpixbuf2 introspection:build
|
|
USE_LDCONFIG= yes
|
|
|
|
MESON_ARGS= -Dtests=false -Ddocbook_docs=disabled -Dgtk_doc=false
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s#http:.*docbook.xsl#${LOCALBASE}/share/xsl/docbook-ns/manpages/docbook.xsl#g" \
|
|
${WRKSRC}/meson.build
|
|
|
|
.include <bsd.port.mk>
|