Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (f1349e59cfc269c2719bc2d2f4b5d27ca3c966cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (f1349e59cfc269c2719bc2d2f4b5d27ca3c966cf)
  • Date: Wed, 5 Apr 2023 21:34:02 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
utils/steam-devices/BUILD | 1 +
utils/steam-devices/DEPENDS | 1 +
utils/steam-devices/DETAILS | 15 +++++++++++++++
utils/steam-devices/FINAL | 3 +++
utils/steam-devices/HISTORY | 3 +++
utils/steam-devices/INSTALL | 2 ++
7 files changed, 28 insertions(+)

New commits:
commit f1349e59cfc269c2719bc2d2f4b5d27ca3c966cf
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

steam-devices: new spell, steam udev rules for controllers

diff --git a/ChangeLog b/ChangeLog
index af238f1..d00a810 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-04-05 Conner Clere <xenanthropy AT sourcemage.org>
+ * utils/steam-devices: new spell, steam udev rules for controllers
+
2023-04-05 Ismael Luceno <ismael AT sourcemage.org>
* libs/mosquitto: new spell, Eclipse Mosquitto MQTT Broker
* libs/cereal: new spell, A C++11 library for serialization
diff --git a/utils/steam-devices/BUILD b/utils/steam-devices/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/steam-devices/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/steam-devices/DEPENDS b/utils/steam-devices/DEPENDS
new file mode 100755
index 0000000..789b61f
--- /dev/null
+++ b/utils/steam-devices/DEPENDS
@@ -0,0 +1 @@
+depends DEVICE-MANAGER
diff --git a/utils/steam-devices/DETAILS b/utils/steam-devices/DETAILS
new file mode 100755
index 0000000..b24672b
--- /dev/null
+++ b/utils/steam-devices/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=steam-devices
+ SPELLX=steam-installer
+ VERSION=1.0.0.75
+
SOURCE_HASH=sha256:279a9cedd80f7371ab3e46e4b6d5a4fc1d1b11df0054d2b55e817b062e2ce7b2
+ SOURCE=${SPELLX}_${VERSION}+ds.orig.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/steam-launcher
+ SOURCE_URL[0]=http://deb.debian.org/debian/pool/main/s/${SPELLX}/${SOURCE}
+ WEB_SITE=https://github.com/ValveSoftware/steam-devices
+ LICENSE[0]=MIT
+ ENTERED=20230405
+ KEYWORDS="steam device controller udev"
+ SHORT="steam udev rules for controllers"
+cat << EOF
+List of devices Steam and SteamVR will want read/write permissions on.
+EOF
diff --git a/utils/steam-devices/FINAL b/utils/steam-devices/FINAL
new file mode 100755
index 0000000..62f94d3
--- /dev/null
+++ b/utils/steam-devices/FINAL
@@ -0,0 +1,3 @@
+message "${MESSAGE_COLOR}" \
+ "If your device is still not working, make sure to manually\n" \
+ "reload your rules with ${YELLOW}udevadm control
--reload-rules${DEFAULT_COLOR}\n"
diff --git a/utils/steam-devices/HISTORY b/utils/steam-devices/HISTORY
new file mode 100644
index 0000000..75618cd
--- /dev/null
+++ b/utils/steam-devices/HISTORY
@@ -0,0 +1,3 @@
+2023-04-05 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, DEPENDS, INSTALL, DETAILS: version 1.0.0.75, new spell
+
diff --git a/utils/steam-devices/INSTALL b/utils/steam-devices/INSTALL
new file mode 100755
index 0000000..16fc470
--- /dev/null
+++ b/utils/steam-devices/INSTALL
@@ -0,0 +1,2 @@
+cd "${SOURCE_DIRECTORY}/subprojects/steam-devices/" &&
+install -m644 ./*.rules "${INSTALL_ROOT}/usr/lib/udev/rules.d/"



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (f1349e59cfc269c2719bc2d2f4b5d27ca3c966cf), Conner Clere, 04/05/2023

Archive powered by MHonArc 2.6.24.

Top of Page