diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2024-01-22 10:11:28 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2024-01-22 10:12:03 +0100 |
commit | cbdb2d0998a8f7073f6a26ad495ec4fe57c45fc6 (patch) | |
tree | 62ee40923f76bca5b5fc2af59fa506798259d062 /app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1.ebuild | |
parent | app-editors/logseq-desktop-bin: add 0.10.1, drop 0.9.20 (diff) | |
download | mschiff-master.tar.gz mschiff-master.tar.bz2 mschiff-master.zip |
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1.ebuild')
-rw-r--r-- | app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1.ebuild b/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1.ebuild deleted file mode 100644 index fb0bea3..0000000 --- a/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop unpacker - -DESCRIPTION="A privacy-first, open-source platform for knowledge sharing and management." -HOMEPAGE="https://github.com/logseq/logseq" -SRC_URI="https://github.com/logseq/logseq/releases/download/${PV}/logseq-linux-x64-${PV}.zip -> ${P}.zip" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RESTRICT="mirror splitdebug" - -DEPEND="" -RDEPEND=">=dev-libs/openssl-3" -BDEPEND="app-arch/unzip" - -QA_PREBUILT="*" -S="${WORKDIR}/Logseq-linux-x64" - -src_install() { - domenu "${FILESDIR}/logseq-desktop.desktop" - doicon "${S}/resources/app/icons/logseq.png" - mkdir -p "${D}/opt/logseq-desktop" || die - cp -r "${S}"/* "${D}/opt/logseq-desktop/" || die - dosym ../logseq-desktop/Logseq /opt/bin/logseq -} - -pkg_postinst() { - update-desktop-database -} |