Update Python shebang to version 3 and enhance pspec.xml with UTF-8 encoding, multilingual summaries, and version bump to 1.1.20
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
@@ -13,3 +13,4 @@ def build():
|
||||
|
||||
def install():
|
||||
pythonmodules.run("-m installer --destdir='%s' dist/*.whl" % get.installDIR(), pyVer="3")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
@@ -10,9 +10,12 @@
|
||||
</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>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary xml:lang="en">Linux device manager for a wide range of Logitech devices</Summary>
|
||||
<Summary xml:lang="tr">Logitech cihazları için Linux cihaz yöneticisi</Summary>
|
||||
<Description xml:lang="en">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>
|
||||
<Description xml:lang="tr">Solaar, birçok Logitech klavye, fare ve diğer cihazlar için bir Linux yöneticisidir. Bu cihazlar, bir Unifying, Bolt, Lightspeed veya Nano alıcısına kablosuz olarak bağlanır. Solaar, bir cihaz sürücüsü değildir ve Linux giriş sistemi tarafından yok sayılan özel mesajlara yanıt verir.</Description>
|
||||
<Archive sha1sum="b9dda9f14823932d48019b9b43b7d7b9f08a6909" type="targz">https://github.com/pwr-Solaar/Solaar/archive/refs/tags/1.1.20.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
@@ -25,7 +28,6 @@
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>solaar</Name>
|
||||
<RuntimeDependencies>
|
||||
@@ -51,8 +53,14 @@
|
||||
<Path fileType="config">/usr/lib/udev/rules.d/42-logitech-unify-permissions.rules</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2026-07-04</Date>
|
||||
<Version>1.1.20</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan İŞİK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2025-03-07</Date>
|
||||
<Version>1.1.14</Version>
|
||||
@@ -62,3 +70,4 @@
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user