Skip to content

Commit

Permalink
settings.ui no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvakil committed Oct 28, 2023
1 parent ec6fc8b commit 138f3c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gnome-shell-extension-workspace-matrix/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-workspace-matrix
pkgdesc = Arrange workspaces in a two dimensional grid with workspace thumbnails
pkgver = 9.0
pkgrel = 1
pkgrel = 2
url = https://github.com/mzur/gnome-shell-wsmatrix
arch = x86_64
license = GPL3
depends = gnome-shell
source = gnome-shell-extension-workspace-matrix-9.0-1.tar.gz::https://github.com/mzur/gnome-shell-wsmatrix/archive/v9.0.tar.gz
source = gnome-shell-extension-workspace-matrix-9.0-2.tar.gz::https://github.com/mzur/gnome-shell-wsmatrix/archive/v9.0.tar.gz
sha256sums = 0dcb1e081653ff10b9e6195cff558efc0a3d34c37dcba8c8f4c9ef64dfe6f5c5

pkgname = gnome-shell-extension-workspace-matrix
4 changes: 2 additions & 2 deletions gnome-shell-extension-workspace-matrix/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname=gnome-shell-extension-workspace-matrix
_repo=gnome-shell-wsmatrix
pkgver=9.0
pkgrel=1
pkgrel=2
pkgdesc='Arrange workspaces in a two dimensional grid with workspace thumbnails'
arch=(x86_64)
url=https://github.com/mzur/gnome-shell-wsmatrix
Expand All @@ -17,7 +17,7 @@ [email protected]

package() {
cd ${_repo}-${pkgver}/${_uuid}
install -Dm644 metadata.json settings.ui *.js -t "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/"
install -Dm644 metadata.json *.js -t "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/"
install -Dm644 "schemas/org.gnome.shell.extensions.wsmatrix.gschema.xml" -t "${pkgdir}/usr/share/glib-2.0/schemas/"
install -dm755 overview "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/overview/"
install -dm755 workspacePopup "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/workspacePopup/"
Expand Down

0 comments on commit 138f3c5

Please sign in to comment.