diff options
Diffstat (limited to '')
-rw-r--r-- | app-office/obsidian/Manifest | 5 | ||||
-rw-r--r-- | app-office/obsidian/metadata.xml | 12 | ||||
-rw-r--r-- | app-office/obsidian/obsidian-1.8.10.ebuild | 122 |
3 files changed, 139 insertions, 0 deletions
diff --git a/app-office/obsidian/Manifest b/app-office/obsidian/Manifest new file mode 100644 index 0000000..ceb6d5e --- /dev/null +++ b/app-office/obsidian/Manifest @@ -0,0 +1,5 @@ +DIST obsidian-1.8.10-amd64.tar.gz 110592123 BLAKE2B 5af6d28c8ad4bf2ca49ec5788572c07e6ac61190f40d90f5b54b5840f5510f4327598dda128c10a3fec9f9cbd8926a0e7e6e4e40936dddba8bfd5aab61d8cb75 SHA512 49cb37955b66b9187a186e1cf3beb410b13f32041264a364155675cead1f3c4d9fbd6a0af69e5fb4e9990047b8b8b62796e32cb2a1d8bb5562bcb07b0cee0408 +DIST obsidian-1.8.10-arm64.tar.gz 114587146 BLAKE2B aa49c44ee26eaff5dae049f4efc7960dc505d567faf141ddce19a25d3c762b332bb45ade918fdfea87de3f308e6862340533ef2046f33a19e4af375b2f4f17da SHA512 5d2bc9d5eff8852193dadf21a65b6e2568a3ce31e7a4a4158bb38250cd7cda8ecde836a2ef4a2f006532685bcc98eb0bb474173c4327b34eb5e4baddc78598a3 +DIST obsidian-1.8.10.gh.deb 80536530 BLAKE2B 915cd78bd0d4f359f9e6739c3a691ef7fc12766ee86c50690444d4411fa143de819f8445ec4b48ef46bf5a91f0807f95dd76e6e71d045140111afd376ad05fa9 SHA512 dadf9bf9f44a2bee63224ba150c4d2370079507f676371f8babe9401c9257f0bea29b05219616df40b88c26f83bd65d64c19aa9f4f3d0c4561272c7e9ab19a5d +EBUILD obsidian-1.8.10.ebuild 3512 BLAKE2B 99e35dbad968f2c825391d98c08587c103eb76f91477b609f170dd14b0446fce5664c6b4244b84687f017f10c77756a7d5dad066dae60a17092c5029a0406836 SHA512 729d630f471dda3d1a6d055c3cf49b0712f4792a009d8fb60ca334d843617cd5d4b1ae947efc48676d62ad683b28b791ba2a809e9285302e7a23c769060f5ced +MISC metadata.xml 472 BLAKE2B c944a4d04c0e0721ba17ee8c657686c90de698bc95e8d5ea8d2ffbee7bb358961a28ae4d976c260a5afeae9d6c32a251555ea0bb244e64aa139e6b50ed3d817e SHA512 97bce48d1ef6dc7114add0fc18e056bdce3925f0f469aceda2db414c6cd5f76fc1115af1740911ecf4a1efaa9cb3eb3f4b7ddb7eb23c97add6daf7d5c3d571fb diff --git a/app-office/obsidian/metadata.xml b/app-office/obsidian/metadata.xml new file mode 100644 index 0000000..9e6fa29 --- /dev/null +++ b/app-office/obsidian/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>wolf@oriole.systems</email> + </maintainer> + <longdescription lang="en">Obsidian is a powerful and extensible knowledge base +that works on top of your local folder of plain text files.</longdescription> + <upstream> + <remote-id type="github">obsidianmd/obsidian-releases</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-office/obsidian/obsidian-1.8.10.ebuild b/app-office/obsidian/obsidian-1.8.10.ebuild new file mode 100644 index 0000000..c88e1a1 --- /dev/null +++ b/app-office/obsidian/obsidian-1.8.10.ebuild @@ -0,0 +1,122 @@ +# Copyright 1999-2024 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 ) +" + +DIR="/opt/${PN^}" + +# deb gets extracted to WORKDIR. actual program gets extracted to its own dir +# which depends on CPU arch. +S="${WORKDIR}" + +LICENSE="Obsidian-EULA" +SLOT="0" +KEYWORDS="-* amd64" +IUSE="wayland" +RESTRICT="mirror strip bindist" + +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 + x11-libs/cairo + x11-libs/libdrm + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libX11 + 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 +" + +QA_PREBUILT="*" + +CONFIG_CHECK="~USER_NS" + +src_configure() { + default + chromium_suid_sandbox_check_kernel_config +} + +src_prepare() { + default + + pushd "${S}/${P}/locales/" >/dev/null || die "location change for language cleanup failed" + chromium_remove_language_paks + popd >/dev/null || die "location reset for language cleanup failed" + + if use wayland; then + sed -i \ + '/Exec/s/obsidian /obsidian --ozone-platform-hint=auto --enable-features=UseOzonePlatform,WaylandWindowDecorations /' \ + 'usr/share/applications/obsidian.desktop' || + die "sed failed for obsidian.desktop file" + fi +} + +src_install() { + insinto "${DIR}" + exeinto "${DIR}" + + pushd "${S}/${P}" >/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" + + domenu usr/share/applications/obsidian.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 +} |