Package Details: plasma-nano 6.2.2-0

Git Clone URL: https://aur.archlinux.org/plasma-nano.git (read-only, click to copy)
Package Base: plasma-nano
Description: A minimal plasma shell package intended for embedded devices.
Upstream URL: https://invent.kde.org/plasma/plasma-nano
Licenses: GPL2
Submitter: espidev
Maintainer: espidev
Last Packager: espidev
Votes: 1
Popularity: 0.005931
First Submitted: 2024-03-06 21:01 (UTC)
Last Updated: 2024-10-31 15:13 (UTC)

Latest Comments

Louis commented on 2024-05-09 16:56 (UTC)

I managed to get it to build on aarch64 after modifying /etc/makepkg.conf as this: https://pastebin.com/8NKPDt2E If you have trouble logging afterwards make sure "qqc2-breeze-style" has been upgraded as well.

Louis commented on 2024-04-05 23:04 (UTC) (edited on 2024-04-05 23:06 (UTC) by Louis)

When trying to build on aarch64 I get this error:

[ 11%] Generating mo... [ 11%] Built target pofiles-260bdb2c91f42df8eb8b438f885b4b7b [ 22%] Generating ts... [ 22%] Built target tsfiles-260bdb2c91f42df8eb8b438f885b4b7b [ 22%] Built target plasmananoshellprivateplugin_autogen_timestamp_deps [ 33%] Built target plasmananoshellprivateplugin_autogen [ 44%] Linking CXX shared library ../bin/libplasmananoshellprivateplugin.so /usr/bin/ld: warning: -z pack-relative-relocs ignored collect2: error: ld returned 1 exit status make[2]: *** [components/CMakeFiles/plasmananoshellprivateplugin.dir/build.make:154: bin/libplasmananoshellprivateplugin.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:508: components/CMakeFiles/plasmananoshellprivateplugin.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

espidev commented on 2024-03-28 00:23 (UTC)

Should be fixed now, had a mistake when committing, apologies

G3ro commented on 2024-03-28 00:04 (UTC)

It seems that the new update (6.0.3.) does not work.

I assume the mistake is that the "cmake" line was removed without replacement.

espidev commented on 2024-03-08 18:32 (UTC)

Thanks, should be updated now.

sl1pkn07 commented on 2024-03-08 18:23 (UTC)

also

-- Could NOT find KF6WindowSystem (missing: KF6WindowSystem_DIR)
-- Could NOT find KF6WindowSystem: found neither KF6WindowSystemConfig.cmake nor kf6windowsystem-config.cmake 
-- Found Gettext: /usr/bin/msgmerge (found version "0.22.4") 
-- Found KF6I18n: /usr/lib/cmake/KF6I18n/KF6I18nConfig.cmake (found version "6.0.0") 
-- Could NOT find KF6Service (missing: KF6Service_DIR)
-- Could NOT find KF6Service: found neither KF6ServiceConfig.cmake nor kf6service-config.cmake 
-- Could NOT find KF6ItemModels (missing: KF6ItemModels_DIR)
-- Could NOT find KF6ItemModels: found neither KF6ItemModelsConfig.cmake nor kf6itemmodels-config.cmake 
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find KF6 (missing: WindowSystem Service ItemModels) (found
  suitable version "6.0.0", minimum required is "6.0.0")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/ECM/find-modules/FindKF6.cmake:93 (find_package_handle_standard_args)
  CMakeLists.txt:37 (find_package)


-- Configuring incomplete, errors occurred!

sl1pkn07 commented on 2024-03-08 18:20 (UTC)

needs qt6-svg

-- Could NOT find Qt6Svg (missing: Qt6Svg_DIR)
CMake Error at CMakeLists.txt:36 (find_package):
  Found package configuration file:

    /usr/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "Svg".

  Expected Config file at "/usr/lib/cmake/Qt6Svg/Qt6SvgConfig.cmake" does NOT
  exist



  Configuring with --debug-find-pkg=Qt6Svg might reveal details why the
  package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  of the path variables that find_package uses to try and find the package.



-- Configuring incomplete, errors occurred!