diff --git a/editor/scite/actions.py b/editor/scite/actions.py new file mode 100644 index 0000000000..e539cf3eca --- /dev/null +++ b/editor/scite/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, pisitools, get + +WorkDir = "." + +def setup(): + pass + +def build(): + autotools.make("-C lexilla/src") + autotools.make("-C scintilla/gtk") + autotools.make("-C scite/gtk prefix=/usr") + +def install(): + autotools.make("-C scite/gtk DESTDIR=%s install" % get.installDIR()) + + pisitools.dosym("/usr/bin/SciTE", "/usr/bin/scite") diff --git a/editor/scite/pspec.xml b/editor/scite/pspec.xml new file mode 100644 index 0000000000..76dc6ed7f5 --- /dev/null +++ b/editor/scite/pspec.xml @@ -0,0 +1,54 @@ + + + + + scite + https://sourceforge.net/projects/scintilla/ + + fury + uglyside@yandex.ru + + custom + app:gui + editor + SCIntilla based Text Editor. + Scintilla is a free source code editing component which includes useful features such as syntax styling, error indicators, folding, code completion and call tips. + + mirrors://sourceforge/project/scintilla/SciTE/5.1.6/scite516.tgz + + + python3 + lua-devel + gtk2-devel + glib2-devel + + + + + scite + + atk + gtk2 + cairo + glib2 + pango + libgcc + gdk-pixbuf + + + /usr/bin + /usr/lib/scite + /usr/share + + + + + + 2021-12-18 + 5.1.6 + First build. + fury + uglyside@yandex.ru + + +