diff --git a/programming/library/appstream-glib/actions.py b/programming/library/appstream-glib/actions.py new file mode 100644 index 0000000000..7cfd149c11 --- /dev/null +++ b/programming/library/appstream-glib/actions.py @@ -0,0 +1,28 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Copyright 2017 TUBITAK/UEKAE +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +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-rpm \ + --disable-stemmer \ + --disable-dep11 \ + --enable-fonts \ + --disable-static \ + --enable-builder \ + --enable-firmware") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + #pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS") diff --git a/programming/library/appstream-glib/pspec.xml b/programming/library/appstream-glib/pspec.xml new file mode 100644 index 0000000000..e8aa810000 --- /dev/null +++ b/programming/library/appstream-glib/pspec.xml @@ -0,0 +1,99 @@ + + + + + appstream-glib + https://people.freedesktop.org/~hughsient/appstream-glib/ + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:console + Provides GObjects and helper methods to read and write AppStream metadata + Provides GObjects and helper methods to read and write AppStream metadata + https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.7.4.tar.xz + + meson + autoconf-archive + gperf + gcap-devel + libxslt-devel + docbook-xsl + glib2-devel + libarchive-devel + libsoup-devel + json-glib-devel + gdk-pixbuf-devel + libpng-devel + gtk3-devel + + libutil-linux-devel + + + + + + + + appstream-glib + + gcap + gtk3 + cairo + pango + freetype + glib2 + libsoup + json-glib + gdk-pixbuf + libarchive + fontconfig + libutil-linux + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/locale + /usr/share/bash-completion/ + /usr/share/aclocal + /usr/share/gettext + /usr/share/gir-1.0 + /usr/share/installed-tests/appstream-glib + + + + + appstream-glib-devel + + appstream-glib + gcap-devel + libxslt-devel + glib2-devel + libarchive-devel + libsoup-devel + json-glib-devel + gdk-pixbuf-devel + libpng-devel + gtk3-devel + libutil-linux-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2017-12-10 + 0.7.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + diff --git a/util/archive/gcap/actions.py b/util/archive/gcap/actions.py new file mode 100644 index 0000000000..5744603931 --- /dev/null +++ b/util/archive/gcap/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Copyright 2017 TUBITAK/UEKAE +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/util/archive/gcap/pspec.xml b/util/archive/gcap/pspec.xml new file mode 100644 index 0000000000..350fd29cbf --- /dev/null +++ b/util/archive/gcap/pspec.xml @@ -0,0 +1,62 @@ + + + + + gcap + https://wiki.gnome.org/msitools + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPL2.1 + app:console + Library and tool for working with Microsoft Cabinet (CAB) files + Library and tool for working with Microsoft Cabinet (CAB) files + http://ftp.gnome.org/pub/GNOME/sources/gcab/0.7/gcab-0.7.tar.xz + + glib2-devel + vala-devel + zlib-devel + intltool + gtk-doc + + + + + gcap + + zlib + glib2 + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/gtk-doc + /usr/share/man + + + + + gcap-devel + + gcap + zlib-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2017-12-10 + 0.7 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + +