From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 890D6138334 for ; Mon, 8 Jul 2019 20:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E52EE08EB; Mon, 8 Jul 2019 20:15:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 989E0E08E2 for ; Mon, 8 Jul 2019 20:15:08 +0000 (UTC) Received: from tuxbrain.localnet (178-191-252-183.adsl.highway.telekom.at [178.191.252.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: asturm) by smtp.gentoo.org (Postfix) with ESMTPSA id 57B053473FF for ; Mon, 8 Jul 2019 20:15:07 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH] profiles: desktop: Add USE icu to make.defaults Date: Mon, 08 Jul 2019 22:14:55 +0200 Message-ID: <173624828.UAv2A9E9dQ@tuxbrain> In-Reply-To: <5ccc85650ff65a817046f5d81dd3ba20b3968158.camel@gentoo.org> References: <9898161.uzqcMZjEFU@tuxk10> <5ccc85650ff65a817046f5d81dd3ba20b3968158.camel@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: 704310cc-3943-4cc6-b3ae-f7cd329cd59b X-Archives-Hash: bf115cf56f78e29d1dc3f1dbf5ea8163 A lot of desktop packages depend on libraries built with USE icu to work; some, but not nearly enough are currently handled by individual package.use, leaving users to fix default conflicts. desktop profile should rather have it enabled globally. Signed-off-by: Andreas Sturmlechner --- profiles/targets/desktop/gnome/package.use | 5 +---- profiles/targets/desktop/make.defaults | 4 ++-- profiles/targets/desktop/package.use | 6 +----- profiles/targets/desktop/plasma/package.use | 5 +---- 4 files changed, 5 insertions(+), 15 deletions(-) diff --git a/profiles/targets/desktop/gnome/package.use b/profiles/targets/ desktop/gnome/package.use index 508542fbefe..ab548250d83 100644 --- a/profiles/targets/desktop/gnome/package.use +++ b/profiles/targets/desktop/gnome/package.use @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Needed by gnome-photos @@ -31,9 +31,6 @@ app-accessibility/speech-dispatcher python # Pulled in by grilo-plugins which is needed for gnome-music media-libs/grilo playlist -# Required for webkit-gtk-2 -media-libs/harfbuzz icu - # Pulled in by tracker and grilo-plugins, has REQUIRED_USE="?? ( gtk qt5 )" media-libs/libmediaart gtk -qt5 diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/ desktop/make.defaults index 0c404bec2b2..5724093fcef 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam flac gif glamor gpm gtk jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" +USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam flac gif glamor gpm gtk icu jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/ package.use index 58f08ba8704..8abcb26fc9a 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Lars Wendler (2019-03-20) @@ -22,10 +22,6 @@ app-arch/unzip natspec dev-libs/libpcre pcre16 dev-libs/libpcre2 pcre16 -# Andreas Sturmlechner (2017-11-30) -# Required by kde-frameworks/kcoreaddons -dev-qt/qtcore:5 icu - # Andreas Sturmlechner (2017-11-30) # Required by kde-frameworks/kwayland dev-qt/qtgui:5 egl libinput diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/ desktop/plasma/package.use index 021d9c78a1c..4bf47736482 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -1,9 +1,6 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Required by >=dev-qt/qtwebengine-5.9 -dev-libs/libxml2 icu - # Required by app-editors/okteta dev-qt/qtscript:5 scripttools -- 2.22.0