[arch-commits] Commit in wpa_supplicant_gui/repos (6 files)

2014-10-19 Thread Thomas Bächler
Date: Sunday, October 19, 2014 @ 11:47:03
  Author: thomas
Revision: 224821

db-move: moved wpa_supplicant_gui from [testing] to [extra] (i686, x86_64)

Added:
  wpa_supplicant_gui/repos/extra-i686/PKGBUILD
(from rev 224820, wpa_supplicant_gui/repos/testing-i686/PKGBUILD)
  wpa_supplicant_gui/repos/extra-x86_64/PKGBUILD
(from rev 224820, wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD)
Deleted:
  wpa_supplicant_gui/repos/extra-i686/PKGBUILD
  wpa_supplicant_gui/repos/extra-x86_64/PKGBUILD
  wpa_supplicant_gui/repos/testing-i686/
  wpa_supplicant_gui/repos/testing-x86_64/

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   29 
 extra-x86_64/PKGBUILD |   29 
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-19 09:46:59 UTC (rev 224820)
+++ extra-i686/PKGBUILD 2014-10-19 09:47:03 UTC (rev 224821)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wpa_supplicant_gui
-pkgver=2.2
-pkgrel=1
-pkgdesc=A Qt frontend to wpa_supplicant
-url=http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('qt4' wpa_supplicant)
-license=('GPL')
-source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
-sha256sums=('e0d8b8fd68a659636eaba246bb2caacbf53d22d53b2b6b90eb4b4fef0993c8ed')
-
-build() {
-  cd wpa_supplicant-${pkgver}
-  cd wpa_supplicant/wpa_gui-qt4
-  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CPPFLAGS $CFLAGS 
QMAKE_CXXFLAGS_RELEASE=$CPPFLAGS $CXXFLAGS QMAKE_LFLAGS_RELEASE=$LDFLAGS
-  make
-}
-
-package() {
-  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
-  install -Dm755 wpa_gui ${pkgdir}/usr/bin/wpa_gui
-  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
-  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
-  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
- ${pkgdir}/usr/share/man/man8/wpa_gui.8
-}

Copied: wpa_supplicant_gui/repos/extra-i686/PKGBUILD (from rev 224820, 
wpa_supplicant_gui/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-19 09:47:03 UTC (rev 224821)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.3
+pkgrel=1
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('eaaa5bf3055270e521b2dff64f2d203ec8040f71958b8588269a82c00c9d7b6a')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CPPFLAGS $CFLAGS 
QMAKE_CXXFLAGS_RELEASE=$CPPFLAGS $CXXFLAGS QMAKE_LFLAGS_RELEASE=$LDFLAGS
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/bin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-19 09:46:59 UTC (rev 224820)
+++ extra-x86_64/PKGBUILD   2014-10-19 09:47:03 UTC (rev 224821)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wpa_supplicant_gui
-pkgver=2.2
-pkgrel=1
-pkgdesc=A Qt frontend to wpa_supplicant
-url=http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('qt4' wpa_supplicant)
-license=('GPL')
-source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
-sha256sums=('e0d8b8fd68a659636eaba246bb2caacbf53d22d53b2b6b90eb4b4fef0993c8ed')
-
-build() {
-  cd wpa_supplicant-${pkgver}
-  cd wpa_supplicant/wpa_gui-qt4
-  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CPPFLAGS $CFLAGS 
QMAKE_CXXFLAGS_RELEASE=$CPPFLAGS $CXXFLAGS QMAKE_LFLAGS_RELEASE=$LDFLAGS
-  make
-}
-
-package() {
-  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
-  install -Dm755 wpa_gui ${pkgdir}/usr/bin/wpa_gui
-  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
-  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
-  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
- ${pkgdir}/usr/share/man/man8/wpa_gui.8
-}

Copied: wpa_supplicant_gui/repos/extra-x86_64/PKGBUILD (from rev 224820, 

[arch-commits] Commit in wpa_supplicant_gui/repos (6 files)

2013-05-31 Thread Pierre Schmitz
Date: Friday, May 31, 2013 @ 09:44:19
  Author: pierre
Revision: 186790

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

Added:
  wpa_supplicant_gui/repos/staging-i686/
  wpa_supplicant_gui/repos/staging-i686/PKGBUILD
(from rev 186789, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/staging-i686/compile-fix.patch
(from rev 186789, wpa_supplicant_gui/trunk/compile-fix.patch)
  wpa_supplicant_gui/repos/staging-x86_64/
  wpa_supplicant_gui/repos/staging-x86_64/PKGBUILD
(from rev 186789, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/staging-x86_64/compile-fix.patch
(from rev 186789, wpa_supplicant_gui/trunk/compile-fix.patch)

--+
 staging-i686/PKGBUILD|   29 +
 staging-i686/compile-fix.patch   |   14 ++
 staging-x86_64/PKGBUILD  |   29 +
 staging-x86_64/compile-fix.patch |   14 ++
 4 files changed, 86 insertions(+)

Copied: wpa_supplicant_gui/repos/staging-i686/PKGBUILD (from rev 186789, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-31 07:44:19 UTC (rev 186790)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=3
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/bin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/staging-i686/compile-fix.patch (from rev 
186789, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- staging-i686/compile-fix.patch  (rev 0)
+++ staging-i686/compile-fix.patch  2013-05-31 07:44:19 UTC (rev 186790)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include unistd.h
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include windows.h

Copied: wpa_supplicant_gui/repos/staging-x86_64/PKGBUILD (from rev 186789, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-31 07:44:19 UTC (rev 186790)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=3
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/bin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/staging-x86_64/compile-fix.patch (from rev 
186789, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- staging-x86_64/compile-fix.patch(rev 0)
+++ staging-x86_64/compile-fix.patch2013-05-31 07:44:19 UTC (rev 186790)
@@ -0,0 

[arch-commits] Commit in wpa_supplicant_gui/repos (6 files)

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:37:56
  Author: andrea
Revision: 178667

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

Added:
  wpa_supplicant_gui/repos/staging-i686/
  wpa_supplicant_gui/repos/staging-i686/PKGBUILD
(from rev 178666, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/staging-i686/compile-fix.patch
(from rev 178666, wpa_supplicant_gui/trunk/compile-fix.patch)
  wpa_supplicant_gui/repos/staging-x86_64/
  wpa_supplicant_gui/repos/staging-x86_64/PKGBUILD
(from rev 178666, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/staging-x86_64/compile-fix.patch
(from rev 178666, wpa_supplicant_gui/trunk/compile-fix.patch)

--+
 staging-i686/PKGBUILD|   30 ++
 staging-i686/compile-fix.patch   |   14 ++
 staging-x86_64/PKGBUILD  |   30 ++
 staging-x86_64/compile-fix.patch |   14 ++
 4 files changed, 88 insertions(+)

Copied: wpa_supplicant_gui/repos/staging-i686/PKGBUILD (from rev 178666, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:37:56 UTC (rev 178667)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=2
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+
+build() {
+  . /etc/profile.d/qt4.sh
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/staging-i686/compile-fix.patch (from rev 
178666, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- staging-i686/compile-fix.patch  (rev 0)
+++ staging-i686/compile-fix.patch  2013-02-26 06:37:56 UTC (rev 178667)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include unistd.h
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include windows.h

Copied: wpa_supplicant_gui/repos/staging-x86_64/PKGBUILD (from rev 178666, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:37:56 UTC (rev 178667)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=2
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+
+build() {
+  . /etc/profile.d/qt4.sh
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/staging-x86_64/compile-fix.patch (from rev 
178666, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- staging-x86_64/compile-fix.patch(rev 0)
+++ 

[arch-commits] Commit in wpa_supplicant_gui/repos (6 files)

2013-02-19 Thread Florian Pritz
Date: Wednesday, February 20, 2013 @ 00:01:26
  Author: bluewind
Revision: 178308

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

Added:
  wpa_supplicant_gui/repos/staging-i686/
  wpa_supplicant_gui/repos/staging-i686/PKGBUILD
(from rev 178307, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/staging-i686/compile-fix.patch
(from rev 178307, wpa_supplicant_gui/trunk/compile-fix.patch)
  wpa_supplicant_gui/repos/staging-x86_64/
  wpa_supplicant_gui/repos/staging-x86_64/PKGBUILD
(from rev 178307, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/staging-x86_64/compile-fix.patch
(from rev 178307, wpa_supplicant_gui/trunk/compile-fix.patch)

--+
 staging-i686/PKGBUILD|   29 +
 staging-i686/compile-fix.patch   |   14 ++
 staging-x86_64/PKGBUILD  |   29 +
 staging-x86_64/compile-fix.patch |   14 ++
 4 files changed, 86 insertions(+)

Copied: wpa_supplicant_gui/repos/staging-i686/PKGBUILD (from rev 178307, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-19 23:01:26 UTC (rev 178308)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=2
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/staging-i686/compile-fix.patch (from rev 
178307, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- staging-i686/compile-fix.patch  (rev 0)
+++ staging-i686/compile-fix.patch  2013-02-19 23:01:26 UTC (rev 178308)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include unistd.h
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include windows.h

Copied: wpa_supplicant_gui/repos/staging-x86_64/PKGBUILD (from rev 178307, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-19 23:01:26 UTC (rev 178308)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=2
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/staging-x86_64/compile-fix.patch (from rev 
178307, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- staging-x86_64/compile-fix.patch(rev 0)
+++ staging-x86_64/compile-fix.patch2013-02-19 23:01:26 UTC (rev 178308)
@@ -0,0 

[arch-commits] Commit in wpa_supplicant_gui/repos (6 files)

2013-01-21 Thread Thomas Bächler
Date: Monday, January 21, 2013 @ 21:36:50
  Author: thomas
Revision: 175793

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

Added:
  wpa_supplicant_gui/repos/testing-i686/
  wpa_supplicant_gui/repos/testing-i686/PKGBUILD
(from rev 175792, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/testing-i686/compile-fix.patch
(from rev 175792, wpa_supplicant_gui/trunk/compile-fix.patch)
  wpa_supplicant_gui/repos/testing-x86_64/
  wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD
(from rev 175792, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/testing-x86_64/compile-fix.patch
(from rev 175792, wpa_supplicant_gui/trunk/compile-fix.patch)

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/compile-fix.patch   |   14 ++
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/compile-fix.patch |   14 ++
 4 files changed, 94 insertions(+)

Copied: wpa_supplicant_gui/repos/testing-i686/PKGBUILD (from rev 175792, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-21 20:36:50 UTC (rev 175793)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=1
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+#depends=('qt' wpa_supplicant=$pkgver)
+depends=('qt' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;
+compile-fix.patch)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09'
+'044be1032faf93c5f0abf22d7ae77dc0d1d1fef0c2c30646d54950b86601709f')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  #patch -p1 ../compile-fix.patch
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/testing-i686/compile-fix.patch (from rev 
175792, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- testing-i686/compile-fix.patch  (rev 0)
+++ testing-i686/compile-fix.patch  2013-01-21 20:36:50 UTC (rev 175793)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include unistd.h
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include windows.h

Copied: wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD (from rev 175792, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-21 20:36:50 UTC (rev 175793)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=1
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+#depends=('qt' wpa_supplicant=$pkgver)
+depends=('qt' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;
+compile-fix.patch)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09'
+'044be1032faf93c5f0abf22d7ae77dc0d1d1fef0c2c30646d54950b86601709f')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  #patch -p1 ../compile-fix.patch
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ 

[arch-commits] Commit in wpa_supplicant_gui/repos (6 files)

2012-06-25 Thread Jan Steffens
Date: Monday, June 25, 2012 @ 06:11:07
  Author: heftig
Revision: 162332

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

Added:
  wpa_supplicant_gui/repos/testing-i686/
  wpa_supplicant_gui/repos/testing-i686/PKGBUILD
(from rev 162331, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/testing-i686/compile-fix.patch
(from rev 162331, wpa_supplicant_gui/trunk/compile-fix.patch)
  wpa_supplicant_gui/repos/testing-x86_64/
  wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD
(from rev 162331, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/testing-x86_64/compile-fix.patch
(from rev 162331, wpa_supplicant_gui/trunk/compile-fix.patch)

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/compile-fix.patch   |   14 ++
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/compile-fix.patch |   14 ++
 4 files changed, 92 insertions(+)

Copied: wpa_supplicant_gui/repos/testing-i686/PKGBUILD (from rev 162331, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-25 10:11:07 UTC (rev 162332)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=1.0
+pkgrel=1
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt' wpa_supplicant=$pkgver)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;
+compile-fix.patch)
+sha256sums=('91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c'
+'044be1032faf93c5f0abf22d7ae77dc0d1d1fef0c2c30646d54950b86601709f')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  patch -p1 ../compile-fix.patch
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/testing-i686/compile-fix.patch (from rev 
162331, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- testing-i686/compile-fix.patch  (rev 0)
+++ testing-i686/compile-fix.patch  2012-06-25 10:11:07 UTC (rev 162332)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include unistd.h
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include windows.h

Copied: wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD (from rev 162331, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-25 10:11:07 UTC (rev 162332)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=1.0
+pkgrel=1
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt' wpa_supplicant=$pkgver)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;
+compile-fix.patch)
+sha256sums=('91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c'
+'044be1032faf93c5f0abf22d7ae77dc0d1d1fef0c2c30646d54950b86601709f')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  patch -p1 ../compile-fix.patch
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/testing-x86_64/compile-fix.patch (from rev 
162331, wpa_supplicant_gui/trunk/compile-fix.patch)