pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/dconf-editor Update dconf-editor to 3.38.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23a413e5f365
branches:  trunk
changeset: 450387:23a413e5f365
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Apr 15 19:55:06 2021 +0000

description:
Update dconf-editor to 3.38.3

dconf-editor 3.38.3
===================

Fix build with newer vala

Translations updated:
  Norwegian Bokmål: Kjartan Maraas

diffstat:

 devel/dconf-editor/Makefile |  12 +++++++-----
 devel/dconf-editor/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r c1f31e59fc35 -r 23a413e5f365 devel/dconf-editor/Makefile
--- a/devel/dconf-editor/Makefile       Thu Apr 15 18:45:34 2021 +0000
+++ b/devel/dconf-editor/Makefile       Thu Apr 15 19:55:06 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2021/04/14 07:28:17 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2021/04/15 19:55:06 prlw1 Exp $
 
-DISTNAME=      dconf-editor-3.38.2
-PKGREVISION=   2
+DISTNAME=      dconf-editor-3.38.3
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/dconf-editor/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -14,8 +13,11 @@
 USE_LANGUAGES= c99
 USE_TOOLS+=    msgfmt pkg-config
 
-# Requires --desktop in msgfmt.
-_TOOLS_USE_PKGSRC.msgfmt=      yes
+.include "../../mk/bsd.prefs.mk"
+# msgfmt: unknown option -- desktop
+.if ${OPSYS} == "NetBSD"
+TOOLS_PLATFORM.msgfmt=
+.endif
 
 .include "../../devel/dconf/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.46.0
diff -r c1f31e59fc35 -r 23a413e5f365 devel/dconf-editor/distinfo
--- a/devel/dconf-editor/distinfo       Thu Apr 15 18:45:34 2021 +0000
+++ b/devel/dconf-editor/distinfo       Thu Apr 15 19:55:06 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/11/29 17:31:27 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2021/04/15 19:55:06 prlw1 Exp $
 
-SHA1 (dconf-editor-3.38.2.tar.xz) = e0c1a397cb3476059d1454a09745ff0599acade9
-RMD160 (dconf-editor-3.38.2.tar.xz) = 37731fbaa588f04414892e38bf6e62e4b6b262d2
-SHA512 (dconf-editor-3.38.2.tar.xz) = 64bcf7c5cea2c70f2c4ee08832490495c8c2dfee805d6fc27583e1369444f81ef9818f83de7c71228c88322f32c258c4550cc908263f1bb3032ab67e514efb2b
-Size (dconf-editor-3.38.2.tar.xz) = 593428 bytes
+SHA1 (dconf-editor-3.38.3.tar.xz) = d4b4031817dff86c32fe4dc3a90f7058938f3d06
+RMD160 (dconf-editor-3.38.3.tar.xz) = 2171e706d25173855ff46826b9f4a4bf357449a5
+SHA512 (dconf-editor-3.38.3.tar.xz) = cf00705c1e11eab980777b9696fbaaa0f5f8a8118276f2add4f4fcefe5aab46844a539539418ce61f285e65623179a9d63cc18a91339b70b5e7c9408c697e9d1
+Size (dconf-editor-3.38.3.tar.xz) = 594544 bytes



Home | Main Index | Thread Index | Old Index