dconf-editor ver. bump
This commit is contained in:
@@ -1,27 +1,22 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# 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 shelltools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.makedirs("build")
|
mesontools.configure()
|
||||||
shelltools.cd("build")
|
|
||||||
shelltools.system("meson .. --prefix=/usr")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
mesontools.build()
|
||||||
shelltools.system("ninja")
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
mesontools.install()
|
||||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
|
||||||
|
|
||||||
shelltools.cd("..")
|
|
||||||
pisitools.dodoc("COPYING", "NEWS", "README")
|
pisitools.dodoc("COPYING", "NEWS", "README")
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>Gui editor for dconf; simple low-level configuration system</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>meson</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>dconf-devel</Dependency>
|
<Dependency>dconf-devel</Dependency>
|
||||||
@@ -50,6 +50,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="6">
|
||||||
<Date>2019-07-13</Date>
|
<Date>2019-07-13</Date>
|
||||||
<Version>3.27.3</Version>
|
<Version>3.27.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user