From 730774710aec86be3fa9f204722878ae39a71c42 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 7 Jan 2018 16:32:34 +0300 Subject: [PATCH] dconf-editor-0.27.1:ver.bump --- desktop/gnome/base/dconf-editor/actions.py | 20 +++++++++++++------- desktop/gnome/base/dconf-editor/pspec.xml | 12 ++++++++++-- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/desktop/gnome/base/dconf-editor/actions.py b/desktop/gnome/base/dconf-editor/actions.py index c8d97d3a6a..c6fd62f461 100644 --- a/desktop/gnome/base/dconf-editor/actions.py +++ b/desktop/gnome/base/dconf-editor/actions.py @@ -6,16 +6,22 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static") - + shelltools.makedirs("build") + shelltools.cd("build") + shelltools.system("meson .. --prefix=/usr") + def build(): - autotools.make() - + shelltools.cd("build") + shelltools.system("ninja") + def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("COPYING", "NEWS") + shelltools.cd("build") + shelltools.system("DESTDIR=%s ninja install" % get.installDIR()) + + shelltools.cd("..") + pisitools.dodoc("COPYING", "NEWS", "README") diff --git a/desktop/gnome/base/dconf-editor/pspec.xml b/desktop/gnome/base/dconf-editor/pspec.xml index 90becfdf7f..4173432512 100644 --- a/desktop/gnome/base/dconf-editor/pspec.xml +++ b/desktop/gnome/base/dconf-editor/pspec.xml @@ -12,8 +12,9 @@ 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.16/dconf-editor-3.16.1.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.27/dconf-editor-3.27.1.tar.xz + meson dconf-devel libxml2-devel gtk3-devel @@ -48,6 +49,13 @@ + + 2018-01-07 + 0.27.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + 2017-03-30 3.16.1 @@ -70,4 +78,4 @@ ertugrulerata@gmail.com - \ No newline at end of file +