psifidotos / applet-window-buttons

Plasma 5 applet in order to show window buttons in your panels
GNU General Public License v2.0
402 stars 55 forks source link

Provide openSUSE build instructions #178

Closed LorenDB closed 2 years ago

LorenDB commented 2 years ago

I haven't been able to get this to build on openSUSE Tumbleweed. Specifically, ./install.sh gives the following error:

-- Could NOT find KF5Declarative (missing: KF5Declarative_DIR)
-- Could NOT find KF5Declarative: found neither KF5DeclarativeConfig.cmake nor kf5declarative-config.cmake 
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find KF5 (missing: Declarative) (found suitable version "5.92.0",
  minimum required is "5.92.0")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args)
  CMakeLists.txt:19 (find_package)

which leads me to believe that I don't have the KF5Declarative headers/CMake installed. I'm not even sure if openSUSE has them at all. However, maybe it does and I just have been looking at the wrong places.

LorenDB commented 2 years ago

Whoops, just realized that openSUSE provides this as the applet-window-buttons package. Sorry for the mistake!