summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Foti <foti.giuseppe@gmail.com>2024-01-05 11:37:19 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-01-05 14:34:06 +0100
commit5188fc1f752f6605824df599a29fe14f13aa8e5e (patch)
treea8553a2ecde41e1ce9296061ab221dbbc3f11a5e /app-office
parentdev-util/cmake: Stabilize 3.27.9 amd64, #921388 (diff)
downloadgentoo-5188fc1f752f6605824df599a29fe14f13aa8e5e.tar.gz
gentoo-5188fc1f752f6605824df599a29fe14f13aa8e5e.tar.bz2
gentoo-5188fc1f752f6605824df599a29fe14f13aa8e5e.zip
app-office/drawio-desktop-bin: update Manifest
[flow: fix SRC_URI of icon] Closes: https://bugs.gentoo.org/921173 Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34656 Signed-off-by: Florian Schmaus <flow@gentoo.org> Co-authored-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/drawio-desktop-bin/Manifest2
-rw-r--r--app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild4
2 files changed, 2 insertions, 4 deletions
diff --git a/app-office/drawio-desktop-bin/Manifest b/app-office/drawio-desktop-bin/Manifest
index 1ee645ff01f2..137f242ed588 100644
--- a/app-office/drawio-desktop-bin/Manifest
+++ b/app-office/drawio-desktop-bin/Manifest
@@ -1,3 +1,3 @@
-DIST drawio-22.1.16-icon.svg 9345 BLAKE2B 410e604ef1cbe7370c375f272de2f70cd77f64d01d14a48333b762a9842b6c234caca95a168f1efff0a516759dec0087f5edc67c492fd0ec534177483713d5be SHA512 b206904bc7bcff56eff758cb12e8fc3801f63cc6f0396fcf6624cfc9746644032497c004047285928f08016c539af7b382ac046f44ffd0ffa534136350c846d3
+DIST drawio-22.1.16-icon.svg 1194 BLAKE2B 624a024e95ff1a68ac298b64d0e633f46411f7ec142d8b2a7d639c7e6a66a1f7c695f67b28a64e323ec1dea36ec4d657e2ee9119cd58f1c84f0d9cb9b5d9755d SHA512 ce010d61c5de3322d4e3c66c87ae199b7d15e68ee7253078f001eccb3b725c0290426978cfd81a4d06276b8b50ea8bd650213a50eb72432451afe536790eb39e
DIST drawio-desktop-bin-amd64-22.1.16.deb 135224132 BLAKE2B 92699617f5ce6d48b61d016abc2f3e700c12a818bc5e01e5fc7eac9a898c8f723bbd74a342cb60bb4f1ccdc444021f71461d1e9ac749631977da84380a577240 SHA512 97ebb05f01cc0ae455f9ede68cb2007528bac9750a6d4842e797addc2a12a94a4a2448e3ed66b16f27f1d3c468049d00e6d7b90062414d05211169079aefd3dc
DIST drawio-desktop-bin-arm64-22.1.16.deb 130277246 BLAKE2B 3356e635471b3edc74533e1bb10854173a2bc6762243caef12b39265918563daa9687820068132863048b27f3d7b6c9657ed4e0c29c16572941c0d226c59b428 SHA512 cc810443975b819e020c0e31837a8c7751c197dfa9461f7757a589adace92b0799823f13b1f8d99b9f1de3cba973e937eaff92bd53ac343dd4f9b3426c519776
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild b/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild
index 7c3e068e68dc..49b348e32151 100644
--- a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild
+++ b/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild
@@ -9,8 +9,6 @@ CHROMIUM_LANGS="
sv sw ta te th tr uk ur vi zh-CN zh-TW
"
-RC_COMMIT="626bbfa94ad4e1e9806ef076b5cd5d426bcf4976"
-
inherit chromium-2 desktop unpacker xdg
DESCRIPTION="draw.io diagramming and whiteboarding desktop app"
@@ -21,7 +19,7 @@ SRC_URI="
-> ${PN}-amd64-${PV}.deb )
arm64? ( https://github.com/jgraph/drawio-desktop/releases/download/v${PV}/drawio-arm64-${PV}.deb
-> ${PN}-arm64-${PV}.deb )
- https://github.com/jgraph/drawio-desktop/blob/${RC_COMMIT}/build/icon.svg
+ https://raw.githubusercontent.com/jgraph/drawio-desktop/626bbfa94ad4e1e9806ef076b5cd5d426bcf4976/build/icon.svg
-> drawio-${PV}-icon.svg
"
S="${WORKDIR}"