summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--wayland.patch2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a29ba82de24..b3814bdd2a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system76-driver
pkgdesc = System76 Driver provides drivers, restore, and regression support for System76 computers
- pkgver = 19.04.7
+ pkgver = 19.04.8
pkgrel = 1
url = https://github.com/pop-os/system76-driver
install = system76-driver.install
@@ -26,16 +26,16 @@ pkgbase = system76-driver
optdepends = pulseaudio: To apply microphone fix
optdepends = xorg-xhost: To enable GUI applications on Wayland
optdepends = xorg-xbacklight: To use the backlight service
- source = https://github.com/pop-os/system76-driver/archive/19.04.7.tar.gz
+ source = https://github.com/pop-os/system76-driver/archive/19.04.8.tar.gz
source = galu1.patch
source = gtk.patch
source = cli.patch
source = wayland.patch
- sha1sums = 17aec7a21a47259db49691ab6e23fe61ddd1202e
+ sha1sums = a873735f1b836404ec9ee4936a5a73b3495eb0a1
sha1sums = ddc85f9b062eb89c2c6fef0c6d7c68a28f419760
sha1sums = 45b4601ed3d9d80a01d5179628b1502caa9d7e6f
sha1sums = 916e0eeda26e00bd0372c1ffc7c5368cda9d46a1
- sha1sums = c3244a1fe8470b3e39f9a604bc40db235388893b
+ sha1sums = a64fdf31128e41f02a04b6960b64e2f1eee7fc02
pkgname = system76-driver
diff --git a/PKGBUILD b/PKGBUILD
index 0105f56c0a49..48b6b14b7e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Corey Hinshaw <coreyhinshaw(at)gmail(dot)com>
pkgname=system76-driver
-pkgver=19.04.7
+pkgver=19.04.8
pkgrel=1
pkgdesc="System76 Driver provides drivers, restore, and regression support for System76 computers"
arch=('any')
@@ -40,11 +40,11 @@ source=(
'cli.patch'
'wayland.patch')
sha1sums=(
- '17aec7a21a47259db49691ab6e23fe61ddd1202e'
+ 'a873735f1b836404ec9ee4936a5a73b3495eb0a1'
'ddc85f9b062eb89c2c6fef0c6d7c68a28f419760'
'45b4601ed3d9d80a01d5179628b1502caa9d7e6f'
'916e0eeda26e00bd0372c1ffc7c5368cda9d46a1'
- 'c3244a1fe8470b3e39f9a604bc40db235388893b')
+ 'a64fdf31128e41f02a04b6960b64e2f1eee7fc02')
build() {
diff --git a/wayland.patch b/wayland.patch
index a62dc78b02e2..23cba76b33a8 100644
--- a/wayland.patch
+++ b/wayland.patch
@@ -6,7 +6,7 @@
+ xhost +si:localuser:root
+fi
+
- pkexec "/usr/bin/system76-driver" --home $HOME
+ pkexec "/usr/bin/system76-driver" --home "$HOME"
+
+if [ "$XDG_SESSION_TYPE" == "wayland" ] && command -v xhost; then
+ xhost -si:localuser:root