[arch-commits] Commit in sddm/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Nov 1 09:21:40 UTC 2015


    Date: Sunday, November 1, 2015 @ 10:21:40
  Author: arojas
Revision: 249903

Fix multi-monitor support (FS#46306)

Modified:
  sddm/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-01 09:18:02 UTC (rev 249902)
+++ PKGBUILD	2015-11-01 09:21:40 UTC (rev 249903)
@@ -4,7 +4,7 @@
 
 pkgname=sddm
 pkgver=0.12.0
-pkgrel=4
+pkgrel=5
 pkgdesc='QML based X11 display manager'
 arch=('i686' 'x86_64')
 url='http://github.com/sddm/sddm'
@@ -17,10 +17,12 @@
 provides=('display-manager')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"
 	fix-segfault.patch::"https://github.com/davispuh/sddm/commit/671c11d0.patch"
-	CVE-2015-0856.patch::"https://github.com/sddm/sddm/commit/4cfed6b0.patch")
+	CVE-2015-0856.patch::"https://github.com/sddm/sddm/commit/4cfed6b0.patch"
+	multi-monitor.patch::"https://patch-diff.githubusercontent.com/raw/sddm/sddm/pull/511.patch")
 md5sums=('e3261ac93a50c71c973cc79b85387765'
          '208f3b1b49792984989172dd809a03bf'
-         '80eb7eddd8d3d259a6c28e83b9394575')
+         '80eb7eddd8d3d259a6c28e83b9394575'
+         '1704e84c68e6935923d223b6a4c4b198')
 
 prepare() {
   mkdir -p build
@@ -30,6 +32,8 @@
   patch -p1 -i ../fix-segfault.patch
 # Fix CVE-2015-0856
   patch -p1 -i ../CVE-2015-0856.patch
+# Fix multi-monitor support https://github.com/sddm/sddm/issues/496
+  patch -p1 -i ../multi-monitor.patch
 }
 
 build() {



More information about the arch-commits mailing list