gobject-introspection 1.62.0

This commit is contained in:
idriskalp
2019-12-26 18:00:29 +03:00
parent 8b34b490cd
commit 8ef5e935ee
2 changed files with 28 additions and 7 deletions
+19 -5
View File
@@ -12,16 +12,30 @@ from pisi.actionsapi import get
def setup():
#autotools.autoreconf("-fiv")
autotools.configure("--disable-static \
--disable-doctool")
#autotools.configure("--disable-static \
#--disable-doctool")
options = " --libdir=/usr/lib \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--datadir=/usr/share \
--prefix=/usr"
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. %s" % options)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
#pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
#autotools.make()
shelltools.cd("build")
shelltools.system("ninja")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("build")
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
+9 -2
View File
@@ -14,13 +14,13 @@
<IsA>app:console</IsA>
<Summary>Introspection system for GObject-based libraries</Summary>
<Description>gobject-introspection can scan C header and source files in order to generate introspection typelib files. It also provides an API to examine typelib files, useful for creating language bindings among other things.</Description>
<Archive sha1sum="975350b2a45a6de1e9334c37d7ef779c748c217a" type="tarxz">mirrors://gnome/gobject-introspection/1.54/gobject-introspection-1.54.1.tar.xz</Archive>
<Archive sha1sum="6c51a15d3c067bb99b4b5c799d449c82c873f2b7" type="tarxz">mirrors://gnome/gobject-introspection/1.62/gobject-introspection-1.62.0.tar.xz</Archive>
<BuildDependencies>
<!--<Dependency>cairo-devel</Dependency>-->
<Dependency>libffi-devel</Dependency>
<Dependency>python-devel</Dependency>
<!--<Dependency>python-mako</Dependency>--><!--for enable-doctool-->
<Dependency versionFrom="2.50.2">glib2-devel</Dependency>
<Dependency versionFrom="2.62.4">glib2-devel</Dependency>
<Dependency>chrpath</Dependency>
</BuildDependencies>
</Source>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="6">
<Date>2019-12-26</Date>
<Version>1.62.0</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-07-20</Date>
<Version>1.54.1</Version>