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

Antonio Rojas arojas at archlinux.org
Sun Dec 3 10:27:14 UTC 2017


    Date: Sunday, December 3, 2017 @ 10:27:11
  Author: arojas
Revision: 311537

Another possible fix for FS#55960

Modified:
  sddm/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-03 10:17:01 UTC (rev 311536)
+++ PKGBUILD	2017-12-03 10:27:11 UTC (rev 311537)
@@ -5,7 +5,7 @@
 
 pkgname=sddm
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='QML based X11 and Wayland display manager'
 arch=('x86_64')
 url='http://github.com/sddm/sddm'
@@ -17,13 +17,18 @@
         'etc/sddm.conf')
 provides=('display-manager')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"
-        sddm.sysusers sddm.tmpfiles)
+        sddm.sysusers sddm.tmpfiles
+        https://github.com/sddm/sddm/commit/ba9ab1dd.patch)
 sha256sums=('83a34a5f7a5af5e62f0c1bb8a9ce79c7c0ee55b3e0a9bb7ca437dc42f8ce4292'
             '9fce66f325d170c61caed57816f4bc72e9591df083e89da114a3bb16b0a0e60f'
-            'db625f2a3649d6d203e1e1b187a054d5c6263cadf7edd824774d8ace52219677')
+            'db625f2a3649d6d203e1e1b187a054d5c6263cadf7edd824774d8ace52219677'
+            '16370e962c343c33bba45bfa4ed1b4816479225d903753bdf86ca1c3abcc21db')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../ba9ab1dd.patch # possible fix for FS#55960
 }
 
 build() {



More information about the arch-commits mailing list