summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-01-18 13:56:43 +0100
committerPieter Goetschalckx2016-01-18 13:56:43 +0100
commitc9e02c10106c05feca6c1c0dd82cc09d74d51638 (patch)
tree0c835025cb4dc011732a81da104f8bc29ac35ff4
parentdc46a944c67f849a55e1ab787baea1118d235a15 (diff)
downloadaur-gnome-shell-extension-suspend-button-git.tar.gz
Removed patch for gnome 3.18
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
-rw-r--r--gnome-shell-version.patch8
3 files changed, 4 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 778fed57986c..9ae91044e255 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-suspend-button-git
pkgdesc = Allows to modify the suspend/shutdown button in the status menu.
- pkgver = r17.181a467
+ pkgver = r24.b04fe35
pkgrel = 1
url = https://github.com/laserb/gnome-shell-extension-suspend-button
install = gnome-shell-extension-suspend-button.install
@@ -10,9 +10,7 @@ pkgbase = gnome-shell-extension-suspend-button-git
makedepends = git
depends = gnome-shell
source = gnome-shell-extension-suspend-button-git::git+https://github.com/laserb/gnome-shell-extension-suspend-button
- source = gnome-shell-version.patch
sha256sums = SKIP
- sha256sums = 02ca0deeb19b203047723361ee6f2e45ad98216a7b2462aeb1cf0ffd8c0bc9d2
pkgname = gnome-shell-extension-suspend-button-git
diff --git a/PKGBUILD b/PKGBUILD
index 44c68916dee0..56c7d230344a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter at gmail dot com>
pkgname=gnome-shell-extension-suspend-button-git
-pkgver=r17.181a467
+pkgver=r24.b04fe35
pkgrel=1
pkgdesc="Allows to modify the suspend/shutdown button in the status menu."
arch=('i686' 'x86_64')
@@ -10,21 +10,14 @@ license=('GPL')
depends=('gnome-shell')
makedepends=('git')
install=gnome-shell-extension-suspend-button.install
-source=("$pkgname::git+https://github.com/laserb/gnome-shell-extension-suspend-button"
- "gnome-shell-version.patch")
-sha256sums=('SKIP'
- '02ca0deeb19b203047723361ee6f2e45ad98216a7b2462aeb1cf0ffd8c0bc9d2')
+source=("$pkgname::git+https://github.com/laserb/gnome-shell-extension-suspend-button")
+sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$pkgname"
- patch -p0 -i "$srcdir/gnome-shell-version.patch"
-}
-
package() {
cd "$pkgname"
_uuid='suspend-button@laserb'
diff --git a/gnome-shell-version.patch b/gnome-shell-version.patch
deleted file mode 100644
index 85f69f355998..000000000000
--- a/gnome-shell-version.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- metadata.json
-+++ metadata.json
-@@ -8,3 +8,4 @@
- "3.14",
-- "3.16"
-+ "3.16",
-+ "3.18"
- ],