Browse Source
multimedia/rpi-imager: New maintainer, Updated for version 1.8.5.
multimedia/rpi-imager: New maintainer, Updated for version 1.8.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>pull/223/head
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with 49 additions and 21 deletions
-
17multimedia/rpi-imager/remove_update_checking.patch
-
33multimedia/rpi-imager/rpi-imager.SlackBuild
-
12multimedia/rpi-imager/rpi-imager.info
-
8multimedia/rpi-imager/slack-desc
@ -0,0 +1,17 @@ |
|||
diff --color --unified --recursive --text orig/src/main.qml new/src/main.qml
|
|||
--- orig/src/main.qml 2023-11-18 09:52:10.767398847 +0100
|
|||
+++ new/src/main.qml 2023-11-18 09:53:12.521334474 +0100
|
|||
@@ -1500,13 +1500,6 @@
|
|||
} |
|||
} |
|||
} |
|||
-
|
|||
- if (imageWriter.getBoolSetting("check_version") && "latest_version" in imager && "url" in imager) {
|
|||
- if (!imageWriter.isEmbeddedMode() && imageWriter.isVersionNewer(imager["latest_version"])) {
|
|||
- updatepopup.url = imager["url"]
|
|||
- updatepopup.openPopup()
|
|||
- }
|
|||
- }
|
|||
if ("default_os" in imager) { |
|||
selectNamedOS(imager["default_os"], osmodel) |
|||
} |
@ -1,10 +1,10 @@ |
|||
PRGNAM="rpi-imager" |
|||
VERSION="1.7.5" |
|||
HOMEPAGE="https://www.raspberrypi.com/software" |
|||
DOWNLOAD="https://github.com/raspberrypi/rpi-imager/archive/refs/tags/v1.7.5/rpi-imager-1.7.5.tar.gz" |
|||
MD5SUM="9125b363b245a770aabbe0f02d9d9014" |
|||
VERSION="1.8.5" |
|||
HOMEPAGE="https://github.com/raspberrypi/rpi-imager/" |
|||
DOWNLOAD="https://github.com/raspberrypi/rpi-imager/archive/v1.8.5/rpi-imager-1.8.5.tar.gz" |
|||
MD5SUM="6d09b83ff545135bc2cec405df186bcb" |
|||
DOWNLOAD_x86_64="" |
|||
MD5SUM_x86_64="" |
|||
REQUIRES="" |
|||
MAINTAINER="suncon" |
|||
EMAIL="suncon@posteo.net" |
|||
MAINTAINER="Jay Lanagan" |
|||
EMAIL="j@lngn.net" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue