x11-plugins/pidgin-telegram - 9999-r4 (menelkir)

Search

Package Information

Description:
Libpurple (Pidgin) plugin for using a Telegram account
Homepage:
https://github.com/majn/telegram-purple
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999-r4 7 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="Libpurple (Pidgin) plugin for using a Telegram account"
HOMEPAGE="https://github.com/majn/telegram-purple"
EGIT_REPO_URI="${HOMEPAGE}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="+webp"

DEPEND="net-im/pidgin
	webp? ( media-libs/libwebp )"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i "s/-Werror//g" tgl/Makefile.in || die
	eapply_user
}

src_configure() {
	econf $(use_enable webp libwebp)
}

USE Flags

webp
Default: Enabled (+)

Dependencies

DEPEND

net-im/pidgin
	webp? ( media-libs/libwebp )

RDEPEND

net-im/pidgin
	webp? ( media-libs/libwebp )