View previous topic :: View next topic |
Author |
Message |
nordicruler Tux's lil' helper

Joined: 20 Dec 2004 Posts: 79
|
Posted: Sun May 19, 2019 2:41 am Post subject: Plasma testing |
|
|
How can i use the kde overlay without layman? I want to try plasma 5.16 beta if possible? |
|
Back to top |
|
 |
fedeliallalinea Moderator


Joined: 08 Mar 2003 Posts: 25855 Location: here
|
Posted: Sun May 19, 2019 8:43 am Post subject: Re: Plasma testing |
|
|
nordicruler wrote: | How can i use the kde overlay without layman? I want to try plasma 5.16 beta if possible? |
I'm not sure if is a good idea because is not best tested.
Anyway why without layman? There is also app-eselect/eselect-repository but isn't much different compared with layman _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
superjaded l33t


Joined: 05 Jul 2002 Posts: 795
|
Posted: Sun May 19, 2019 12:32 pm Post subject: |
|
|
On a more general note, I definitely second the recommendation for eselect-repository. My understanding is that layman is semi-deprecated anyway.
Technically you can use the kde overlay just by adding it to a file in /etc/portage/repos.conf with syntax similar to this:
Code: | [kde]
location = /var/db/repos/kde
sync-type = git
sync-uri = https://github.com/gentoo-mirror/kde.git |
Location can be whatever you want as long as portage:portage has read/write access to it. Then you just need to emerge --sync kde to sync the repository. This may be obvious, but you would need dev-vcs/git installed in order to be able to actually sync it.
That being said, it looks like you can pull in the pre-release through the kde overlay by using Documentation/package.accept_keywords/kde-plasma-5.16 and Documentation/kde/package.unmask/kde-plasma-5.16. YMMV on its stability as fedeliallalinea says, so at the very least, I'd probably recommend generating some binaries for your current version of plasma so you can downgrade easily if you have issues with it.
I believe 5.16 also requires Qt 5.12, so if you aren't already following ~amd64 for Qt, you'll need to upgrade Qt for that. I did the last night on my main system without too many issues so far.
EDIT: You might have issues upgrading kde-plasma at this point. On a whim I decided to try updating to the pre-release and it failed on the update to kde-plasma/plasma-nm. I had the same basic issue as reported in bug #686290. |
|
Back to top |
|
 |
|