From 49251377f6be137142d06d6918f1849bcf582f80 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 10 Apr 2019 17:58:55 +0300 Subject: [PATCH] gtksourceview3:needed for pspp --- desktop/toolkit/gtk/gtksourceview3/actions.py | 20 +++++ desktop/toolkit/gtk/gtksourceview3/pspec.xml | 73 +++++++++++++++++++ .../gtk/gtksourceview3/translations.xml | 18 +++++ 3 files changed, 111 insertions(+) create mode 100755 desktop/toolkit/gtk/gtksourceview3/actions.py create mode 100755 desktop/toolkit/gtk/gtksourceview3/pspec.xml create mode 100755 desktop/toolkit/gtk/gtksourceview3/translations.xml diff --git a/desktop/toolkit/gtk/gtksourceview3/actions.py b/desktop/toolkit/gtk/gtksourceview3/actions.py new file mode 100755 index 0000000000..a86eaeb5fb --- /dev/null +++ b/desktop/toolkit/gtk/gtksourceview3/actions.py @@ -0,0 +1,20 @@ +#!/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 autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure("--disable-static") + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS", "HACKING", "MAINTAINERS", "NEWS", "README") diff --git a/desktop/toolkit/gtk/gtksourceview3/pspec.xml b/desktop/toolkit/gtk/gtksourceview3/pspec.xml new file mode 100755 index 0000000000..c3705ad5e3 --- /dev/null +++ b/desktop/toolkit/gtk/gtksourceview3/pspec.xml @@ -0,0 +1,73 @@ + + + + + + gtksourceview3 + 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/3.24/gtksourceview-3.24.10.tar.xz + + gtk3-devel + glib2-devel + libxml2-devel + intltool + + + + + gtksourceview3 + + gtk3 + cairo + pango + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share/gir-1.0/ + /usr/share/gtksourceview-3.0 + + + + + gtksourceview3-docs + data:doc + Reference documents of gtksourceview + + /usr/share/gtk-doc + + + + + gtksourceview3-devel + Development files for gtksourceview + + gtksourceview3 + gtk3-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-04-10 + 3.24.10 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + diff --git a/desktop/toolkit/gtk/gtksourceview3/translations.xml b/desktop/toolkit/gtk/gtksourceview3/translations.xml new file mode 100755 index 0000000000..744fae8c48 --- /dev/null +++ b/desktop/toolkit/gtk/gtksourceview3/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 + +