From 6fd9337ee60f99b3c34ada3ae5ea5cbea832bdd4 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Sun, 13 Sep 2015 09:43:40 +0000 Subject: [PATCH] set heritage as the default sddm theme --- sddm/PKGBUILD | 6 +++--- sddm/sddm.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sddm/PKGBUILD b/sddm/PKGBUILD index e8ae49df5..d72d224c4 100644 --- a/sddm/PKGBUILD +++ b/sddm/PKGBUILD @@ -2,7 +2,7 @@ pkgname=sddm pkgver=0.12.0 -pkgrel=1 +pkgrel=2 pkgdesc='QML based X11 and Wayland display manager' arch=('x86_64') url='http://github.com/sddm/sddm' @@ -18,7 +18,7 @@ backup=('usr/share/sddm/scripts/Xsetup' source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz" 'sddm.conf') md5sums=('e3261ac93a50c71c973cc79b85387765' - '7e4de1ad45e6a0e930b96fd051e48da4') + 'e5343e5886aef3c9e043c0b1100aa659') build() { mkdir -p build && cd build @@ -35,7 +35,7 @@ package() { cd build make DESTDIR="${pkgdir}" install - # set the default configuration, with breeze as theme + # set the default configuration, with heritage as theme install -m 644 -p ${srcdir}/sddm.conf ${pkgdir}/etc/ } diff --git a/sddm/sddm.conf b/sddm/sddm.conf index 44612e089..240ae816c 100644 --- a/sddm/sddm.conf +++ b/sddm/sddm.conf @@ -24,7 +24,7 @@ RebootCommand=/usr/bin/systemctl reboot [Theme] # Current theme name -Current=breeze +Current=heritage # Cursor theme CursorTheme=breeze