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 Communityadmins@pisilinux.org
- GPL
+ GPLv2libraryPlugins for GeanyPlugins for Geany