summaryrefslogtreecommitdiffstats
path: root/extra/lshw
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-15 21:28:28 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-15 21:28:28 +0100
commit59ec581cad4d2c96362a132ff08f3c904fc041c8 (patch)
tree52e41ea6cb0c7e39a7b83a7943cb2b928d870a41 /extra/lshw
parentf4b79807e46d71f6659eacefd6ca6d10f51fe541 (diff)
downloadnutyx-pakxe-59ec581cad4d2c96362a132ff08f3c904fc041c8.tar.gz
nutyx-pakxe-59ec581cad4d2c96362a132ff08f3c904fc041c8.tar.bz2
nutyx-pakxe-59ec581cad4d2c96362a132ff08f3c904fc041c8.tar.xz
nutyx-pakxe-59ec581cad4d2c96362a132ff08f3c904fc041c8.zip
lshw, maj B.02.15-1
Diffstat (limited to 'extra/lshw')
-rwxr-xr-xextra/lshw/.footprint.i6864
-rwxr-xr-xextra/lshw/.md5sum.i6864
-rwxr-xr-xextra/lshw/.md5sum.x86_647
-rwxr-xr-xextra/lshw/Pkgfile9
4 files changed, 9 insertions, 15 deletions
diff --git a/extra/lshw/.footprint.i686 b/extra/lshw/.footprint.i686
index 5b2c114af..77e47356f 100755
--- a/extra/lshw/.footprint.i686
+++ b/extra/lshw/.footprint.i686
@@ -13,6 +13,10 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/lshw.svg
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/lshw.mo
drwxr-xr-x root/root usr/share/lshw/
drwxr-xr-x root/root usr/share/lshw/artwork/
-rw-r--r-- root/root usr/share/lshw/artwork/amd.svg
diff --git a/extra/lshw/.md5sum.i686 b/extra/lshw/.md5sum.i686
index f39f8b1dc..fcf9ed62c 100755
--- a/extra/lshw/.md5sum.i686
+++ b/extra/lshw/.md5sum.i686
@@ -1,6 +1,4 @@
-8696f9e8ecb71bedf374b538e8634d2d abi_stdlib.diff
-8bed55768c5cb2ceff062b882a687e9b lshw-B.02.14.tar.gz
-e6aad95dec4c5c4c9e18ed1194af7ad2 lshw-gcc-4.5.patch
+970bd9eb05fa3ae139a24a417465c54c lshw-B.02.15.tar.gz
2da90026aad1b4fc471502e246a0d1f3 lshw.desktop
1483092efed2bff70703ad45fb64090c lshw.png
591b7da1afece14613ef9cc24fd921a3 lshw.svg
diff --git a/extra/lshw/.md5sum.x86_64 b/extra/lshw/.md5sum.x86_64
index f39f8b1dc..2345916b5 100755
--- a/extra/lshw/.md5sum.x86_64
+++ b/extra/lshw/.md5sum.x86_64
@@ -1,6 +1 @@
-8696f9e8ecb71bedf374b538e8634d2d abi_stdlib.diff
-8bed55768c5cb2ceff062b882a687e9b lshw-B.02.14.tar.gz
-e6aad95dec4c5c4c9e18ed1194af7ad2 lshw-gcc-4.5.patch
-2da90026aad1b4fc471502e246a0d1f3 lshw.desktop
-1483092efed2bff70703ad45fb64090c lshw.png
-591b7da1afece14613ef9cc24fd921a3 lshw.svg
+970bd9eb05fa3ae139a24a417465c54c lshw-B.02.15.tar.gz
diff --git a/extra/lshw/Pkgfile b/extra/lshw/Pkgfile
index a8ab73995..94a0d3188 100755
--- a/extra/lshw/Pkgfile
+++ b/extra/lshw/Pkgfile
@@ -6,16 +6,13 @@
# Run on: atk,expat,fontconfig,gtk,pango
name=lshw
-version=B.02.14
+version=B.02.15
release=1
-source=(http://ezix.org/software/files/$name-$version.tar.gz \
- http://nutyx.meticul.eu/files/patchs/$name/{lshw.png,lshw.svg,abi_stdlib.diff,\
-lshw.desktop,lshw-gcc-4.5.patch})
+source=(http://ezix.org/software/files/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/{lshw.png,lshw.svg,lshw.desktop})
build() {
cd $name-$version
- patch -Np0 -i ../abi_stdlib.diff
- patch -Np1 -i ../lshw-gcc-4.5.patch
sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/Makefile
sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/core/Makefile
sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/gui/Makefile