From 64f8aedd864583482aab2f57c74c28d9b5ce777a Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 31 Jan 2020 22:50:20 +0300 Subject: [PATCH] dconf-editor ver. bump --- desktop/gnome/base/dconf-editor/actions.py | 21 ++++++++------------- desktop/gnome/base/dconf-editor/pspec.xml | 9 ++++++++- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/desktop/gnome/base/dconf-editor/actions.py b/desktop/gnome/base/dconf-editor/actions.py index c6fd62f461..8eacb6252c 100644 --- a/desktop/gnome/base/dconf-editor/actions.py +++ b/desktop/gnome/base/dconf-editor/actions.py @@ -1,27 +1,22 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools +from pisi.actionsapi import mesontools +from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - shelltools.makedirs("build") - shelltools.cd("build") - shelltools.system("meson .. --prefix=/usr") - + mesontools.configure() + def build(): - shelltools.cd("build") - shelltools.system("ninja") + mesontools.build() def install(): - shelltools.cd("build") - shelltools.system("DESTDIR=%s ninja install" % get.installDIR()) - - shelltools.cd("..") + mesontools.install() + pisitools.dodoc("COPYING", "NEWS", "README") diff --git a/desktop/gnome/base/dconf-editor/pspec.xml b/desktop/gnome/base/dconf-editor/pspec.xml index 870497274e..2fbfc1eb82 100644 --- a/desktop/gnome/base/dconf-editor/pspec.xml +++ b/desktop/gnome/base/dconf-editor/pspec.xml @@ -12,7 +12,7 @@ app:gui Gui editor for dconf; simple low-level configuration system dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. - ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.27/dconf-editor-3.27.3.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.34/dconf-editor-3.34.3.tar.xz meson dconf-devel @@ -50,6 +50,13 @@ + + 2020-01-31 + 3.34.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-07-13 3.27.3