pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/dconf-editor dconf-editor: Fix build with meson ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4b3b39b57e4
branches: trunk
changeset: 374896:f4b3b39b57e4
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Wed Mar 02 13:20:15 2022 +0000
description:
dconf-editor: Fix build with meson >= 0.61
diffstat:
devel/dconf-editor/Makefile | 6 ++--
devel/dconf-editor/distinfo | 3 +-
devel/dconf-editor/patches/patch-editor_meson.build | 23 +++++++++++++++++++++
3 files changed, 28 insertions(+), 4 deletions(-)
diffs (59 lines):
diff -r 10616a4d0638 -r f4b3b39b57e4 devel/dconf-editor/Makefile
--- a/devel/dconf-editor/Makefile Wed Mar 02 13:17:48 2022 +0000
+++ b/devel/dconf-editor/Makefile Wed Mar 02 13:20:15 2022 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.62 2021/12/08 16:03:55 adam Exp $
+# $NetBSD: Makefile,v 1.63 2022/03/02 13:20:15 prlw1 Exp $
DISTNAME= dconf-editor-3.38.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf-editor/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://wiki.gnome.org/Projects/dconf
-COMMENT= gsettings editor
+COMMENT= GSettings editor
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c99
diff -r 10616a4d0638 -r f4b3b39b57e4 devel/dconf-editor/distinfo
--- a/devel/dconf-editor/distinfo Wed Mar 02 13:17:48 2022 +0000
+++ b/devel/dconf-editor/distinfo Wed Mar 02 13:20:15 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:14:31 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/03/02 13:20:15 prlw1 Exp $
BLAKE2s (dconf-editor-3.38.3.tar.xz) = 6f0e7bbb48832ac7221dffc951abcdb1a87c7fb86081d55c00d0094e719c11b1
SHA512 (dconf-editor-3.38.3.tar.xz) = cf00705c1e11eab980777b9696fbaaa0f5f8a8118276f2add4f4fcefe5aab46844a539539418ce61f285e65623179a9d63cc18a91339b70b5e7c9408c697e9d1
Size (dconf-editor-3.38.3.tar.xz) = 594544 bytes
+SHA1 (patch-editor_meson.build) = 0bdabcf1c7fbb7220bb1c27036207ee0746b9604
diff -r 10616a4d0638 -r f4b3b39b57e4 devel/dconf-editor/patches/patch-editor_meson.build
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/dconf-editor/patches/patch-editor_meson.build Wed Mar 02 13:20:15 2022 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-editor_meson.build,v 1.1 2022/03/02 13:20:15 prlw1 Exp $
+
+Fix build with meson >= 0.61
+https://gitlab.gnome.org/GNOME/dconf-editor/-/issues/52
+
+--- editor/meson.build.orig 2021-03-23 15:37:37.571719400 +0000
++++ editor/meson.build
+@@ -1,7 +1,6 @@
+ desktop = dconf_editor_namespace + '.desktop'
+
+ i18n.merge_file (
+- desktop,
+ type: 'desktop',
+ input: desktop + '.in',
+ output: desktop,
+@@ -26,7 +25,6 @@ configure_file(
+ appdata = dconf_editor_namespace + '.appdata.xml'
+
+ i18n.merge_file(
+- appdata,
+ input: appdata + '.in',
+ output: appdata,
+ po_dir: po_dir,
Home |
Main Index |
Thread Index |
Old Index