Search Criteria
Package Details: plasma-ions-china-git r117.9ecdb47-1
Package Actions
| 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) |
Dependencies (7)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- kdeplasma-addons (kdeplasma-addons-gitAUR) (make)
- plasma-workspace (plasma-workspace-gitAUR, sonic-workspaceAUR, sonic-workspace-binAUR, plasma-workspace-povdAUR) (make)
Latest Comments
ZhangHua commented on 2025-12-02 11:18 (UTC)
Hey, thanks for maintaining such a package. But I found something improvable:
GPL-3.0-or-laterinsteadGPL3, this is required to match archlinux's package specification that we need to use SPDX License Identifier inlicensearray.kdeplasma-addonsandplasma-workspaceare not optional. They should be independsto avoid them being removed. For current plasma version, you should setkdeplasma-addonsin depends. For KDE version less than 6.5,plasma-workspaceshould be used.CMAKE_INSTALL_PREFIXshould not be set. This has been mentioned in upstream README file. It will follow KDE'sCMAKE_INSTALL_PREFIX, which most of the time is/usr. You should useDESTDIR="$pkgdir" cmake --install buildinpackage()to install them correctly.-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.