summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemesys2020-08-04 03:05:33 -0400
committernemesys2020-08-04 03:05:33 -0400
commitd042e66a5db97a6a00c7550a31f4114091df4ec1 (patch)
tree2c637d0fb31c722bb8be46abd6afba6fa8faf70a
parent6b55539baf0c659b19a24daed2e3ca825b2bfafc (diff)
downloadaur-d042e66a5db97a6a00c7550a31f4114091df4ec1.tar.gz
Removed script portions that required themes to be preinstalled or produced an error.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--splash.conf16
3 files changed, 15 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b7b21b44c5a..dbf98f13decf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,7 +33,7 @@ pkgbase = fbsplash
source = fbsplash-freetype-fix.patch
md5sums = 29bbb355919a2f27c40dbfc8075c4a8d
md5sums = 4045e315c52f5a576fca4f7e634eeb91
- md5sums = 90708a96038d7d7921c2e9fde938c058
+ md5sums = 323a213ad65aee6ddde05b0ceb3b0494
md5sums = b5e6c08bbe7645a1c035565ea7d66437
md5sums = 2860cc29d5da2ea65c810de068bcc262
md5sums = f65cf94d4d4959bb44cda5fa634ab405
diff --git a/PKGBUILD b/PKGBUILD
index 37b854db4e2a..35fae5282a67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Heiko Baums <heiko@baums-on-web.de>
+# Maintainer: nemesys <nemstar zoho com>
+# Contributor: Heiko Baums <heiko@baums-on-web.de>
# Contributor: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
pkgname=fbsplash
@@ -99,7 +100,7 @@ package() {
}
md5sums=('29bbb355919a2f27c40dbfc8075c4a8d'
'4045e315c52f5a576fca4f7e634eeb91'
- '90708a96038d7d7921c2e9fde938c058'
+ '323a213ad65aee6ddde05b0ceb3b0494'
'b5e6c08bbe7645a1c035565ea7d66437'
'2860cc29d5da2ea65c810de068bcc262'
'f65cf94d4d4959bb44cda5fa634ab405'
diff --git a/splash.conf b/splash.conf
index 8eb3a442ddaf..07749b0270c4 100644
--- a/splash.conf
+++ b/splash.conf
@@ -10,12 +10,18 @@
## Themes to include into initcpio
## For a smaller initcpio you may try theme cfg files instead of directories.
+## Uncomment the themes listed in SPLASH_THEMES="", if you have installed them already and want to use them.
+## You can also download or create more themes and add them into the /etc/splash/ directory.
+## Be sure that image canvas size matches image internal resolution, or else you will not have a console background.
+## In otherwords, if you upscale an image to your desired resolution, use the linux `file` command on the output image,
+## To see if the dimensions were changed correctly.
+## To make all of this easier, it helps to use a full fledged graphics programs such as the GIMP to do image resizes.
SPLASH_THEMES="
- arch-black
- arch-banner-icons/1024x768.cfg
- arch-banner-icons/1280x800.cfg
- arch-banner-noicons/1024x768.cfg
- arch-banner-noicons/1280x800.cfg
+# arch-black
+# arch-banner-icons/1024x768.cfg
+# arch-banner-icons/1280x800.cfg
+# arch-banner-noicons/1024x768.cfg
+# arch-banner-noicons/1280x800.cfg
"
## Override the initial silent splash screen status message defaults.