summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2022-09-07 18:37:37 +0200
committerTaijian2022-09-07 18:37:37 +0200
commit6b7814bcab1607641f581569f5575e60a47d1826 (patch)
tree859107d01b529eecc5c4f8fe77b4b2dfa1f000dd
parentf4efc29d4e7d24d9e603d11215e70025799ed7ee (diff)
downloadaur-6b7814bcab1607641f581569f5575e60a47d1826.tar.gz
re-add files needed by dracut, no pkgver increment
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 020ec12f8d06..d1b667082044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = plymouth
depends = libdrm
depends = pango
depends = systemd
- optdepends = cantarell-fonts: For true type font support
+ optdepends = cantarell-fonts: For text output, e.g. during decryption
optdepends = xf86-video-fbdev: Support special graphic cards on early startup
backup = etc/plymouth/plymouthd.conf
source = https://gitlab.freedesktop.org/plymouth/plymouth/-/archive/22.02.122/plymouth-22.02.122.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6277dfad1ec7..671c14ca915f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL')
depends=('libdrm' 'pango' 'systemd')
makedepends=('docbook-xsl')
-optdepends=('cantarell-fonts: For true type font support'
+optdepends=('cantarell-fonts: For text output, e.g. during decryption'
'xf86-video-fbdev: Support special graphic cards on early startup')
backup=('etc/plymouth/plymouthd.conf')
@@ -110,7 +110,4 @@ package() {
install -Dm644 "$srcdir/plymouth-deactivate.service" "$pkgdir/usr/lib/systemd/system/plymouth-deactivate.service"
install -Dm644 "$pkgdir/usr/share/plymouth/plymouthd.defaults" "$pkgdir/etc/plymouth/plymouthd.conf"
-
- # remove unused scripts
- rm -rf "$pkgdir"/usr/lib/plymouth/plymouth-{generate,populate}-initrd
}