summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2022-04-14 15:14:59 +0200
committerLinus Dierheimer2022-04-14 15:14:59 +0200
commitfe4b84b42ff0534e5290475234dccef5459178d1 (patch)
tree61ed1dcfc99e6c99da3aee76f219c88da76cde40
parenta504a2ea977068e72d3c2be43acdfa6f7c50618c (diff)
downloadaur-fe4b84b42ff0534e5290475234dccef5459178d1.tar.gz
Add zlib to optional dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f2361c3461a..846b02c71582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastfetch-git
pkgdesc = Like neofetch, but much faster because written in c
- pkgver = 1.2.3.r18.g8d5ce7b
+ pkgver = 1.2.3.r25.g6accb58
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = x86_64
@@ -21,6 +21,7 @@ pkgbase = fastfetch-git
makedepends = libxrandr
makedepends = dconf
makedepends = imagemagick
+ makedepends = zlib
makedepends = dbus
makedepends = xfconf
optdepends = pciutils: GPU output
@@ -32,7 +33,8 @@ pkgbase = fastfetch-git
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 = imagemagick: Image output using sixel
+ optdepends = imagemagick: Image output using sixel or kitty graphics protocol
+ optdepends = zlib: Faster image output when using kitty graphics protocol
optdepends = xfconf: XFWM theme + xfce-terminal font
provides = fastfetch
conflicts = fastfetch
diff --git a/PKGBUILD b/PKGBUILD
index 0f51175b3691..b8d43f1bc99e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=1.2.3.r18.g8d5ce7b
+pkgver=1.2.3.r25.g6accb58
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("x86_64" "i686" "pentium4" "armv5" "armv6h" "armv7h" "aarch64")
@@ -20,8 +20,10 @@ makedepends=(
"libxrandr" # Depends on libX11, which headers are also needed
"dconf" # Depends on glib2, which headers are also needed
"imagemagick"
+ "zlib"
"dbus"
"xfconf"
+ # "libmagick6"
# "rpm-tools"
)
optdepends=(
@@ -34,8 +36,10 @@ optdepends=(
"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"
- "imagemagick: Image output using sixel"
+ "imagemagick: Image output using sixel or kitty graphics protocol"
+ "zlib: Faster image output when using kitty graphics protocol"
"xfconf: XFWM theme + xfce-terminal font"
+ # "libmagick6: ImageMagick 6 support"
# "rpm-tools: rpm package count"
)