From 220493d2ad4ae3b02cab452244562f9ab4a439e9 Mon Sep 17 00:00:00 2001 From: uglyside Date: Sun, 6 Jul 2025 19:17:35 +0300 Subject: [PATCH] update geany-colorschemes. --- .../lookandfeel/geany-colorschemes/actions.py | 15 ------- .../lookandfeel/geany-colorschemes/pspec.xml | 44 ------------------ editor/geany-colorschemes/actions.py | 12 +++++ editor/geany-colorschemes/pspec.xml | 45 +++++++++++++++++++ editor/geany-plugins/pspec.xml | 2 +- 5 files changed, 58 insertions(+), 60 deletions(-) delete mode 100644 desktop/lookandfeel/geany-colorschemes/actions.py delete mode 100644 desktop/lookandfeel/geany-colorschemes/pspec.xml create mode 100644 editor/geany-colorschemes/actions.py create mode 100644 editor/geany-colorschemes/pspec.xml diff --git a/desktop/lookandfeel/geany-colorschemes/actions.py b/desktop/lookandfeel/geany-colorschemes/actions.py deleted file mode 100644 index 7c8f3ff51c..0000000000 --- a/desktop/lookandfeel/geany-colorschemes/actions.py +++ /dev/null @@ -1,15 +0,0 @@ -#!/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 pisitools, shelltools, get - -def install(): - pisitools.insinto("/usr/share/geany/colorschemes", "colorschemes/*") - for t in shelltools.ls("%s/usr/share/geany/colorschemes/*" % get.installDIR()): - shelltools.chmod(t, mode = 0644) - - pisitools.dodoc("ADDING-A-THEME.md", "AUTHORS", "COPYING", "README.md") - diff --git a/desktop/lookandfeel/geany-colorschemes/pspec.xml b/desktop/lookandfeel/geany-colorschemes/pspec.xml deleted file mode 100644 index 1ffde67d6b..0000000000 --- a/desktop/lookandfeel/geany-colorschemes/pspec.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - geany-colorschemes - https://github.com/geany/geany-themes - - PisiLinux Community - admins@pisilinux.org - - various - data - desktop.lookandfeel - Geany-themes is a collection of color schemes for the Geany IDE/editor. - Geany-themes is a collection of color schemes for the Geany IDE/editor, either written originally by the Geany community or ported from color schemes for other editors. - - https://github.com/geany/geany-themes/archive/0f29c77e8c596900b9b8cf552498bdb317449cae.zip - - - - - - - - geany-colorschemes - - gtksourceview3 - - - /usr/share/geany/colorschemes - /usr/share/doc - - - - - - 2020-12-06 - 0.1 - First build - fury - uglyside@yandex.ru - - - diff --git a/editor/geany-colorschemes/actions.py b/editor/geany-colorschemes/actions.py new file mode 100644 index 0000000000..cb6459d7c9 --- /dev/null +++ b/editor/geany-colorschemes/actions.py @@ -0,0 +1,12 @@ +#!/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 pisitools + +def install(): + pisitools.insinto("/usr/share/geany/colorschemes", "colorschemes/*") + + pisitools.dodoc("AUTHORS") diff --git a/editor/geany-colorschemes/pspec.xml b/editor/geany-colorschemes/pspec.xml new file mode 100644 index 0000000000..acb696a01a --- /dev/null +++ b/editor/geany-colorschemes/pspec.xml @@ -0,0 +1,45 @@ + + + + + geany-colorschemes + https://github.com/geany/geany-themes + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + Geany-themes is a collection of color schemes for the Geany IDE/editor. + Geany-themes is a collection of color schemes for the Geany IDE/editor, either written originally by the Geany community or ported from color schemes for other editors. + https://github.com/geany/geany-themes/archive/08a7937cc92a6402b4dd66d15bfe4c74719c420c.zip + + + + geany-colorschemes + + gtksourceview3 + gtksourceview4 + + + /usr/share + + + + + + 2025-07-06 + 0.1 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2020-12-06 + 0.1 + First build + fury + uglyside@yandex.ru + + + diff --git a/editor/geany-plugins/pspec.xml b/editor/geany-plugins/pspec.xml index 9faa400712..c0d85af4fb 100644 --- a/editor/geany-plugins/pspec.xml +++ b/editor/geany-plugins/pspec.xml @@ -8,7 +8,7 @@ PisiLinux Community admins@pisilinux.org - GPL + GPLv2 library Plugins for Geany Plugins for Geany