commit:     a739ff5efe739fcf9348e76bc4441c8f97021ad5
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 19:51:31 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 20:29:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a739ff5e

net-im/telegram-desktop: revbump 2.1.11, unbundle gsl

also move header-only deps to DEPEND

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 ...egram-desktop-2.1.11.ebuild => telegram-desktop-2.1.11-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-im/telegram-desktop/telegram-desktop-2.1.11.ebuild 
b/net-im/telegram-desktop/telegram-desktop-2.1.11-r1.ebuild
similarity index 97%
rename from net-im/telegram-desktop/telegram-desktop-2.1.11.ebuild
rename to net-im/telegram-desktop/telegram-desktop-2.1.11-r1.ebuild
index bc1842516e7..c22c68053cc 100644
--- a/net-im/telegram-desktop/telegram-desktop-2.1.11.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-2.1.11-r1.ebuild
@@ -24,7 +24,6 @@ RDEPEND="
        app-arch/xz-utils
        !libressl? ( dev-libs/openssl:0= )
        libressl? ( dev-libs/libressl:0= )
-       dev-cpp/range-v3
        dev-libs/xxhash
        dev-qt/qtcore:5
        dev-qt/qtgui:5[jpeg,png,wayland?,X(-)?]
@@ -52,6 +51,8 @@ RDEPEND="
 DEPEND="
        ${PYTHON_DEPS}
        ${RDEPEND}
+       dev-cpp/range-v3
+       =dev-cpp/ms-gsl-3*
 "
 
 BDEPEND="
@@ -91,13 +92,11 @@ src_configure() {
        # TODO: unbundle header-only libs, ofc telegram uses git versions...
        # it fals with tl-expected-1.0.0, so we use bundled for now to avoid 
git rev snapshots
        # EXPECTED VARIANT
-       # TODO: unbundle GSL, version 3.0.1 required and has nasty googletest 
dep
        local mycmakeargs=(
                -DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON
                -DDESKTOP_APP_USE_GLIBC_WRAPS=OFF
                -DDESKTOP_APP_USE_PACKAGED=ON
                -DDESKTOP_APP_USE_PACKAGED_EXPECTED=OFF
-               -DDESKTOP_APP_USE_PACKAGED_GSL=OFF
                -DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF
                -DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF
                -DTDESKTOP_LAUNCHER_BASENAME="${PN}"

Reply via email to