Package Details: gnome-shell-extension-search-light-git r32.47250d4-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-search-light-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-search-light-git
Description: Extension for GNOME shell that takes the apps search widget out of Overview.
Upstream URL: https://github.com/icedman/search-light
Licenses: GPL3
Conflicts: gnome-shell-extension-search-light
Provides: gnome-shell-extension-search-light
Submitter: morealaz
Maintainer: morealaz
Last Packager: morealaz
Votes: 1
Popularity: 0.000021
First Submitted: 2022-11-08 02:32 (UTC)
Last Updated: 2022-11-08 02:32 (UTC)

Latest Comments

yochananmarqos commented on 2023-10-08 21:39 (UTC) (edited on 2023-10-08 21:50 (UTC) by yochananmarqos)

Please use make publish and make install-zip. make build only compiles the Gschema which is not necessary for a system install.

build() {
  cd search-light
  make publish
}

package() {
  cd search-light
  make DESTDIR="$pkgdir" install-zip

  install -Dm644 schemas/org.gnome.shell.extensions.search-light.gschema.xml -t \
    "$pkgdir/usr/share/glib-2.0/schemas/"
  rm -rf "$pkgdir/usr/share/gnome-shell/extensions/search-light@icedman.github.com/schemas"
}

@kugelvlitz: System extensions cannot be managed via the Extension page. Use the Extension application.

kugelvlitz commented on 2022-11-24 17:36 (UTC)

This package is broken as of now. Extensions page displays that it cannot access a file, extension can't be enabled.