pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnunet-gtk: Update to 0.16.0
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Mon Mar 21 17:33:33 2022 +0100
Changeset: 96461bf0745c8516f91c7e03206ca635bb4194f0
Modified Files:
gnunet-gtk/Makefile
gnunet-gtk/PLIST
gnunet-gtk/distinfo
Added Files:
gnunet-gtk/options.mk
Log Message:
gnunet-gtk: Update to 0.16.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96461bf0745c8516f91c7e03206ca635bb4194f0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnunet-gtk/Makefile | 8 +++++++-
gnunet-gtk/PLIST | 4 ++--
gnunet-gtk/distinfo | 6 +++---
gnunet-gtk/options.mk | 11 +++++++++++
4 files changed, 23 insertions(+), 6 deletions(-)
diffs:
diff --git a/gnunet-gtk/Makefile b/gnunet-gtk/Makefile
index 50cbbe588b..d0ba2ca3b0 100644
--- a/gnunet-gtk/Makefile
+++ b/gnunet-gtk/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= gnunet-gtk-0.11.7
+DISTNAME= gnunet-gtk-0.16.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=gnunet/}
@@ -14,12 +14,18 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
+.include "options.mk"
+
CONFIGURE_ENV+= LD_LIBRARY_PATH+=${BUILDLINK_PREFIX.gtk3}/lib
CONFIGURE_ARGS+= --with-gnunet=${BUILDLINK_PREFIX.gnunet}
CONFIGURE_ARGS+= --with-glade=${BUILDLINK_PREFIX.glade}
+# optional dependency, but x11/libunique says it is deprecated.
+# CONFIGURE_ARGS+= --with-libunique
.include "../../devel/glade/buildlink3.mk"
+.include "../../devel/libextractor/buildlink3.mk"
.include "../../converters/qrencode/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
.include "../../wip/gnunet/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/gnunet-gtk/PLIST b/gnunet-gtk/PLIST
index ee21d67c19..85ef85b921 100644
--- a/gnunet-gtk/PLIST
+++ b/gnunet-gtk/PLIST
@@ -1,5 +1,4 @@
@comment $NetBSD$
-bin/gnunet-conversation-gtk
bin/gnunet-fs-gtk
bin/gnunet-namestore-gtk
bin/gnunet-peerinfo-gtk
@@ -25,6 +24,7 @@ lib/gnunet/libgnunet_plugin_gtk_namestore_vpn.la
lib/libgnunetgtk.la
man/man1/gnunet-conversation-gtk.1
man/man1/gnunet-fs-gtk.1
+man/man1/gnunet-gns-gtk.1
man/man1/gnunet-identity-gtk.1
man/man1/gnunet-namestore-gtk.1
man/man1/gnunet-peerinfo-gtk.1
@@ -33,7 +33,6 @@ man/man1/gnunet-statistics-gtk.1
share/applications/gnunet-fs-gtk.desktop
share/applications/gnunet-gtk.desktop
share/applications/gnunet-setup.desktop
-share/doc/gnunet-gtk/COPYING
share/doc/gnunet-gtk/README
share/gnunet-gtk/gnunet_logo.png
share/gnunet/black.png
@@ -374,6 +373,7 @@ share/locale/de/LC_MESSAGES/gnunet-gtk.mo
share/locale/es/LC_MESSAGES/gnunet-gtk.mo
share/locale/fr/LC_MESSAGES/gnunet-gtk.mo
share/locale/it/LC_MESSAGES/gnunet-gtk.mo
+share/locale/sr/LC_MESSAGES/gnunet-gtk.mo
share/locale/sv/LC_MESSAGES/gnunet-gtk.mo
share/locale/tr/LC_MESSAGES/gnunet-gtk.mo
share/locale/vi/LC_MESSAGES/gnunet-gtk.mo
diff --git a/gnunet-gtk/distinfo b/gnunet-gtk/distinfo
index 3b10850177..7a639d90b6 100644
--- a/gnunet-gtk/distinfo
+++ b/gnunet-gtk/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (gnunet-gtk-0.11.7.tar.gz) = 85aaaedf78586f45ec0a840375c71c7450f0a33b
-SHA512 (gnunet-gtk-0.11.7.tar.gz) = 368d31e876d3ace60e62e744e5a7d375962a6f7e6c2800cf1389185673ec643a91160fccbd380427e5fdcf0683824aa17265b3de4eb8a8493aa20c55596d982f
-Size (gnunet-gtk-0.11.7.tar.gz) = 1689898 bytes
+BLAKE2s (gnunet-gtk-0.16.0.tar.gz) = 5ac4cfa1c6a3b67a940b96c47229aa707c17c5434ed3896de999a21fcd86c01b
+SHA512 (gnunet-gtk-0.16.0.tar.gz) = 478815504430e130c161b769ade2ad253d7c365a873bb42e619e926fe4550afd91e73a9a8a22f95ef0b0966d82c8addc81cc7c1d6e31ccba6704c594a8fae06c
+Size (gnunet-gtk-0.16.0.tar.gz) = 1566556 bytes
diff --git a/gnunet-gtk/options.mk b/gnunet-gtk/options.mk
new file mode 100644
index 0000000000..a159489ec4
--- /dev/null
+++ b/gnunet-gtk/options.mk
@@ -0,0 +1,11 @@
+# $NetBSD$
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.gnunet-gtk
+PKG_SUPPORTED_OPTIONS+= audio
+PKG_SUGGESTED_OPTIONS+= audio
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_BUILD_OPTIONS.gnunet:Maudio)
+PLIST_VARS+= audio
+.endif
Home |
Main Index |
Thread Index |
Old Index