Browse Source

* updated kwlan (0.5.3 -> 0.6.1)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20890 10447126-35f2-4685-b0cf-6dd780d3921f
early
Nagy Karoly Gabriel 18 years ago
parent
commit
f14ea7c0f5
  1. 8
      kde/kwlan/kwlan.desc
  2. 40
      kde/kwlan/stdlib_fix.patch

8
kde/kwlan/kwlan.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../kwlan/kwlan.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
@ -19,7 +19,7 @@
[T] Kwlan can also store profiles for wired networks.
[U] http://www.kde-apps.org/content/show.php?content=37041
[U] http://home.arcor.de/tom.michel/
[A] Thomas Michel <tom.michel@arcor.de>
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org>
@ -29,8 +29,8 @@
[L] GPL
[S] Stable
[V] 0.5.3
[V] 0.6.1
[P] X -----5---9 800.000
[D] 1296154257 kwlan-0.5.3.tar.gz !http://www.kde-apps.org/content/files/37041-kwlan-0.5.3.tar.gz
[D] 133186443 kwlan-0.6.1.tar.gz http://home.arcor.de/tom.michel/downloads/

40
kde/kwlan/stdlib_fix.patch

@ -1,40 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../kwlan/stdlib_fix.patch
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
#
# Patch by Christian Wiese. 'Thanks bro' -Nagy Karoly Gabriel
diff -ruN kwlan-0.5.3-orig/src/main.cpp kwlan-0.5.3/src/main.cpp
--- kwlan-0.5.3-orig/src/main.cpp 2006-08-27 19:54:53.000000000 +0300
+++ kwlan-0.5.3/src/main.cpp 2006-08-29 20:00:06.000000000 +0300
@@ -1,5 +1,5 @@
-
+#include <stdlib.h>
#include "kwlanmainwin.h"
#include <kuniqueapplication.h>
#include <dcopclient.h>
diff -ruN kwlan-0.5.3-orig/src/suprocessbase.h kwlan-0.5.3/src/suprocessbase.h
--- kwlan-0.5.3-orig/src/suprocessbase.h 2006-07-11 00:22:48.000000000 +0300
+++ kwlan-0.5.3/src/suprocessbase.h 2006-08-29 19:47:10.000000000 +0300
@@ -21,7 +21,7 @@
* SuProcessBase is Copyright (c) 2006 by Valentine Sinitsyn <e_val@inbox.ru>. Distributed under terms of LGPL.
*/
-#define DEFAULT_SUPER_USER_COMMAND "sudo"
+//#define DEFAULT_SUPER_USER_COMMAND "sudo"
class SuProcessBase: public QObject {
Q_OBJECT
Loading…
Cancel
Save