pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/zenity zenity: Update x11/zenity to 3.41.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bb53bd852b6
branches: trunk
changeset: 769952:6bb53bd852b6
user: cirnatdan <cirnatdan%pkgsrc.org@localhost>
date: Tue Nov 23 13:38:29 2021 +0000
description:
zenity: Update x11/zenity to 3.41.0
Zenity 3.41.0
- Port to meson (Logan Rathbone)
- Code cleanups (Simon McVittie)
- Translation updates (various contributors; see git log history)
diffstat:
x11/zenity/Makefile | 19 +++++++++++--------
x11/zenity/PLIST | 7 +------
x11/zenity/distinfo | 8 ++++----
3 files changed, 16 insertions(+), 18 deletions(-)
diffs (82 lines):
diff -r 70c4b05bced6 -r 6bb53bd852b6 x11/zenity/Makefile
--- a/x11/zenity/Makefile Tue Nov 23 13:27:16 2021 +0000
+++ b/x11/zenity/Makefile Tue Nov 23 13:38:29 2021 +0000
@@ -1,28 +1,30 @@
-# $NetBSD: Makefile,v 1.99 2021/05/04 08:51:01 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.100 2021/11/23 13:38:29 cirnatdan Exp $
#
-DISTNAME= zenity-3.32.0
-PKGREVISION= 1
+DISTNAME= zenity-3.41.0
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/3.32/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/3.41/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.gnome.org/
COMMENT= Display GNOME dialogs from the command line
-LICENSE= gnu-lgpl-v2
+LICENSE= gnu-lgpl-v2.1
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake intltool msgfmt pkg-config autoreconf autoconf
+USE_TOOLS+= intltool msgfmt pkg-config
USE_TOOLS+= automake gm4 aclocal xgettext autopoint itstool
TOOL_DEPENDS+= yelp-tools-[0-9]*:../../textproc/yelp-tools
TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
-pre-configure:
- ${RUN} cd ${WRKSRC} && ./autogen.sh
+REPLACE_INTERPRETER+= perl5
+REPLACE.perl5.old= @PERL@
+REPLACE.perl5.new= ${PERL5}
+REPLACE_FILES.perl5= src/gdialog.in
+.include "../../lang/perl5/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
@@ -30,4 +32,5 @@
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 70c4b05bced6 -r 6bb53bd852b6 x11/zenity/PLIST
--- a/x11/zenity/PLIST Tue Nov 23 13:27:16 2021 +0000
+++ b/x11/zenity/PLIST Tue Nov 23 13:38:29 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2021/03/30 11:00:38 cirnatdan Exp $
+@comment $NetBSD: PLIST,v 1.28 2021/11/23 13:38:29 cirnatdan Exp $
bin/gdialog
bin/zenity
man/man1/zenity.1
@@ -920,11 +920,6 @@
share/locale/zh_CN/LC_MESSAGES/zenity.mo
share/locale/zh_HK/LC_MESSAGES/zenity.mo
share/locale/zh_TW/LC_MESSAGES/zenity.mo
-share/zenity/clothes/gnome-tshirt.png
-share/zenity/clothes/hawaii-shirt.png
-share/zenity/clothes/monk.png
-share/zenity/clothes/sunglasses.png
-share/zenity/clothes/surfboard.png
share/zenity/zenity-calendar.png
share/zenity/zenity-entry.png
share/zenity/zenity-file.png
diff -r 70c4b05bced6 -r 6bb53bd852b6 x11/zenity/distinfo
--- a/x11/zenity/distinfo Tue Nov 23 13:27:16 2021 +0000
+++ b/x11/zenity/distinfo Tue Nov 23 13:38:29 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2021/10/26 11:35:00 nia Exp $
+$NetBSD: distinfo,v 1.36 2021/11/23 13:38:29 cirnatdan Exp $
-BLAKE2s (zenity-3.32.0.tar.xz) = c8df55987140e68d9a603d188ddb1a2fa531048d8f0baa6c155c7cfb3270a73c
-SHA512 (zenity-3.32.0.tar.xz) = d057df25dbb2d780c6be184ec167b0f569eadf0ac1c460d63509843157f14dfdcebe46bb6f93b17c6069ef0208902ce9ecbb4025933f7dc7572323032ec34fda
-Size (zenity-3.32.0.tar.xz) = 4753752 bytes
+BLAKE2s (zenity-3.41.0.tar.xz) = 8da4d9053a5913effa5576c5745ba9f169be02b8e135fd1b76428afc29b294ff
+SHA512 (zenity-3.41.0.tar.xz) = b198ae68fda77f74c9f6deba683759612067c4ee28551a667c96500296db89313f3f2330fcaa53b6e4840ee3367d438e766be8ba7c006952872aebe93684b307
+Size (zenity-3.41.0.tar.xz) = 3093244 bytes
Home |
Main Index |
Thread Index |
Old Index