Search Criteria
Package Details: xsuspender-git 0.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xsuspender-git.git (read-only, click to copy) |
|---|---|
| Package Base: | xsuspender-git |
| Description: | Automatically suspend inactive X11 applications |
| Upstream URL: | https://github.com/kernc/xsuspender |
| Licenses: | custom:WTFPL |
| Conflicts: | xsuspender |
| Provides: | xsuspender |
| Submitter: | stewi |
| Maintainer: | stewi |
| Last Packager: | stewi |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-10-20 22:29 (UTC) |
| Last Updated: | 2024-07-22 13:20 (UTC) |
Dependencies (6)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- libwnck3
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
stewi commented on 2025-12-23 15:48 (UTC) (edited on 2026-01-14 00:34 (UTC) by stewi)
@unruh
Thanks for the message. I've gone over the CMakeLists and AFAICT it's perfectly valid cmake 3.5 (or even 4.0!). Since the issue will start to hit other distros soon I've moved it upstream.
Edit: It's been fixed upstream https://github.com/kernc/xsuspender/commit/d57ae80bf8322ea81f8dabea48751b5d909d4624
unruh commented on 2025-07-20 10:57 (UTC)
I'm getting this error with the current version of cmake (4.0.3-1):
Adding
-DCMAKE_POLICY_VERSION_MINIMUM=3.5to the cmake call in the PKGBUILD works as a workaround. I.e.:stewi commented on 2024-07-22 13:22 (UTC)
@dreieck
That's a very good idea! Thanks for the comment. I've updated the package to include the appropriate conflicts and provides.
dreieck commented on 2023-10-22 10:27 (UTC)
Ahoj,
can you please add
provides=("xsuspender=${pkgver}")andconflicts=('xsuspender')?Regards and
thanks for maintaining.
stewi commented on 2022-08-22 10:59 (UTC) (edited on 2022-08-22 11:00 (UTC) by stewi)
@alien2003
I'm not able to reproduce the issue. Does the issue persist or is it resolved by pulling the latest commit?
If you remove 'make test' from the PKGBUILD does it work?
I might need someone's help with this issue if I cannot reproduce it...
alien2003 commented on 2022-04-22 21:28 (UTC)