diff --git a/desktop/gnome/base/libpeas/actions.py b/desktop/gnome/base/libpeas/actions.py new file mode 100644 index 0000000000..c961f357a7 --- /dev/null +++ b/desktop/gnome/base/libpeas/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 mesontools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + mesontools.configure("-Ddemos=false \ + -Dvapi=true \ + -Dpython3=true \ + -Dgtk_doc=true") + +def build(): + mesontools.build() + +#def check(): + #mesontools.build("test") + +def install(): + mesontools.install() + + pisitools.dodoc("AUTHORS", "COPYING", "README") diff --git a/desktop/gnome/base/libpeas/pspec.xml b/desktop/gnome/base/libpeas/pspec.xml new file mode 100755 index 0000000000..029aac49cb --- /dev/null +++ b/desktop/gnome/base/libpeas/pspec.xml @@ -0,0 +1,82 @@ + + + + + libpeas + https://live.gnome.org/Libpeas + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + A gobject-based plugins engine + libpeas is a gobject-based plugins engine, and is targetted at giving every application the chance to assume its own extensibility. + mirrors://gnome/libpeas/1.24/libpeas-1.24.1.tar.xz + + glib2-devel + gtk3-devel + gtk-doc + gobject-introspection-devel + python3-devel + python3-pygobject3-devel + python-pygobject3-devel + meson + + + + + libpeas + + gtk3 + glib2 + python3 + gobject-introspection + + + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/gir-1.0 + /usr/share/locale + + + + + libpeas-devel + Development files for libpeas + + gtk3-devel + glib2-devel + gobject-introspection-devel + libpeas + + + /usr/include + /usr/lib/pkgconfig + + + + + libpeas-doc + Document files for libpeas + + libpeas + + + /usr/share/gtk-doc + + + + + + 2020-02-13 + 1.24.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/base/libpeas/translations.xml b/desktop/gnome/base/libpeas/translations.xml new file mode 100755 index 0000000000..ea07a3c1e9 --- /dev/null +++ b/desktop/gnome/base/libpeas/translations.xml @@ -0,0 +1,17 @@ + + + + libpeas + Gobject tabanlı eklenti motoru + + + + libpeas-devel + Development files for libpeas + + + + libpeas-doc + Document files for libpeas + + \ No newline at end of file