Search Criteria
Package Details: gnome-shell-extension-nightthemeswitcher 80-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-nightthemeswitcher.git (read-only, click to copy) |
|---|---|
| Package Base: | gnome-shell-extension-nightthemeswitcher |
| Description: | Automatically toggle your light and dark themes variants |
| Upstream URL: | https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension |
| Licenses: | GPL-3.0-or-later |
| Submitter: | igor-dyatlov |
| Maintainer: | supermario |
| Last Packager: | supermario |
| Votes: | 7 |
| Popularity: | 0.000006 |
| First Submitted: | 2021-09-03 12:52 (UTC) |
| Last Updated: | 2025-09-23 07:32 (UTC) |
Dependencies (4)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-beta-performanceAUR, gnome-shell-beta-performanceAUR, gnome-shell-beta-performanceAUR, gnome-shell-gitAUR, gnome-shell-performance-unstableAUR, gnome-shell-performance-unstableAUR, gnome-shell-performance-unstableAUR, gnome-shell-mobileAUR, gnome-shell-performanceAUR, gnome-shell-multiseatAUR, gnome-shell-multiseat-docsAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
barraponto commented on 2025-03-23 16:37 (UTC)
needs update to work on Gnome Shell 48. here's a non-git PKGBUILD using release 79 (latest as of today): https://gist.github.com/barraponto/38437a4fbf8b2b5b514c87bff0f2fc19
daenney commented on 2024-03-26 16:23 (UTC)
This needs an update to work on Gnome Shell 46. Simply bumping the
pkgverto77seems to do the trick.Misaka13514 commented on 2024-01-28 05:58 (UTC)
Please follow Arch Linux RFC16: use SPDX license identifier in PKGBUILD.
https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst
escape0707 commented on 2023-05-08 10:40 (UTC) (edited on 2023-05-08 10:48 (UTC) by escape0707)
@HarmfulBreeze You would also need to change
depends=('gnome-shell>=1:43')to>=1:44Edit: Please consider adopting this patch (and adding a
.gitignore):HarmfulBreeze commented on 2023-05-07 14:18 (UTC)
In the meantime, the following diff can be applied:
Aftermath commented on 2023-04-14 14:51 (UTC)
This version doesn't support Gnome 44, and the latest version doesn't support Gnome 43 anymore.
yochananmarqos commented on 2022-02-27 16:44 (UTC)
@igor-dyatlov: >=v56 is only compatible with GNOME 42, see the release notes. Please revert back to v55 until GNOME 42 is released.
igor-dyatlov commented on 2021-10-02 21:25 (UTC)
@escape0707: fixed
escape0707 commented on 2021-10-02 15:44 (UTC)
Plus, the dependency
gnome-shell>=41won't work now asgnome-shellis on epoch 1. The correct way to add this restriction isgnome-shell>=1:41.yochananmarqos commented on 2021-09-05 15:36 (UTC)
FYI, v52 is only for GNOME 41. One will need to stick with v51 on GNOME 40.