In package
, mv "{$pkgdir}/lib" "${pkgdir}/usr/lib"
should be mv "${pkgdir}/lib" "${pkgdir}/usr/lib"
(correct {$ to
${`).
Regards!
Git Clone URL: | https://aur.archlinux.org/touchegg-nosystemd.git (read-only, click to copy) |
---|---|
Package Base: | touchegg-nosystemd |
Description: | Linux multi-touch gesture recognizer (with systemd support disabled) |
Upstream URL: | https://github.com/JoseExposito/touchegg |
Licenses: | GPL3 |
Conflicts: | touchegg |
Provides: | touchegg, touchegg-doc |
Submitter: | jzbor |
Maintainer: | jzbor |
Last Packager: | jzbor |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-16 17:36 (UTC) |
Last Updated: | 2023-11-07 16:50 (UTC) |
In package
, mv "{$pkgdir}/lib" "${pkgdir}/usr/lib"
should be mv "${pkgdir}/lib" "${pkgdir}/usr/lib"
(correct {$ to
${`).
Regards!
Ahoj,
just some minor notes:
-DCMAKE_BUILD_TYPE=Release
to the cmake
build options. I don't know if it is relevant at all.PKGBUILD
mixes tabs and whitespace for indentation. It is nicer to just use one.provides=('touchegg')
to provides=("touchegg=${pkgver}")
.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!
There is now a package touchegg-openrc
to start the system wide daemon for OpenRC based systems.
You can optdepend on it, if you wish.
It worked, thank you.
So I have the following lines in my autostart script:
touchegg --daemon &
touchegg &
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
Please tell me how to start the touchegg-nosystemd daemon in Artix. With /etc/xdg/autostart/touchegg.desktop the client starts, but without the daemon it doesn't work?
Thanks for this nosystemd package!
Can you add a ="${pkgver}"
to the provides=('touchegg')
-entry?
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