Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

there are no ebuilds to satisfy libxklavier-5.4


znavko

Question

I try to use Xfce as lightweight desktop. But I do not know how to add keyboard layout on Xfce panel. Next error appears when I install xkb-plugin also while world update. Think this is not big trouble, but help to the novice to solve it.

# emerge xfce4-xkb-plugin
Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ">=x11-libs/libxklavier-5.4:=".
(dependency required by "xfce-extra/xfce4-xkb-plugin-0.8.0::desktop-kit" [ebuild])
(dependency required by "xfce4-xkb-plugin" [argument])
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

I really did not use package.use. I tried so but without any success:

 


# echo '>=xfce-extra/xfce4-xkb-plugin-0.8.0 -libxklavier' >> /etc/portage/packacge.use
# etc-update
Scanning Configuration files...
Exiting: Nothing left to do; exiting. :)
# dispatch-conf
# emerge xfce4-xkb-plugin
Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ">=x11-libs/libxklavier-5.4:=".
(dependency required by "xfce-extra/xfce4-xkb-plugin-0.8.0::desktop-kit" [ebuild])
(dependency required by "xfce4-xkb-plugin" [argument])

 

Link to comment
Share on other sites

  • 0

I have this:

# emerge -s libxklavier
  
[ Results for search key : libxklavier ]
Searching...

*  x11-libs/libxklavier
      Latest version available: 5.3-r1
      Latest version installed: 5.3-r1
      Size of files: 309 KiB
      Homepage:      https://www.freedesktop.org/wiki/Software/LibXklavier
      Description:   A library for the X Keyboard Extension (high-level API)
      License:       LGPL-2

[ Applications found : 1 ]

Link to comment
Share on other sites

  • 0

Here I've found other versions https://github.com/funtoo/desktop-kit/tree/master/xfce-extra/xfce4-xkb-plugin

This solved my problem:

 

# emerge "=xfce-extra/xfce4-xkb-plugin-0.7.1-r1"

 

But the trouble is that flags are tiny small: https://itmag.es/3AFuL

 

 

Please, can I define in system to use xfce4-xkb-plugin-0.7.1-r1 while world update to be sure xfce4-xkb-plugin will not be broken due to unsatisfied dependencies?

Link to comment
Share on other sites

  • 0

Thanks to Gentoo Wiki page https://wiki.gentoo.org/wiki/Knowledge_Base:Masking_a_package

 

I added to /etc/portage/package.mask this line:

>xfce-extra/xfce4-xkb-plugin-0.7.1-r1

Run this:

etc-update

It updated without any errors. And then I checked:

emerge xfce4-xkb-plugin

and it started to download xfce4-xkb-plugin-0.7.1-r1 without any errors!

 

Now I try to solve the question with flags size. Think it depends on xfce icons set. I have adwaita. Try to get and use other.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...