Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
screenfetch


Commits:
9c9914b1 by Jelle van der Waa at 2023-09-03T11:33:45+02:00
Make xorg-xdpyinfo/xorg-xprop optdepends

They are optional as this can be run headless.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,16 +3,18 @@
 
 pkgname=screenfetch
 pkgver=3.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="CLI Bash script to show system/theme info in screenshots"
 arch=('any')
 url="https://github.com/KittyKatt/screenFetch";
 license=('GPL')
 depends=('bash' 'bc' 'xorg-xdpyinfo' 'xorg-xprop')
 makedepends=('git')
-optdepends=('scrot: to take screenshot')
+optdepends=('scrot: to take screenshot'
+           'xorg-xdpyinfo: resolution detection'
+           'xorg-xprop: desktop environment detection')
 source=("git+https://github.com/KittyKatt/screenFetch.git#tag=v$pkgver";)
-md5sums=('SKIP')
+sha512sums=('SKIP')
 
 package() {
        cd screenFetch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/screenfetch/-/commit/9c9914b19449b81cd0c3abc817df61fd8c0b1878

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/screenfetch/-/commit/9c9914b19449b81cd0c3abc817df61fd8c0b1878
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to