diff -rNu3 plymouth-git/PKGBUILD plymouth-git-gdm/PKGBUILD --- plymouth-git/PKGBUILD 2012-07-16 15:00:33.000000000 +0400 +++ plymouth-git-gdm/PKGBUILD 2012-07-20 13:09:15.244186832 +0400 @@ -2,7 +2,7 @@ # Contributors: Zephyr, Det, Christian Autermann, Biginoz, Martin Lee, Ricardo Funke, PirateJonno, lh, Cilyan Olowen, Shaffer, Brcha, Lyle Putnam pkgname=plymouth-git -pkgver=20120715 +pkgver=20120720 pkgrel=1 pkgdesc="A graphical boot splash screen with kernel mode-setting support (Git version)" arch=('i686' 'x86_64') @@ -21,6 +21,7 @@ "http://projects.archlinux.org/svntogit/packages.git/plain/cryptsetup/repos/core-$CARCH/encrypt_install" 'encrypt_install.patch' 'gdm-plymouth.service' + 'gdm-unpatched-plymouth.service' 'kdm-plymouth.service' 'kdm-unpatched-plymouth.service' 'lxdm-plymouth.service' @@ -41,6 +42,7 @@ '26fb380d56e64cc777ac32e2c124c41ac0769ff5' # encrypt_install '705f818a342c97681abdfb05e2e5c63fbf8743da' # encrypt_install.patch 'c9546208f996c9ea1f24217c7432d990a6d8ede8' # gdm-plymouth.service + '6e478995eab162843a95de8294c91d892c85adb3' # gdm-unpatched-plymouth.service 'de05c7f2c40ca7b24a5df5666a8d025ea42f5230' # kdm-plymouth.service '805e5e2a71e633944e1fa3e1880b43f10743c55b' # kdm-unpatched-plymouth.service '614c143d45f16e1597f809625f179fd997002bf5' # lxdm-plymouth.service @@ -131,6 +133,7 @@ # Plymouth<->systemd integration, units for DMs install -Dm644 "$srcdir/gdm-plymouth.service" "$pkgdir/usr/lib/systemd/system/gdm-plymouth.service" + install -Dm644 "$srcdir/gdm-unpatched-plymouth.service" "$pkgdir/usr/lib/systemd/system/gdm-unpatched-plymouth.service" install -Dm644 "$srcdir/kdm-plymouth.service" "$pkgdir/usr/lib/systemd/system/kdm-plymouth.service" install -Dm644 "$srcdir/kdm-unpatched-plymouth.service" "$pkgdir/usr/lib/systemd/system/kdm-unpatched-plymouth.service" install -Dm644 "$srcdir/lxdm-plymouth.service" "$pkgdir/usr/lib/systemd/system/lxdm-plymouth.service" diff -rNu3 plymouth-git/gdm-unpatched-plymouth.service plymouth-git-gdm/gdm-unpatched-plymouth.service --- plymouth-git/gdm-unpatched-plymouth.service 1970-01-01 03:00:00.000000000 +0300 +++ plymouth-git-gdm/gdm-unpatched-plymouth.service 2012-07-20 13:00:42.000000000 +0400 @@ -0,0 +1,14 @@ +[Unit] +Description=GNOME Display Manager +After=systemd-user-sessions.service + +Conflicts=getty@tty1.service +After=getty@tty1.service +Requires=plymouth-quit.service + +[Service] +ExecStart=/usr/sbin/gdm -nodaemon +StandardOutput=syslog + +[Install] +Alias=display-manager.service