Package Details: gnome-shell-extension-hot-edge-git 22.r55.0aeda4b-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-hot-edge-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-hot-edge-git
Description: Adds a hot edge that activates the overview to the bottom of the screen.
Upstream URL: https://github.com/jdoda/hotedge
Licenses: GPL
Conflicts: gnome-shell-extension-hot-edge
Provides: gnome-shell-extension-hot-edge
Submitter: rsa
Maintainer: letorbi
Last Packager: letorbi
Votes: 0
Popularity: 0.000000
First Submitted: 2022-02-16 18:39 (UTC)
Last Updated: 2024-04-21 20:52 (UTC)

Latest Comments

letorbi commented on 2023-10-12 08:43 (UTC)

The issue can be easily resolved by removing logger.js from the install command:

--- PKGBUILD.orig   2022-02-16 19:38:51.000000000 +0100
+++ PKGBUILD    2023-10-12 10:36:30.271479926 +0200
@@ -25,6 +25,6 @@
 package() {
   cd "$pkgname"

-  install -Dm644 -t "$pkgdir/usr/share/gnome-shell/extensions/hotedge@jonathan.jdoda.ca" extension.js logger.js metadata.json prefs.js stylesheet.css
+  install -Dm644 -t "$pkgdir/usr/share/gnome-shell/extensions/hotedge@jonathan.jdoda.ca" extension.js metadata.json prefs.js stylesheet.css
   install -Dm644 -t "$pkgdir/usr/share/gnome-shell/extensions/hotedge@jonathan.jdoda.ca/schemas" schemas/org.gnome.shell.extensions.hotedge.gschema.xml schemas/gschemas.compiled
 }

Would be great, if this fix could be applied to the official PKBUILD file. Especially now that a new GNOME version is out and people with older versions need to recompile the extension to make it work with GNOME 45.

I've marked this extension as out-of-date to reflect that work needs to be done.

zfkerr commented on 2023-09-28 14:47 (UTC)

install: cannot stat 'logger.js': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'gnome-shell-extension-hot-edge-git-14-1'