update geany-colorschemes.

This commit is contained in:
uglyside
2025-07-06 19:17:35 +03:00
parent d47f607cf0
commit 220493d2ad
5 changed files with 58 additions and 60 deletions
@@ -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")
@@ -1,44 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>geany-colorschemes</Name>
<Homepage>https://github.com/geany/geany-themes</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>various</License>
<IsA>data</IsA>
<PartOf>desktop.lookandfeel</PartOf>
<Summary>Geany-themes is a collection of color schemes for the Geany IDE/editor.</Summary>
<Description>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.</Description>
<Archive sha1sum="68a114928d3bbcd8b99c8b16361b331f53bef311" type="zip">
https://github.com/geany/geany-themes/archive/0f29c77e8c596900b9b8cf552498bdb317449cae.zip
</Archive>
<BuildDependencies>
<!-- <Dependency></Dependency> -->
</BuildDependencies>
</Source>
<Package>
<Name>geany-colorschemes</Name>
<RuntimeDependencies>
<Dependency>gtksourceview3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/geany/colorschemes</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-06</Date>
<Version>0.1</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+12
View File
@@ -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")
+45
View File
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>geany-colorschemes</Name>
<Homepage>https://github.com/geany/geany-themes</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data</IsA>
<Summary>Geany-themes is a collection of color schemes for the Geany IDE/editor.</Summary>
<Description>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.</Description>
<Archive sha1sum="2077cd23474a5cde7e02582c32fc7136a8c2da6b" type="zip">https://github.com/geany/geany-themes/archive/08a7937cc92a6402b4dd66d15bfe4c74719c420c.zip</Archive>
</Source>
<Package>
<Name>geany-colorschemes</Name>
<RuntimeDependencies>
<Dependency>gtksourceview3</Dependency>
<Dependency>gtksourceview4</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2025-07-06</Date>
<Version>0.1</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-12-06</Date>
<Version>0.1</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -8,7 +8,7 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Plugins for Geany</Summary>
<Description>Plugins for Geany</Description>