Package Details: plasma-ions-china-git r117.9ecdb47-1

Git Clone URL: https://aur.archlinux.org/plasma-ions-china-git.git (read-only, click to copy)
Package Base: plasma-ions-china-git
Description: A collection of plasma weather ions for Chinese users.
Upstream URL: https://github.com/arenekosreal/plasma-ions-china
Keywords: china ions plasma weather
Licenses: GPL-3.0-or-later
Conflicts: plasma-ions-china
Provides: plasma-ions-china
Submitter: bruceutut
Maintainer: bruceutut
Last Packager: bruceutut
Votes: 1
Popularity: 0.42
First Submitted: 2025-09-08 14:40 (UTC)
Last Updated: 2026-01-14 02:55 (UTC)

Latest Comments

ZhangHua commented on 2025-12-02 11:18 (UTC)

Hey, thanks for maintaining such a package. But I found something improvable:

  1. The license is GPL-3.0-or-later instead GPL3, this is required to match archlinux's package specification that we need to use SPDX License Identifier in license array.
  2. kdeplasma-addons and plasma-workspace are not optional. They should be in depends to avoid them being removed. For current plasma version, you should set kdeplasma-addons in depends. For KDE version less than 6.5, plasma-workspace should be used.
  3. CMAKE_INSTALL_PREFIX should not be set. This has been mentioned in upstream README file. It will follow KDE's CMAKE_INSTALL_PREFIX, which most of the time is /usr. You should use DESTDIR="$pkgdir" cmake --install build in package() to install them correctly.
  4. -DPlasmaWeather_ROOT="$srcdir/plasma-ions-china" is required to let cmake find header files of new ion lib. Because KDE does not provide those header files in system and we need to specify them manually until KDE do.