Hi there, as of this weeks large chunk of updates, caffeine-ng no longer wants to appear/function, I take it this is down to the large python upgrade that occurred .
Search Criteria
Package Details: caffeine-ng 4.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/caffeine-ng.git (read-only, click to copy) |
---|---|
Package Base: | caffeine-ng |
Description: | Status bar application able to temporarily inhibit the screensaver and sleep mode. |
Upstream URL: | https://codeberg.org/WhyNotHugo/caffeine-ng |
Keywords: | caffeine powersaving screensaver |
Licenses: | GPL-3.0-or-later |
Conflicts: | caffeine, caffeine-bzr, caffeine-oneclick, caffeine-systray |
Provides: | caffeine, caffeine-bzr, caffeine-oneclick, caffeine-systray |
Replaces: | caffeine-oneclick, caffeine-systray |
Submitter: | whynothugo |
Maintainer: | whynothugo (darose) |
Last Packager: | darose |
Votes: | 126 |
Popularity: | 0.97 |
First Submitted: | 2014-10-19 05:26 (UTC) |
Last Updated: | 2024-09-24 00:34 (UTC) |
Dependencies (16)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libayatana-appindicator
- libindicator-gtk3
- libnotify (libnotify-gitAUR)
- python-click
- python-dbus
- python-ewmhAUR
- python-gobject
- python-pulsectlAUR
- python-setproctitle
- python-wheel
- python-xdg (python-pyxdg)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- xfconf (xfconf-gitAUR, xfconf-develAUR) (optional) – Support for Xfce presentation mode.
Required by (1)
- pyload-ng (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 25 Next › Last »
gavincc commented on 2023-05-05 07:42 (UTC)
XenHat commented on 2022-12-29 00:11 (UTC)
Installing libappindicator-gtk3
is still required as of today.
whynothugo commented on 2022-07-15 10:33 (UTC)
xfconf-query
is only required on XFCE. I'll make it an optional dependency and tweak the error output.
Updating the libnotify thing.
Hamra commented on 2022-07-15 10:17 (UTC)
Hi man, thanks for the update! Couple of issues. While running from command line, I noticed it constantly tries to run "xfconf-query" which I didn't have. So maybe add xfconf as dependency? The program also fails to work on libnotify 0.8, which was released recently. It works fine if I downgrade to 0.7. Maybe you can update gi.require_version("Notify", "0.7")
?
lucasouza commented on 2022-07-13 14:29 (UTC) (edited on 2022-07-13 14:34 (UTC) by lucasouza)
Thanks whynothugo for the update it's working fine, on plasma i had to install the optional libappindicator-gtk3 to work.
Rhinoceros commented on 2022-07-13 02:59 (UTC)
Thanks for the update whynothugo! Much appreciated. Looks like you've changed the upstream repository though? Could you please change url
in the PKGBUILD as well?
whynothugo commented on 2022-07-12 19:07 (UTC)
My bad, I had click installed. Can you retry?
scaramanga commented on 2022-07-12 18:01 (UTC)
Since today's update I get the error ModuleNotFoundError: No module named 'click'
. The Package python-click
should probably be added as dependency.
whynothugo commented on 2022-04-19 22:28 (UTC) (edited on 2022-04-19 22:28 (UTC) by whynothugo)
I've reverted the change for now; it's best to deal with pep517 support upstream.
yochananmarqos commented on 2022-04-19 16:15 (UTC)
@DropstEffect: Add rsync
to makedepends() and change the package() function to:
package() {
cd "$srcdir"/caffeine-ng-${pkgver}
python -m installer --destdir="$pkgdir" dist/*.whl
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
mv "${pkgdir}${site_packages}/etc" "$pkgdir/"
rsync -av "${pkgdir}${site_packages}/usr" "$pkgdir/"
rm -rf "${pkgdir}${site_packages}/usr"
}
Pinned Comments
whynothugo commented on 2023-05-05 09:34 (UTC)
After an upgrade to Python 3.11, you need to rebuild this package (and all Python packages in the AUR).