Merge pull request #16944 from mrSi-Si/various

New geany*, lxhotkey, mbedtls, libgphoto2.
This commit is contained in:
Kamil ATLI
2025-07-11 14:49:21 +03:00
committed by GitHub
16 changed files with 293 additions and 672 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>
+5 -2
View File
@@ -19,6 +19,7 @@
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libfm-devel</Dependency>
<Dependency>libfm-extra-devel</Dependency>
<Dependency>libunistring-devel</Dependency>
</BuildDependencies>
<Patches>
@@ -31,6 +32,7 @@
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>libfm</Dependency>
<Dependency>libfm-extra</Dependency>
<Dependency>libunistring</Dependency>
</RuntimeDependencies>
<Files>
@@ -45,6 +47,7 @@
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>libfm-devel</Dependency>
<Dependency>libfm-extra-devel</Dependency>
<Dependency>libunistring-devel</Dependency>
<Dependency release="current">lxhotkey</Dependency>
</RuntimeDependencies>
@@ -56,9 +59,9 @@
<History>
<Update release="1">
<Date>2025-07-06</Date>
<Date>2025-07-07</Date>
<Version>0.1.2</Version>
<Comment>First release</Comment>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>