Gentoo Archives: gentoo-user

From: "Jörg Schaible" <joerg.schaible@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Re: Update blocked by kdebase-startkde:4
Date: Mon, 11 Jul 2016 10:19:55
Message-Id: nlvrrq$a55$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: Update blocked by kdebase-startkde:4 by Daniel Frey
1 Daniel Frey wrote:
2
3 > On 07/09/2016 07:08 PM, Peter Humphrey wrote:
4 >> Thanks Dan. I tried your package.mask and thought I was getting
5 >> somewhere. But I had to add these to package.use (I have USE=-qt5 in
6 >> make.conf):
7 >>
8 >> sys-auth/polkit-qt qt5
9 >> dev-libs/libdbusmenu-qt qt5
10 >> media-libs/phonon qt5
11 >> media-libs/phonon-vlc qt5
12 >>
13 >> Then I had to remove >kde-apps/kdebase-runtime-meta-4.15 from
14 >> package.mask to satisfy "(dependency required by
15 >> "kde-base/kdebase-startkde-4.11.22::gentoo"
16 >> [ebuild])". Guess what? Of course - it wanted to install the whole set of
17 >> [qt5
18 >> packages.
19 >>
20 >> So I'm still stuck. I don't want to go to KDE-5 until I can find a way to
21 >> reduce the absurd amount of vertical space occupied by every line of
22 >> text. It will still be ugly, but at least more manageable.
23 >>
24 >> I've attached screen shots of qt4 and qt5 versions of KMail to show what
25 >> I mean. The qt5 version is as close as I can get to the qt4.
26 >>
27 >
28 > I just tried and no luck here either. I made that list back in April
29 > when plasma made my machine unusable (hence the "might not work now"
30 > comment.) It's been several months now but I really don't want to go and
31 > try plasma again and waste days trying to get my machine usable again.
32 > I'm just not going to do any updates (and I guess I should do a stage4
33 > backup in case I have to restore...)
34 >
35 > Right now my machine is nice and stable. What I don't understand is that
36 > plasma clearly isn't ready for primetime yet (IMHO) yet it seems KDE4 is
37 > not installable on Gentoo anymore.
38
39 It seems so. Really embarassing is however, that the dependencies for even
40 already installed packages have been changed under the hood:
41
42 ===================== %< ===================
43 $ diff -u `locate kactivities-4.13.3-r2.ebuild`
44 --- /var/db/pkg/kde-base/kactivities-4.13.3-r2/kactivities-4.13.3-r2.ebuild
45 2016-03-09 17:26:34.581846384 +0100
46 +++ /var/db/portage/gentoo/kde-base/kactivities/kactivities-4.13.3-r2.ebuild
47 2016-07-08 22:21:51.000000000 +0200
48 @@ -10,11 +10,11 @@
49
50 DESCRIPTION="KDE Activity Manager"
51
52 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
53 +KEYWORDS="amd64 ~arm x86 ~x86-fbsd ~amd64-linux ~x86-linux"
54 IUSE=""
55
56 RDEPEND="
57 - || ( $(add_kdebase_dep kactivitymanagerd) <kde-
58 frameworks/kactivities-5.20.0:5 kde-plasma/kactivitymanagerd:5 )
59 + kde-plasma/kactivitymanagerd:5
60 "
61
62 src_configure() {
63 ===================== %< ===================
64
65 There was not even a revision bump. For me this is one of the unfriendliest
66 and annoying actions in the last decade of Gentoo (and I am even longer
67 using it).
68
69 > I did try many things trying to get plasma working but everything I
70 > tried had no results. Plasma would crash even if you didn't do anything
71 > (no keyboard or mouse input.)
72 >
73 > Dan
74
75 Jörg