mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-office/obsidian: add 1.3.5
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST obsidian-1.2.8.gh.deb 71750440 BLAKE2B ea3194205dae9d9e9a3575cfc3a77db7932be02d3ca07df9e3de56346c7bae2ee66d67a4861896506bd80245b54966fdfabbc511973ef491b115fd4cfa7d5d2a SHA512 514706b51908355317982324391e115df1a24ba29a94a177ae465c83b45d239f59c97cac6a26c72b1705a2d7a74bba71f3869ae4170798840556c8324d8eaba3
|
||||
DIST obsidian-1.3.5.gh.deb 72916766 BLAKE2B d44e9f8db6fc55e6dc7096b2a9bbcb2d68fb3a0eca06028cd0a9bbc7470dc98a05501ca3f81d15197da389f882167ce134b824961684bc8567ea7fa95907e4af SHA512 2047450ab04179be4c95e33fa35731700dbe5961795b8f11dda5410fdbc199486161a6a7abfcc1a3f555f352d014ac3515d1eeb5da984da4f0cdd4adf0e51bbe
|
||||
|
||||
68
app-office/obsidian/obsidian-1.3.5.ebuild
Normal file
68
app-office/obsidian/obsidian-1.3.5.ebuild
Normal file
@@ -0,0 +1,68 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop unpacker xdg
|
||||
|
||||
DESCRIPTION="A second brain, for you, forever."
|
||||
HOMEPAGE="https://obsidian.md/"
|
||||
SRC_URI="https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P/-/_}_amd64.deb -> ${P}.gh.deb"
|
||||
|
||||
LICENSE="Obsidian-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="app-accessibility/at-spi2-core:2
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/fontconfig
|
||||
media-libs/mesa
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
x11-libs/cairo
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libdrm
|
||||
x11-libs/libxcb
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pango
|
||||
"
|
||||
|
||||
DIR="/opt/${PN^}"
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="${DIR#/}/chrome-sandbox
|
||||
${DIR#/}/chrome_crashpad_handler
|
||||
${DIR#/}/libGLESv2.so
|
||||
${DIR#/}/libEGL.so
|
||||
${DIR#/}/libffmpeg.so
|
||||
${DIR#/}/libvk_swiftshader.so
|
||||
${DIR#/}/libvulkan.so.1
|
||||
${DIR#/}/obsidian
|
||||
${DIR#/}/resources/app.asar.unpacked/node_modules/*
|
||||
"
|
||||
|
||||
src_install() {
|
||||
insinto ${DIR}
|
||||
doins -r ${DIR#/}/*
|
||||
|
||||
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
|
||||
|
||||
fperms 4755 ${DIR}/chrome-sandbox
|
||||
fperms +x ${DIR}/obsidian
|
||||
|
||||
dosym -r ${DIR}/obsidian /usr/bin/obsidian
|
||||
}
|
||||
Reference in New Issue
Block a user