diff --git a/desktop/gnome/base/dconf/actions.py b/desktop/gnome/base/dconf/actions.py index c082fdf094..4907746660 100644 --- a/desktop/gnome/base/dconf/actions.py +++ b/desktop/gnome/base/dconf/actions.py @@ -1,13 +1,12 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import shelltools from pisi.actionsapi import mesontools from pisi.actionsapi import pisitools -from pisi.actionsapi import get def setup(): shelltools.system("sed -i 's/install_dir: systemd_userunitdir,//' service/meson.build") @@ -15,9 +14,8 @@ def setup(): def build(): mesontools.build() - + def install(): mesontools.install() pisitools.dodoc("COPYING", "NEWS", "README") - diff --git a/desktop/gnome/base/dconf/pspec.xml b/desktop/gnome/base/dconf/pspec.xml index 578f6ad40f..5dfe710257 100644 --- a/desktop/gnome/base/dconf/pspec.xml +++ b/desktop/gnome/base/dconf/pspec.xml @@ -1,5 +1,5 @@ - + dconf @@ -12,7 +12,7 @@ app:console 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. - http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.40/dconf-0.40.0.tar.xz + https://download.gnome.org/sources/dconf/0.40/dconf-0.40.0.tar.xz meson ninja @@ -53,7 +53,7 @@ /usr/include /usr/share/vala - /usr/lib/pkgconfig + /usr/lib/pkgconfig @@ -91,7 +91,7 @@ Mustafa Cinasal muscnsl@gmail.com - + 2020-01-14 0.34.0 Version bump