1
- From 01a6b1c6e545fab6d01d24dfe1e240d327e77c3d Mon Sep 17 00:00:00 2001
1
+ From 6df92e1bf3138a119c47187011cd9217d153206e Mon Sep 17 00:00:00 2001
2
2
From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com>
3
- Date: Fri, 3 Jan 2025 22:58:17 -0800
3
+ Date: Fri, 10 Jan 2025 10:16:40 -0800
4
4
Subject: [PATCH] deb: fix build by using rustup
5
5
6
6
---
7
7
Makefile.in | 10 +++++++++-
8
8
packaging/deb/debian/control | 1 +
9
- packaging/deb/ubuntu/control | 1 +
10
- 3 files changed, 11 insertions(+), 1 deletion(-)
9
+ 2 files changed, 10 insertions(+), 1 deletion(-)
11
10
12
11
diff --git a/Makefile.in b/Makefile.in
13
- index 03b18fc4..b9cfeb10 100644
12
+ index 03b18fc4..069fa83f 100644
14
13
--- a/Makefile.in
15
14
+++ b/Makefile.in
16
15
@@ -3,6 +3,8 @@ PROJECT := umu-launcher
@@ -35,7 +34,7 @@ index 03b18fc4..b9cfeb10 100644
35
34
+ curl -LJO https://sh.rustup.rs
36
35
+ chmod u+x ./rustup-init.sh
37
36
+ $(SHELL_INTERPRETER) rustup-init.sh --default-toolchain none -y
38
- + $(RUSTUP_BIN) toolchain install 1.83
37
+ + $(RUSTUP_BIN) toolchain install 1.65
39
38
+ $(CARGO_BIN) build -r
40
39
cp -a ./target/release/libumu_delta.so $(OBJDIR)/umu_delta$(PYTHON_PLATFORM_TAG)
41
40
@@ -44,18 +43,6 @@ diff --git a/packaging/deb/debian/control b/packaging/deb/debian/control
44
43
index 243d1771..5372875d 100644
45
44
--- a/packaging/deb/debian/control
46
45
+++ b/packaging/deb/debian/control
47
- @@ -14,6 +14,7 @@ Build-Depends:
48
- python3-installer,
49
- python3-build,
50
- python3-pip,
51
- + curl,
52
- Standards-Version: 4.6.2
53
- Homepage: https://github.com/Open-Wine-Components/umu-launcher
54
- Vcs-Browser: https://github.com/Open-Wine-Components/umu-launcher
55
- diff --git a/packaging/deb/ubuntu/control b/packaging/deb/ubuntu/control
56
- index 243d1771..5372875d 100644
57
- --- a/packaging/deb/ubuntu/control
58
- +++ b/packaging/deb/ubuntu/control
59
46
@@ -14,6 +14,7 @@ Build-Depends:
60
47
python3-installer,
61
48
python3-build,
0 commit comments