summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-10-28 16:37:39 +0100
committerXZS2015-10-28 16:37:39 +0100
commit9ac2511368d2d0c0803620ec205603bacbd9f3d5 (patch)
tree880fc2bc1c2c9dad9983edf56a9b1c5a71c50bf1
parente1025e44c509faa306875319c794fa0efcfc603b (diff)
downloadaur-9ac2511368d2d0c0803620ec205603bacbd9f3d5.tar.gz
source from fork
This introduces shell version 3.18 compatibility. A pull request [1] is already filed, but not merged a few weeks since, so compatibility is shipped out via the fork until upstream merges. [1]: https://github.com/wilfm/GnomeExtensionMaximusTwo/pull/41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a76c7a6f681..175d2c42dda8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gnome-shell-extension-maximus-two-git
pkgdesc = Removes the title bar on maximised windows
pkgver = 5
- pkgrel = 1
- url = https://github.com/wilfm/GnomeExtensionMaximusTwo
+ pkgrel = 2
+ url = https://github.com/dffischer/GnomeExtensionMaximusTwo
install = notice.install
arch = any
license = GPLv3
@@ -12,7 +12,7 @@ pkgbase = gnome-shell-extension-maximus-two-git
depends = gnome-shell
provides = gnome-shell-extension-maximus-two
conflicts = gnome-shell-extension-maximus-two
- source = gnome-shell-extension-maximus-two::git+https://github.com/wilfm/GnomeExtensionMaximusTwo
+ source = gnome-shell-extension-maximus-two::git+https://github.com/dffischer/GnomeExtensionMaximusTwo
md5sums = SKIP
pkgname = gnome-shell-extension-maximus-two-git
diff --git a/PKGBUILD b/PKGBUILD
index 2ee4db73c519..175714d63e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=gnome-shell-extension-maximus-two-git
pkgver=5
-pkgrel=1
+pkgrel=2
pkgdesc="Removes the title bar on maximised windows"
arch=(any)
-url='https://github.com/wilfm/GnomeExtensionMaximusTwo'
+url='https://github.com/dffischer/GnomeExtensionMaximusTwo'
license=(GPLv3)
depends=('xorg-xprop' 'wmctrl')
install=notice.install