Package Details: kweather 22.09-1

Git Clone URL: https://aur.archlinux.org/kweather.git (read-only, click to copy)
Package Base: kweather
Description: Weather application for Plasma Mobile
Upstream URL: https://invent.kde.org/plasma-mobile/kweather
Licenses: GPL3
Submitter: gustawho
Maintainer: gustawho
Last Packager: gustawho
Votes: 5
Popularity: 0.077328
First Submitted: 2021-03-03 21:34 (UTC)
Last Updated: 2022-10-05 23:10 (UTC)

Latest Comments

archisman commented on 2022-11-07 15:06 (UTC)

I already have kweathercore 0.6-1 installed. But it says that version 0.6 of KF5KWeatherCore is missing.

$ pamac build kweather
Preparing...
Cloning kweather build files...
Generating kweather information...
Checking kweather dependencies...
Resolving dependencies...
Checking inter-conflicts...

To build (1):
  kweather  22.09-1    AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y


Building kweather...
==> Making package: kweather 22.09-1 (Monday 07 November 2022 10:03:14 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found kweather-22.09.tar.xz
==> Validating source files with sha256sums...
    kweather-22.09.tar.xz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting kweather-22.09.tar.xz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python3: /usr/bin/python3.10 (found version "3.10.8") found components: Interpreter 
-- Could NOT find ReuseTool (missing: REUSETOOL_EXECUTABLE) 
CMake Warning at /usr/share/ECM/modules/ECMCheckOutboundLicense.cmake:86 (message):
  Reuse tool not found, skipping test generation
Call Stack (most recent call first):
  CMakeLists.txt:30 (include)


-- Skipping execution of outbound license tests.
-- Installing in the same prefix as Qt, adopting their path scheme.
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_DATE_TIME
-- Performing Test HAVE_DATE_TIME - Success
-- Found KF5Config: /usr/lib64/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.99.0") 
-- Found KF5Kirigami2: /usr/lib64/cmake/KF5Kirigami2/KF5Kirigami2Config.cmake (found version "5.99.0") 
-- Found Gettext: /usr/bin/msgmerge (found version "0.21.1") 
-- Found KF5I18n: /usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.99.0") 
-- Found KF5CoreAddons: /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.99.0") 
-- Found KF5Notifications: /usr/lib64/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.99.0") 
-- Found KF5: success (found suitable version "5.99.0", minimum required is "5.90.0") found components: Config Kirigami2 I18n CoreAddons Notifications 
CMake Error at CMakeLists.txt:63 (find_package):
  Could not find a configuration file for package "KF5KWeatherCore" that is
  compatible with requested version "0.6.0".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/KF5KWeatherCore/KF5KWeatherCoreConfig.cmake, version: 0.5.0
    /usr/lib/cmake/KF5KWeatherCore/KF5KWeatherCoreConfig.cmake, version: 0.5.0
    /lib64/cmake/KF5KWeatherCore/KF5KWeatherCoreConfig.cmake, version: 0.5.0
    /lib/cmake/KF5KWeatherCore/KF5KWeatherCoreConfig.cmake, version: 0.5.0



-- Configuring incomplete, errors occurred!
See also "/var/tmp/pamac-build-archisman/kweather/src/build/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
    Aborting...

espidev commented on 2022-10-12 23:51 (UTC)

This package needs an additional dependency on kirigami-addons

longday commented on 2022-10-07 14:12 (UTC)

I can't start kweather, the log said

QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:163:26: Type SettingsDialog unavailable
qrc:/qml/settings/SettingsDialog.qml:33:22: Type SettingsComponent unavailable
qrc:/qml/settings/SettingsComponent.qml:13:1: module "org.kde.kirigamiaddons.labs.mobileform" is not installed

So I guess the missing dependency is kirigami-addons . I installed it and kweather worked. BTW kweather-git may also need it.

spacecowgirl commented on 2021-09-07 09:54 (UTC)

Requires qt5-charts to build. Please update your PKGBUILD. Thanks!