diff --git a/system/devel/gobject-introspection/actions.py b/system/devel/gobject-introspection/actions.py new file mode 100644 index 00000000..03c8a3e6 --- /dev/null +++ b/system/devel/gobject-introspection/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + + +def setup(): + autotools.autoreconf("-fiv") + autotools.configure("--disable-static \ + --disable-doctool") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + + diff --git a/system/devel/gobject-introspection/pspec.xml b/system/devel/gobject-introspection/pspec.xml new file mode 100644 index 00000000..3a0ddb0a --- /dev/null +++ b/system/devel/gobject-introspection/pspec.xml @@ -0,0 +1,141 @@ + + + + + gobject-introspection + http://live.gnome.org/GObjectIntrospection + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2+ + GPLv2+ + library + app:console + Introspection system for GObject-based libraries + 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. + mirrors://gnome/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz + + + libffi-devel + python-devel + + glib2-devel + + + + + gobject-introspection + + libffi + glib2 + + + /usr/lib/lib*.so* + /usr/lib/girepository-1.0/*.typelib + /usr/share/locale + /usr/share/doc + + + + + gobject-introspection-devel + Development files for gobject-introspection + + gobject-introspection + + libffi-devel + glib2-devel + + + /usr/include + /usr/lib/gobject-introspection + /usr/bin/g-ir-* + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/aclocal + /usr/share/gobject-introspection-1.0 + /usr/share/man + + + + + + 2015-04-06 + 1.44.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-11 + 1.40.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-04-14 + 1.40.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-06 + 1.38.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-01 + 1.38.0 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10.12 + 1.38.0 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2013-07-24 + 1.37.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-07 + 1.36.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-24 + 1.35.8 + V.Bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-02-04 + 1.35.4 + New version bump to 1.35.4. + Idris Kalp + admins@pisilinux.org + + + 2012-12-31 + 1.34.2 + First release + Idris Kalp + yaralikurt15@hotmail.com + + + diff --git a/system/devel/gobject-introspection/translations.xml b/system/devel/gobject-introspection/translations.xml new file mode 100644 index 00000000..949b4ac0 --- /dev/null +++ b/system/devel/gobject-introspection/translations.xml @@ -0,0 +1,13 @@ + + + + gobject-introspection + Introspection system for GObject-based libraries + 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. + + + + gobject-introspection-devel + Development files for gobject-introspection + + \ No newline at end of file