Package Details: gnome-shell-extension-stealmyfocus-git 5-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-stealmyfocus-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-stealmyfocus-git
Description: Shell Extension that let window that demand attention to steal focus
Upstream URL: https://github.com/v-dimitrov/gnome-shell-extension-stealmyfocus
Licenses: GPLv2
Conflicts: gnome-shell-extension-stealmyfocus
Provides: gnome-shell-extension-stealmyfocus
Replaces: gnome-shell-extension-justshowthewindow
Submitter: XZS
Maintainer: XZS
Last Packager: XZS
Votes: 7
Popularity: 0.002417
First Submitted: 2015-11-07 21:48 (UTC)
Last Updated: 2017-03-23 15:31 (UTC)

Latest Comments

popsUlfr commented on 2017-12-16 11:12 (UTC) (edited on 2017-12-16 11:14 (UTC) by popsUlfr)

There's a fork to make it compatible with gnome-shell 3.26 : https://github.com/tak0kada/gnome-shell-extension-stealmyfocus

So you can patch the PKGBUILD with following diff :

diff --git a/PKGBUILD b/PKGBUILD
index f92c2a4..1f08bff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
 # You may find it convenient to file issues and pull requests there.

 pkgname=gnome-shell-extension-stealmyfocus-git
-pkgver=5
+pkgver=1.r18.42a470f
 pkgrel=1
 pkgdesc="Shell Extension that let window that demand attention to steal focus"
 arch=(any)
 license=(GPLv2)
 replaces=('gnome-shell-extension-justshowthewindow')
-url="https://github.com/v-dimitrov/gnome-shell-extension-stealmyfocus"
+url="https://github.com/tak0kada/gnome-shell-extension-stealmyfocus"
 install=notice.install

 makedepends+=('git')