dconf-editor: update to 43.0.
This commit is contained in:
parent
a87aad1e18
commit
e9161bbc7d
2 changed files with 5 additions and 37 deletions
|
@ -1,33 +0,0 @@
|
||||||
From 56474378568e6ff4af8aa912810323e808c1d977 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alexander Kanavin <alex@linutronix.de>
|
|
||||||
Date: Fri, 21 Jan 2022 22:22:58 +0100
|
|
||||||
Subject: [PATCH] editor/meson.build: fix meson 0.61 errors
|
|
||||||
|
|
||||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
|
||||||
---
|
|
||||||
editor/meson.build | 2 --
|
|
||||||
1 file changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/editor/meson.build b/editor/meson.build
|
|
||||||
index 4c89ab99..0eb3bb1a 100644
|
|
||||||
--- a/editor/meson.build
|
|
||||||
+++ b/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,
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'dconf-editor'
|
# Template file for 'dconf-editor'
|
||||||
pkgname=dconf-editor
|
pkgname=dconf-editor
|
||||||
version=3.38.3
|
version=43.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="docbook-xsl glib-devel libxslt pkg-config vala gettext"
|
hostmakedepends="docbook-xsl glib-devel libxslt pkg-config vala gettext"
|
||||||
makedepends="dconf-devel gtk+3-devel"
|
makedepends="dconf-devel gtk+3-devel libhandy1-devel"
|
||||||
short_desc="Low-level configuration system - GTK+ editor"
|
short_desc="Low-level configuration system - GTK+ editor"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/dconf"
|
homepage="https://wiki.gnome.org/Apps/DconfEditor"
|
||||||
|
changelog="https://gitlab.gnome.org/GNOME/dconf-editor/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=571af4c7dad4f049b53e6cd728b79addf08c27ddab6bc57b396d211866ee79e3
|
checksum=935a3c2dd76cc2a93cd5aee9a54d3947fb111eb396f4b63dc5f0ba8f8d099136
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue