Age | Commit message (Collapse) | Author |
|
Add new makedepends: libxinerama
The commit has been compiled in devtools
|
|
|
|
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
|
|
|
|
add cmake command-line parameter:
-DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_OPENCC=ON -DUSE_SYSTEM_PYSTRING=ON
|
|
add depends: 'opencc' 'pystring'
|
|
add makedepends: 'python' 'wayland-protocols' 'libxi'
|
|
|
|
|
|
|
|
Now wiliwili boot use script, please see:
https://github.com/xfangfang/wiliwili/discussions/177
https://github.com/xfangfang/wiliwili/issues/181
|
|
add arch support: 'i386' 'aarch64' 'armv7h' 'riscv64' 'loong64'.
but they are untested and may not compile.
|
|
enable wayland cmake options.
|
|
|
|
|
|
Updata to v1.0.1 and add libwebp makedepends.
|
|
|
|
Now cmake don't make glfw file, so don't need delete glfw file.
|
|
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
|
|
|