Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiredplanck/chinese-calendar
Personol fork on GitHub - Chinese traditional calendar for Linux Source: https://launchpad.net/chinese-calendar/
https://github.com/whiredplanck/chinese-calendar
calendar chinese-calendar linux lunar
Last synced: about 1 month ago
JSON representation
Personol fork on GitHub - Chinese traditional calendar for Linux Source: https://launchpad.net/chinese-calendar/
- Host: GitHub
- URL: https://github.com/whiredplanck/chinese-calendar
- Owner: WhiredPlanck
- License: gpl-3.0
- Created: 2020-12-21T12:23:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T18:45:10.000Z (over 1 year ago)
- Last Synced: 2023-09-11T17:30:55.031Z (over 1 year ago)
- Topics: calendar, chinese-calendar, linux, lunar
- Language: C++
- Homepage:
- Size: 550 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# chinese-calendar
**It is the default calendar for Ubuntu Kylin.**
**But it can be used in other Linux desktop environment (such as KDE).**
"Chinese calendar" is a Chinese traditional calendar for Ubuntu Kylin. You can find festivals and solar terms for China. In line with the Chinese using habit, it can help users to query date easily.
> This is a personal fork from Launchpad to GitHub.
>
> It has been unmaintained since 2017. So I uploaded its codes to GitHub, wishing the developers who care of Chinese lunar calendar desktop client may feel free to fork it.## Known Issue(s)
~~As for now, once the window show up, it will be quickly crashed. (Arch Linux KDE)~~
Solved.## How to build
Firstly, you need `qt5-base` and `qt5-svg` to be installed.
Then ...```bash
git clone https://github.com/whriedplanck/chinese-calendar
cd chinese-calendar
qmake PREFIX=/usr
make
make install
```## To Do
- [x] Reorganized the structure of the folders and files.
- [ ] Replace qmake with cmake. (Not sure)
- [ ] Improve UI.## Screenshots
![1.png](https://www.ubuntukylin.com/public/images/928_nl1.png)
![2.png](https://www.ubuntukylin.com/public/images/928_nl2.png)
![3.png](https://www.ubuntukylin.com/public/images/928_nl3.png)
## License
GPL-3.0 License