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

Antonio Rojas arojas at archlinux.org
Wed Nov 4 21:20:02 UTC 2015


    Date: Wednesday, November 4, 2015 @ 22:20:02
  Author: arojas
Revision: 250114

Update to 0.13.0

Modified:
  sddm/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-04 21:19:36 UTC (rev 250113)
+++ PKGBUILD	2015-11-04 21:20:02 UTC (rev 250114)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=sddm
-pkgver=0.12.0
-pkgrel=5
+pkgver=0.13.0
+pkgrel=1
 pkgdesc='QML based X11 display manager'
 arch=('i686' 'x86_64')
 url='http://github.com/sddm/sddm'
@@ -15,25 +15,11 @@
 backup=('usr/share/sddm/scripts/Xsetup'
         'etc/pam.d/sddm')
 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"
-	multi-monitor.patch::"https://patch-diff.githubusercontent.com/raw/sddm/sddm/pull/511.patch")
-md5sums=('e3261ac93a50c71c973cc79b85387765'
-         '208f3b1b49792984989172dd809a03bf'
-         '80eb7eddd8d3d259a6c28e83b9394575'
-         '1704e84c68e6935923d223b6a4c4b198')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('ecfd285a463eb6490da1333bb2e304a7')
 
 prepare() {
   mkdir -p build
-
-# Fix segfault https://github.com/sddm/sddm/issues/489
-  cd $pkgname-$pkgver
-  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