Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-im/telegram-desktop-bin: disable internal updater again #22472

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 0 additions & 9 deletions net-im/telegram-desktop-bin/files/telegram-desktop-bin

This file was deleted.

Expand Up @@ -16,7 +16,7 @@ LICENSE="GPL-3-with-openssl-exception"
SLOT="0"
KEYWORDS="-* ~amd64"

QA_PREBUILT="usr/lib/${PN}/Telegram"
QA_PREBUILT="usr/bin/telegram-desktop"

RDEPEND="
dev-libs/glib:2
Expand All @@ -33,9 +33,10 @@ RDEPEND="
S="${WORKDIR}/Telegram"

src_install() {
exeinto /usr/lib/${PN}
doexe "Telegram"
newbin "${FILESDIR}"/${PN} "telegram-desktop"
newbin Telegram telegram-desktop

insinto /etc/tdesktop
newins - externalupdater <<<"${EPREFIX}/usr/bin/telegram-desktop"

local icon_size
for icon_size in 16 32 48 64 128 256 512; do
Expand Down
Expand Up @@ -16,7 +16,7 @@ LICENSE="GPL-3-with-openssl-exception"
SLOT="0"
KEYWORDS="-* ~amd64"

QA_PREBUILT="usr/lib/${PN}/Telegram"
QA_PREBUILT="usr/bin/telegram-desktop"

RDEPEND="
dev-libs/glib:2
Expand All @@ -30,9 +30,10 @@ RDEPEND="
S="${WORKDIR}/Telegram"

src_install() {
exeinto /usr/lib/${PN}
doexe "Telegram"
newbin "${FILESDIR}"/${PN} "telegram-desktop"
newbin Telegram telegram-desktop

insinto /etc/tdesktop
newins - externalupdater <<<"${EPREFIX}/usr/bin/telegram-desktop"

local icon_size
for icon_size in 16 32 48 64 128 256 512; do
Expand Down
Expand Up @@ -16,7 +16,7 @@ LICENSE="GPL-3-with-openssl-exception"
SLOT="0"
KEYWORDS="-* ~amd64"

QA_PREBUILT="usr/lib/${PN}/Telegram"
QA_PREBUILT="usr/bin/telegram-desktop"

RDEPEND="
dev-libs/glib:2
Expand All @@ -30,9 +30,10 @@ RDEPEND="
S="${WORKDIR}/Telegram"

src_install() {
exeinto /usr/lib/${PN}
doexe "Telegram"
newbin "${FILESDIR}"/${PN} "telegram-desktop"
newbin Telegram telegram-desktop

insinto /etc/tdesktop
newins - externalupdater <<<"${EPREFIX}/usr/bin/telegram-desktop"

local icon_size
for icon_size in 16 32 48 64 128 256 512; do
Expand Down