From 5b8e21b1870b22a550381abbb9bd02a187d9c81f Mon Sep 17 00:00:00 2001 From: Anonymous <458892+aieu@users.noreply.github.com> Date: Wed, 8 Dec 2021 09:00:49 +0800 Subject: [PATCH] net-im/wechat-uos: fix #1414 https://bugs.gentoo.org/826198 https://bugs.gentoo.org/826194 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Anonymous <458892+aieu@users.noreply.github.com> --- net-im/wechat-uos/wechat-uos-2.0.0.ebuild | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/net-im/wechat-uos/wechat-uos-2.0.0.ebuild b/net-im/wechat-uos/wechat-uos-2.0.0.ebuild index edd96b2c3..75f6c50fb 100644 --- a/net-im/wechat-uos/wechat-uos-2.0.0.ebuild +++ b/net-im/wechat-uos/wechat-uos-2.0.0.ebuild @@ -17,10 +17,18 @@ LICENSE="MIT" IUSE="" RDEPEND=" - x11-libs/gtk+ - x11-libs/libXScrnSaver - gnome-base/gconf dev-libs/nss + gnome-base/gconf:2 + media-libs/alsa-lib + media-libs/fontconfig:1.0 + net-print/cups + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXtst + x11-libs/pango sys-apps/lsb-release sys-apps/bubblewrap " @@ -70,7 +78,7 @@ src_install() { Icon=wechat Type=Application StartupNotify=true - Categories=Network;Application; + Categories=Network;Chat; EOF exeinto /usr/bin -- 2.11.4.GIT