summaryrefslogtreecommitdiffstats
path: root/system/sddm
diff options
context:
space:
mode:
author David Woodfall2017-12-22 22:12:34 +0100
committer Willy Sudiarto Raharjo2017-12-23 01:12:40 +0100
commitd6d4eb429e19e94c75771d1780b0c9f100dd9eb0 (patch)
treea210971ff8f495f6f6a4ae912aed6196d93fceaf /system/sddm
parent8d3b9d0ebdf84757209dde5140707dcbb7e25211 (diff)
downloadslackbuilds-d6d4eb429e19e94c75771d1780b0c9f100dd9eb0.tar.gz
system/sddm: Updated for version 0.17.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/sddm')
-rw-r--r--system/sddm/README3
-rw-r--r--system/sddm/doinst.sh1
-rw-r--r--system/sddm/sddm.SlackBuild4
-rw-r--r--system/sddm/sddm.info6
4 files changed, 8 insertions, 6 deletions
diff --git a/system/sddm/README b/system/sddm/README
index f31e540f47..74b07415e2 100644
--- a/system/sddm/README
+++ b/system/sddm/README
@@ -18,4 +18,5 @@ run:
usermod -d /var/lib/sddm sddm
-when SDDM is *not* running.
+when SDDM is *not* running. Do this before installing or upgrading the
+package.
diff --git a/system/sddm/doinst.sh b/system/sddm/doinst.sh
index 8133e45f74..873f5495c0 100644
--- a/system/sddm/doinst.sh
+++ b/system/sddm/doinst.sh
@@ -18,6 +18,7 @@ if [ -n "$(grep sddm etc/passwd | grep var/empty)" ]; then
echo
echo 'SDDM $HOME is set to /var/empty in /etc/passwd'
echo "This needs to be changed to /var/lib/sddm"
+ echo "(see README)."
echo
echo "Please run:"
echo "usermod -d /var/lib/sddm sddm"
diff --git a/system/sddm/sddm.SlackBuild b/system/sddm/sddm.SlackBuild
index f21cdad6fc..9507440021 100644
--- a/system/sddm/sddm.SlackBuild
+++ b/system/sddm/sddm.SlackBuild
@@ -22,8 +22,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sddm
-VERSION=${VERSION:-0.16.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.17.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/system/sddm/sddm.info b/system/sddm/sddm.info
index 12ac61f25b..c94c106d40 100644
--- a/system/sddm/sddm.info
+++ b/system/sddm/sddm.info
@@ -1,8 +1,8 @@
PRGNAM="sddm"
-VERSION="0.16.0"
+VERSION="0.17.0"
HOMEPAGE="https://github.com/sddm/sddm"
-DOWNLOAD="https://github.com/sddm/sddm/archive/v0.16.0/sddm-0.16.0.tar.gz"
-MD5SUM="8d41b09ff9197b182b093af82e3958d5"
+DOWNLOAD="https://github.com/sddm/sddm/releases/download/v0.17.0/sddm-0.17.0.tar.gz"
+MD5SUM="3e665c82e20d9aa4ab84376ed4a80adc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="extra-cmake-modules qt5"