json-glib:ver.bump
This commit is contained in:
@@ -11,15 +11,13 @@ from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
def setup():
|
||||
options = "--disable-gtk-doc-html \
|
||||
--disable-gtk-doc \
|
||||
--enable-introspection \
|
||||
options = "-Ddocs=false \
|
||||
-Dintrospection=true \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
options += " --libdir=/usr/lib32 \
|
||||
--bindir=/_emul32/bin \
|
||||
--sbindir=/_emul32/sbin \
|
||||
options += " --prefix='/usr' \
|
||||
--libdir=/usr/lib32 \
|
||||
"
|
||||
shelltools.export("CC", "%s -m32" % get.CC())
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
@@ -33,9 +31,11 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
pisitools.removeDir("/_emul32")
|
||||
#pisitools.removeDir("/_emul32")
|
||||
|
||||
#pisitools.removeDir("/usr/share/gtk-doc")
|
||||
|
||||
pisitools.removeDir("/usr/share/gtk-doc")
|
||||
|
||||
pisitools.dodoc("ChangeLog", "NEWS")
|
||||
pisitools.dodoc("README.md", "NEWS")
|
||||
|
||||
@@ -12,10 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for JavaScript Object Notation format</Summary>
|
||||
<Description>json-glib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format.</Description>
|
||||
<Archive sha1sum="f7a25ab5eaba4ae2027276784223fbf55ef0619f" type="tarxz">mirrors://gnome/json-glib/1.2/json-glib-1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="660a72e0269feb15e89d6c17d86e594b7af6fecb" type="tarxz">mirrors://gnome/json-glib/1.4/json-glib-1.4.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -30,6 +31,8 @@
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/libexec/installed-tests/json-glib-1.0</Path>
|
||||
<Path fileType="data">/usr/share/installed-tests/json-glib-1.0</Path>
|
||||
<Path fileType="locale">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -67,6 +70,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-12-26</Date>
|
||||
<Version>1.4.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-06</Date>
|
||||
<Version>1.2.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user