dconf-editor ver. bump

This commit is contained in:
Rmys
2020-01-31 22:50:20 +03:00
parent 56f4b5883a
commit 64f8aedd86
2 changed files with 16 additions and 14 deletions
+8 -13
View File
@@ -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")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Gui editor for dconf; simple low-level configuration system</Summary>
<Description>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.</Description>
<Archive sha1sum="4f7541e7e5805e6e0bcabd99e13b7efbb4c97115" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.27/dconf-editor-3.27.3.tar.xz</Archive>
<Archive sha1sum="29fc68e47810bce19240183846cef80944146ccc" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.34/dconf-editor-3.34.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>dconf-devel</Dependency>
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-01-31</Date>
<Version>3.34.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2019-07-13</Date>
<Version>3.27.3</Version>