3 changed files with 19 additions and 57 deletions
@ -1,40 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../icecream/gcc41.patch
|
|
||||||
# Copyright (C) 2006 The T2 SDE 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 ---
|
|
||||||
|
|
||||||
diff -Nur icecream-orig/mon/hostinfo.h icecream/mon/hostinfo.h
|
|
||||||
--- icecream-orig/mon/hostinfo.h 2004-08-27 11:24:46.000000000 +0000
|
|
||||||
+++ icecream/mon/hostinfo.h 2006-04-23 09:16:20.266846500 +0000
|
|
||||||
@@ -54,7 +54,7 @@
|
|
||||||
protected:
|
|
||||||
static void initColor( const QString &value, const QString &name );
|
|
||||||
|
|
||||||
- QColor HostInfo::createColor();
|
|
||||||
+ QColor createColor();
|
|
||||||
QColor createColor( const QString &name );
|
|
||||||
|
|
||||||
private:
|
|
||||||
diff -Nur icecream-orig/mon/starview.h icecream/mon/starview.h
|
|
||||||
--- icecream-orig/mon/starview.h 2005-01-13 11:56:26.000000000 +0000
|
|
||||||
+++ icecream/mon/starview.h 2006-04-23 09:18:56.576615250 +0000
|
|
||||||
@@ -142,7 +142,7 @@
|
|
||||||
|
|
||||||
QString id() const { return "star"; }
|
|
||||||
|
|
||||||
- HostItem *StarView::findHostItem( unsigned int hostid );
|
|
||||||
+ HostItem *findHostItem( unsigned int hostid );
|
|
||||||
|
|
||||||
void checkNode( unsigned int hostid );
|
|
||||||
|
|
@ -2,7 +2,7 @@ |
|||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
[COPY] |
[COPY] |
||||||
[COPY] Filename: package/.../icecream/icecream.desc |
[COPY] Filename: package/.../icecream/icecream.desc |
||||||
[COPY] Copyright (C) 2006 The OpenSDE Project |
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project |
||||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
||||||
[COPY] |
[COPY] |
||||||
[COPY] More information can be found in the files COPYING and README. |
[COPY] More information can be found in the files COPYING and README. |
||||||
@ -18,17 +18,18 @@ |
|||||||
[T] Icecream is a distcc "fork", rewritten in C++ and to use a scheduler |
[T] Icecream is a distcc "fork", rewritten in C++ and to use a scheduler |
||||||
[T] to distribute the jobs. |
[T] to distribute the jobs. |
||||||
|
|
||||||
[U] http://wiki.kde.org/icecream |
[U] http://old-en.opensuse.org/Icecream |
||||||
|
|
||||||
[A] The KDE Team |
[A] Stephan Kulow <[email protected]> |
||||||
|
[A] Martin Pool <[email protected]> |
||||||
[M] The OpenSDE Community <[email protected]> |
[M] The OpenSDE Community <[email protected]> |
||||||
|
|
||||||
[C] base/development |
[C] base/development |
||||||
|
|
||||||
[L] GPL |
[L] GPL |
||||||
[S] Beta |
[S] Beta |
||||||
[V] 0.6-20050413 |
[V] 0.9.6 |
||||||
[P] X -----5---9 805.400 |
[P] X -----5---9 805.400 |
||||||
|
|
||||||
[D] 1340281150 icecream-0.6-20050413.tar.bz2 ftp://ftp.suse.com/pub/projects/icecream/ |
[D] 4287497450 icecc-0.9.6.tar.bz2 ftp://ftp.suse.com/pub/projects/icecream/ |
||||||
|
|
||||||
|
Loading…
Reference in new issue