summaryrefslogtreecommitdiff
path: root/sci-misc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-25 20:34:27 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-25 20:34:27 +0000
commit0f15659d48c193027158492acb726297501202c5 (patch)
tree5502ba879a78b759da28441d418dbbfe08bd8f03 /sci-misc
parent93a93e9a3b53c1a73142a305ea1f8136846942ee (diff)
gentoo xmass resync : 25.12.2021
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/Manifest.gzbin2920 -> 2915 bytes
-rw-r--r--sci-misc/jupyterlab-desktop-bin/Manifest4
-rw-r--r--sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.5.2.ebuild (renamed from sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.4.3.ebuild)2
3 files changed, 4 insertions, 2 deletions
diff --git a/sci-misc/Manifest.gz b/sci-misc/Manifest.gz
index cf88b29a5129..bc7789acd5af 100644
--- a/sci-misc/Manifest.gz
+++ b/sci-misc/Manifest.gz
Binary files differ
diff --git a/sci-misc/jupyterlab-desktop-bin/Manifest b/sci-misc/jupyterlab-desktop-bin/Manifest
index ce1d1ef42c0b..d7a142e34ac9 100644
--- a/sci-misc/jupyterlab-desktop-bin/Manifest
+++ b/sci-misc/jupyterlab-desktop-bin/Manifest
@@ -1,3 +1,3 @@
-DIST jupyterlab-desktop-bin-3.2.4.3.rpm 269019824 BLAKE2B cc4acde522b3cab06e1d4b26ed21352cb20396e766c71da889fb19fae52af0df7c8acd4e9b91083ab944995fdc2f3acf3af28c7320e0da951505ea75e2c70b63 SHA512 6eb5220e149cd2f61cbaf35e377bdd02fefa292eb0145936da6d7b875f68779a47f5a99be12bf57b44840f6b5bdfd3e9923bf0947cbe3c2e155cd5f5e2c64317
-EBUILD jupyterlab-desktop-bin-3.2.4.3.ebuild 1544 BLAKE2B 5a945b02f4afb5093834256e0bc2618a3101f22ff65a02192d7fae5b17f0c3a4875d0d3d4323aee602ae4c1be60bd976919d11f1c669fac68df6debd1dc7c768 SHA512 965e965bbc31e876f92343dc87f82c03bca4bf6d888a3d060a27d5fec18d24c7163ef0b0cf35571c257370f9bb884bd0a1a2f5420bd91780cb504338bb623471
+DIST jupyterlab-desktop-bin-3.2.5.2.rpm 269694928 BLAKE2B c92a46c273d4b3edfedf9392ff65813366317003607ab27c359b995cd896591454fbf8460b6ce22d717e0d28ba2c7800bf346f18c23dd758e58b4c329b3164f1 SHA512 7720c727a2a027f0f45072c92186b9fe7ea911aa2168100995e79feac0e248e9d3dde2f2fadcd43b749c394f604f09a53db81eebf26fdac5396bba81f6c75904
+EBUILD jupyterlab-desktop-bin-3.2.5.2.ebuild 1658 BLAKE2B 4c4a5d9a2cd6d691f31a4037c7fe711db3a95407ba2b52b3fbddfa36bdbc18e529c3923a865f8f0c0ba4f4a5097e024e7e74389a352afb5a90fad2f63398039e SHA512 07afa7b39466b65ac4036ed4e20685d064b2d19ce65739eefada4e5b8c4f0e5d5b40d04529005237d59088656d818140efb1ee98c2279d370e6308cccdd26c92
MISC metadata.xml 430 BLAKE2B 1bd3f621bb4d25086cc80c5b44a7eef4a61f58c1f56c7cb91ca4e39b8a5e7d5fdd37e912e48d99ee6ba6a19de1c61252b4ebe3afd554d487c549d22597c376fc SHA512 b99b088cb0bdcfdaa9d584fb580b12a754f30a378fdede655f7723075e81948fc57f9aad11a59944b164eb8c9c24f6f0828e95c5a227766e985778900ea08079
diff --git a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.4.3.ebuild b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.5.2.ebuild
index c83878c8b02f..8d7e5705e20f 100644
--- a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.4.3.ebuild
+++ b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.5.2.ebuild
@@ -50,6 +50,8 @@ src_install() {
# remove files useless for Gentoo
rm -r usr/lib || die
mv "${S}"/* "${ED}" || die
+ # add convenience symlink to launch from cli
+ dosym ../JupyterLab/jupyterlab-desktop /opt/bin/jupyterlab-desktop
}
pkg_postinst() {