summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Lau2019-03-01 13:07:42 +0100
committerSebastian Lau2019-03-01 13:07:42 +0100
commit058ec02aab19bb6a2821563ea5c9c27abdacc1ae (patch)
tree2fc24f8c3141c06cff58bebf86ca6a0d5472c940 /PKGBUILD
parent82966d5fd9747a167f8743c4efad849e09d393c8 (diff)
downloadaur-058ec02aab19bb6a2821563ea5c9c27abdacc1ae.tar.gz
UPD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1753df34b85..5fa0a9ac9a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,12 @@
pkgname=plymouth
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical boot splash screen with kernel mode-setting support"
url="http://www.freedesktop.org/wiki/Software/Plymouth/"
arch=('x86_64')
license=('GPL')
-
-depends=('libdrm' 'pango' 'systemd')
+depends=('libdrm' 'pango' 'systemd' 'xf86-video-fbdev')
makedepends=('docbook-xsl')
optdepends=('ttf-dejavu')
provides=('plymouth')
@@ -47,7 +46,7 @@ md5sums=('4efa5551d230165981b105e7c6a50aa7'
'1430ae2ec501d600f8f6771454dc9bbe'
'870ea3e63c6989e2badf79d1fbafa914'
'a3cfc30df846b2d7057a29e7fbe8733a'
- 'f803c315739f46128b99232d64c268ca'
+ 'b95f6979dc2f373045b2ab88a36d6771'
'006847d16b852c7a50ee2f241fd9647e'
'606cd558141551a1ce0d80150a045d83'
'672ad913e2383483bcb4599a0a6bee48'
@@ -79,8 +78,13 @@ build() {
--enable-tracing \
--enable-pango \
--enable-gtk=no \
- --with-release-file=/etc/os-release \
+ --enable-tracing \
+ --disable-tests \
+ --without-boot-entry \
+ --without-default-plugin \
+ --enable-gdm-transition \
--with-logo=/usr/share/plymouth/arch-logo.png \
+ --with-release-file=/etc/os-release \
--with-background-color=0x000000 \
--with-background-start-color-stop=0x000000 \
--with-background-end-color-stop=0x4D4D4D \