Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=de90cf9a45906febd687b70e0ec62747f1d2f0d1

commit de90cf9a45906febd687b70e0ec62747f1d2f0d1
Author: crazy <[email protected]>
Date:   Sat Nov 5 18:02:12 2016 +0100

lightdm-1.19.5-1-x86_64
* removed .. no I really don't want to mess with this one
* we have sddm and gdm that's fine for now

diff --git a/source/xapps-extra/lightdm/FrugalBuild 
b/source/xapps-extra/lightdm/FrugalBuild
deleted file mode 100644
index ed4f8d2..0000000
--- a/source/xapps-extra/lightdm/FrugalBuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Compiling Time: 0.13 SBU
-# Maintainer: Anthony Jorion <[email protected]>
-# Contributor: Devil505 <[email protected]>
-
-pkgname=lightdm
-pkgver=1.19.5
-pkgrel=1
-pkgdesc="A lightweight display manager."
-rodepends=('lightdm-gtk-greeter')
-depends=('webkit-gtk3>=2.4.6' 'dbus-glib' 'libxklavier' 'accountsservice' 
'xrdb')
-rodepends=('xorg-server' 'xauth')
-makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection' 'itstool' 
'x11-protos')
-groups=('xapps-extra')
-archs=('i686' 'x86_64')
-_F_launchpad_ext=".tar.xz"
-_F_launchpad_branch="1.19"
-Finclude launchpad
-backup=(etc/apparmor.d/lightdm-guest-session \
-       etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf \
-       etc/lightdm/keys.conf \
-       etc/lightdm/lightdm.conf \
-       etc/lightdm/users.conf \
-       etc/pam.d/lightdm)
-source+=(frugalware.patch \
-       lightdm-autologin.pam \
-       xsession \
-       lightdm.pam \
-       lightdm.tmpfiles \
-       lightdm.service)
-
-sha1sums=('6ef706aef10e09cef477c7f68a7c8aad3ffdf06f' \
-          'e1415f2eeeeea5d2d9c76d472558e5388eb0d25e' \
-          '8f355fc8170cdf4f3a94a699b849ea7a978a91e0' \
-          '7261a104c145025c63f8febfcecc189badfd3e86' \
-          '441fbf6d2e8c76d66d83eaf9bc5b484ed2846a30' \
-          'e10a39f505c58b2cb9b53f764e8383740f592bcb' \
-          'b9e5b203e2e7fbaa98622a7407659a255722497e')
-
-replaces=('slim')
-
-build() {
-       Fcd
-       Fbuild --disable-static --libexecdir=/usr/lib/lightdm \
-               --localstatedir=/var --with-greeter-user=lightdm \
-               --with-greeter-session=lightdm-gtk-greeter --disable-tests
-
-       Fmkdir /usr/lib/tmpfiles.d/
-       Finstall 644 lightdm.tmpfiles usr/lib/tmpfiles.d/lightdm.conf
-       Fmkdir /etc/pam.d/
-       Finstall 644 lightdm.pam etc/pam.d/lightdm
-       Finstall 644 lightdm-autologin.pam etc/pam.d/lightdm-autologin
-       Ffile /lib/systemd/system/lightdm.service
-
-       # some tweaks
-       Frm /etc/init
-       Fexe xsession etc/lightdm
-       Fsed "minimum-uid=500" "minimum-uid=1000" 
$Fdestdir/etc/lightdm/users.conf
-       Fsed "/usr/sbin/nologin" "/sbin/nologin" 
$Fdestdir/etc/lightdm/users.conf
-       Fsed "#session-wrapper=lightdm-session" 
"session-wrapper=/etc/lightdm/xsession" $Fdestdir/etc/lightdm/lightdm.conf
-       Fsed "#autologin-session=UNIMPLEMENTED" 
"#autologin-session=UNIMPLEMENTED\n#pam-service=lightdm-autologin" 
$Fdestdir/etc/lightdm/lightdm.conf
-}
-
-# optimization OK
diff --git a/source/xapps-extra/lightdm/frugalware.patch 
b/source/xapps-extra/lightdm/frugalware.patch
deleted file mode 100644
index 860e9ed..0000000
--- a/source/xapps-extra/lightdm/frugalware.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur a/data/lightdm.conf b/data/lightdm.conf
---- a/data/lightdm.conf        2012-09-09 02:46:31.186271532 -0500
-+++ b/data/lightdm.conf        2012-09-09 02:46:46.932270899 -0500
-@@ -19,7 +19,7 @@
- #start-default-seat=true
- #greeter-user=lightdm
- #minimum-display-number=0
--#minimum-vt=7
-+minimum-vt=12
- #lock-memory=true
- #user-authority-in-system-dir=false
- #guest-account-script=guest-account
diff --git a/source/xapps-extra/lightdm/lightdm-autologin.pam 
b/source/xapps-extra/lightdm/lightdm-autologin.pam
deleted file mode 100644
index 3d4389c..0000000
--- a/source/xapps-extra/lightdm/lightdm-autologin.pam
+++ /dev/null
@@ -1,13 +0,0 @@
-#%PAM-1.0
-auth requisite pam_nologin.so
-auth required pam_env.so
-auth requisite pam_permit.so
-auth sufficient pam_succeed_if.so uid >= 1000 quiet
-auth required pam_deny.so
-account required pam_unix.so
-password required pam_deny.so
-session required pam_loginuid.so
--session optional pam_systemd.so
-session optional pam_keyinit.so revoke
-session required pam_limits.so
-session required pam_unix.so
\ No newline at end of file
diff --git a/source/xapps-extra/lightdm/lightdm.install 
b/source/xapps-extra/lightdm/lightdm.install
deleted file mode 100644
index 5732db6..0000000
--- a/source/xapps-extra/lightdm/lightdm.install
+++ /dev/null
@@ -1,35 +0,0 @@
-post_install()
-{
-       if [ ! -h /etc/systemd/system/display-manager.service ]; then
-               systemctl enable lightdm.service
-       fi
-       getent group lightdm > /dev/null 2>&1 || groupadd -g 620 lightdm
-       getent passwd lightdm > /dev/null 2>&1 || useradd -c 'LightDM Display 
Manager' -u 620 -g lightdm -d /var/run/lightdm -s /sbin/nologin lightdm
-       passwd -l lightdm > /dev/null
-       chmod +r /etc/lightdm/lightdm.conf
-}
-
-post_upgrade()
-{
-       post_install
-       systemctl daemon-reload >/dev/null 2>&1
-}
-
-pre_remove()
-{
-       systemctl --no-reload disable lightdm.service >/dev/null 2>&1
-}
-
-post_remove()
-{
-       getent passwd lightdm > /dev/null 2>&1 && userdel lightdm
-       getent group lightdm > /dev/null 2>&1 && groupdel lightdm
-       systemctl daemon-reload >/dev/null 2>&1
-}
-
-op=$1
-shift
-
-$op $*
-
-# vim: ft=sh
diff --git a/source/xapps-extra/lightdm/lightdm.pam 
b/source/xapps-extra/lightdm/lightdm.pam
deleted file mode 100644
index c8f5029..0000000
--- a/source/xapps-extra/lightdm/lightdm.pam
+++ /dev/null
@@ -1,11 +0,0 @@
-#%PAM-1.0
-auth requisite pam_nologin.so
-auth required pam_env.so
-auth required pam_unix.so
-auth optional pam_gnome_keyring.so
-account required pam_unix.so
-session required pam_limits.so
-session required pam_unix.so
-session optional pam_systemd.so
-password required pam_unix.so
-session optional pam_gnome_keyring.so auto_start
diff --git a/source/xapps-extra/lightdm/lightdm.service 
b/source/xapps-extra/lightdm/lightdm.service
deleted file mode 100644
index be7f223..0000000
--- a/source/xapps-extra/lightdm/lightdm.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Lightweight Display Manager
[email protected] plymouth-quit.service
-After=systemd-user-sessions.service [email protected] plymouth-quit.service
-
-[Service]
-ExecStart=/usr/sbin/lightdm
-Restart=always
-IgnoreSIGPIPE=no
-
-[Install]
-Alias=display-manager.service
diff --git a/source/xapps-extra/lightdm/lightdm.tmpfiles 
b/source/xapps-extra/lightdm/lightdm.tmpfiles
deleted file mode 100644
index eae7d1f..0000000
--- a/source/xapps-extra/lightdm/lightdm.tmpfiles
+++ /dev/null
@@ -1 +0,0 @@
-d /var/run/lightdm 0770 lightdm lightdm -
diff --git a/source/xapps-extra/lightdm/xsession 
b/source/xapps-extra/lightdm/xsession
deleted file mode 100755
index 5da041e..0000000
--- a/source/xapps-extra/lightdm/xsession
+++ /dev/null
@@ -1,69 +0,0 @@
-#!/bin/sh
-#
-# LightDM wrapper to run around X sessions.
-
-echo "Running X session wrapper"
-
-# Load profile
-for file in "/etc/profile" "$HOME/.profile" "/etc/xprofile" "$HOME/.xprofile"; 
do
-    if [ -f "$file" ]; then
-        echo "Loading profile from $file";
-        . "$file"
-    fi
-done
-
-# Load resources
-for file in "/etc/X11/Xresources" "$HOME/.Xresources"; do
-    if [ -f "$file" ]; then
-        echo "Loading resource: $file"
-        xrdb -nocpp -merge "$file"
-    fi
-done
-
-# Load keymaps
-for file in "/etc/X11/Xkbmap" "$HOME/.Xkbmap"; do
-    if [ -f "$file" ]; then
-        echo "Loading keymap: $file"
-        setxkbmap `cat "$file"`
-        XKB_IN_USE=yes
-    fi
-done
-
-# Load xmodmap if not using XKB
-if [ -z "$XKB_IN_USE" ]; then
-    for file in "/etc/X11/Xmodmap" "$HOME/.Xmodmap"; do
-        if [ -f "$file" ]; then
-           echo "Loading modmap: $file"
-           xmodmap "$file"
-        fi
-    done
-fi
-
-unset XKB_IN_USE
-
-# Run all system xinitrc shell scripts.
-xinitdir="/etc/X11/xinit/xinitrc.d"
-if [ -d "$xinitdir" ]; then
-    for script in $xinitdir/*; do
-        echo "Loading xinit script $script"
-        if [ -x "$script" -a ! -d "$script" ]; then
-            . "$script"
-        fi
-    done
-fi
-
-# Load Xsession scripts
-xsessionddir="/etc/X11/Xsession.d"
-if [ -d "$xsessionddir" ]; then
-    for i in `ls $xsessionddir`; do
-        script="$xsessionddir/$i"
-        echo "Loading X session script $script"
-        if [ -r "$script"  -a -f "$script" ] && expr "$i" : 
'^[[:alnum:]_-]\+$' > /dev/null; then
-            . "$script"
-        fi
-    done
-fi
-
-echo "X session wrapper complete, running session $@"
-
-exec $@
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to