From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/anydesk/
Date: Thu, 17 Dec 2020 19:25:00 +0000 (UTC) [thread overview]
Message-ID: <1608233090.c0b367cd167e0a2504299c00a24350c05ff7eead.asturm@gentoo> (raw)
commit: c0b367cd167e0a2504299c00a24350c05ff7eead
Author: PPed72 <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Wed Nov 25 09:38:51 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 19:24:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b367cd
net-misc/anydesk: Remove x11-libs/pangox-compat dependency
Closes: https://bugs.gentoo.org/756613
Signed-off-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/18395
Closes: https://github.com/gentoo/gentoo/pull/18060
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/anydesk/anydesk-6.0.1.ebuild | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/net-misc/anydesk/anydesk-6.0.1.ebuild b/net-misc/anydesk/anydesk-6.0.1.ebuild
index 6b1d45ed053..3d912fed07f 100644
--- a/net-misc/anydesk/anydesk-6.0.1.ebuild
+++ b/net-misc/anydesk/anydesk-6.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit desktop eutils systemd xdg-utils
+inherit desktop optfeature systemd xdg-utils
DESCRIPTION="Feature rich multi-platform remote desktop application"
HOMEPAGE="https://anydesk.com"
@@ -48,8 +48,8 @@ RDEPEND="
x11-libs/libXt
x11-libs/libXtst
x11-libs/pango
- x11-libs/pangox-compat
"
+BDEPEND="dev-util/patchelf"
RESTRICT="bindist mirror"
@@ -58,15 +58,17 @@ QA_PREBUILT="opt/${PN}/*"
src_install() {
local dst="/opt/${PN}"
- dodir ${dst}
exeinto ${dst}
doexe ${PN}
+ # bug 706344
+ patchelf --remove-needed libpangox-1.0.so.0 "${ED}${dst}/${PN}" || die
+
dodir /opt/bin
- dosym ${dst}/${PN} /opt/bin/${PN}
+ dosym "${dst}/${PN}" "/opt/bin/${PN}"
- newinitd "${FILESDIR}"/anydesk.init anydesk
- systemd_newunit "${FILESDIR}"/anydesk-4.0.1.service anydesk.service
+ newinitd "${FILESDIR}/anydesk.init" anydesk
+ systemd_newunit "${FILESDIR}/anydesk-4.0.1.service" anydesk.service
insinto /usr/share/polkit-1/actions
doins polkit-1/com.philandro.anydesk.policy
@@ -74,9 +76,9 @@ src_install() {
insinto /usr/share
doins -r icons
- domenu "${FILESDIR}"/anydesk.desktop
+ domenu "${FILESDIR}/anydesk.desktop"
- keepdir /etc/${PN}
+ keepdir "/etc/${PN}"
dodoc copyright README
}
next reply other threads:[~2020-12-17 19:25 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-17 19:25 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-08 6:35 [gentoo-commits] repo/gentoo:master commit in: net-misc/anydesk/ Sam James
2025-06-08 6:35 Sam James
2025-05-06 11:16 Joonas Niilola
2025-05-06 11:16 Joonas Niilola
2025-02-10 13:28 Joonas Niilola
2025-02-10 13:28 Joonas Niilola
2024-11-06 11:41 Joonas Niilola
2024-04-26 23:26 Yixun Lan
2024-04-26 23:26 Yixun Lan
2024-03-21 3:16 Sam James
2023-09-14 18:23 Arthur Zamarin
2023-02-28 14:23 Joonas Niilola
2023-01-04 9:20 Viorel Munteanu
2022-09-06 11:38 Matthew Smith
2022-08-26 16:03 Matthew Smith
2022-08-26 8:44 Matthew Smith
2022-08-26 8:44 Matthew Smith
2021-05-20 2:03 Jorge Manuel B. S. Vicetto
2021-02-04 22:31 Thomas Deutschmann
2020-11-25 2:00 Jorge Manuel B. S. Vicetto
2020-09-13 11:19 Andreas Sturmlechner
2020-09-13 11:19 Andreas Sturmlechner
2020-08-30 8:18 Joonas Niilola
2020-08-03 18:26 Jorge Manuel B. S. Vicetto
2020-06-04 11:51 Jorge Manuel B. S. Vicetto
2020-05-22 1:15 Jorge Manuel B. S. Vicetto
2020-01-19 13:26 Andreas Sturmlechner
2019-12-08 8:41 Joonas Niilola
2019-12-08 8:41 Joonas Niilola
2019-12-07 12:47 Joonas Niilola
2019-12-03 13:35 Joonas Niilola
2019-11-28 16:34 Joonas Niilola
2019-05-22 12:37 Thomas Deutschmann
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=1608233090.c0b367cd167e0a2504299c00a24350c05ff7eead.asturm@gentoo \
--to=asturm@gentoo.org \
--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: link
Be 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