summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-07-22v1.4.1涼宮結音
Add new makedepends: libxinerama The commit has been compiled in devtools
2024-05-03v1.4.0涼宮結音
2024-02-09chore(PKGBUILD:license): Use SPDX license identifiers涼宮結音
Arch Linux RFC16: https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst wiki: https://wiki.archlinux.org/title/PKGBUILD#license
2024-01-13v1.3.0涼宮結音
2024-01-07build: fix don't use system library涼宮結音
add cmake command-line parameter: -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_OPENCC=ON -DUSE_SYSTEM_PYSTRING=ON
2023-12-31build: add missing depends涼宮結音
add depends: 'opencc' 'pystring'
2023-12-31build: add missing makedepends涼宮結音
add makedepends: 'python' 'wayland-protocols' 'libxi'
2023-11-18v1.2.2涼宮 結音
2023-11-12v1.2.1涼宮 結音
2023-11-04v1.2.0涼宮 結音
2023-08-12feat: theme: support auto choose dark mode涼宮 結音
Now wiliwili boot use script, please see: https://github.com/xfangfang/wiliwili/discussions/177 https://github.com/xfangfang/wiliwili/issues/181
2023-07-27build: arch support : add others arch support涼宮結音
add arch support: 'i386' 'aarch64' 'armv7h' 'riscv64' 'loong64'. but they are untested and may not compile.
2023-07-27build: wayland: default enable wayland support涼宮結音
enable wayland cmake options.
2023-07-26v1.1.1涼宮結音
2023-07-23v1.1.0涼宮結音
2023-05-01v1.0.1涼宮結音
Updata to v1.0.1 and add libwebp makedepends.
2023-03-25delete not need .gitignore line涼宮結音
2023-03-25delete glfw rm code涼宮結音
Now cmake don't make glfw file, so don't need delete glfw file.
2023-03-25make this package more standardized.涼宮結音
Follow the archlinux wiki cmake package guidelines to make modifications related to the package specification. This also fix: bug: can't fount source file. use wiki pages. https://wiki.archlinux.org/title/CMake_package_guidelines https://github.com/archlinux/svntogit-community/blob/packages/i2pd/trunk/PKGBUILD fix bugs issues page. https://github.com/xfangfang/wiliwili/issues/103
2023-01-28v0.6.0涼宮結音