From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/obsidian/ Date: Thu, 13 Jul 2023 09:37:57 +0000 (UTC) [thread overview] Message-ID: <1689241069.e1d9d5b1cda59af6b7d0af82b640e44cb9bc771d.davidroman@gentoo> (raw) commit: e1d9d5b1cda59af6b7d0af82b640e44cb9bc771d Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Jul 13 09:37:49 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Jul 13 09:37:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1d9d5b1 app-office/obsidian: add 1.3.5 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-office/obsidian/Manifest | 1 + app-office/obsidian/obsidian-1.3.5.ebuild | 68 +++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) diff --git a/app-office/obsidian/Manifest b/app-office/obsidian/Manifest index c8728ad42..6ef1a4202 100644 --- a/app-office/obsidian/Manifest +++ b/app-office/obsidian/Manifest @@ -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 diff --git a/app-office/obsidian/obsidian-1.3.5.ebuild b/app-office/obsidian/obsidian-1.3.5.ebuild new file mode 100644 index 000000000..7c6ac6f33 --- /dev/null +++ b/app-office/obsidian/obsidian-1.3.5.ebuild @@ -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 +}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-office/obsidian/ Date: Thu, 13 Jul 2023 09:42:20 +0000 (UTC) [thread overview] Message-ID: <1689241069.e1d9d5b1cda59af6b7d0af82b640e44cb9bc771d.davidroman@gentoo> (raw) Message-ID: <20230713094220.dPBoALCElQh4qHddcZW5XXp7Fmqv-O2sLfyNBW6aON4@z> (raw) commit: e1d9d5b1cda59af6b7d0af82b640e44cb9bc771d Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Jul 13 09:37:49 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Jul 13 09:37:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1d9d5b1 app-office/obsidian: add 1.3.5 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-office/obsidian/Manifest | 1 + app-office/obsidian/obsidian-1.3.5.ebuild | 68 +++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) diff --git a/app-office/obsidian/Manifest b/app-office/obsidian/Manifest index c8728ad42..6ef1a4202 100644 --- a/app-office/obsidian/Manifest +++ b/app-office/obsidian/Manifest @@ -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 diff --git a/app-office/obsidian/obsidian-1.3.5.ebuild b/app-office/obsidian/obsidian-1.3.5.ebuild new file mode 100644 index 000000000..7c6ac6f33 --- /dev/null +++ b/app-office/obsidian/obsidian-1.3.5.ebuild @@ -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 +}
next reply other threads:[~2023-07-13 9:38 UTC|newest] Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-07-13 9:37 David Roman [this message] 2023-07-13 9:42 ` [gentoo-commits] repo/proj/guru:master commit in: app-office/obsidian/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-10-20 6:09 [gentoo-commits] repo/proj/guru:dev " Artemis Everfree 2024-10-20 6:09 Artemis Everfree 2024-07-20 0:13 Artemis Everfree 2024-07-20 0:13 Artemis Everfree 2024-07-20 0:13 Artemis Everfree 2024-06-16 3:12 Artemis Everfree 2024-04-22 5:39 Artemis Everfree 2024-04-22 5:39 Artemis Everfree 2024-03-20 3:22 Artemis Everfree 2024-03-20 3:22 Artemis Everfree 2024-02-29 7:08 Artemis Everfree 2024-02-29 7:08 Artemis Everfree 2024-01-04 12:21 Artemis Everfree 2024-01-03 6:33 Artemis Everfree 2024-01-03 6:33 Artemis Everfree 2024-01-03 6:33 Artemis Everfree 2023-10-17 2:38 Artemis Everfree 2023-09-28 15:54 [gentoo-commits] repo/proj/guru:master " David Roman 2023-09-28 15:54 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2023-09-27 5:33 Artemis Everfree 2023-09-25 5:44 Artemis Everfree 2023-09-25 5:44 Artemis Everfree 2023-05-27 17:08 Rahul Sandhu 2023-05-18 1:51 Lucio Sauer 2023-05-18 1:46 Lucio Sauer 2023-04-16 9:13 Rahul Sandhu 2023-04-16 9:12 Rahul Sandhu
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1689241069.e1d9d5b1cda59af6b7d0af82b640e44cb9bc771d.davidroman@gentoo \ --to=davidroman96@gmail.com \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox