Merge pull request #4335 from Rmys/master

dconf-0.27.1:ver.bump
This commit is contained in:
Rmys
2018-01-07 16:31:36 +03:00
committed by GitHub
2 changed files with 25 additions and 8 deletions
+15 -7
View File
@@ -6,16 +6,24 @@
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 --sysconfdir=/etc -Dwith-dbus-service-dir=/usr/share/dbus-1/services \
-Dwith-dbus-system-service-dir=/usr/share/dbus-1/system-services -Dwith-gio-modules-dir=/usr/lib/gio/modules \
-Denable-gtk-doc=false -Denable-man=true")
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")
+10 -1
View File
@@ -12,8 +12,10 @@
<IsA>app:console</IsA>
<Summary>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="d4ab94969864c3e00515d0c0ee5b8090a7e0f896" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dconf/0.26/dconf-0.26.0.tar.xz</Archive>
<Archive sha1sum="0a7c416ef3112813d6122306172bb5b7a2ccc8df" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dconf/0.27/dconf-0.27.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
@@ -66,6 +68,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-07</Date>
<Version>0.27.1</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-03-01</Date>
<Version>0.26.0</Version>