summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2022-02-13 23:53:39 +0100
committerLinus Dierheimer2022-02-13 23:53:39 +0100
commitceeec35245b0039dc4667cd823683d6ee494557f (patch)
tree3f81fe4fe3f9f21bb3fe728da1d096ce5b9b2694
parent7ac9c5d13295cd6143c0e845c8bf33771a64b6f4 (diff)
downloadaur-ceeec35245b0039dc4667cd823683d6ee494557f.tar.gz
Added dbus to make and opt dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e730241a1c79..70b9fbad3ea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastfetch-git
pkgdesc = Like neofetch, but much faster because written in c
- pkgver = r577.5f965ac
+ pkgver = r587.cfb5d20
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = fastfetch-git
makedepends = libxcb
makedepends = libxrandr
makedepends = dconf
+ makedepends = dbus
makedepends = xfconf
optdepends = pciutils: GPU output
optdepends = vulkan-icd-loader: GPU fallback
@@ -29,6 +30,7 @@ pkgbase = fastfetch-git
optdepends = libxrandr: Improved X11 support (resolution + multi monitor)
optdepends = glib2: Output for values that are only stored in GSettings
optdepends = dconf: Output for values that are only stored in DConf
+ optdepends = dbus: Media player and song output
optdepends = xfconf: XFWM theme + xfce-terminal font
provides = fastfetch
provides = fastfetch-garuda
diff --git a/PKGBUILD b/PKGBUILD
index 35c6a2c8464c..2a2e2b59951c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=r577.5f965ac
+pkgver=r587.cfb5d20
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("x86_64" "i686" "pentium4" "armv5" "armv6h" "armv7h" "aarch64")
@@ -18,6 +18,7 @@ makedepends=(
"libxcb"
"libxrandr" # Depends on libX11, which headers are also needed
"dconf" # Depends on glib2, which headers are also needed
+ "dbus"
"xfconf"
# "rpm-tools"
)
@@ -30,6 +31,7 @@ optdepends=(
"libxrandr: Improved X11 support (resolution + multi monitor)"
"glib2: Output for values that are only stored in GSettings"
"dconf: Output for values that are only stored in DConf"
+ "dbus: Media player and song output"
"xfconf: XFWM theme + xfce-terminal font"
# "rpm-tools: rpm package count"
)