From b35111b2a0787f5c466f59f76d4b19a9b10535ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Sun, 5 Jul 2026 00:39:48 +0300 Subject: [PATCH] Update Python shebang to version 3 and enhance pspec.xml with UTF-8 encoding, multilingual summaries, and version bump to 1.1.20 --- hardware/misc/solaar/actions.py | 3 ++- hardware/misc/solaar/pspec.xml | 21 +++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/hardware/misc/solaar/actions.py b/hardware/misc/solaar/actions.py index f93058d872..c5ace13368 100644 --- a/hardware/misc/solaar/actions.py +++ b/hardware/misc/solaar/actions.py @@ -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") + \ No newline at end of file diff --git a/hardware/misc/solaar/pspec.xml b/hardware/misc/solaar/pspec.xml index 6c530c5085..21938d8e92 100644 --- a/hardware/misc/solaar/pspec.xml +++ b/hardware/misc/solaar/pspec.xml @@ -1,4 +1,4 @@ - + @@ -10,9 +10,12 @@ GPL-2.0 solaar - Linux device manager for a wide range of Logitech devices - 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. - https://github.com/pwr-Solaar/Solaar/archive/refs/tags/1.1.14.tar.gz + app:gui + Linux device manager for a wide range of Logitech devices + Logitech cihazları için Linux cihaz yöneticisi + 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. + 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. + https://github.com/pwr-Solaar/Solaar/archive/refs/tags/1.1.20.tar.gz git gtk3-devel @@ -25,7 +28,6 @@ gobject-introspection-devel - solaar @@ -51,8 +53,14 @@ /usr/lib/udev/rules.d/42-logitech-unify-permissions.rules - + + 2026-07-04 + 1.1.20 + Version Bump + Erkan İŞİK + erkanisik@pisilinux.org + 2025-03-07 1.1.14 @@ -62,3 +70,4 @@ + \ No newline at end of file