Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (db3fe9e22529e8a2bd237d263d581c6b481cda74)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (db3fe9e22529e8a2bd237d263d581c6b481cda74)
  • Date: Wed, 5 Sep 2012 16:43:30 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

net/wpa_supplicant/HISTORY | 3 +++
net/wpa_supplicant/INSTALL | 6 ++++--
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit db3fe9e22529e8a2bd237d263d581c6b481cda74
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

wpa_supplicant: fix qt4/gui switch

diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 0913401..9abd8cf 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,6 @@
+2012-05-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: qt4 is the switch for wpa_gui
+
2011-10-10 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS: removed optional dependency on qt-x11

diff --git a/net/wpa_supplicant/INSTALL b/net/wpa_supplicant/INSTALL
index 07cd6b7..bde3a13 100755
--- a/net/wpa_supplicant/INSTALL
+++ b/net/wpa_supplicant/INSTALL
@@ -1,3 +1,5 @@
+cd "$SOURCE_DIRECTORY/wpa_supplicant" &&
+
make DESTDIR="$INSTALL_ROOT" install &&

install -vm 644 doc/docbook/*.8 "$INSTALL_ROOT/usr/share/man/man8" &&
@@ -6,8 +8,8 @@ install -vm 644 doc/docbook/*.5
"$INSTALL_ROOT/usr/share/man/man5" &&
install -vm 755 -d "$INSTALL_ROOT/usr/share/doc/wpa_supplicant" &&
install -vm 644 wpa_supplicant.conf
"$INSTALL_ROOT/usr/share/doc/wpa_supplicant" &&

-if is_depends_enabled $SPELL qt-x11; then
- install -vm 755 wpa_gui/wpa_gui "$INSTALL_ROOT/usr/sbin"
+if is_depends_enabled $SPELL qt4; then
+ install -vm 755 wpa_gui-qt4/wpa_gui "$INSTALL_ROOT/usr/sbin"
fi &&

if is_depends_enabled $SPELL dbus; then



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (db3fe9e22529e8a2bd237d263d581c6b481cda74), Thomas Orgis, 09/05/2012

Archive powered by MHonArc 2.6.24.

Top of Page