1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

sys-process/mission-center: rebase nvtop to the last Git snapshot

This commit is contained in:
2023-08-24 18:43:42 +02:00
parent 40f1132b9c
commit 5528c0c59b
3 changed files with 12 additions and 63 deletions

View File

@@ -1,54 +0,0 @@
diff --git a/flatpak/io.missioncenter.MissionCenter.json b/flatpak/io.missioncenter.MissionCenter.json
index 42bf278..226d537 100644
--- a/flatpak/io.missioncenter.MissionCenter.json
+++ b/flatpak/io.missioncenter.MissionCenter.json
@@ -233,9 +233,9 @@
},
{
"type": "archive",
- "url": "https://github.com/Syllo/nvtop/archive/be47f8c560487efc6e6a419d59c69bfbdb819324.tar.gz",
- "sha256": "47c963deb1d22c75e92ca2cc7fcd1e1552cfa6da70e9d51be6a80da45249035f",
- "dest": "subprojects/nvtop-be47f8c560487efc6e6a419d59c69bfbdb819324"
+ "url": "https://github.com/Syllo/nvtop/archive/refs/tags/3.0.2.tar.gz",
+ "sha256": "63fa45a2d675fe5320704850c216da6a6bb2edaf09821c26b3800fa7744bae00",
+ "dest": "subprojects/nvtop-3.0.2"
},
{
"type": "shell",
diff --git a/subprojects/nvtop.wrap b/subprojects/nvtop.wrap
index c367211..7d383ff 100644
--- a/subprojects/nvtop.wrap
+++ b/subprojects/nvtop.wrap
@@ -1,9 +1,9 @@
[wrap-file]
-directory = nvtop-be47f8c560487efc6e6a419d59c69bfbdb819324
+directory = nvtop-3.0.2
-source_url = https://github.com/Syllo/nvtop/archive/be47f8c560487efc6e6a419d59c69bfbdb819324.tar.gz
-source_filename = be47f8c560487efc6e6a419d59c69bfbdb819324.tar.gz
-source_hash = 47c963deb1d22c75e92ca2cc7fcd1e1552cfa6da70e9d51be6a80da45249035f
+source_url = https://github.com/Syllo/nvtop/archive/refs/tags/3.0.2.tar.gz
+source_filename = nvtop-3.0.2.tar.gz
+source_hash = 63fa45a2d675fe5320704850c216da6a6bb2edaf09821c26b3800fa7744bae00
diff_files = nvtop-meson.patch, nvtop-amdgpu-h.patch, nvtop-amdgpu_drm-h.patch, nvtop-constructors.patch, nvtop-no-assert-amdgpu.patch
diff --git a/subprojects/packagefiles/nvtop-meson.patch b/subprojects/packagefiles/nvtop-meson.patch
index 99106bf..cba318c 100644
--- a/subprojects/packagefiles/nvtop-meson.patch
+++ b/subprojects/packagefiles/nvtop-meson.patch
@@ -4,12 +4,12 @@ index 0000000..73baf63
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,54 @@
-+project('libnvtop', 'c', version: '3.0.1')
++project('libnvtop', 'c', version: '3.0.2')
+
+conf = configuration_data()
+conf.set('nvtop_VERSION_MAJOR', '3')
+conf.set('nvtop_VERSION_MINOR', '0')
-+conf.set('nvtop_VERSION_PATCH', '1')
++conf.set('nvtop_VERSION_PATCH', '2')
+
+version_header = configure_file(
+ input: 'include/nvtop/version.h.in',