summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorANDRoid78902020-09-07 17:43:09 +0400
committerANDRoid78902020-09-07 17:43:09 +0400
commit1fda9faf92af300bae33881cc664cb2841d1b201 (patch)
tree90a9dd7050ea784b47cb88f33e358038acdcc5c6 /PKGBUILD
parent5eeadf2761f96f94a953a802d398ae295e9f8b5f (diff)
downloadaur-1fda9faf92af300bae33881cc664cb2841d1b201.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6ffcc467417..182b8b670733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -182,9 +182,10 @@ build() {
}
package_linux-manjaro-xanmod() {
- pkgdesc="The Linux kernel and modules with Xanmod and Manjaro patches"
+ pkgdesc="The Linux kernel and modules with Xanmod and Manjaro patches (Bootsplash support)"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=27')
- optdepends=('crda: to set the correct wireless channels of your country')
+ optdepends=('crda: to set the correct wireless channels of your country'
+ 'bootsplash-systemd: to enable bootsplash')
provides=("linux=${pkgver}" VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
cd "${srcdir}/linux-${_basekernel}"