summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemesys2022-02-21 10:58:19 -0500
committernemesys2022-02-21 10:58:19 -0500
commitc9174a56999e9693eb73b869e0e4ff53a4e417ef (patch)
treefaff9b3addd245bad326b311143c160575a84f51
parent48697d18d91c20ad22a4c2b6d45634b7e5f879c0 (diff)
downloadaur-c9174a56999e9693eb73b869e0e4ff53a4e417ef.tar.gz
added fbset as optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2627817ae5e1..17435ad40c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fbsplash
pkgdesc = A userspace implementation of a splash screen for Linux (formerly known as gensplash)
pkgver = 1.5.4.4
- pkgrel = 16
+ pkgrel = 17
url = https://sourceforge.net/projects/fbsplash.berlios/
install = fbsplash.install
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = fbsplash
depends = gpm
optdepends = linux-fbcondecor: enable console background images
optdepends = fbsplash-extras: additional functionality like daemon icons
+ optdepends = fbset: framebuffer setup utility
optdepends = uswsusp-fbsplash: suspend to disk with fbsplash
optdepends = python: convert themes from splashy to fbsplash
conflicts = fbsplash-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 511819cd512a..690603939802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ license=('GPL')
depends=('miscsplashutils' 'freetype2' 'libjpeg' 'libpng' 'libmng' 'lcms' 'gpm')
optdepends=('linux-fbcondecor: enable console background images'
'fbsplash-extras: additional functionality like daemon icons'
+ 'fbset: framebuffer setup utility'
'uswsusp-fbsplash: suspend to disk with fbsplash'
'python: convert themes from splashy to fbsplash')
conflicts=('fbsplash-scripts' 'initscripts-fork' 'mkinitcpio-fbsplash')