[arch-commits] Commit in inxi/trunk (PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Tue Jan 7 18:29:29 UTC 2014


    Date: Tuesday, January 7, 2014 @ 19:29:29
  Author: bluewind
Revision: 103541

add depends and optdepends

Modified:
  inxi/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-07 15:18:35 UTC (rev 103540)
+++ PKGBUILD	2014-01-07 18:29:29 UTC (rev 103541)
@@ -7,6 +7,23 @@
 arch=('any')
 url="http://inxi.org"
 license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  "dmidecode: inxi -M if no sys machine data"
+  "file: inxi -o unmounted file system"
+  "hddtemp: inxi -Dx show hdd temp"
+  "net-tools: inxi -i ip lan-deprecated"
+  "iproute2: inxi -i ip lan"
+  "lm_sensors: inxi -s sensors output"
+  "usbutils: inxi -A usb audio;-N usb networking"
+  "kmod: inxi -Ax,-Nx module version"
+  "systemd-sysvcompat: inxi -I runlevel"
+  "sudo: inxi -Dx hddtemp-user;-o file-user"
+  "mesa-demos: inxi -G glx info"
+  "xorg-xdpyinfo: inxi -G multi screen resolution"
+  "xorg-xprop: inxi -S desktop data"
+  "xorg-xrandr: inxi -G single screen resolution"
+)
 source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('721547f67864f8be1bbfb7584018694c')
 




More information about the arch-commits mailing list