From 8bb219cad5fc413f70696cc45c323537ecefff5b Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 30 Mar 2024 09:56:09 +1100 Subject: [PATCH] gnome-shell 46 compatibility --- PKGBUILD | 9 ++++----- metadata.json | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index eb7d16b..f4a7900 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,15 @@ -# Maintainer: James Bunton +# Maintainer: James Bunton pkgname=gnome-shell-extension-show-app-menu-on-key-press -pkgver=11 +pkgver=12 pkgrel=1 pkgdesc="Gnome shell extension to show app menu on key press" arch=('any') source=("extension.js" "metadata.json") - - +sha512sums=(SKIP SKIP) package() { for i in "${source[@]}"; do - install -Dm 644 "$i" "${pkgdir}/usr/share/gnome-shell/extensions/show-app-menu-on-key-press@delx.net.au/${i}" + install -Dm 644 "$i" "${pkgdir}/usr/share/gnome-shell/extensions/show-app-menu-on-key-press@delx.au/${i}" done } diff --git a/metadata.json b/metadata.json index b38fbcd..2b7a401 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "Show App Menu on Key Press", "description": "Show the app menu when any key is pressed and all windows are closed or hidden", - "uuid": "show-app-menu-on-key-press@delx.net.au", - "shell-version": ["45.0"] + "uuid": "show-app-menu-on-key-press@delx.au", + "shell-version": ["45.0", "46.0"] } -- 2.39.2