summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgS6442015-12-04 00:30:32 +0100
committergS6442015-12-04 00:30:32 +0100
commitadbf1b0d19c1e7a86b5e99e81e73216a6206d164 (patch)
treea413274ad9f3d1c57e98634bc574bd752b15c7af
parent94931296bb9a63191cc3b83083c2bb142ccfae54 (diff)
downloadaur-adbf1b0d19c1e7a86b5e99e81e73216a6206d164.tar.gz
Remove useless patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--plymouth.encrypt_install15
-rw-r--r--plymouth.initcpio_install14
4 files changed, 6 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa1c03e91497..2b41e96c6086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plymouth
pkgdesc = A graphical boot splash screen with kernel mode-setting support
pkgver = 0.9.2
- pkgrel = 7
+ pkgrel = 8
url = http://www.freedesktop.org/wiki/Software/Plymouth/
arch = i686
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = plymouth
md5sums = ff420994deb7ea203df678df92e7ab7d
md5sums = 65fa2763d5c9bb9f80973ea5e6e3db3e
md5sums = fbdd5d04e3089a214b9056357434df86
- md5sums = bc7a9d3deadd51f85fdd60700aec820f
+ md5sums = 65eb269910f1b81e3f0970af456394ca
md5sums = c36da17cb580ff901960e73d56a7d88c
md5sums = dcacff05835053242f52b9e375248ec3
md5sums = 22130f7e6b20d2a43dbed924de75180b
@@ -44,7 +44,7 @@ pkgbase = plymouth
md5sums = 78340207f7391c682601b1b36baed14d
md5sums = 672ad913e2383483bcb4599a0a6bee48
md5sums = 32f04fdbd1eb94ade30d1e63fdcdd9b5
- md5sums = bc571ec7ae62b7ecd33606f6fd160671
+ md5sums = a6dca3d57fd38b875d0520ec033dbf66
md5sums = 165a39dbedcc6e123c8ca05d5b4b2e25
md5sums = f79edbbb30c71b0dbcd102c7dd31660b
md5sums = 0357775c16b5f90f1af485e6a4c80a9e
diff --git a/PKGBUILD b/PKGBUILD
index 44f5d70d1e09..144d0a5d76eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=plymouth
pkgver=0.9.2
-pkgrel=7
+pkgrel=8
pkgdesc="A graphical boot splash screen with kernel mode-setting support"
url="http://www.freedesktop.org/wiki/Software/Plymouth/"
@@ -43,7 +43,7 @@ source=("http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pk
md5sums=('ff420994deb7ea203df678df92e7ab7d'
'65fa2763d5c9bb9f80973ea5e6e3db3e'
'fbdd5d04e3089a214b9056357434df86'
- 'bc7a9d3deadd51f85fdd60700aec820f'
+ '65eb269910f1b81e3f0970af456394ca'
'c36da17cb580ff901960e73d56a7d88c'
'dcacff05835053242f52b9e375248ec3'
'22130f7e6b20d2a43dbed924de75180b'
@@ -52,7 +52,7 @@ md5sums=('ff420994deb7ea203df678df92e7ab7d'
'78340207f7391c682601b1b36baed14d'
'672ad913e2383483bcb4599a0a6bee48'
'32f04fdbd1eb94ade30d1e63fdcdd9b5'
- 'bc571ec7ae62b7ecd33606f6fd160671'
+ 'a6dca3d57fd38b875d0520ec033dbf66'
'165a39dbedcc6e123c8ca05d5b4b2e25'
'f79edbbb30c71b0dbcd102c7dd31660b'
'0357775c16b5f90f1af485e6a4c80a9e')
diff --git a/plymouth.encrypt_install b/plymouth.encrypt_install
index f9b7b2f27b3a..5258a0b2d50e 100644
--- a/plymouth.encrypt_install
+++ b/plymouth.encrypt_install
@@ -24,21 +24,6 @@ build() {
add_file "/etc/fonts/fonts.conf"
add_file "/etc/fonts/conf.d/60-latin.conf"
- map add_systemd_unit \
- systemd-ask-password-plymouth.path \
- systemd-ask-password-plymouth.service \
- plymouth-halt.service \
- plymouth-kexec.service \
- plymouth-poweroff.service \
- plymouth-quit-wait.service \
- plymouth-quit.service \
- plymouth-read-write.service \
- plymouth-reboot.service \
- plymouth-start.service \
- plymouth-switch-root.service \
- plymouth-start.path
-
-
add_runscript
}
diff --git a/plymouth.initcpio_install b/plymouth.initcpio_install
index d1c42b8de039..40838ac4f8aa 100644
--- a/plymouth.initcpio_install
+++ b/plymouth.initcpio_install
@@ -49,20 +49,6 @@ build() {
add_binary "$(readlink -e /lib/libnss_files.so.2)"
add_file /lib/libnss_files.so.2
- map add_systemd_unit \
- systemd-ask-password-plymouth.path \
- systemd-ask-password-plymouth.service \
- plymouth-halt.service \
- plymouth-kexec.service \
- plymouth-poweroff.service \
- plymouth-quit-wait.service \
- plymouth-quit.service \
- plymouth-read-write.service \
- plymouth-reboot.service \
- plymouth-start.service \
- plymouth-switch-root.service \
- plymouth-start.path
-
add_runscript
}