
Chinese Lunar Calendar applet for KDE Plasma 5
Original
Plasma 5 Calendars calendar chinese lunar
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/BLumia/pineapple-calendar
This is a plasmoid that is used to show the Chinese Lunar Calendar (widely used in Mainland China) in KDE Plasma which can be used as an alternative to the DigitalClock applet.
Please note, since this package is a C++ applet, I cannot simply provide a .plasmoid file for installing this applet/plasmoid. To use this plasmoid, see the following instruction to build it manually:
* Ensure the dependencies are installed: CMake, ICU, Qt5, KF5, ECM.
* Clone the repo by doing `git clone https://github.com/BLumia/pineapple-calendar.git` (and checkout to the latest tag if you prefer)
* Create a build folder inside the git repo and switch into that folder `mkdir build && cd build`.
* Check the dependencies and prepare for building `cmake ../ -DBUILD_PLASMOID=ON -DBUILD_STANDALONE_APP=OFF -DBUILD_TESTING=OFF`
* If no error during check, do build `make`
* If no error during build, do install `sudo make install`
* If install succeeded, restart a new plasmoid session and you'll be able to find the plasmoid with the name "Date and Calendar" as an alternative to the Digital Clock plasmoid, or from the "Add Widget" menu.
Currently tested and supported distro: Archlinux, KDE Neon User Edition.
Not tested but will probably work: Ubuntu 20.04 and above.
If you got any issues while building and using this plasmoid, please let me know by opening a new issue at GitHub.
liujunlong
1 month ago
Report
liujunlong
1 month ago
Report
blumia
1 month ago
Report