firebird: rebuild for icu, github-cli: fix version number, new packages: python3-evdev and solaar

This commit is contained in:
suvari
2025-03-07 17:46:23 +03:00
parent 5836575bc7
commit d4db194230
12 changed files with 347505 additions and 346758 deletions
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-evdev</Name>
<Homepage>https://python-evdev.readthedocs.io/en/latest/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD-3-Clause</License>
<Icon>python3-evdev</Icon>
<Summary>Python bindings for the Linux input subsystem</Summary>
<Description>This package provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/.</Description>
<Archive sha1sum="68ab62bd557f5b6215ad43af05e4d04ee8db65e7" type="targz">https://github.com/gvalkov/python-evdev/archive/refs/tags/v1.9.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-evdev.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-evdev</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/python3-evdev</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="library">/usr/lib/python3*/site-packages</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-03-07</Date>
<Version>1.9.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>