Package Details: gnome-shell-extension-space-bar-git 22.r7.g89a4149-2

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-space-bar-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-space-bar-git
Description: GNOME Shell extension that shows workspaces buttons in top panel
Upstream URL: https://github.com/christopher-l/space-bar
Licenses: unknown
Conflicts: gnome-shell-extension-space-bar
Provides: gnome-shell-extension-space-bar
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 0
Popularity: 0.000000
First Submitted: 2023-02-09 00:47 (UTC)
Last Updated: 2024-01-20 22:55 (UTC)

Latest Comments

e-v commented on 2023-10-10 15:11 (UTC)

This now seems to be compatible with Gnome 45.

Thanks for the package!

yochananmarqos commented on 2023-09-20 15:05 (UTC)

@crimist: Fixed.

crimist commented on 2023-09-20 03:19 (UTC) (edited on 2023-09-20 03:22 (UTC) by crimist)

Version 22.r0.g388eb05-1 of the PKGBUILD breaks dependencies because gnome-shell is versioned with a 1: in front on the offical repos. https://archlinux.org/packages/extra/x86_64/gnome-shell/ currently at version 1:44.5-1.

Fix below:

diff --git a/PKGBUILD b/PKGBUILD
index 0985baa..0bd4408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="GNOME Shell extension that shows workspaces buttons in top panel"
 arch=('any')
 url="https://github.com/christopher-l/space-bar"
 license=('GPL')
-depends=('gnome-shell<=44.6')
+depends=('gnome-shell<=1:44.6')
 makedepends=('git' 'typescript')
 provides=("${pkgname%-git}")
 conflicts=("${pkgname%-git}")