pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/libnotify libnotify: update to 0.7.9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/758ddaaec904
branches: trunk
changeset: 424216:758ddaaec904
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Mar 07 15:11:42 2020 +0000
description:
libnotify: update to 0.7.9.
New in 0.7.9
============
* Fixed linking in darwin [Iain, Marco; !5]
* Added man page for notify-send [Jan; !6]
* Dropped autotools [Jan; !11]
Contributors:
Iain Lane, Jan Tojnar, Marco Trevisan
diffstat:
sysutils/libnotify/Makefile | 7 ++++---
sysutils/libnotify/PLIST | 3 ++-
sysutils/libnotify/distinfo | 11 ++++++-----
sysutils/libnotify/patches/patch-meson.build | 15 +++++++++++++++
4 files changed, 27 insertions(+), 9 deletions(-)
diffs (74 lines):
diff -r acd777ff862f -r 758ddaaec904 sysutils/libnotify/Makefile
--- a/sysutils/libnotify/Makefile Sat Mar 07 12:23:09 2020 +0000
+++ b/sysutils/libnotify/Makefile Sat Mar 07 15:11:42 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2019/12/12 10:40:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.60 2020/03/07 15:11:42 wiz Exp $
-DISTNAME= libnotify-0.7.8
-PKGREVISION= 1
+DISTNAME= libnotify-0.7.9
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libnotify/0.7/}
EXTRACT_SUFX= .tar.xz
@@ -11,6 +10,8 @@
COMMENT= Desktop notification framework
LICENSE= gnu-lgpl-v2.1
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
CONFLICTS+= libnotify07-[0-9]*
SUPERSEDES+= libnotify07-[0-9]*
diff -r acd777ff862f -r 758ddaaec904 sysutils/libnotify/PLIST
--- a/sysutils/libnotify/PLIST Sat Mar 07 12:23:09 2020 +0000
+++ b/sysutils/libnotify/PLIST Sat Mar 07 15:11:42 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/08/25 11:54:34 leot Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/03/07 15:11:42 wiz Exp $
bin/notify-send
include/libnotify/notification.h
include/libnotify/notify-enum-types.h
@@ -9,6 +9,7 @@
lib/libnotify.so.4
lib/libnotify.so.4.0.0
lib/pkgconfig/libnotify.pc
+man/man1/notify-send.1
${PLIST.doc}share/doc/libnotify/spec/notification-spec.html
${PLIST.introspection}share/gir-1.0/Notify-0.7.gir
${PLIST.doc}share/gtk-doc/html/libnotify/NotifyNotification.html
diff -r acd777ff862f -r 758ddaaec904 sysutils/libnotify/distinfo
--- a/sysutils/libnotify/distinfo Sat Mar 07 12:23:09 2020 +0000
+++ b/sysutils/libnotify/distinfo Sat Mar 07 15:11:42 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2019/08/16 10:08:04 wiz Exp $
+$NetBSD: distinfo,v 1.14 2020/03/07 15:11:42 wiz Exp $
-SHA1 (libnotify-0.7.8.tar.xz) = 18915d9a5ee8e0a00c3fd990d649251e3d2deac9
-RMD160 (libnotify-0.7.8.tar.xz) = 15ca6f6eca420090fd98c1b31a62be966a1faa3c
-SHA512 (libnotify-0.7.8.tar.xz) = 9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94
-Size (libnotify-0.7.8.tar.xz) = 108436 bytes
+SHA1 (libnotify-0.7.9.tar.xz) = 75f80afad4d77b4968bfbcd47f4beea5ac2cc87b
+RMD160 (libnotify-0.7.9.tar.xz) = 688b9378c50403c48dbccf607f60b9e384ee5528
+SHA512 (libnotify-0.7.9.tar.xz) = 8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874
+Size (libnotify-0.7.9.tar.xz) = 98148 bytes
+SHA1 (patch-meson.build) = f3196637712abebfd8abed59bdf04395c04fe099
diff -r acd777ff862f -r 758ddaaec904 sysutils/libnotify/patches/patch-meson.build
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libnotify/patches/patch-meson.build Sat Mar 07 15:11:42 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-meson.build,v 1.1 2020/03/07 15:11:42 wiz Exp $
+
+Accept pkgsrc version of stylesheets.
+
+--- meson.build.orig 2020-02-26 19:07:28.392563800 +0000
++++ meson.build
+@@ -54,7 +54,7 @@ configure_file(input: 'config.h.meson',
+
+ if get_option('man')
+ xsltproc = find_program('xsltproc', required: true)
+- stylesheet = 'http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl'
++ stylesheet = 'http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
+ xsltproc_command = [
+ xsltproc,
+ '--nonet',
Home |
Main Index |
Thread Index |
Old Index