* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2023-09-15 8:20 Mazunki Hoksaas
0 siblings, 0 replies; 9+ messages in thread
From: Mazunki Hoksaas @ 2023-09-15 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 7ca4131453d9c194c9d86fa6b4925cf911539487
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Fri Sep 15 08:18:32 2023 +0000
Commit: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
CommitDate: Fri Sep 15 08:18:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ca41314
sci-mathematics/rstudio-desktop-bin: add 2023.06.2_p561
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
sci-mathematics/rstudio-desktop-bin/Manifest | 1 +
.../rstudio-desktop-bin-2023.06.2_p561.ebuild | 127 +++++++++++++++++++++
2 files changed, 128 insertions(+)
diff --git a/sci-mathematics/rstudio-desktop-bin/Manifest b/sci-mathematics/rstudio-desktop-bin/Manifest
index 39cc8f1446..7f016cab59 100644
--- a/sci-mathematics/rstudio-desktop-bin/Manifest
+++ b/sci-mathematics/rstudio-desktop-bin/Manifest
@@ -1 +1,2 @@
DIST rstudio-2022.12.0-353-x86_64.rpm 146094600 BLAKE2B 1d6f5a6fe4e4593d3e0a3f901190db2b63dd121b9dcc1b2511d7a3d6a77e2834a419732fc9ab0ba5485fe63f30373f2b641d7c44d78fbce82e3205d044889889 SHA512 dbd0c2ddb16b772867a81be38511024aac00655d8c98e545a08ca154048345bfb822f3605992868390643387e39f23e8bb84fe20814dce3471c1d15c85aea16a
+DIST rstudio-2023.06.2-561-x86_64.rpm 163535400 BLAKE2B 308bde5120ee866ae0c478da5093424cbd20614f34d10e6a62538cb193b0be629615caf6da741a1b01a9fe841898b4dfe7b7d15ec533c0e1dddd81d62965197b SHA512 e4965c346aa99914732ec98b23191b48766e6302ab06e4a3cefd619aeb1ef5f6350871ed7bb04e9101e1534800a0c9fc68c3ec9eba0e2bfbe0f1b20cf8ff5a32
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.06.2_p561.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.06.2_p561.ebuild
new file mode 100644
index 0000000000..895f238dd1
--- /dev/null
+++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.06.2_p561.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-desktop-bin/}"
+
+CHROMIUM_LANGS="
+ af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fi fil fr gu he hi
+ hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+ sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 linux-info optfeature rpm xdg
+
+DESCRIPTION="IDE for R and Python"
+HOMEPAGE="https://posit.co"
+SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PV/_p/-}-x86_64.rpm"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+RESTRICT="bindist mirror strip test"
+
+RDEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ app-crypt/libsecret
+ app-misc/jq
+ dev-db/postgresql
+ dev-cpp/yaml-cpp
+ dev-lang/R
+ dev-libs/boost[context(+)]
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/mathjax
+ dev-libs/nspr
+ dev-libs/nss
+ || (
+ dev-libs/openssl-compat:1.1.1
+ =dev-libs/openssl-1.1.1*
+ )
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/mesa[gbm(+)]
+ net-print/cups
+ sys-apps/dbus
+ sys-apps/util-linux
+ sys-libs/glibc
+ x11-libs/cairo
+ x11-libs/libdrm
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/libxshmfence
+ x11-libs/pango
+ =virtual/jdk-11*:*
+"
+
+DESTDIR="/opt/${MY_PN}"
+
+QA_PREBUILT="
+ ${DESTDIR#/}/${MY_PN}
+ ${DESTDIR#/}/chrome-sandbox
+ ${DESTDIR#/}/chrome_crashpad_handler
+ ${DESTDIR#/}/libffmpeg.so
+ ${DESTDIR#/}/libvk_swiftshader.so
+ ${DESTDIR#/}/libvulkan.so
+ ${DESTDIR#/}/libEGL.so
+ ${DESTDIR#/}/libGLESv2.so
+"
+
+CONFIG_CHECK="~USER_NS"
+
+S="${WORKDIR}/usr/lib/${MY_PN}"
+
+src_configure() {
+ default
+ chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+ default
+ pushd "locales/" >/dev/null || die "location change for language cleanup failed"
+ chromium_remove_language_paks
+ popd >/dev/null || die "location reset for language cleanup failed"
+ # fix .desktop exec location
+ sed -i "/Exec/s:/usr/lib/rstudio/rstudio:${DESTDIR}/${MY_PN}:" \
+ "${WORKDIR}/usr/share/applications/${MY_PN}.desktop" ||
+ die "fixing of exec location on .desktop failed"
+}
+
+src_install() {
+ insinto "/usr"
+ doins -r "${WORKDIR}/usr/share"
+
+ exeinto "${DESTDIR}"
+
+ doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
+
+ insinto "${DESTDIR}"
+ doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
+ insopts -m0755
+ doins -r locales resources
+
+ # Chrome-sandbox requires the setuid bit to be specifically set.
+ # see https://github.com/electron/electron/issues/17972
+ fowners root "${DESTDIR}/chrome-sandbox"
+ fperms 4711 "${DESTDIR}/chrome-sandbox"
+
+ dosym "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature "sound support" \
+ media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire
+ optfeature "system tray support" dev-libs/libappindicator
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2025-03-05 13:56 demize
0 siblings, 0 replies; 9+ messages in thread
From: demize @ 2025-03-05 13:56 UTC (permalink / raw
To: gentoo-commits
commit: ad336408f2ea60ed731dc8f5f7a52cc9a63819ea
Author: demize <demize <AT> unstable <DOT> systems>
AuthorDate: Wed Mar 5 13:54:42 2025 +0000
Commit: demize <demize <AT> unstable <DOT> systems>
CommitDate: Wed Mar 5 13:55:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad336408
sci-mathematics/rstudio-desktop-bin: add missing RDEPEND, update QA_PREBUILT
Closes: https://bugs.gentoo.org/950642
Closes: https://bugs.gentoo.org/950643
Closes: https://bugs.gentoo.org/950644
Signed-off-by: demize <demize <AT> unstable.systems>
.../rstudio-desktop-bin-2024.12.0_p467-r1.ebuild | 124 +++++++++++++++++++++
1 file changed, 124 insertions(+)
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2024.12.0_p467-r1.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2024.12.0_p467-r1.ebuild
new file mode 100644
index 000000000..debc3593a
--- /dev/null
+++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2024.12.0_p467-r1.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-desktop-bin/}"
+
+CHROMIUM_LANGS="
+ af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fi fil fr gu he hi
+ hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+ sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 linux-info optfeature rpm xdg
+
+DESCRIPTION="IDE for R and Python"
+HOMEPAGE="https://posit.co"
+SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PV/_p/-}-x86_64.rpm"
+
+S="${WORKDIR}/usr/lib/${MY_PN}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+RESTRICT="bindist mirror strip test"
+
+RDEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ app-crypt/libsecret
+ app-misc/jq
+ dev-db/postgresql
+ dev-db/sqlite
+ dev-cpp/yaml-cpp
+ dev-lang/R
+ dev-libs/boost[context(+)]
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/mathjax
+ dev-libs/nspr
+ dev-libs/nss
+ || (
+ dev-libs/openssl-compat:1.1.1
+ =dev-libs/openssl-1.1.1*
+ )
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/mesa[gbm(+)]
+ net-misc/curl
+ net-print/cups
+ sys-apps/dbus
+ sys-apps/util-linux
+ sys-libs/glibc
+ sys-libs/zlib
+ x11-libs/cairo
+ x11-libs/libdrm
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/libxshmfence
+ x11-libs/pango
+ =virtual/jdk-11*:*
+"
+
+DESTDIR="/opt/${MY_PN}"
+
+# the app bundles a -lot- of prebuilt resources
+QA_PREBUILT="*"
+
+CONFIG_CHECK="~USER_NS"
+
+src_configure() {
+ default
+ chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+ default
+ pushd "locales/" >/dev/null || die "location change for language cleanup failed"
+ chromium_remove_language_paks
+ popd >/dev/null || die "location reset for language cleanup failed"
+ # fix .desktop exec location
+ sed -i "/Exec/s:/usr/lib/rstudio/rstudio:${DESTDIR}/${MY_PN}:" \
+ "${WORKDIR}/usr/share/applications/${MY_PN}.desktop" ||
+ die "fixing of exec location on .desktop failed"
+}
+
+src_install() {
+ insinto "/usr"
+ doins -r "${WORKDIR}/usr/share"
+
+ exeinto "${DESTDIR}"
+
+ doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler
+ doexe "${MY_PN}" libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
+
+ insinto "${DESTDIR}"
+ doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak
+ doins snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
+ insopts -m0755
+ doins -r locales resources
+
+ # Chrome-sandbox requires the setuid bit to be specifically set.
+ # see https://github.com/electron/electron/issues/17972
+ fowners root "${DESTDIR}/chrome-sandbox"
+ fperms 4711 "${DESTDIR}/chrome-sandbox"
+
+ dosym "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature "sound support" \
+ media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire
+ optfeature "system tray support" dev-libs/libappindicator
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2025-02-10 17:55 Michael Egger
0 siblings, 0 replies; 9+ messages in thread
From: Michael Egger @ 2025-02-10 17:55 UTC (permalink / raw
To: gentoo-commits
commit: dd0cd09e28b57a3d77f847d79b847d6134e4238c
Author: Michael Egger <egger.m <AT> protonmail <DOT> com>
AuthorDate: Mon Feb 10 17:55:30 2025 +0000
Commit: Michael Egger <michael.egger <AT> tsn <DOT> at>
CommitDate: Mon Feb 10 17:55:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd0cd09e
sci-mathematics/rstudio-desktop-bin: add 2024.12.0_p467, drop 2023.09.0_p463
Signed-off-by: Michael Egger <egger.m <AT> protonmail.com>
sci-mathematics/rstudio-desktop-bin/Manifest | 2 +-
...3.09.0_p463.ebuild => rstudio-desktop-bin-2024.12.0_p467.ebuild} | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/sci-mathematics/rstudio-desktop-bin/Manifest b/sci-mathematics/rstudio-desktop-bin/Manifest
index cd482911f..4c9f4c1c2 100644
--- a/sci-mathematics/rstudio-desktop-bin/Manifest
+++ b/sci-mathematics/rstudio-desktop-bin/Manifest
@@ -1,2 +1,2 @@
-DIST rstudio-2023.09.0-463-x86_64.rpm 163589976 BLAKE2B e57a836aa84a8d85074665e0fe44e9c815c3e5964814e7afd86e42f0b0066abdaa24239d2d78cc1833d0ac4bcb9e5a39676d323441321e83e137d18666b8db9d SHA512 8992013118de1adc874636a4e39e11e911ca477cdd18cf6aafdc65c6c76c20a7fba0015092eafc58056206613d66c98bae2af55aa7b6e5dbb5e53ae4f1219178
DIST rstudio-2023.09.1-494-x86_64.rpm 165628624 BLAKE2B faadb2d192b27363693adc40009f0d1505fb7f63c4a659c388915195f76d80dc0399ee9c6d2d7d8d47ef11c7fe6812410fb9a81fafb4204f90e60eb7c33318de SHA512 6c04b5dc543cb80e5b5fa20e45bec12dfa2de667546bd1a5330c352f994255510b6036503aef85db3be3161cedf2541fbd05ab9fc3c8d1a303ab647d9b2f4a59
+DIST rstudio-2024.12.0-467-x86_64.rpm 228901588 BLAKE2B 0f5ed29728a8f6fb481cb900f967661471a61730c9628b6e042a0e4df0edc004787493978895acff1710ee93960006d19fb631a0c8f491e3b6268c1294a4fd2d SHA512 9d73d15c9cc5a410d5c5ccce8780117d7228eb0da8e6becd98a1d40aa90d722eff978c0523331aaa962d1102340336ca40717976a7ce37a22279e3a313e59a72
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.09.0_p463.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2024.12.0_p467.ebuild
similarity index 92%
rename from sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.09.0_p463.ebuild
rename to sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2024.12.0_p467.ebuild
index 48714d241..7e36b6a7d 100644
--- a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.09.0_p463.ebuild
+++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2024.12.0_p467.ebuild
@@ -103,10 +103,12 @@ src_install() {
exeinto "${DESTDIR}"
- doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
+ doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler
+ doexe "${MY_PN}" libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
insinto "${DESTDIR}"
- doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
+ doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak
+ doins snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
insopts -m0755
doins -r locales resources
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2023-10-29 15:59 Mazunki Hoksaas
0 siblings, 0 replies; 9+ messages in thread
From: Mazunki Hoksaas @ 2023-10-29 15:59 UTC (permalink / raw
To: gentoo-commits
commit: dfd500b37117664e132ce2abbf3ed178920f1cab
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Sun Oct 29 15:58:56 2023 +0000
Commit: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
CommitDate: Sun Oct 29 15:58:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfd500b3
sci-mathematics/rstudio-desktop-bin: add 2023.09.1_p494, drop 2023.06.2_p561
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
sci-mathematics/rstudio-desktop-bin/Manifest | 2 +-
...3.06.2_p561.ebuild => rstudio-desktop-bin-2023.09.1_p494.ebuild} | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/sci-mathematics/rstudio-desktop-bin/Manifest b/sci-mathematics/rstudio-desktop-bin/Manifest
index 1bef528668..cd482911fc 100644
--- a/sci-mathematics/rstudio-desktop-bin/Manifest
+++ b/sci-mathematics/rstudio-desktop-bin/Manifest
@@ -1,2 +1,2 @@
-DIST rstudio-2023.06.2-561-x86_64.rpm 163535400 BLAKE2B 308bde5120ee866ae0c478da5093424cbd20614f34d10e6a62538cb193b0be629615caf6da741a1b01a9fe841898b4dfe7b7d15ec533c0e1dddd81d62965197b SHA512 e4965c346aa99914732ec98b23191b48766e6302ab06e4a3cefd619aeb1ef5f6350871ed7bb04e9101e1534800a0c9fc68c3ec9eba0e2bfbe0f1b20cf8ff5a32
DIST rstudio-2023.09.0-463-x86_64.rpm 163589976 BLAKE2B e57a836aa84a8d85074665e0fe44e9c815c3e5964814e7afd86e42f0b0066abdaa24239d2d78cc1833d0ac4bcb9e5a39676d323441321e83e137d18666b8db9d SHA512 8992013118de1adc874636a4e39e11e911ca477cdd18cf6aafdc65c6c76c20a7fba0015092eafc58056206613d66c98bae2af55aa7b6e5dbb5e53ae4f1219178
+DIST rstudio-2023.09.1-494-x86_64.rpm 165628624 BLAKE2B faadb2d192b27363693adc40009f0d1505fb7f63c4a659c388915195f76d80dc0399ee9c6d2d7d8d47ef11c7fe6812410fb9a81fafb4204f90e60eb7c33318de SHA512 6c04b5dc543cb80e5b5fa20e45bec12dfa2de667546bd1a5330c352f994255510b6036503aef85db3be3161cedf2541fbd05ab9fc3c8d1a303ab647d9b2f4a59
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.06.2_p561.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.09.1_p494.ebuild
similarity index 92%
rename from sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.06.2_p561.ebuild
rename to sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.09.1_p494.ebuild
index 895f238dd1..f12e569269 100644
--- a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.06.2_p561.ebuild
+++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.09.1_p494.ebuild
@@ -103,10 +103,12 @@ src_install() {
exeinto "${DESTDIR}"
- doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
+ doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler
+ doexe "${MY_PN}" libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
insinto "${DESTDIR}"
- doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
+ doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak
+ doins snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
insopts -m0755
doins -r locales resources
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2023-09-30 13:28 Mazunki Hoksaas
0 siblings, 0 replies; 9+ messages in thread
From: Mazunki Hoksaas @ 2023-09-30 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 1e81e47fb079682a711af10469551522a3993c07
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Sat Sep 30 13:27:09 2023 +0000
Commit: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
CommitDate: Sat Sep 30 13:27:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e81e47f
sci-mathematics/rstudio-desktop-bin: add 2023.09.0_p463, drop 2022.12.0_p353
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
sci-mathematics/rstudio-desktop-bin/Manifest | 2 +-
...-2022.12.0_p353.ebuild => rstudio-desktop-bin-2023.09.0_p463.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/rstudio-desktop-bin/Manifest b/sci-mathematics/rstudio-desktop-bin/Manifest
index 7f016cab59..1bef528668 100644
--- a/sci-mathematics/rstudio-desktop-bin/Manifest
+++ b/sci-mathematics/rstudio-desktop-bin/Manifest
@@ -1,2 +1,2 @@
-DIST rstudio-2022.12.0-353-x86_64.rpm 146094600 BLAKE2B 1d6f5a6fe4e4593d3e0a3f901190db2b63dd121b9dcc1b2511d7a3d6a77e2834a419732fc9ab0ba5485fe63f30373f2b641d7c44d78fbce82e3205d044889889 SHA512 dbd0c2ddb16b772867a81be38511024aac00655d8c98e545a08ca154048345bfb822f3605992868390643387e39f23e8bb84fe20814dce3471c1d15c85aea16a
DIST rstudio-2023.06.2-561-x86_64.rpm 163535400 BLAKE2B 308bde5120ee866ae0c478da5093424cbd20614f34d10e6a62538cb193b0be629615caf6da741a1b01a9fe841898b4dfe7b7d15ec533c0e1dddd81d62965197b SHA512 e4965c346aa99914732ec98b23191b48766e6302ab06e4a3cefd619aeb1ef5f6350871ed7bb04e9101e1534800a0c9fc68c3ec9eba0e2bfbe0f1b20cf8ff5a32
+DIST rstudio-2023.09.0-463-x86_64.rpm 163589976 BLAKE2B e57a836aa84a8d85074665e0fe44e9c815c3e5964814e7afd86e42f0b0066abdaa24239d2d78cc1833d0ac4bcb9e5a39676d323441321e83e137d18666b8db9d SHA512 8992013118de1adc874636a4e39e11e911ca477cdd18cf6aafdc65c6c76c20a7fba0015092eafc58056206613d66c98bae2af55aa7b6e5dbb5e53ae4f1219178
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.09.0_p463.ebuild
similarity index 100%
rename from sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild
rename to sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2023.09.0_p463.ebuild
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2023-01-11 21:52 Joe Kappus
0 siblings, 0 replies; 9+ messages in thread
From: Joe Kappus @ 2023-01-11 21:52 UTC (permalink / raw
To: gentoo-commits
commit: 32f49c5e31f317bf84adecc0b93a90de4e0852dd
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jan 11 21:51:12 2023 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Jan 11 21:51:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32f49c5e
sci-mathematics/rstudio-desktop-bin: fix SRC_URI
Used PVR before, using PV now so revbumps won't break the ebuild.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
.../rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild
index 043daf034..895f238dd 100644
--- a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild
+++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild
@@ -15,7 +15,7 @@ inherit chromium-2 linux-info optfeature rpm xdg
DESCRIPTION="IDE for R and Python"
HOMEPAGE="https://posit.co"
-SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PVR/_p/-}-x86_64.rpm"
+SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PV/_p/-}-x86_64.rpm"
LICENSE="AGPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2023-01-11 8:19 Joe Kappus
0 siblings, 0 replies; 9+ messages in thread
From: Joe Kappus @ 2023-01-11 8:19 UTC (permalink / raw
To: gentoo-commits
commit: e2ad46235f24d481060d4f1087babd6174fa0271
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jan 11 08:18:12 2023 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Jan 11 08:18:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2ad4623
sci-mathematics/rstudio-desktop-bin: delete renamed ebuild
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
.../rstudio-desktop-bin-2022.12.0-r353.ebuild | 130 ---------------------
1 file changed, 130 deletions(-)
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0-r353.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0-r353.ebuild
deleted file mode 100644
index 4c0011d88..000000000
--- a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0-r353.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-desktop-bin/}"
-
-CHROMIUM_LANGS="
- af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fi fil fr gu he hi
- hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
- sw ta te th tr uk ur vi zh-CN zh-TW
-"
-
-inherit chromium-2 desktop linux-info optfeature rpm xdg
-
-DESCRIPTION="IDE for R and Python"
-HOMEPAGE="https://posit.co"
-SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PVR/-r/-}-x86_64.rpm"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="bindist mirror strip test"
-
-RDEPEND="
- || (
- >=app-accessibility/at-spi2-core-2.46.0:2
- ( app-accessibility/at-spi2-atk dev-libs/atk )
- )
- app-crypt/libsecret
- app-misc/jq
- dev-db/postgresql
- dev-cpp/yaml-cpp
- dev-lang/R
- dev-libs/boost[context(+)]
- dev-libs/expat
- dev-libs/glib:2
- dev-libs/mathjax
- dev-libs/nspr
- dev-libs/nss
- || (
- dev-libs/openssl-compat:1.1.1
- =dev-libs/openssl-1.1.1*
- )
- media-libs/alsa-lib
- media-libs/fontconfig
- media-libs/mesa[gbm(+)]
- net-print/cups
- sys-apps/dbus
- sys-apps/util-linux
- sys-libs/glibc
- x11-libs/cairo
- x11-libs/libdrm
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libXScrnSaver
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXrandr
- x11-libs/libxcb
- x11-libs/libxkbcommon
- x11-libs/libxshmfence
- x11-libs/pango
- =virtual/jdk-11*:*
-"
-
-DESTDIR="/opt/${MY_PN}"
-
-QA_PREBUILT="
- ${DESTDIR#/}/${MY_PN}
- ${DESTDIR#/}/chrome-sandbox
- ${DESTDIR#/}/chrome_crashpad_handler
- ${DESTDIR#/}/libffmpeg.so
- ${DESTDIR#/}/libvk_swiftshader.so
- ${DESTDIR#/}/libvulkan.so
- ${DESTDIR#/}/libEGL.so
- ${DESTDIR#/}/libGLESv2.so
-"
-
-CONFIG_CHECK="~USER_NS"
-
-S="${WORKDIR}/usr/lib/${MY_PN}"
-
-src_configure() {
- default
- chromium_suid_sandbox_check_kernel_config
-}
-
-src_prepare() {
- default
- pushd "locales/" >/dev/null || die "location change for language cleanup failed"
- chromium_remove_language_paks
- popd >/dev/null || die "location reset for language cleanup failed"
- # fix .desktop exec location
- sed -i "/Exec/s:/usr/lib/rstudio/rstudio:${DESTDIR}/${MY_PN}:" \
- "${WORKDIR}/usr/share/applications/${MY_PN}.desktop" ||
- die "fixing of exec location on .desktop failed"
-}
-
-src_install() {
- insinto "/usr"
- doins -r "${WORKDIR}/usr/share"
-
- exeinto "${DESTDIR}"
-
- doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
-
- insinto "${DESTDIR}"
- doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
- insopts -m0755
- doins -r locales resources
-
- # Chrome-sandbox requires the setuid bit to be specifically set.
- # see https://github.com/electron/electron/issues/17972
- fowners root "${DESTDIR}/chrome-sandbox"
- fperms 4711 "${DESTDIR}/chrome-sandbox"
-
- dosym "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature "sound support" \
- media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire
- optfeature "system tray support" dev-libs/libappindicator
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2023-01-11 8:07 Joe Kappus
0 siblings, 0 replies; 9+ messages in thread
From: Joe Kappus @ 2023-01-11 8:07 UTC (permalink / raw
To: gentoo-commits
commit: f8c40cb35e1673736b0c1fe8719b70b30c0a830d
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jan 11 07:10:14 2023 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Jan 11 08:07:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8c40cb3
sci-mathematics/rstudio-desktop-bin: new package, add 2022.12.0-r353
Original written by Hairu, based on discord-bin-0.0.22.ebuild
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
sci-mathematics/rstudio-desktop-bin/metadata.xml | 2 +-
.../rstudio-desktop-bin-2022.12.0_p353.ebuild | 127 +++++++++++++++++++++
2 files changed, 128 insertions(+), 1 deletion(-)
diff --git a/sci-mathematics/rstudio-desktop-bin/metadata.xml b/sci-mathematics/rstudio-desktop-bin/metadata.xml
index 55d18be04..d81eb4ab3 100644
--- a/sci-mathematics/rstudio-desktop-bin/metadata.xml
+++ b/sci-mathematics/rstudio-desktop-bin/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
RStudio is an integrated development environment (IDE) for R. It can
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild
new file mode 100644
index 000000000..043daf034
--- /dev/null
+++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-desktop-bin/}"
+
+CHROMIUM_LANGS="
+ af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fi fil fr gu he hi
+ hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+ sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 linux-info optfeature rpm xdg
+
+DESCRIPTION="IDE for R and Python"
+HOMEPAGE="https://posit.co"
+SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PVR/_p/-}-x86_64.rpm"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+RESTRICT="bindist mirror strip test"
+
+RDEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ app-crypt/libsecret
+ app-misc/jq
+ dev-db/postgresql
+ dev-cpp/yaml-cpp
+ dev-lang/R
+ dev-libs/boost[context(+)]
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/mathjax
+ dev-libs/nspr
+ dev-libs/nss
+ || (
+ dev-libs/openssl-compat:1.1.1
+ =dev-libs/openssl-1.1.1*
+ )
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/mesa[gbm(+)]
+ net-print/cups
+ sys-apps/dbus
+ sys-apps/util-linux
+ sys-libs/glibc
+ x11-libs/cairo
+ x11-libs/libdrm
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/libxshmfence
+ x11-libs/pango
+ =virtual/jdk-11*:*
+"
+
+DESTDIR="/opt/${MY_PN}"
+
+QA_PREBUILT="
+ ${DESTDIR#/}/${MY_PN}
+ ${DESTDIR#/}/chrome-sandbox
+ ${DESTDIR#/}/chrome_crashpad_handler
+ ${DESTDIR#/}/libffmpeg.so
+ ${DESTDIR#/}/libvk_swiftshader.so
+ ${DESTDIR#/}/libvulkan.so
+ ${DESTDIR#/}/libEGL.so
+ ${DESTDIR#/}/libGLESv2.so
+"
+
+CONFIG_CHECK="~USER_NS"
+
+S="${WORKDIR}/usr/lib/${MY_PN}"
+
+src_configure() {
+ default
+ chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+ default
+ pushd "locales/" >/dev/null || die "location change for language cleanup failed"
+ chromium_remove_language_paks
+ popd >/dev/null || die "location reset for language cleanup failed"
+ # fix .desktop exec location
+ sed -i "/Exec/s:/usr/lib/rstudio/rstudio:${DESTDIR}/${MY_PN}:" \
+ "${WORKDIR}/usr/share/applications/${MY_PN}.desktop" ||
+ die "fixing of exec location on .desktop failed"
+}
+
+src_install() {
+ insinto "/usr"
+ doins -r "${WORKDIR}/usr/share"
+
+ exeinto "${DESTDIR}"
+
+ doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
+
+ insinto "${DESTDIR}"
+ doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
+ insopts -m0755
+ doins -r locales resources
+
+ # Chrome-sandbox requires the setuid bit to be specifically set.
+ # see https://github.com/electron/electron/issues/17972
+ fowners root "${DESTDIR}/chrome-sandbox"
+ fperms 4711 "${DESTDIR}/chrome-sandbox"
+
+ dosym "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature "sound support" \
+ media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire
+ optfeature "system tray support" dev-libs/libappindicator
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/
@ 2023-01-11 7:14 Joe Kappus
0 siblings, 0 replies; 9+ messages in thread
From: Joe Kappus @ 2023-01-11 7:14 UTC (permalink / raw
To: gentoo-commits
commit: effc9ffbf40badbcb8641b578020417b98fe4d65
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jan 11 07:10:14 2023 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Jan 11 07:13:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=effc9ffb
sci-mathematics/rstudio-desktop-bin: new package, add 2022.12.0-r353
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
sci-mathematics/rstudio-desktop-bin/Manifest | 1 +
sci-mathematics/rstudio-desktop-bin/metadata.xml | 12 ++
.../rstudio-desktop-bin-2022.12.0-r353.ebuild | 130 +++++++++++++++++++++
3 files changed, 143 insertions(+)
diff --git a/sci-mathematics/rstudio-desktop-bin/Manifest b/sci-mathematics/rstudio-desktop-bin/Manifest
new file mode 100644
index 000000000..39cc8f144
--- /dev/null
+++ b/sci-mathematics/rstudio-desktop-bin/Manifest
@@ -0,0 +1 @@
+DIST rstudio-2022.12.0-353-x86_64.rpm 146094600 BLAKE2B 1d6f5a6fe4e4593d3e0a3f901190db2b63dd121b9dcc1b2511d7a3d6a77e2834a419732fc9ab0ba5485fe63f30373f2b641d7c44d78fbce82e3205d044889889 SHA512 dbd0c2ddb16b772867a81be38511024aac00655d8c98e545a08ca154048345bfb822f3605992868390643387e39f23e8bb84fe20814dce3471c1d15c85aea16a
diff --git a/sci-mathematics/rstudio-desktop-bin/metadata.xml b/sci-mathematics/rstudio-desktop-bin/metadata.xml
new file mode 100644
index 000000000..55d18be04
--- /dev/null
+++ b/sci-mathematics/rstudio-desktop-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+ RStudio is an integrated development environment (IDE) for R. It can
+ run it on a desktop or even over the web using RStudio Server.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/rstudio/rstudio/issues</bugs-to>
+ <remote-id type="github">rstudio/rstudio</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0-r353.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0-r353.ebuild
new file mode 100644
index 000000000..4c0011d88
--- /dev/null
+++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0-r353.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-desktop-bin/}"
+
+CHROMIUM_LANGS="
+ af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fi fil fr gu he hi
+ hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+ sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop linux-info optfeature rpm xdg
+
+DESCRIPTION="IDE for R and Python"
+HOMEPAGE="https://posit.co"
+SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PVR/-r/-}-x86_64.rpm"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="bindist mirror strip test"
+
+RDEPEND="
+ || (
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ ( app-accessibility/at-spi2-atk dev-libs/atk )
+ )
+ app-crypt/libsecret
+ app-misc/jq
+ dev-db/postgresql
+ dev-cpp/yaml-cpp
+ dev-lang/R
+ dev-libs/boost[context(+)]
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/mathjax
+ dev-libs/nspr
+ dev-libs/nss
+ || (
+ dev-libs/openssl-compat:1.1.1
+ =dev-libs/openssl-1.1.1*
+ )
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/mesa[gbm(+)]
+ net-print/cups
+ sys-apps/dbus
+ sys-apps/util-linux
+ sys-libs/glibc
+ x11-libs/cairo
+ x11-libs/libdrm
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/libxshmfence
+ x11-libs/pango
+ =virtual/jdk-11*:*
+"
+
+DESTDIR="/opt/${MY_PN}"
+
+QA_PREBUILT="
+ ${DESTDIR#/}/${MY_PN}
+ ${DESTDIR#/}/chrome-sandbox
+ ${DESTDIR#/}/chrome_crashpad_handler
+ ${DESTDIR#/}/libffmpeg.so
+ ${DESTDIR#/}/libvk_swiftshader.so
+ ${DESTDIR#/}/libvulkan.so
+ ${DESTDIR#/}/libEGL.so
+ ${DESTDIR#/}/libGLESv2.so
+"
+
+CONFIG_CHECK="~USER_NS"
+
+S="${WORKDIR}/usr/lib/${MY_PN}"
+
+src_configure() {
+ default
+ chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+ default
+ pushd "locales/" >/dev/null || die "location change for language cleanup failed"
+ chromium_remove_language_paks
+ popd >/dev/null || die "location reset for language cleanup failed"
+ # fix .desktop exec location
+ sed -i "/Exec/s:/usr/lib/rstudio/rstudio:${DESTDIR}/${MY_PN}:" \
+ "${WORKDIR}/usr/share/applications/${MY_PN}.desktop" ||
+ die "fixing of exec location on .desktop failed"
+}
+
+src_install() {
+ insinto "/usr"
+ doins -r "${WORKDIR}/usr/share"
+
+ exeinto "${DESTDIR}"
+
+ doexe "${MY_PN}" chrome-sandbox chrome_crashpad_handler libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
+
+ insinto "${DESTDIR}"
+ doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin vk_swiftshader_icd.json
+ insopts -m0755
+ doins -r locales resources
+
+ # Chrome-sandbox requires the setuid bit to be specifically set.
+ # see https://github.com/electron/electron/issues/17972
+ fowners root "${DESTDIR}/chrome-sandbox"
+ fperms 4711 "${DESTDIR}/chrome-sandbox"
+
+ dosym "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature "sound support" \
+ media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire
+ optfeature "system tray support" dev-libs/libappindicator
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-03-05 13:56 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 8:20 [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/ Mazunki Hoksaas
-- strict thread matches above, loose matches on Subject: below --
2025-03-05 13:56 demize
2025-02-10 17:55 Michael Egger
2023-10-29 15:59 Mazunki Hoksaas
2023-09-30 13:28 Mazunki Hoksaas
2023-01-11 21:52 Joe Kappus
2023-01-11 8:19 Joe Kappus
2023-01-11 8:07 Joe Kappus
2023-01-11 7:14 Joe Kappus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox