Package Details: gnome-shell-extension-vertical-workspaces-git r685.5da42b9-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-vertical-workspaces-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-vertical-workspaces-git
Description: Changes the horizontal layout of workspaces to vertical and adds customization of Activities Overview layout
Upstream URL: https://github.com/G-dH/vertical-workspaces
Licenses: GPL3
Conflicts: gnome-shell-extension-vertical-workspaces
Provides: gnome-shell-extension-vertical-workspaces
Submitter: franch
Maintainer: franch
Last Packager: franch
Votes: 0
Popularity: 0.000000
First Submitted: 2022-07-13 00:11 (UTC)
Last Updated: 2023-11-21 22:23 (UTC)

Latest Comments

op3 commented on 2023-11-21 19:15 (UTC)

The esm-modules branch moved to main and no longer exists. Therefore, the package currently does not build.

jkoelker commented on 2023-05-13 23:17 (UTC) (edited on 2023-05-13 23:22 (UTC) by jkoelker)

The following diff will package the rest of the dependencies (it now requires /lib to be packaged) and translations:

diff --git a/PKGBUILD b/PKGBUILD
index 33d18d935d37..1cd5f60a529d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@

 _srcname=vertical-workspaces
 pkgname=gnome-shell-extension-${_srcname}-git
-pkgver=r45.704c2f9
+pkgver=r542.e1fa64f4d203
 pkgrel=1
 pkgdesc="Changes the horizontal layout of workspaces to vertical and adds customization of Activities Overview layout"
 url="https://github.com/G-dH/${_srcname}"
 arch=('any')
 license=("GPL3")
 depends=( "gnome-shell" )
-makedepends=("git" "jq")
+makedepends=("git" "jq" "unzip" "zip")
 provides=("${pkgname%-git}")
 conflicts=("${pkgname%-git}")
 source=("git+${url}.git")
@@ -23,9 +23,9 @@ pkgver() {

 build() {
   cd "${_srcname}"
-  make schemas/gschemas.compiled
-  mkdir build
-  mv --target-directory=build schemas metadata.json *.js
+  make schemas/gschemas.compiled vertical-workspaces@G-dH.github.com.zip
+  mkdir -p build
+  unzip -o -d build vertical-workspaces@G-dH.github.com.zip
 }

 package() {