summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2019-03-01 13:44:04 +0100
committerSebastian Lau2019-03-01 13:44:04 +0100
commit4769f114c979a7f55b9566a25fce3620c755e7f6 (patch)
tree776c8ac8ea05a40811ec9e5e789e30a96936cc07
parent335f5b28288784aeaf7bb9fccc59e332c2b39e71 (diff)
downloadaur-4769f114c979a7f55b9566a25fce3620c755e7f6.tar.gz
correction on optdepends
-rw-r--r--.SRCINFO57
-rw-r--r--PKGBUILD2
2 files changed, 58 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f42c4a65af..039161bfa766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -225,3 +225,60 @@ pkgbase = plymouth
pkgname = plymouth
+pkgbase = plymouth
+ pkgdesc = A graphical boot splash screen with kernel mode-setting support
+ pkgver = 0.9.4
+ pkgrel = 3
+ url = http://www.freedesktop.org/wiki/Software/Plymouth/
+ arch = x86_64
+ license = GPL
+ makedepends = docbook-xsl
+ depends = libdrm
+ depends = pango
+ depends = systemd
+ optdepends = ttf-dejavu: For true type font support
+ optdepends = xf86-video-fbdev: Support special graphic cards on early startup
+ provides = plymouth
+ conflicts = plymouth-git
+ conflicts = plymouth-legacy
+ conflicts = plymouth-nosystemd
+ options = !libtool
+ options = !emptydirs
+ backup = etc/plymouth/plymouthd.conf
+ source = http://www.freedesktop.org/software/plymouth/releases/plymouth-0.9.4.tar.xz
+ source = arch-logo.png
+ source = plymouth.encrypt_hook
+ source = plymouth.encrypt_install
+ source = gdm-plymouth.service
+ source = lxdm-plymouth.service
+ source = lightdm-plymouth.service
+ source = slim-plymouth.service
+ source = sddm-plymouth.service
+ source = plymouth-deactivate.service
+ source = plymouth-start.service
+ source = plymouth-start.path
+ source = plymouth.initcpio_hook
+ source = plymouth.initcpio_install
+ source = sd-plymouth.initcpio_install
+ source = plymouth-quit.service.in.patch
+ source = plymouth-update-initrd.patch
+ md5sums = 4efa5551d230165981b105e7c6a50aa7
+ md5sums = 65fa2763d5c9bb9f80973ea5e6e3db3e
+ md5sums = d67132b297ccfb1a877a2efd78076963
+ md5sums = 02861a13840dee3a5f2224b598274220
+ md5sums = ae6e97bb1104bb12cbca6738e3fb872d
+ md5sums = 1430ae2ec501d600f8f6771454dc9bbe
+ md5sums = 870ea3e63c6989e2badf79d1fbafa914
+ md5sums = a3cfc30df846b2d7057a29e7fbe8733a
+ md5sums = b95f6979dc2f373045b2ab88a36d6771
+ md5sums = 006847d16b852c7a50ee2f241fd9647e
+ md5sums = 606cd558141551a1ce0d80150a045d83
+ md5sums = 672ad913e2383483bcb4599a0a6bee48
+ md5sums = 32f04fdbd1eb94ade30d1e63fdcdd9b5
+ md5sums = c17e915b19a469198a37dd7376a846c7
+ md5sums = af3c3eadc80e240416d11b2d5983dfb5
+ md5sums = 165a39dbedcc6e123c8ca05d5b4b2e25
+ md5sums = 0357775c16b5f90f1af485e6a4c80a9e
+
+pkgname = plymouth
+
diff --git a/PKGBUILD b/PKGBUILD
index dc51dd18041e..cc547877cd54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL')
depends=('libdrm' 'pango' 'systemd')
makedepends=('docbook-xsl')
optdepends=('ttf-dejavu: For true type font support'
- 'xf86-video-fbdev: Support graphic drivers that do not work on early startup')
+ 'xf86-video-fbdev: Support special graphic cards on early startup')
provides=('plymouth')
conflicts=('plymouth-git' 'plymouth-legacy' 'plymouth-nosystemd')
backup=('etc/plymouth/plymouthd.conf')