firebird: rebuild for icu, github-cli: fix version number, new packages: python3-evdev and solaar
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools, autotools, get
|
||||
|
||||
def build():
|
||||
shelltools.export("PYTHON", "/usr/bin/python3")
|
||||
pythonmodules.run("-m build --wheel --skip-dependency-check --no-isolation", pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.run("-m installer --destdir='%s' dist/*.whl" % get.installDIR(), pyVer="3")
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>solaar</Name>
|
||||
<Homepage>https://pwr-solaar.github.io/Solaar/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL-2.0</License>
|
||||
<Icon>solaar</Icon>
|
||||
<Summary>Linux device manager for a wide range of Logitech devices</Summary>
|
||||
<Description>Solaar is a Linux manager for many Logitech keyboards, mice, and other devices that connect wirelessly to a Unifying, Bolt, Lightspeed or Nano receiver as well as many Logitech devices that connect via a USB cable or Bluetooth. Solaar is not a device driver and responds only to special messages from devices that are otherwise ignored by the Linux input system.</Description>
|
||||
<Archive sha1sum="0702a24f19b54429b9dae48598c2e2db514af690" type="targz">https://github.com/pwr-Solaar/Solaar/archive/refs/tags/1.1.14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-installer</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>solaar.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>solaar</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-xlib</Dependency>
|
||||
<Dependency>dbus-python3</Dependency>
|
||||
<Dependency>python3-evdev</Dependency>
|
||||
<Dependency>python3-pyudev</Dependency>
|
||||
<Dependency>python3-psutil</Dependency>
|
||||
<Dependency>python3-PyYAML</Dependency>
|
||||
<Dependency>python3-pygobject3</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
<Dependency>python3-typing_extensions</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="icons">/usr/share/icons/hicolor</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>
|
||||
<Path fileType="config">/usr/lib/udev/rules.d/42-logitech-unify-permissions.rules</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-03-07</Date>
|
||||
<Version>1.1.14</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>solaar</Name>
|
||||
<Summary xml:lang="tr">Çok çeşitli Logitech cihazları için Linux aygıt yöneticisi</Summary>
|
||||
<Description xml:lang="tr">Solaar, Unifying, Bolt, Lightspeed veya Nano alıcısına kablosuz olarak bağlanan birçok Logitech klavye, fare ve diğer aygıtlar ile USB kablosu veya Bluetooth aracılığıyla bağlanan birçok Logitech aygıtı için bir Linux yöneticisidir. Solaar bir aygıt sürücüsü değildir ve yalnızca Linux giriş sistemi tarafından aksi takdirde yok sayılan aygıtlardan gelen özel mesajlara yanıt verir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user