diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-06 09:47:04 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-06 09:47:04 +0200 |
commit | 5b1689a2cf3def5dea6a56f577930e7c6df4f003 (patch) | |
tree | 8ef875217e9d87666706e7f88f579cc579aaa63e /community/lshw | |
parent | 2c0066a33742d4879adc9eeab45e04fba7bafbcb (diff) | |
parent | fd8249d016683ade99a23251d6ffdf5d5a3e76a4 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/rcs/PKGBUILD
libre/cups-filters-libre/PKGBUILD
Diffstat (limited to 'community/lshw')
-rw-r--r-- | community/lshw/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD index 2ae65f146..cb6a00ee9 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80847 2012-12-04 12:38:54Z spupykin $ +# $Id: PKGBUILD 87709 2013-04-05 10:27:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com> # Contributor: Chuck Yang <Chuck.Yang@gmail.com> pkgname=lshw pkgver=B.02.16 -pkgrel=2 +pkgrel=3 pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine." url="http://ezix.org/project/wiki/HardwareLiSter" license=('GPL') @@ -26,5 +26,8 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir/ install make DESTDIR=$pkgdir/ install-gui + install -Dm0644 src/gui/integration/gtk-lshw.desktop $pkgdir/usr/share/applications/gtk-lshw.desktop + install -Dm0644 src/gui/integration/gtk-lshw.pam $pkgdir/usr/share/doc/$pkgname/gtk-lshw.pam + install -Dm0644 src/gui/integration/console.apps $pkgdir/usr/share/doc/$pkgname/console.apps rm -f $pkgdir/usr/share/lshw/{pci,usb}.ids } |