diff --git a/net-im/deltachat-desktop-bin/deltachat-desktop-bin-2.48.0.ebuild b/net-im/deltachat-desktop-bin/deltachat-desktop-bin-2.48.0.ebuild deleted file mode 100644 index b61212e..0000000 --- a/net-im/deltachat-desktop-bin/deltachat-desktop-bin-2.48.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2026 Shin'ya Minazuki -# This file will get removed in a subsequent commit, do not use -EAPI=8 - -inherit xdg - -DESCRIPTION="Decentralized and secure messenger app (binary)" -HOMEPAGE="https://delta.chat" - -SRC_URI="https://download.delta.chat/desktop/v${PV}/${PN%-bin}-${PV}.tar.gz" -S="${WORKDIR}/${PN%-bin}-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="-* ~amd64" - -DELTACHAT_HOME="opt/${PN%-bin}" -IUSE="suid" - -src_install() { - cd "${ED}" - einfo "Creating directories" - dodir "/opt" - dodir "/usr/bin" - dodir "/usr/share/applications" - einfo "Copying directories" - cp -r ${WORKDIR}/deltachat-desktop-${PV} ${DELTACHAT_HOME} - einfo "Creating symbolic links" - dosym "../../${DELTACHAT_HOME}/${PN%-bin}" "usr/bin/${PN%-bin}" - use suid && fperms 4711 "/${DELTACHAT_HOME}/chrome-sandbox" - einfo "Creating .desktop files" - cp "${FILESDIR}/deltachat.desktop" "usr/share/applications" - cp "${FILESDIR}/delta-chat.svg" "${ED}/${DELTACHAT_HOME}" -} diff --git a/net-im/deltachat-desktop-bin/files/deltachat.desktop b/net-im/deltachat-desktop-bin/files/deltachat.desktop deleted file mode 100644 index 2ad5d11..0000000 --- a/net-im/deltachat-desktop-bin/files/deltachat.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Delta Chat -Comment=Decentralized private messenger with chat-shared tools and games -Exec=/usr/bin/deltachat-desktop -Icon=/opt/deltachat-desktop/delta-chat.svg -Categories=Network -Type=Application