gentoo/x11-wm/xpra/files/xpra-4.4-xdummy.patch
James Le Cuirot 00aeecac09
x11-wm/xpra: Version bump to 4.4.4
Some tests are failing, but I can't figure out why.

Closes: https://bugs.gentoo.org/882613
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2023-05-14 15:53:55 +01:00

25 lines
614 B
Diff

From 7c384b517fb391065b84b60fa8f1ec3338ed4fce Mon Sep 17 00:00:00 2001
From: James Le Cuirot <chewi@gentoo.org>
Date: Sat, 16 Apr 2022 22:30:11 +0100
Subject: [PATCH] Avoid Xdummy version detection, assume 0.4.0
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 40bfba61c..e4636cb46 100755
--- a/setup.py
+++ b/setup.py
@@ -657,6 +657,7 @@ def get_gcc_version():
return GCC_VERSION
def get_dummy_driver_version():
+ return (0, 4)
def vernum(s):
return tuple(int(v) for v in s.split("-", 1)[0].split("."))
#try various rpm names:
--
2.34.1