From d574945502052e903476a06803a37338b8a38349 Mon Sep 17 00:00:00 2001 From: uglyside Date: Mon, 7 Jul 2025 19:51:40 +0300 Subject: [PATCH] drop colorschemes package: they includes into geany source tree. --- editor/geany-colorschemes/actions.py | 12 -------- editor/geany-colorschemes/pspec.xml | 45 ---------------------------- 2 files changed, 57 deletions(-) delete mode 100644 editor/geany-colorschemes/actions.py delete mode 100644 editor/geany-colorschemes/pspec.xml diff --git a/editor/geany-colorschemes/actions.py b/editor/geany-colorschemes/actions.py deleted file mode 100644 index cb6459d7c9..0000000000 --- a/editor/geany-colorschemes/actions.py +++ /dev/null @@ -1,12 +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 - -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 deleted file mode 100644 index acb696a01a..0000000000 --- a/editor/geany-colorschemes/pspec.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 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 - - -