diff --git a/desktop/toolkit/gtk/gtksourceview4/actions.py b/desktop/toolkit/gtk/gtksourceview4/actions.py new file mode 100644 index 0000000000..bb9056f2e5 --- /dev/null +++ b/desktop/toolkit/gtk/gtksourceview4/actions.py @@ -0,0 +1,19 @@ +#!/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 pisitools +from pisi.actionsapi import mesontools + +def setup(): + mesontools.configure("--prefix=/usr -Dgtk_doc=true -Dglade_catalog=true") + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("AUTHORS", "HACKING", "NEWS", "README*") diff --git a/desktop/toolkit/gtk/gtksourceview4/pspec.xml b/desktop/toolkit/gtk/gtksourceview4/pspec.xml new file mode 100644 index 0000000000..ed62443e4d --- /dev/null +++ b/desktop/toolkit/gtk/gtksourceview4/pspec.xml @@ -0,0 +1,93 @@ + + + + + gtksourceview4 + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + A text widget implementing syntax highlighting and other features + Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor. + mirrors://gnome/gtksourceview/4.8/gtksourceview-4.8.1.tar.xz + + intltool + python3 + python-six + itstool + valgrind + intltool + gtk-doc + vala-devel + gtk3-devel + glib2-devel + yelp-tools + libxml2-devel + autoconf-archive + gobject-introspection-devel + meson + glade-devel + + + + + gtksourceview4 + + atk + gtk3 + cairo + fribidi + glib2 + pango + libxml2 + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share/gir-1.0/ + /usr/share/glade/ + /usr/share/vala/vapi + /usr/share/gtksourceview-4 + + + + + gtksourceview4-docs + data:doc + Reference documents of gtksourceview + + /usr/share/gtk-doc + + + + + gtksourceview4-devel + Development files for gtksourceview + + gtksourceview4 + fribidi-devel + gtk3-devel + glib2-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2021-04-05 + 4.8.1 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/toolkit/gtk/gtksourceview4/translations.xml b/desktop/toolkit/gtk/gtksourceview4/translations.xml new file mode 100644 index 0000000000..744fae8c48 --- /dev/null +++ b/desktop/toolkit/gtk/gtksourceview4/translations.xml @@ -0,0 +1,18 @@ + + + + gtksourceview3 + Sözdizimi vurgulaması için araçlar + Gtksourceview, gtk+ metin kütüphanesini geliştiren ve bir kaynak kodu düzenleyicisinde olması gereken sözdizimi vurgulaması gibi özellikleri sağlayan bir araçtır. + + + + gtksourceview3-devel + gtksourceview için geliştirme dosyaları + + + + gtksourceview3-docs + gtksourceview paketine ait referans belgeleri + +