diff --git a/programming/library/tepl/actions.py b/programming/library/tepl/actions.py new file mode 100644 index 0000000000..9c3904b21f --- /dev/null +++ b/programming/library/tepl/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2 +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import mesontools, pisitools + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("NEWS", "README*") diff --git a/programming/library/tepl/pspec.xml b/programming/library/tepl/pspec.xml new file mode 100644 index 0000000000..8997b12b88 --- /dev/null +++ b/programming/library/tepl/pspec.xml @@ -0,0 +1,72 @@ + + + + + tepl + https://wiki.gnome.org/Projects/Tepl + + PisiLinux Community + admins@pisilinux.org + + LGPL3 + programming.library + app:gui + Library that eases the development of GtkSourceView-based text editors and IDEs + Library that eases the development of GtkSourceView-based text editors and IDEs + mirrors://gnome/tepl/6.00/tepl-6.00.0.tar.xz + + amtk-devel + gobject-introspection-devel + gtksourceview4-devel + icu4c-devel + meson + pango-devel + + + + + tepl + + amtk + cairo + glib2 + gtk3 + gtksourceview4 + icu4c + pango + + + /usr/lib/libtepl* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/locale + + + + + tepl-devel + + tepl + amtk-devel + glib2-devel + gtk3-devel + gtksourceview4-devel + icu4c-devel + + + /usr/lib/pkgconfig + /usr/include + /usr/share/gir-1.0 + + + + + + 2021-06-02 + 6.00.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/programming/library/tepl/translations.xml b/programming/library/tepl/translations.xml new file mode 100644 index 0000000000..ec35b0ca2d --- /dev/null +++ b/programming/library/tepl/translations.xml @@ -0,0 +1,13 @@ + + + + tepl + GktSourceView temelli metin editörü ve IDE'ler için geliştirmeyi kolaylaştıran bir kitaplık + GktSourceView temelli metin editörü ve IDE'ler için geliştirmeyi kolaylaştıran bir kitaplık + + + + tepl-devel + tepl için geliştirme dosyaları + +