core updated.
This commit is contained in:
@@ -13,9 +13,11 @@ from pisi.actionsapi import shelltools
|
||||
def setup():
|
||||
options = "--with-pcre=system \
|
||||
--disable-fam \
|
||||
--disable-libelf \
|
||||
--enable-gtk-doc=no \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-man \
|
||||
--disable-man \
|
||||
--enable-systemtap"
|
||||
|
||||
|
||||
@@ -28,7 +30,7 @@ def setup():
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
autotools.autoreconf("-vif")
|
||||
#autotools.autoreconf("-vif")
|
||||
autotools.configure(options)
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
@@ -45,4 +47,4 @@ def install():
|
||||
|
||||
pisitools.removeDir("/usr/share/gdb")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS")
|
||||
|
||||
@@ -12,13 +12,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library of handy utility functions</Summary>
|
||||
<Description>glib2 is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.</Description>
|
||||
<Archive sha1sum="f5168a7adffad3620ff3f1b3d6ff6d0ad3f0752e" type="tarxz">mirrors://gnome/glib/2.42/glib-2.42.0.tar.xz</Archive>
|
||||
<Archive sha1sum="685b3c0529c4d1b7a5e4931bfe2319e5928e4a53" type="tarxz">mirrors://gnome/glib/2.44/glib-2.44.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency versionFrom="8.36">libpcre-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>elfutils</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<!--<Dependency>libxslt</Dependency>-->
|
||||
<!--<Dependency versionFrom="0.161">elfutils</Dependency>-->
|
||||
<!--<Dependency>docbook-xml</Dependency>-->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">revert-warn-glib-compile-schemas.patch</Patch>
|
||||
@@ -30,7 +31,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>elfutils</Dependency>
|
||||
<!--<Dependency>elfutils</Dependency>-->
|
||||
<Dependency>libffi</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -60,6 +61,7 @@
|
||||
<Summary>Development files for glib2</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">glib2</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/gtester</Path>
|
||||
@@ -98,6 +100,7 @@
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>libffi-32bit</Dependency>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">glib2</Dependency>
|
||||
@@ -105,6 +108,7 @@
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>libffi-32bit</Dependency>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/32</Path>
|
||||
@@ -125,6 +129,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2015-04-08</Date>
|
||||
<Version>2.44.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2014-10-01</Date>
|
||||
<Version>2.42.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user