summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2018-09-29 16:16:52 +0900
committerQue Quotion2018-09-29 16:16:52 +0900
commitef3903d1421c875fe41d295a8d7fe64467d5ed4e (patch)
tree8a6180794083f2976cf511fc7af57939c9c85514 /PKGBUILD
parentbf05ab9daad4d015d75fb5cf76a9897edf05663c (diff)
downloadaur-ef3903d1421c875fe41d295a8d7fe64467d5ed4e.tar.gz
Backport notify-notification-close fix from upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40afd35609b8..461a5fe09fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gnome-settings-daemon-elementary
pkgver=3.28.1+0ubuntu1+r3.6975d1c25
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME Settings Daemon (with elementary OS patches)"
url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
arch=('i686' 'x86_64')
@@ -20,9 +20,11 @@ groups=(pantheon)
provides=(gnome-settings-daemon{,-ubuntu}="${pkgver}")
conflicts=(gnome-settings-daemon{,-ubuntu})
source=("git+https://github.com/elementary/os-patches.git#branch=gnome-settings-daemon-bionic-patched"
- "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git/")
+ "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git/"
+ "notify-notification-close.patch")
sha512sums=('SKIP'
- 'SKIP')
+ 'SKIP'
+ 'c17fefa6e70ffbc901c247013f5296738a227fa192027cd5e7e8e086e6bda04773bcd6b61a06a4d2c1b030385ca91d7d02a7fec89eed64eaab02f62906e6a725')
pkgver() {
cd "os-patches"
@@ -32,6 +34,8 @@ pkgver() {
prepare() {
cd "os-patches"
+ patch -Np2 < ../notify-notification-close.patch
+
git submodule init
git config --local submodule."subprojects/gvc".url "${srcdir}/libgnome-volume-control"
git submodule update