Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0251a9f55d85e202001990d7147873175ca754d0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0251a9f55d85e202001990d7147873175ca754d0)
  • Date: Tue, 12 Apr 2022 10:06:30 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 5 +++++
devel/quilt/DETAILS | 16 ++++++++++++++++
devel/quilt/HISTORY | 2 ++
python-pypi/pyudev/DEPENDS | 2 ++
python-pypi/pyudev/DETAILS | 22 ++++++++++++++++++++++
python-pypi/pyudev/HISTORY | 2 ++
python-pypi/solaar/DEPENDS | 6 ++++++
python-pypi/solaar/DETAILS | 33 +++++++++++++++++++++++++++++++++
python-pypi/solaar/HISTORY | 2 ++
9 files changed, 90 insertions(+)

New commits:
commit 0251a9f55d85e202001990d7147873175ca754d0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

quilt: new spell, manage large numbers of patches

commit 592e92b94fd6d313895906a02f5916e680051691
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

solaar: new spell, Device Manager for Logitech Unifying Receivers and
Devices

commit bc95e3274cc335b3968425ad279f67f33d31be4a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pyudev: new spell, Python bindings to libudev

diff --git a/ChangeLog b/ChangeLog
index 20ee3b5..813d942 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-04-12 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/pyudev: new spell, Python bindings to libudev
+ * python-pypi/solaar: new spell, Device Manager for Logitech Unifying
Receivers and Devices
+ * devel/quilt: new spell, manage large numbers of patches
+
2022-04-10 Treeve Jelbert <treeve AT sourcemage.org>
* KDE5*: prepare for qt6

diff --git a/devel/quilt/DETAILS b/devel/quilt/DETAILS
new file mode 100755
index 0000000..f421185
--- /dev/null
+++ b/devel/quilt/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=quilt
+ VERSION=0.67
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://mirrors.up.pt/pub/nongnu/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:2dcf9396444484e1664f3dc9bf6a024d11fbaac4e984a295b269bab2649e254dafe3dd89d8f79cfaf1c33d2aa80a803ea55eef4debbc1ebc8d3459ecfa52e4ec
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://savannah.nongnu.org/projects/quilt";
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20220412
+ KEYWORDS=""
+ SHORT="manage large numbers of patches"
+cat << EOF
+Quilt allows you to easily manage large numbers of patches by keeping track
of
+the changes each patch makes. Patches can be applied, un-applied, refreshed,
+and more.
+EOF
diff --git a/devel/quilt/HISTORY b/devel/quilt/HISTORY
new file mode 100644
index 0000000..00c631a
--- /dev/null
+++ b/devel/quilt/HISTORY
@@ -0,0 +1,2 @@
+2022-04-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created
diff --git a/python-pypi/pyudev/DEPENDS b/python-pypi/pyudev/DEPENDS
new file mode 100755
index 0000000..6e9da50
--- /dev/null
+++ b/python-pypi/pyudev/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+runtime_depends DEVICE-MANAGER
diff --git a/python-pypi/pyudev/DETAILS b/python-pypi/pyudev/DETAILS
new file mode 100755
index 0000000..833d28c
--- /dev/null
+++ b/python-pypi/pyudev/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=pyudev
+ VERSION=0.23.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/refs/tags/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:1ae820ac39e23f861d51907ebba666dcd39b22cbd8830f60e8ac234fe1141e42133554a5eff17ae5d7d9fa7d5527f57431fdc6526b7930d41c04d96244a74d5a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/pyudev/pyudev";
+ LICENSE[0]="LGPL-2.1-or-later"
+ ENTERED=20220410
+ KEYWORDS=""
+ SHORT="Python bindings to libudev"
+cat << EOF
+pyudev is a LGPL licensed, pure Python binding for libudev, the device and
+hardware management and information library for Linux. It supports almost all
+libudev functionality. You can enumerate devices, query device properties
+and attributes or monitor devices, including asynchronous monitoring with
+threads, or within the event loops of Qt, Glib or wxPython.
+
+The binding supports CPython 3 and compatible versions of PyPy. It is tested
+against udev 151 or newer, earlier versions of udev as found on dated Linux
+systems may work, but are not officially supported.
+EOF
diff --git a/python-pypi/pyudev/HISTORY b/python-pypi/pyudev/HISTORY
new file mode 100644
index 0000000..71eea98
--- /dev/null
+++ b/python-pypi/pyudev/HISTORY
@@ -0,0 +1,2 @@
+2022-04-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-pypi/solaar/DEPENDS b/python-pypi/solaar/DEPENDS
new file mode 100755
index 0000000..1ae41e8
--- /dev/null
+++ b/python-pypi/solaar/DEPENDS
@@ -0,0 +1,6 @@
+depends psutil &&
+depends python-evdev &&
+depends python-xlib &&
+depends python3 &&
+depends pyudev &&
+depends pyyaml
diff --git a/python-pypi/solaar/DETAILS b/python-pypi/solaar/DETAILS
new file mode 100755
index 0000000..574e5ad
--- /dev/null
+++ b/python-pypi/solaar/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=solaar
+ VERSION=1.1.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/pwr-Solaar/Solaar/archive/refs/tags/$VERSION.tar.gz
+
SOURCE_HASH=sha512:91981af84f50fdf3e5b34642b6a97038af08aa1fd6dc9988172b165aeb52fd9497e12475508e41682f3090ddc8469e2ef38661f5e6a6b28cbd00cbd7a52d5a9c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Solaar-$VERSION"
+ WEB_SITE="https://pwr-solaar.github.io/Solaar/";
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20220410
+ KEYWORDS=""
+ SHORT="Device Manager for Logitech Unifying Receivers and Devices"
+cat << EOF
+Solaar is a Linux manager for many Logitech keyboards, mice, and trackpads
+that connect wirelessly to a USB Unifying, Bolt, Lightspeed, or Nano
receiver,
+connect directly via a USB cable, or connect via Bluetooth. Solaar does not
+work with peripherals from other companies.
+
+Documentation here is for the current version of Solaar. Some Linux
+distributions distribute old versions of Solaar. If you are using an old
+version and something described here does not work you should upgrade using
+one of the methods described below.
+
+Solaar can be used as a GUI application or via its command-line interface.
Both
+interfaces are able to list the connected devices and show information about
+each device, often including battery status. Solaar is able to pair and
unpair
+devices with receivers as supported by the device and receiver. Solaar can
also
+control some changeable settings of devices, such as scroll wheel direction
+and function key behavior. Solaar keeps track of most of these settings on a
+per-computer basis, because devices forget most settings when powered down,
+and the GUI application restores them whenever a device connects. For more
+information on how to use Solaar see the usage page, and for more information
+on its capabilities see the capabilities page.
+EOF
diff --git a/python-pypi/solaar/HISTORY b/python-pypi/solaar/HISTORY
new file mode 100644
index 0000000..71eea98
--- /dev/null
+++ b/python-pypi/solaar/HISTORY
@@ -0,0 +1,2 @@
+2022-04-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0251a9f55d85e202001990d7147873175ca754d0), Ismael Luceno, 04/12/2022

Archive powered by MHonArc 2.6.24.

Top of Page