[arch-commits] Commit in lshw/repos (4 files)

2017-01-05 Thread Sergej Pupykin
Date: Thursday, January 5, 2017 @ 14:02:08
  Author: spupykin
Revision: 204902

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lshw/repos/community-i686/PKGBUILD
(from rev 204901, lshw/trunk/PKGBUILD)
  lshw/repos/community-x86_64/PKGBUILD
(from rev 204901, lshw/trunk/PKGBUILD)
Deleted:
  lshw/repos/community-i686/PKGBUILD
  lshw/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 82 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-05 14:01:52 UTC (rev 204901)
+++ community-i686/PKGBUILD 2017-01-05 14:02:08 UTC (rev 204902)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Zamprogno 
-# Contributor: Chuck Yang 
-
-pkgname=lshw
-pkgver=B.02.18
-pkgrel=1
-pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
-url="http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('8671c6d94d6324a744b7f21f1bfecfd2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-  make SBINDIR=/usr/bin
-  make SBINDIR=/usr/bin gui
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin 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
-}

Copied: lshw/repos/community-i686/PKGBUILD (from rev 204901, 
lshw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-05 14:02:08 UTC (rev 204902)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+# Contributor: Chuck Yang 
+
+pkgname=lshw
+pkgver=B.02.18
+pkgrel=2
+pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
+url="http://ezix.org/project/wiki/HardwareLiSter;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz
+   
https://ezix.org/src/pkg/lshw/commit/fbdc6ab15f7eea0ddcd63da355356ef156dd0d96.patch)
+sha256sums=('ae22ef11c934364be4fd2a0a1a7aadf4495a0251ec6979da280d342a89ca3c2f'
+'8fe3bf1f8afee4538d1ce3e26ceecfe609c78ef08e3682eba83ce29bf53af64c')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <$srcdir/fbdc6ab15f7eea0ddcd63da355356ef156dd0d96.patch
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make SBINDIR=/usr/bin
+  make SBINDIR=/usr/bin gui
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install
+  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin 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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-05 14:01:52 UTC (rev 204901)
+++ community-x86_64/PKGBUILD   2017-01-05 14:02:08 UTC (rev 204902)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Zamprogno 
-# Contributor: Chuck Yang 
-
-pkgname=lshw
-pkgver=B.02.18
-pkgrel=1
-pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
-url="http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('8671c6d94d6324a744b7f21f1bfecfd2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
- 

[arch-commits] Commit in lshw/repos (4 files)

2016-06-07 Thread Sergej Pupykin
Date: Tuesday, June 7, 2016 @ 13:28:24
  Author: spupykin
Revision: 178133

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lshw/repos/community-i686/PKGBUILD
(from rev 178131, lshw/trunk/PKGBUILD)
  lshw/repos/community-x86_64/PKGBUILD
(from rev 178131, lshw/trunk/PKGBUILD)
Deleted:
  lshw/repos/community-i686/PKGBUILD
  lshw/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-07 11:28:16 UTC (rev 178132)
+++ community-i686/PKGBUILD 2016-06-07 11:28:24 UTC (rev 178133)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Zamprogno 
-# Contributor: Chuck Yang 
-
-pkgname=lshw
-pkgver=B.02.17
-pkgrel=2
-pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
-url="http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('a5feb796cb302850eaf5b4530888e3ed')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-  make SBINDIR=/usr/bin
-  make SBINDIR=/usr/bin gui
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin 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
-}

Copied: lshw/repos/community-i686/PKGBUILD (from rev 178131, 
lshw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-07 11:28:24 UTC (rev 178133)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+# Contributor: Chuck Yang 
+
+pkgname=lshw
+pkgver=B.02.18
+pkgrel=1
+pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
+url="http://ezix.org/project/wiki/HardwareLiSter;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
+md5sums=('8671c6d94d6324a744b7f21f1bfecfd2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+  make SBINDIR=/usr/bin
+  make SBINDIR=/usr/bin gui
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin 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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-07 11:28:16 UTC (rev 178132)
+++ community-x86_64/PKGBUILD   2016-06-07 11:28:24 UTC (rev 178133)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Zamprogno 
-# Contributor: Chuck Yang 
-
-pkgname=lshw
-pkgver=B.02.17
-pkgrel=2
-pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
-url="http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('a5feb796cb302850eaf5b4530888e3ed')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-  make SBINDIR=/usr/bin
-  make SBINDIR=/usr/bin gui
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install-gui
-  install -Dm0644 

[arch-commits] Commit in lshw/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 21:50:47
  Author: bpiotrowski
Revision: 149205

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  lshw/repos/community-staging-i686/
  lshw/repos/community-staging-i686/PKGBUILD
(from rev 149204, lshw/trunk/PKGBUILD)
  lshw/repos/community-staging-x86_64/
  lshw/repos/community-staging-x86_64/PKGBUILD
(from rev 149204, lshw/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: lshw/repos/community-staging-i686/PKGBUILD (from rev 149204, 
lshw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 20:50:47 UTC (rev 149205)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+# Contributor: Chuck Yang 
+
+pkgname=lshw
+pkgver=B.02.17
+pkgrel=2
+pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
+url="http://ezix.org/project/wiki/HardwareLiSter;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
+md5sums=('a5feb796cb302850eaf5b4530888e3ed')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+  make SBINDIR=/usr/bin
+  make SBINDIR=/usr/bin gui
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin 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
+}

Copied: lshw/repos/community-staging-x86_64/PKGBUILD (from rev 149204, 
lshw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 20:50:47 UTC (rev 149205)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+# Contributor: Chuck Yang 
+
+pkgname=lshw
+pkgver=B.02.17
+pkgrel=2
+pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
+url="http://ezix.org/project/wiki/HardwareLiSter;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
+md5sums=('a5feb796cb302850eaf5b4530888e3ed')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+  make SBINDIR=/usr/bin
+  make SBINDIR=/usr/bin gui
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin 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
+}


[arch-commits] Commit in lshw/repos (4 files)

2013-08-26 Thread Sergej Pupykin
Date: Monday, August 26, 2013 @ 11:20:36
  Author: spupykin
Revision: 96350

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lshw/repos/community-i686/PKGBUILD
(from rev 96349, lshw/trunk/PKGBUILD)
  lshw/repos/community-x86_64/PKGBUILD
(from rev 96349, lshw/trunk/PKGBUILD)
Deleted:
  lshw/repos/community-i686/PKGBUILD
  lshw/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-26 09:20:16 UTC (rev 96349)
+++ community-i686/PKGBUILD 2013-08-26 09:20:36 UTC (rev 96350)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
-# Contributor: Chuck Yang chuck.y...@gmail.com
-
-pkgname=lshw
-pkgver=B.02.16
-pkgrel=5
-pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
-url=http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-  make SBINDIR=/usr/bin
-  make SBINDIR=/usr/bin gui
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin 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
-}

Copied: lshw/repos/community-i686/PKGBUILD (from rev 96349, lshw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-26 09:20:36 UTC (rev 96350)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
+# Contributor: Chuck Yang chuck.y...@gmail.com
+
+pkgname=lshw
+pkgver=B.02.17
+pkgrel=1
+pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
+url=http://ezix.org/project/wiki/HardwareLiSter;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
+md5sums=('a5feb796cb302850eaf5b4530888e3ed')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+  make SBINDIR=/usr/bin
+  make SBINDIR=/usr/bin gui
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin 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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-26 09:20:16 UTC (rev 96349)
+++ community-x86_64/PKGBUILD   2013-08-26 09:20:36 UTC (rev 96350)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
-# Contributor: Chuck Yang chuck.y...@gmail.com
-
-pkgname=lshw
-pkgver=B.02.16
-pkgrel=5
-pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
-url=http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-  make SBINDIR=/usr/bin
-  make SBINDIR=/usr/bin gui
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
-  make 

[arch-commits] Commit in lshw/repos (4 files)

2013-05-23 Thread Sergej Pupykin
Date: Thursday, May 23, 2013 @ 13:14:32
  Author: spupykin
Revision: 91516

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lshw/repos/community-i686/PKGBUILD
(from rev 91515, lshw/trunk/PKGBUILD)
  lshw/repos/community-x86_64/PKGBUILD
(from rev 91515, lshw/trunk/PKGBUILD)
Deleted:
  lshw/repos/community-i686/PKGBUILD
  lshw/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-23 11:14:15 UTC (rev 91515)
+++ community-i686/PKGBUILD 2013-05-23 11:14:32 UTC (rev 91516)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
-# Contributor: Chuck Yang chuck.y...@gmail.com
-
-pkgname=lshw
-pkgver=B.02.16
-pkgrel=4
-pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
-url=http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-  make
-  make gui
-}
-
-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
-}

Copied: lshw/repos/community-i686/PKGBUILD (from rev 91515, lshw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-23 11:14:32 UTC (rev 91516)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
+# Contributor: Chuck Yang chuck.y...@gmail.com
+
+pkgname=lshw
+pkgver=B.02.16
+pkgrel=5
+pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
+url=http://ezix.org/project/wiki/HardwareLiSter;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
+md5sums=('67479167add605e8f001097c30e96d0d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+  make SBINDIR=/usr/bin
+  make SBINDIR=/usr/bin gui
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin install
+  make DESTDIR=$pkgdir/ SBINDIR=/usr/bin 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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-23 11:14:15 UTC (rev 91515)
+++ community-x86_64/PKGBUILD   2013-05-23 11:14:32 UTC (rev 91516)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
-# Contributor: Chuck Yang chuck.y...@gmail.com
-
-pkgname=lshw
-pkgver=B.02.16
-pkgrel=4
-pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
-url=http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-  make
-  make gui
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  make DESTDIR=$pkgdir/ install-gui
-  install -Dm0644 src/gui/integration/gtk-lshw.desktop 

[arch-commits] Commit in lshw/repos (4 files)

2013-04-08 Thread Sergej Pupykin
Date: Monday, April 8, 2013 @ 11:23:17
  Author: spupykin
Revision: 87848

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lshw/repos/community-i686/PKGBUILD
(from rev 87847, lshw/trunk/PKGBUILD)
  lshw/repos/community-x86_64/PKGBUILD
(from rev 87847, lshw/trunk/PKGBUILD)
Deleted:
  lshw/repos/community-i686/PKGBUILD
  lshw/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   33 -
 community-x86_64/PKGBUILD |   33 -
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-08 09:22:53 UTC (rev 87847)
+++ community-i686/PKGBUILD 2013-04-08 09:23:17 UTC (rev 87848)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
-# Contributor: Chuck Yang chuck.y...@gmail.com
-
-pkgname=lshw
-pkgver=B.02.16
-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')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-  make gui
-}
-
-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
-}

Copied: lshw/repos/community-i686/PKGBUILD (from rev 87847, lshw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-08 09:23:17 UTC (rev 87848)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
+# Contributor: Chuck Yang chuck.y...@gmail.com
+
+pkgname=lshw
+pkgver=B.02.16
+pkgrel=4
+pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
+url=http://ezix.org/project/wiki/HardwareLiSter;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
+md5sums=('67479167add605e8f001097c30e96d0d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+  make
+  make gui
+}
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-08 09:22:53 UTC (rev 87847)
+++ community-x86_64/PKGBUILD   2013-04-08 09:23:17 UTC (rev 87848)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
-# Contributor: Chuck Yang chuck.y...@gmail.com
-
-pkgname=lshw
-pkgver=B.02.16
-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')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-  make gui
-}
-
-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
-}


[arch-commits] Commit in lshw/repos (4 files)

2013-04-05 Thread Sergej Pupykin
Date: Friday, April 5, 2013 @ 12:27:37
  Author: spupykin
Revision: 87709

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lshw/repos/community-i686/PKGBUILD
(from rev 87708, lshw/trunk/PKGBUILD)
  lshw/repos/community-x86_64/PKGBUILD
(from rev 87708, lshw/trunk/PKGBUILD)
Deleted:
  lshw/repos/community-i686/PKGBUILD
  lshw/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   30 
 community-x86_64/PKGBUILD |   30 
 3 files changed, 66 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-05 10:27:17 UTC (rev 87708)
+++ community-i686/PKGBUILD 2013-04-05 10:27:37 UTC (rev 87709)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
-# Contributor: Chuck Yang chuck.y...@gmail.com
-
-pkgname=lshw
-pkgver=B.02.16
-pkgrel=2
-pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
-url=http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-  make gui
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  make DESTDIR=$pkgdir/ install-gui
-  rm -f $pkgdir/usr/share/lshw/{pci,usb}.ids
-}

Copied: lshw/repos/community-i686/PKGBUILD (from rev 87708, lshw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-05 10:27:37 UTC (rev 87709)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
+# Contributor: Chuck Yang chuck.y...@gmail.com
+
+pkgname=lshw
+pkgver=B.02.16
+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')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
+md5sums=('67479167add605e8f001097c30e96d0d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+  make gui
+}
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-05 10:27:17 UTC (rev 87708)
+++ community-x86_64/PKGBUILD   2013-04-05 10:27:37 UTC (rev 87709)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
-# Contributor: Chuck Yang chuck.y...@gmail.com
-
-pkgname=lshw
-pkgver=B.02.16
-pkgrel=2
-pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
-url=http://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-  make gui
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  make DESTDIR=$pkgdir/ install-gui
-  rm -f $pkgdir/usr/share/lshw/{pci,usb}.ids
-}

Copied: lshw/repos/community-x86_64/PKGBUILD (from rev 87708, 
lshw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-05 10:27:37 UTC (rev 87709)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
+# Contributor: Chuck Yang chuck.y...@gmail.com
+
+pkgname=lshw
+pkgver=B.02.16
+pkgrel=3
+pkgdesc=A small tool to provide detailed information on the hardware 
configuration of the machine.
+url=http://ezix.org/project/wiki/HardwareLiSter;