commit:     d8567a1bd47a0f7a750b16a70ffb7a1aa1c93785
Author:     Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Thu Feb 29 07:05:15 2024 +0000
Commit:     Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Thu Feb 29 07:05:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8567a1b

app-office/obsidian: add 1.5.8

Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>

 app-office/obsidian/Manifest              |   3 +
 app-office/obsidian/obsidian-1.5.8.ebuild | 180 ++++++++++++++++++++++++++++++
 2 files changed, 183 insertions(+)

diff --git a/app-office/obsidian/Manifest b/app-office/obsidian/Manifest
index f93fef5264..812cccab17 100644
--- a/app-office/obsidian/Manifest
+++ b/app-office/obsidian/Manifest
@@ -4,3 +4,6 @@ DIST obsidian-1.4.16.gh.deb 73362498 BLAKE2B 
15a2631dc22f8833fe79166ed09f5da9013
 DIST obsidian-1.5.3-amd64.tar.gz 99822395 BLAKE2B 
03743ac61135f8139ce6e0e0a30335415e0af1f6402a62679ec69c832a7c2305ee998c64f584125eab99a82295e8cd16cef237f9f97370ec180069dafd3bc58e
 SHA512 
8da9329175d7cc7947186ab839621d6043cc4a9eac11335c7f234267c1e5804c21d2241121868664ca70435d124a7c242bc46ed40585b9bdd1c55009672f3390
 DIST obsidian-1.5.3-arm64.tar.gz 100258718 BLAKE2B 
c99c78e48db61bf89e0c6a27cc454ab1a1ceca95b71a82ab3b8933c5413dd87ec7dd5bd847ab95353978d80f4da39a955c4114ed94aa18d621a5a6083321857f
 SHA512 
d429904af6bd46a06250cf3ace5fb9ff2ddf0d8b4765eb94a3a4ae4183fe6af79d0b76edf5fa496441d266df842a3c332a7e975b1ef6761cf4b98ad0b63942de
 DIST obsidian-1.5.3.gh.deb 73415050 BLAKE2B 
10a0ea6eabfd4d00bb33e2cc9a6b5f28df3ca7cea2a33cf27895b74805dd25e0eb3ac342b7d80dcb741e18a9f263ca5fc200433006c8bc4253f12ce78d235e7c
 SHA512 
1d60cd8c1c0f1eff3f8937a4a3117b13fadbc0311a4c490510262e4335927bd4826e895cbefdaf2e1172f45a39608cf102dc1c950c384a3015c387ebe2fb26cf
+DIST obsidian-1.5.8-amd64.tar.gz 107058177 BLAKE2B 
508e8241a40392efcceaed00fe5221afa9f9311b74d8704c92a45765eee2c3e5482676bf634fc537dd49ff3a77e8a2c7909416c1769bf1b8fa61801cbc9b22bb
 SHA512 
1569c6b238fddbbd0be03e0d1935aa7d4d19ea580aceb3fef5165144c6accd39e82eefbc7c801e8bdf64313dbcca3607ca3df6dee01663a9a01f7a1ab57ca82d
+DIST obsidian-1.5.8-arm64.tar.gz 106789020 BLAKE2B 
024327f2d55dbd7779672e4a51583d3997be0903c785ff990742afe1b7e5fd536c9ff2637168d7c9a3815cc67c77215c1b772db4a96cfb270af147bda620b5ff
 SHA512 
ebdd067e058728409d24f0710da374e8a904ae4a66f1eb20b09f8ba1d9768176e19c1c22e08384f866510c294dc7f05715e2e10da32606b18979f3ceeb510c44
+DIST obsidian-1.5.8.gh.deb 78625030 BLAKE2B 
e4bb164b484072b3ea1c70242e60e89022101475191fc5ae3933c7596b78e5bed9ed840abec394653616777222b8e66e5b504789fe888dbed581518ce83ca94c
 SHA512 
f5308bd94a80d70e1eb74862f54dc8ce5a0818544c2fd329f3fd7818d6748ecdbeac710ac4438d677e742c955161a7a5513afbe99303e54ba20ee65da3c62bd0

diff --git a/app-office/obsidian/obsidian-1.5.8.ebuild 
b/app-office/obsidian/obsidian-1.5.8.ebuild
new file mode 100644
index 0000000000..daf1bfd3df
--- /dev/null
+++ b/app-office/obsidian/obsidian-1.5.8.ebuild
@@ -0,0 +1,180 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="102"
+CHROMIUM_LANGS="
+       af am ar bg bn ca cs da de el en-GB en-US es es-419 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 unpacker xdg
+
+DESCRIPTION="A second brain, for you, forever."
+HOMEPAGE="https://obsidian.md/";
+
+# For some reason, the main binary tarballs don't include the .desktop file or
+# icon. The .deb does. One would hope then, that we could just download the 
.deb
+# for each arch, but they only generate a .deb for amd64. Maybe we can get them
+# to fix this, but in the meantime, we download the .deb purely to get the
+# .desktop file and app icon out of it.
+SRC_URI="
+       
https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P/-/_}_amd64.deb
 -> ${P}.gh.deb
+       amd64? ( 
https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P}.tar.gz
 -> ${P}-amd64.tar.gz )
+       arm64? ( 
https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P}-arm64.tar.gz
 )
+"
+
+RESTRICT="mirror strip bindist"
+
+LICENSE="Obsidian-EULA"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="appindicator"
+
+RDEPEND="
+       >=app-accessibility/at-spi2-core-2.46.0:2
+       app-crypt/libsecret[crypt]
+       dev-libs/expat
+       dev-libs/glib:2
+       dev-libs/nspr
+       dev-libs/nss
+       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
+       appindicator? ( dev-libs/libayatana-appindicator )
+"
+
+DIR="/opt/${PN^}"
+
+# deb gets extracted to WORKDIR. actual program gets extracted to its own dir
+# which depends on CPU arch.
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+CONFIG_CHECK="~USER_NS"
+
+set_obsidian_src_dir() {
+       if use amd64; then
+               S_OBSIDIAN="${WORKDIR}/${P}"
+       elif use arm64; then
+               S_OBSIDIAN="${WORKDIR}/${P}-arm64"
+       else
+               die "Obsidian only supports amd64 and arm64"
+       fi
+}
+
+src_configure() {
+       default
+       chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+       default
+       # cleanup languages
+       set_obsidian_src_dir
+       pushd "${S_OBSIDIAN}/locales/" >/dev/null || die "location change for 
language cleanup failed"
+       chromium_remove_language_paks
+       popd >/dev/null || die "location reset for language cleanup failed"
+
+       # Create separate .desktop file for launching Obsidian with native 
wayland
+       # support.
+       #
+       # Obsidian is an Electron app, and Electron can be instructed to run in
+       # native-wayland mode by turning on the Ozone platform. However, doing 
this
+       # causes Obsidian to crash on some users' systems, while it works fine 
for
+       # others. (see https://bugs.gentoo.org/915899)
+       #
+       # It appears VSCode may have encountered a similar issue, because VSCode
+       # installs two separate .desktop files, one for launching with wayland
+       # support and one for launching without. We will do the same here.
+
+       # Create a copy of upstream's .desktop
+       cp usr/share/applications/obsidian.desktop \
+               usr/share/applications/obsidian-wayland.desktop \
+               || die "failed to create obsidian-wayland.desktop file"
+
+       # Edit the Exec & Name
+       sed -i \
+               '
+                       # Add Electron ozone enable flags to obsidian execution
+                       /Exec/s/obsidian /obsidian --ozone-platform-hint=auto 
--enable-features=UseOzonePlatform,WaylandWindowDecorations /
+
+                       # Give this .desktop file a new name/desc of "Obsidian 
Wayland"
+                       /^Name/s/$/ Wayland/
+
+                       # comment field
+                       /^Comment/s/$/ with Wayland support enabled/
+               ' \
+               'usr/share/applications/obsidian-wayland.desktop' ||
+               die "sed failed for obsidian-wayland.desktop file"
+}
+
+src_install() {
+       insinto "${DIR}"
+       exeinto "${DIR}"
+
+       set_obsidian_src_dir
+       pushd "${S_OBSIDIAN}" >/dev/null || die "location change for main 
install failed"
+
+       doexe obsidian chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so 
libvk_swiftshader.so libvulkan.so.1
+       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 "${DIR}/chrome-sandbox"
+       fperms 4711 "${DIR}/chrome-sandbox"
+
+       [[ -x chrome_crashpad_handler ]] && doins chrome_crashpad_handler
+
+       popd >/dev/null || die "location reset for main install failed"
+
+       dosym "${DIR}/obsidian" "/usr/bin/obsidian"
+
+       if use appindicator; then
+               dosym ../../usr/lib64/libayatana-appindicator3.so 
"${DIR}/libappindicator3.so"
+       fi
+
+       domenu usr/share/applications/obsidian.desktop
+       domenu usr/share/applications/obsidian-wayland.desktop
+
+       for size in 16 32 48 64 128 256 512; do
+               doicon --size ${size} 
usr/share/icons/hicolor/${size}x${size}/apps/${PN}.png
+       done
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+
+       ewarn "Some users have reported that running Obsidian with native 
Wayland"
+       ewarn "support causes the software to crash. Others have it working"
+       ewarn "without issue. See https://bugs.gentoo.org/915899";
+       ewarn ""
+       ewarn "This package now provides application entries for both Obsidian 
and"
+       ewarn "Obsidian Wayland. If Obsidian Wayland breaks for you under 
Wayland,"
+       ewarn "try the other Obsidian entry to launch with XWayland"
+}

Reply via email to