Ahoj,
just some minor notes:
- You could set
-DCMAKE_BUILD_TYPE=Release
to thecmake
build options. I don't know if it is relevant at all. - Your
PKGBUILD
mixes tabs and whitespace for indentation. It is nicer to just use one. - You could change
provides=('touchegg')
toprovides=("touchegg=${pkgver}")
. - The
README.md
actually contains useful documentation, that could be installed into/usr/share/doc/touchegg/
.
Since I needed right now the new version 2.0.12, I did work on the PKGBUILD
anyway, there I also incorporated the optdepend on touchegg-openrc
and also added touche
as optdepend.
Here you can find the PKGBUILD
with some enhancements and cleanups done by myself -- feel free to use what ever you want to use from it:
→ PKGBUILD
download.
Regards!
Pinned Comments
jzbor commented on 2021-05-28 19:09 (UTC)
So I have the following lines in my autostart script:
It depends on the DE/WM where to put these, but the Arch Wiki might help: https://wiki.archlinux.org/title/Autostarting#On_desktop_environment_startup