summaryrefslogtreecommitdiff
path: root/pcr/sddm-consolekit
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/sddm-consolekit')
-rw-r--r--pcr/sddm-consolekit/PKGBUILD54
-rw-r--r--pcr/sddm-consolekit/sddm-consolekit.patch9
-rw-r--r--pcr/sddm-consolekit/sddm-pam_kwallet.patch10
-rw-r--r--pcr/sddm-consolekit/sddm.conf105
-rw-r--r--pcr/sddm-consolekit/sddm.install15
5 files changed, 0 insertions, 193 deletions
diff --git a/pcr/sddm-consolekit/PKGBUILD b/pcr/sddm-consolekit/PKGBUILD
deleted file mode 100644
index e1ac8595b..000000000
--- a/pcr/sddm-consolekit/PKGBUILD
+++ /dev/null
@@ -1,54 +0,0 @@
-# Maintainer: David P. <megver83@parabola.nu>
-# Contributor: artoo <artoo@manjaro.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=sddm-consolekit
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='QML based X11 display manager'
-arch=('armv7h' 'i686' 'x86_64')
-url='http://github.com/sddm/sddm'
-license=('GPL')
-depends=('qt5-declarative' 'xorg-xauth' 'xorg-server' 'consolekit' 'eudev-systemd')
-makedepends=('extra-cmake-modules' 'python-docutils' 'qt5-tools')
-backup=('usr/share/sddm/scripts/Xsetup'
- 'etc/pam.d/sddm'
- 'etc/sddm.conf')
-conflicts=('display-manager' 'sddm')
-provides=('display-manager' 'sddm')
-source=("${pkgname/-*/}-${pkgver}.tar.gz::https://github.com/${pkgname/-*/}/${pkgname/-*/}/archive/v${pkgver}.tar.gz"
- "${pkgname/-*/}-consolekit.patch"
- 'sddm.conf'
- 'sddm.sysusers'
- 'sddm.tmpfiles')
-sha512sums=('c4a8fc4cb23e61defb8ca5a48bb9354cfa694057cb6fc3697f9dcd52a24b21e9a24568ae1f54810137468f3e0b198483cbb500c11f19f654267c40053f301abc'
- 'aa53338c3e154982388b2e98101cd49e607f1744acee28f46892e3a6848f06de4ba8a8bf204128da1a7b22df9efe5d95bb6ac1cd5dedb8a301f8587af381253a'
- 'dcd89ed3b8849438921529b99cb14644f56ddf9200b1de9f7242d65bc171f6ba573a636e4eeb6b2077cea63b961ce3e7e4c7013731057218657f13baab3e52e4'
- '1fbc3476034774576801d91ed8edf3c1a7f3ae59023134e10c3950e1cf9a84319bf184a1df65762d8485ee4bdecb690fbf53cbf3de98feb38c538a5439b036e0'
- 'bb5ecdcc6cfcc6b1056a7b10b8a6f323a3e12ea5496a26d80f199a275402fd99ed0fa810fad6687407605964f980784c24082686e177063113a358e1d4220136')
-
-prepare() {
- mkdir -p build
- cd ${pkgname/-*/}-${pkgver}
- patch -p1 -i ${srcdir}/${pkgname/-*/}-consolekit.patch
-}
-
-build() {
- cd build
- cmake ../${pkgname/-*/}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
- -DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
- -DBUILD_MAN_PAGES=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-# sed -e 's|pam_systemd.so|pam_ck_connector.so nox11|' -i ${pkgdir}/etc/pam.d/sddm-greeter
- install -m 755 ${srcdir}/sddm.conf ${pkgdir}/etc
- install -Dm644 "$srcdir"/sddm.sysusers "$pkgdir"/usr/lib/sysusers.d/sddm.conf
- install -Dm644 "$srcdir"/sddm.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/sddm.conf
-}
diff --git a/pcr/sddm-consolekit/sddm-consolekit.patch b/pcr/sddm-consolekit/sddm-consolekit.patch
deleted file mode 100644
index 64ea06482..000000000
--- a/pcr/sddm-consolekit/sddm-consolekit.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/data/scripts/Xsession 2016-08-28 14:52:04.910181422 +0200
-+++ b/data/scripts/Xsession 2016-08-28 14:53:07.157184480 +0200
-@@ -91,5 +91,5 @@
- if [ -z "$@" ]; then
- exec xmessage -center -buttons OK:0 -default OK "Sorry, $DESKTOP_SESSION is no valid session."
- else
-- exec $@
-+ exec ck-launch-session $@
- fi
diff --git a/pcr/sddm-consolekit/sddm-pam_kwallet.patch b/pcr/sddm-consolekit/sddm-pam_kwallet.patch
deleted file mode 100644
index ff1c4d2dd..000000000
--- a/pcr/sddm-consolekit/sddm-pam_kwallet.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/services/sddm.pam 2015-08-17 18:06:19.000000000 +0200
-+++ b/services/sddm.pam 2016-02-21 19:54:08.654091951 +0100
-@@ -4,3 +4,7 @@
- account include system-login
- password include system-login
- session include system-login
-+-auth optional pam_kwallet.so kdehome=.kde4
-+-auth optional pam_kwallet5.so
-+-session optional pam_kwallet.so
-+-session optional pam_kwallet5.so auto_start
diff --git a/pcr/sddm-consolekit/sddm.conf b/pcr/sddm-consolekit/sddm.conf
deleted file mode 100644
index 78118cf56..000000000
--- a/pcr/sddm-consolekit/sddm.conf
+++ /dev/null
@@ -1,105 +0,0 @@
-[Autologin]
-# Autologin again on session exit
-Relogin=false
-
-# Autologin session
-Session=
-
-# Autologin user
-User=
-
-
-[General]
-# Halt command
-HaltCommand=/usr/bin/shutdown -h -P
-
-# Initial NumLock state
-# Valid values: on|off|none
-# If property is set to none, numlock won't be changed
-Numlock=none
-
-# Reboot command
-RebootCommand=/usr/bin/shutdown -r now
-
-
-[Theme]
-# Current theme name
-Current=breeze
-
-# Cursor theme
-CursorTheme=breeze_cursors
-
-# Face icon directory
-# The files should be in username.face.icon format
-FacesDir=/usr/share/sddm/faces
-
-# Theme directory path
-ThemeDir=/usr/share/sddm/themes
-
-
-[Users]
-# Default $PATH
-DefaultPath=/bin:/usr/bin:/usr/local/bin
-
-# Hidden shells
-# Users with these shells as their default won't be listed
-HideShells=
-
-# Hidden users
-HideUsers=
-
-# Maximum user id for displayed users
-MaximumUid=60000
-
-# Minimum user id for displayed users
-MinimumUid=1000
-
-# Remember the session of the last successfully logged in user
-RememberLastSession=true
-
-# Remember the last successfully logged in user
-RememberLastUser=true
-
-
-[WaylandDisplay]
-# Wayland session script path
-# A script to execute when starting the desktop session
-SessionCommand=/usr/share/sddm/scripts/wayland-session
-
-# Session description directory
-SessionDir=/usr/share/wayland-sessions
-
-
-[XDisplay]
-# Xsetup script path
-# A script to execute when starting the display server
-DisplayCommand=/usr/share/sddm/scripts/Xsetup
-
-# Xstop script path
-# A script to execute when stopping the display server
-DisplayStopCommand=/usr/share/sddm/scripts/Xstop
-
-# Minimum VT
-# The lowest virtual terminal number that will be used.
-MinimumVT=7
-
-# X server arguments
-ServerArguments=-nolisten tcp
-
-# X server path
-ServerPath=/usr/bin/X
-
-# Xsession script path
-# A script to execute when starting the desktop session
-SessionCommand=/usr/share/sddm/scripts/Xsession
-
-# Session description directory
-SessionDir=/usr/share/xsessions
-
-# Xauth path
-XauthPath=/usr/bin/xauth
-
-# Xephyr path
-XephyrPath=/usr/bin/Xephyr
-
-
diff --git a/pcr/sddm-consolekit/sddm.install b/pcr/sddm-consolekit/sddm.install
deleted file mode 100644
index f078c1466..000000000
--- a/pcr/sddm-consolekit/sddm.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- if ! getent group sddm > /dev/null; then
- groupadd --system sddm
- fi
- if ! getent passwd sddm > /dev/null; then
- useradd -c "Simple Desktop Display Manager" --system -d /var/lib/sddm -s /usr/bin/nologin -g sddm sddm
- passwd -l sddm > /dev/null
- fi
- mkdir -p /var/lib/sddm
- chown -R sddm:sddm /var/lib/sddm > /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}