From f14ea7c0f5f5197d86d34075aaf73ff317d77c64 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Sat, 21 Apr 2007 01:54:58 +0000 Subject: [PATCH] * updated kwlan (0.5.3 -> 0.6.1) git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20890 10447126-35f2-4685-b0cf-6dd780d3921f --- kde/kwlan/kwlan.desc | 8 ++++---- kde/kwlan/stdlib_fix.patch | 40 -------------------------------------- 2 files changed, 4 insertions(+), 44 deletions(-) delete mode 100644 kde/kwlan/stdlib_fix.patch diff --git a/kde/kwlan/kwlan.desc b/kde/kwlan/kwlan.desc index d82559e98..cbd686b94 100644 --- a/kde/kwlan/kwlan.desc +++ b/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 [M] Nagy Karoly Gabriel @@ -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/ diff --git a/kde/kwlan/stdlib_fix.patch b/kde/kwlan/stdlib_fix.patch deleted file mode 100644 index 7b4e47e86..000000000 --- a/kde/kwlan/stdlib_fix.patch +++ /dev/null @@ -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 - #include "kwlanmainwin.h" - #include - #include -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 . Distributed under terms of LGPL. - */ - --#define DEFAULT_SUPER_USER_COMMAND "sudo" -+//#define DEFAULT_SUPER_USER_COMMAND "sudo" - - class SuProcessBase: public QObject { - Q_OBJECT