[packages/steam-launcher] - up to 1.0.0.87

baggins baggins at pld-linux.org
Thu Aug 6 10:44:26 CEST 2026


commit 68aa42c26ff62e59ce0e1b1487db82b48a541a60
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Aug 6 17:44:05 2026 +0900

    - up to 1.0.0.87

 steam-launcher.spec |  4 ++--
 steamdeps.patch     | 37 -------------------------------------
 2 files changed, 2 insertions(+), 39 deletions(-)
---
diff --git a/steam-launcher.spec b/steam-launcher.spec
index db24a44..68c3c15 100644
--- a/steam-launcher.spec
+++ b/steam-launcher.spec
@@ -2,12 +2,12 @@
 
 Summary:	Launcher for the Steam software distribution service
 Name:		steam-launcher
-Version:	1.0.0.82
+Version:	1.0.0.87
 Release:	1
 License:	distributable
 Group:		Applications
 Source0:	https://repo.steampowered.com/steam/pool/steam/s/steam/steam_%{version}.tar.gz
-# Source0-md5:	fa2cf63d398b2ff83197a9e9bdcf90c4
+# Source0-md5:	74c8f42e4b9704d31a3c56701e740eaf
 Source1:	%{name}.sysconfig
 Patch0:		steamdeps.patch
 Patch1:		desktop_path.patch
diff --git a/steamdeps.patch b/steamdeps.patch
index 9fcbe06..79eb681 100644
--- a/steamdeps.patch
+++ b/steamdeps.patch
@@ -75,43 +75,6 @@
              ("xterm",
               ["xterm", "-bg", "#383635", "-fg", "#d1cfcd", "-T", title, "-e"]),
              ("x-terminal-emulator",
-@@ -419,11 +515,11 @@
-             "STEAM_DEPENDENCY_VERSION"])
-         return False
- 
--    # Make sure we can use dpkg on this system.
-+    # Make sure we can use rpm on this system.
-     try:
--        subprocess.call(['dpkg', '--version'], stdout=subprocess.PIPE)
-+        subprocess.call(['rpm', '--version'], stdout=subprocess.PIPE)
-     except FileNotFoundError:
--        sys.stderr.write("Couldn't find dpkg, please update steamdeps for "
-+        sys.stderr.write("Couldn't find rpm, please update steamdeps for "
-                          "your distribution.\n")
-         return False
- 
-@@ -496,10 +596,20 @@
- 
-         row = []
-         for section in line.split("|"):
--            package = create_package(section)
-+            pld_pkg = PLD_PACKAGE_MAP.get(section, section)
-+            if not pld_pkg:
-+                continue
-+
-+            package = create_package( pld_pkg )
-             if package is None:
-                 continue
- 
-+            if package.name in packages:
-+                existing = packages[package.name]
-+                if existing.version_conditions == package.version_conditions:
-+                    row.append( existing )
-+                    continue
-+
-             packages[package.name] = package
-             row.append(package)
- 
 @@ -570,7 +686,10 @@
                  satisfied = True
                  break
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/steam-launcher.git/commitdiff/68aa42c26ff62e59ce0e1b1487db82b48a541a60



More information about the pld-cvs-commit mailing list