From c130b0be01673ef072f5ea39eb710c3ec50ad639 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 4 May 2015 16:36:13 +0200 Subject: [PATCH] inxi: add more depends, cleanup. --- srcpkgs/inxi/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template index 79cc3313ba..bfd941e5ea 100644 --- a/srcpkgs/inxi/template +++ b/srcpkgs/inxi/template @@ -1,11 +1,10 @@ # Template file for 'inxi' pkgname=inxi version=2.2.16 -revision=2 +revision=3 noarch="yes" create_wrksrc=yes -makedepends="pciutils" -depends="${makedepends}" +depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr" short_desc="A full featured system information script" maintainer="Ypnose " license="GPL-3" @@ -16,5 +15,5 @@ checksum=b244492b0f81cf12c6a952f45dd81173d0418f0a4d0c7bad52221d1545d07e95 do_install() { vbin inxi vdoc inxi.changelog - vinstall inxi.1.gz 644 usr/share/man/man1 + vman inxi.1 }