Install this version:
emerge -a =net-im/WasIstLos-1.6.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-im/WasIstLos-1.6.5
Or alternatively:
emerge --autounmask-write -a =net-im/WasIstLos-1.6.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.6.5 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="An unofficial WhatsApp desktop application for Linux"
HOMEPAGE="https://github.com/xeco23/WasIstLos"
SRC_URI="https://github.com/xeco23/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
LANGUAGES="es it ka nl pt-BR ru tr"
for lang in ${LANGUAGES}; do
IUSE+=" +l10n_${lang}"
done
RDEPEND="
dev-cpp/atkmm
dev-cpp/glibmm:2
dev-cpp/gtkmm:3.0
dev-libs/glib
dev-libs/libayatana-appindicator
dev-libs/libsigc++:2
media-libs/libcanberra
|| (
net-libs/webkit-gtk:4.1
)
x11-libs/gtk+:3
"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/intltool"
#PATCHES=(
# "${FILESDIR}/${PN}-1.6.5-webkitgtk.patch"
#)
src_prepare() {
cmake_src_prepare
for lang in ${LANGUAGES}; do
if ! use l10n_${lang}; then
rm -v "${S}/po/${lang,,}.po" || die "Failed to remove localization"
sed -i -e "/${lang,,}/d" "${S}/po/LINGUAS" || die
fi
done
}
Manage flags for this package:
euse -i <flag> -p net-im/WasIstLos |
euse -E <flag> -p net-im/WasIstLos |
euse -D <flag> -p net-im/WasIstLos
dev-cpp/atkmm dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-libs/glib dev-libs/libayatana-appindicator dev-libs/libsigc++:2 media-libs/libcanberra || ( net-libs/webkit-gtk:4.1 ) x11-libs/gtk+:3
dev-cpp/atkmm dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-libs/glib dev-libs/libayatana-appindicator dev-libs/libsigc++:2 media-libs/libcanberra || ( net-libs/webkit-gtk:4.1 ) x11-libs/gtk+:3
dev-util/intltool
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | WasIstLos-1.6.5.tar.gz | 362869 bytes | https://github.com/xeco23/WasIstLos/archive/refs/tags/v1.6.5.tar.gz |