summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2016-10-12 02:07:11 +0200
committerSebastian Lau2016-10-12 02:07:11 +0200
commitdb2d75510399ca9e08b1fe41f251d5f429d7949c (patch)
tree893ea8c128a782a17a7c792ef7f7dd9088de097e
parented156cc0bbf7c83189fec9366f7d1e87c85da4f6 (diff)
downloadaur-db2d75510399ca9e08b1fe41f251d5f429d7949c.tar.gz
PATCH sddm-plymouth.service
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--sddm-plymouth.service3
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd71dcd99f3..d54558645755 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Sep 17 12:29:03 UTC 2016
+# Wed Oct 12 00:06:59 UTC 2016
pkgbase = plymouth
pkgdesc = A graphical boot splash screen with kernel mode-setting support
pkgver = 0.9.2
- pkgrel = 11
+ pkgrel = 12
url = http://www.freedesktop.org/wiki/Software/Plymouth/
arch = i686
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = plymouth
md5sums = 1430ae2ec501d600f8f6771454dc9bbe
md5sums = 870ea3e63c6989e2badf79d1fbafa914
md5sums = a3cfc30df846b2d7057a29e7fbe8733a
- md5sums = 96479348503e18d3375bab8ef97c6b5e
+ md5sums = f803c315739f46128b99232d64c268ca
md5sums = 006847d16b852c7a50ee2f241fd9647e
md5sums = 78340207f7391c682601b1b36baed14d
md5sums = 672ad913e2383483bcb4599a0a6bee48
diff --git a/PKGBUILD b/PKGBUILD
index 1de66558fb6a..afdcf423324e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=plymouth
pkgver=0.9.2
-pkgrel=11
+pkgrel=12
pkgdesc="A graphical boot splash screen with kernel mode-setting support"
url="http://www.freedesktop.org/wiki/Software/Plymouth/"
@@ -49,7 +49,7 @@ md5sums=('ff420994deb7ea203df678df92e7ab7d'
'1430ae2ec501d600f8f6771454dc9bbe'
'870ea3e63c6989e2badf79d1fbafa914'
'a3cfc30df846b2d7057a29e7fbe8733a'
- '96479348503e18d3375bab8ef97c6b5e'
+ 'f803c315739f46128b99232d64c268ca'
'006847d16b852c7a50ee2f241fd9647e'
'78340207f7391c682601b1b36baed14d'
'672ad913e2383483bcb4599a0a6bee48'
@@ -68,7 +68,7 @@ prepare() {
build() {
cd "$srcdir"/${pkgname}-${pkgver}
-
+
LDFLAGS="$LDFLAGS -ludev" ./configure --prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
@@ -97,13 +97,13 @@ package() {
make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/arch-logo.png" "$pkgdir/usr/share/plymouth/arch-logo.png"
+ install -Dm644 "$srcdir/arch-logo.png" "$pkgdir/usr/share/plymouth/arch-logo.png"
install -Dm644 "$srcdir/plymouth.encrypt_hook" "$pkgdir/usr/lib/initcpio/hooks/plymouth-encrypt"
install -Dm644 "$srcdir/plymouth.encrypt_install" "$pkgdir/usr/lib/initcpio/install/plymouth-encrypt"
install -Dm644 "$srcdir/plymouth.initcpio_hook" "$pkgdir/usr/lib/initcpio/hooks/plymouth"
install -Dm644 "$srcdir/plymouth.initcpio_install" "$pkgdir/usr/lib/initcpio/install/plymouth"
-
+
for i in {gdm,sddm,lxdm,slim,lightdm}-plymouth.service; do
install -Dm644 "$srcdir/$i" "$pkgdir/usr/lib/systemd/system/$i"
done
diff --git a/sddm-plymouth.service b/sddm-plymouth.service
index 38ac248d669c..5c08c3a1bf9d 100644
--- a/sddm-plymouth.service
+++ b/sddm-plymouth.service
@@ -2,7 +2,8 @@
Description=Simple Desktop Display Manager
Documentation=man:sddm(1) man:sddm.conf(5)
Conflicts=getty@tty1.service
-After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
+Wants=plymouth-deactivate.service
+After=systemd-user-sessions.service getty@tty1.service plymouth-deactivate.service plymouth-quit.service
[Service]
ExecStart=/usr/bin/sddm