From f2dde6ef65790a12f9cb773c10a6085cb6fe9da4 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Mon, 20 Sep 2010 19:09:44 +0200 Subject: [PATCH] removed some gnome14 packages which doesn't compile anymore --- gnome14/bonobo10/bonobo-10.patch.disabled | 150 ---------------------- gnome14/bonobo10/bonobo10.cache | 54 -------- gnome14/bonobo10/bonobo10.desc | 43 ------- gnome14/bonobo10/compile-fix.patch | 50 -------- gnome14/gal01/gal01.cache | 53 -------- gnome14/gal01/gal01.desc | 46 ------- gnome14/gnome-print10/freetype.patch | 70 ---------- gnome14/gnome-print10/gnome-print10.cache | 56 -------- gnome14/gnome-print10/gnome-print10.conf | 22 ---- gnome14/gnome-print10/gnome-print10.desc | 36 ------ gnome14/gtkhtml10/compile-fix.patch | 30 ----- gnome14/gtkhtml10/gcc34.patch | 25 ---- gnome14/gtkhtml10/gtkhtml10.cache | 47 ------- gnome14/gtkhtml10/gtkhtml10.conf | 20 --- gnome14/gtkhtml10/gtkhtml10.desc | 40 ------ gnome14/guppi/gcc34.patch | 96 -------------- gnome14/guppi/gcc4.patch | 96 -------------- gnome14/guppi/guppi.cache | 50 -------- gnome14/guppi/guppi.desc | 48 ------- 19 files changed, 1032 deletions(-) delete mode 100644 gnome14/bonobo10/bonobo-10.patch.disabled delete mode 100644 gnome14/bonobo10/bonobo10.cache delete mode 100644 gnome14/bonobo10/bonobo10.desc delete mode 100644 gnome14/bonobo10/compile-fix.patch delete mode 100644 gnome14/gal01/gal01.cache delete mode 100644 gnome14/gal01/gal01.desc delete mode 100644 gnome14/gnome-print10/freetype.patch delete mode 100644 gnome14/gnome-print10/gnome-print10.cache delete mode 100644 gnome14/gnome-print10/gnome-print10.conf delete mode 100644 gnome14/gnome-print10/gnome-print10.desc delete mode 100644 gnome14/gtkhtml10/compile-fix.patch delete mode 100644 gnome14/gtkhtml10/gcc34.patch delete mode 100644 gnome14/gtkhtml10/gtkhtml10.cache delete mode 100644 gnome14/gtkhtml10/gtkhtml10.conf delete mode 100644 gnome14/gtkhtml10/gtkhtml10.desc delete mode 100644 gnome14/guppi/gcc34.patch delete mode 100644 gnome14/guppi/gcc4.patch delete mode 100644 gnome14/guppi/guppi.cache delete mode 100644 gnome14/guppi/guppi.desc diff --git a/gnome14/bonobo10/bonobo-10.patch.disabled b/gnome14/bonobo10/bonobo-10.patch.disabled deleted file mode 100644 index 39907506c..000000000 --- a/gnome14/bonobo10/bonobo-10.patch.disabled +++ /dev/null @@ -1,150 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../bonobo10/bonobo-10.patch.disabled -# Copyright (C) 2004 - 2006 The T2 SDE Project -# Copyright (C) 1998 - 2003 Clifford Wolf -# -# 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 --- - ---- ./bonobo/bonobo-property-bag-xml.c.orig Fri Feb 23 02:40:44 2001 -+++ ./bonobo/bonobo-property-bag-xml.c Thu Jun 28 09:52:50 2001 -@@ -12,8 +12,8 @@ - #include - #include - #include --#include --#include -+#include -+#include - #include - #include - #include ---- ./bonobo/bonobo-ui-component.c.orig Sat Feb 24 03:42:28 2001 -+++ ./bonobo/bonobo-ui-component.c Thu Jun 28 09:52:50 2001 -@@ -12,8 +12,8 @@ - #include - #include - #include --#include --#include -+#include -+#include - - #define PARENT_TYPE BONOBO_X_OBJECT_TYPE - ---- ./bonobo/bonobo-ui-node.c.orig Sat Feb 17 04:30:42 2001 -+++ ./bonobo/bonobo-ui-node.c Thu Jun 28 10:18:32 2001 -@@ -11,9 +11,9 @@ - #include "config.h" - #include - --#include --#include --#include -+#include -+#include -+#include - - /* Having this struct here makes debugging nicer. */ - struct _BonoboUINode { -@@ -556,7 +556,7 @@ - for (a = node->properties; a; a = nexta) { - nexta = a->next; - a->ns = NULL; -- do_strip (a->val); -+ do_strip (a->children); - } - - for (l = node->xmlChildrenNode; l; l = next) { -@@ -569,7 +569,7 @@ - case XML_ATTRIBUTE_NODE: { - xmlAttr *attr = (xmlAttr *)node; - attr->ns = NULL; -- do_strip (attr->val); -+ do_strip (attr->children); - break; - } - ---- ./bonobo/bonobo-ui-util.c.orig Fri Mar 9 06:41:48 2001 -+++ ./bonobo/bonobo-ui-util.c Thu Jun 28 09:52:50 2001 -@@ -14,8 +14,8 @@ - #include - #include - --#include --#include -+#include -+#include - - static const char write_lut[16] = { - '0', '1', '2', '3', '4', '5', '6', '7', -@@ -1072,7 +1072,7 @@ - for (prop = old_props; prop; prop = prop->next) { - xmlChar *value; - -- value = xmlNodeListGetString (NULL, prop->val, 1); -+ value = xmlNodeListGetString (NULL, prop->children, 1); - - /* Find translatable properties */ - if (prop->name && prop->name [0] == '_') { ---- ./bonobo/bonobo-ui-xml.c.orig Sat Feb 24 06:17:03 2001 -+++ ./bonobo/bonobo-ui-xml.c Thu Jun 28 09:52:51 2001 -@@ -12,8 +12,8 @@ - #include - #include - --#include --#include -+#include -+#include - - - #undef UI_XML_DEBUG ---- ./bonobo/bonobo-win.c.orig Wed Mar 14 21:20:44 2001 -+++ ./bonobo/bonobo-win.c Thu Jun 28 09:52:51 2001 -@@ -20,8 +20,8 @@ - #include - #include - --#include --#include -+#include -+#include - - GtkWindowClass *bonobo_window_parent_class = NULL; - ---- ./configure.orig Thu Apr 12 23:37:29 2001 -+++ ./configure Thu Jun 28 09:52:51 2001 -@@ -5606,7 +5606,7 @@ - - echo $ac_n "checking for libXml >= 1.8.10""... $ac_c" 1>&6 - echo "configure:5609: checking for libXml >= 1.8.10" >&5 --vers=`gnome-config --modversion xml | sed -e "s/xml-//" | \ -+vers=`gnome-config --modversion xml2 | sed -e "s/xml2-//" | \ - awk 'BEGIN { FS = "."; } { printf "%d", $1 * 10000 + $2 * 100 + $3;}'` - if test "$vers" -ge 10810; then - echo "$ac_t""found" 1>&6 -@@ -5951,11 +5951,11 @@ - fi - - BONOBO_LIBDIR='-L${libdir}' --BONOBO_INCLUDEDIR="-I${includedir} `$GNOME_CONFIG --cflags gnomeui gdk_pixbuf print oaf xml`" -+BONOBO_INCLUDEDIR="-I${includedir} `$GNOME_CONFIG --cflags gnomeui gdk_pixbuf print oaf xml2`" - BONOBO_LIBS="-lbonobo `$GNOME_CONFIG --libs gnomeui gdk_pixbuf oaf`" --BONOBOX_LIBS="$BONOBO_LIBS -lbonobox `$GNOME_CONFIG --libs xml`" -+BONOBOX_LIBS="$BONOBO_LIBS -lbonobox `$GNOME_CONFIG --libs xml2`" - BONOBOX_PRINT_LIBS="$BONOBOX_LIBS -lbonobo-print `$GNOME_CONFIG --libs print`" --XML_LIBS="`$GNOME_CONFIG --libs xml`" -+XML_LIBS="`$GNOME_CONFIG --libs xml2`" - - - diff --git a/gnome14/bonobo10/bonobo10.cache b/gnome14/bonobo10/bonobo10.cache deleted file mode 100644 index 9507bb15b..000000000 --- a/gnome14/bonobo10/bonobo10.cache +++ /dev/null @@ -1,54 +0,0 @@ - -[TIMESTAMP] 1134202781 Sat Dec 10 09:19:41 2005 -[BUILDTIME] 120 (9) ERROR -[SIZE] 0.02 MB, 7 files - -[DEP] alsa-lib -[DEP] audiofile -[DEP] autoconf -[DEP] automake -[DEP] bash -[DEP] bdb33 -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] esound -[DEP] findutils -[DEP] freetype -[DEP] gawk -[DEP] gcc -[DEP] gdk-pixbuf10 -[DEP] gettext -[DEP] glib12 -[DEP] glibc -[DEP] gnome-libs14 -[DEP] gnome-print10 -[DEP] grep -[DEP] gtk+12 -[DEP] imlib -[DEP] indent -[DEP] libice -[DEP] libsm -[DEP] libx11 -[DEP] libxau -[DEP] libxdmcp -[DEP] libxext -[DEP] libxi -[DEP] libxml1 -[DEP] libxpm -[DEP] linux-header -[DEP] make -[DEP] mktemp -[DEP] net-tools -[DEP] oaf10 -[DEP] orbit10 -[DEP] perl -[DEP] popt -[DEP] sed -[DEP] sysfiles -[DEP] tar -[DEP] texinfo -[DEP] util-linux -[DEP] xproto -[DEP] zlib diff --git a/gnome14/bonobo10/bonobo10.desc b/gnome14/bonobo10/bonobo10.desc deleted file mode 100644 index 833ef0d55..000000000 --- a/gnome14/bonobo10/bonobo10.desc +++ /dev/null @@ -1,43 +0,0 @@ - -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../bonobo10/bonobo10.desc -[COPY] Copyright (C) 2006 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] Copyright (C) 1998 - 2003 Clifford Wolf -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] The GNOME arch. for reusable software components and compound documents - -[T] Bonobo is a set of language and system independant CORBA -[T] interfaces for creating reusable components and creating compound -[T] documents. -[T] -[T] The Bonobo distribution includes a Gtk+ based implementation of the -[T] Bonobo interfaces, enabling developers to create reusable components -[T] and applications that can be used to form more complex documents. - -[U] http://developer.gnome.org/arch/component/bonobo.html - -[A] The GNOME Project -[M] The OpenSDE Community - -[C] extra/development extra/desktop/gnome - -[L] GPL -[S] Stable -[V] 1.0.22 -[P] X -----5---9 175.100 - -[O] . $base/package/*/*/gnome14-conf.in - -[D] 1840950627 bonobo-1.0.22.tar.bz2 ftp://archive.progeny.com/GNOME/sources/bonobo/1.0/ - diff --git a/gnome14/bonobo10/compile-fix.patch b/gnome14/bonobo10/compile-fix.patch deleted file mode 100644 index b83c5a400..000000000 --- a/gnome14/bonobo10/compile-fix.patch +++ /dev/null @@ -1,50 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../bonobo10/compile-fix.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 bonobo-1.0.22-orig/tests/test-any.c bonobo-1.0.22/tests/test-any.c ---- bonobo-1.0.22-orig/tests/test-any.c 2002-01-28 10:54:07.000000000 +0000 -+++ bonobo-1.0.22/tests/test-any.c 2006-01-18 17:17:09.087366250 +0000 -@@ -15,18 +15,18 @@ - TC_octet - }; - --static const struct CORBA_TypeCode_struct --TC_CORBA_sequence_CORBA_octet_struct = { -- {{(ORBit_RootObject_Interface *) & ORBit_TypeCode_epv, TRUE, -1}, -- ORBIT_PSEUDO_TYPECODE}, -- -- CORBA_tk_sequence, NULL, NULL, -- 0, 1, -- NULL, -- (CORBA_TypeCode *) octet_subtypes_array, -- NULL, -- CORBA_OBJECT_NIL, 0, -1, 0, 0 --}; -+//static const struct CORBA_TypeCode_struct -+//TC_CORBA_sequence_CORBA_octet_struct = { -+// {{(ORBit_RootObject_Interface *) & ORBit_TypeCode_epv, TRUE, -1}, -+// ORBIT_PSEUDO_TYPECODE}, -+// -+// CORBA_tk_sequence, NULL, NULL, -+// 0, 1, -+// NULL, -+// (CORBA_TypeCode *) octet_subtypes_array, -+// NULL, -+// CORBA_OBJECT_NIL, 0, -1, 0, 0 -+//}; - - static const char * - enum_subnames_array [] = { diff --git a/gnome14/gal01/gal01.cache b/gnome14/gal01/gal01.cache deleted file mode 100644 index 4ae594822..000000000 --- a/gnome14/gal01/gal01.cache +++ /dev/null @@ -1,53 +0,0 @@ - -[TIMESTAMP] 1134186622 Sat Dec 10 04:50:22 2005 -[BUILDTIME] 90 (9) -[SIZE] 4.11 MB, 247 files - -[DEP] alsa-lib -[DEP] audiofile -[DEP] autoconf -[DEP] bash -[DEP] bdb33 -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] esound -[DEP] findutils -[DEP] flex -[DEP] freetype -[DEP] gawk -[DEP] gcc -[DEP] gdk-pixbuf10 -[DEP] gettext -[DEP] glib12 -[DEP] glibc -[DEP] gnome-libs14 -[DEP] gnome-print10 -[DEP] grep -[DEP] gtk+12 -[DEP] imlib -[DEP] libglade10 -[DEP] libice -[DEP] libsm -[DEP] libx11 -[DEP] libxau -[DEP] libxdmcp -[DEP] libxext -[DEP] libxi -[DEP] libxml1 -[DEP] libxpm -[DEP] linux-header -[DEP] m4 -[DEP] make -[DEP] mktemp -[DEP] net-tools -[DEP] orbit10 -[DEP] perl -[DEP] sed -[DEP] sysfiles -[DEP] tar -[DEP] texinfo -[DEP] util-linux -[DEP] xproto -[DEP] zlib diff --git a/gnome14/gal01/gal01.desc b/gnome14/gal01/gal01.desc deleted file mode 100644 index ef743da3d..000000000 --- a/gnome14/gal01/gal01.desc +++ /dev/null @@ -1,46 +0,0 @@ - -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../gal01/gal01.desc -[COPY] Copyright (C) 2006 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] Copyright (C) 1998 - 2003 Clifford Wolf -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] GNOME Application Libs - -[T] This module contains some library functions that came from Gnumeric and -[T] Evolution. The idea is to reuse the code across various larger GNOME -[T] applications that might want to use it. The API is not frozen and might -[T] change at any time. Larger class renaming might happen at any point -[T] without notice. -[T] -[T] Needed by gtkhtml, encompass and evolution. - -[U] http://www.gnome.org - -[A] Chris Lahey -[A] Miguel de Icaza -[A] Jody Goldberg -[M] The OpenSDE Community - -[F] NOPARALLEL -[C] extra/development extra/desktop/gnome - -[L] GPL LGPL -[S] Stable -[V] 0.24 -[P] X -----5---9 170.000 - -[O] . $base/package/*/*/gnome14-conf.in - -[D] 71468571 gal-0.24.tar.bz2 ftp://archive.progeny.com/GNOME/sources/gal/0.24/ - diff --git a/gnome14/gnome-print10/freetype.patch b/gnome14/gnome-print10/freetype.patch deleted file mode 100644 index 521958cb5..000000000 --- a/gnome14/gnome-print10/freetype.patch +++ /dev/null @@ -1,70 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../gnome-print10/freetype.patch -# Copyright (C) 2004 - 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 --- - -Fixed header inclusion for freetype2 as of 2.0.7. - - - Rene Rebe - ---- gnome-print-0.35/libgnomeprint/gnome-font-private.h 2001-12-05 23:07:58.000000000 +0100 -+++ gnome-print-0.35-fixed/libgnomeprint/gnome-font-private.h 2004-12-22 11:56:41.417915064 +0100 -@@ -22,6 +22,7 @@ - - BEGIN_GNOME_DECLS - -+#include - #include - #include - #include ---- gnome-print-0.35/libgnomeprint/parseTT.h.orig 2004-12-22 11:24:04.747091056 +0000 -+++ gnome-print-0.35/libgnomeprint/parseTT.h 2004-12-22 11:24:17.760112776 +0000 -@@ -22,6 +22,7 @@ - BEGIN_GNOME_DECLS - - #include -+#include - #include - - /* ---- gnome-print-0.35//installer/gf-pfb.c.orig 2004-12-22 11:33:48.576335520 +0000 -+++ gnome-print-0.35-fixed/installer/gf-pfb.c 2004-12-22 11:34:01.435380648 +0000 -@@ -12,6 +12,7 @@ - #include - #include - #include -+#include - #include - #include "gf-pfb.h" - ---- gnome-print-0.35//installer/gf-ttf.c.orig 2004-12-22 11:34:16.269125576 +0000 -+++ gnome-print-0.35-fixed/installer/gf-ttf.c 2004-12-22 11:34:28.814218432 +0000 -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include - #include - - #include "gf-ttf.h" ---- gnome-print-0.35/installer/gnome-font-install.c.orig 2004-12-22 11:32:48.285501120 +0000 -+++ gnome-print-0.35-fixed/installer/gnome-font-install.c 2004-12-22 11:33:22.743262744 +0000 -@@ -26,6 +26,7 @@ - #include - #include - /* End of ugly thing */ -+#include - #include - #include - #include diff --git a/gnome14/gnome-print10/gnome-print10.cache b/gnome14/gnome-print10/gnome-print10.cache deleted file mode 100644 index 981368e6d..000000000 --- a/gnome14/gnome-print10/gnome-print10.cache +++ /dev/null @@ -1,56 +0,0 @@ - -[TIMESTAMP] 1134069114 Thu Dec 8 20:11:54 2005 -[BUILDTIME] 50 (9) -[SIZE] 2.37 MB, 141 files - -[DEP] a2ps -[DEP] alsa-lib -[DEP] audiofile -[DEP] autoconf -[DEP] automake -[DEP] bash -[DEP] bdb33 -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] esound -[DEP] findutils -[DEP] freetype -[DEP] gawk -[DEP] gcc -[DEP] gdk-pixbuf10 -[DEP] gettext -[DEP] ghostscript -[DEP] ghostscript-fonts -[DEP] glib12 -[DEP] glibc -[DEP] gnome-libs14 -[DEP] grep -[DEP] gtk+12 -[DEP] imlib -[DEP] libdockapp -[DEP] libice -[DEP] libsm -[DEP] libx11 -[DEP] libxau -[DEP] libxdmcp -[DEP] libxext -[DEP] libxi -[DEP] libxml1 -[DEP] libxpm -[DEP] linux-header -[DEP] magicpoint -[DEP] make -[DEP] mktemp -[DEP] net-tools -[DEP] orbit10 -[DEP] patch -[DEP] perl -[DEP] sed -[DEP] sysfiles -[DEP] tar -[DEP] tetex -[DEP] texinfo -[DEP] xproto -[DEP] zlib diff --git a/gnome14/gnome-print10/gnome-print10.conf b/gnome14/gnome-print10/gnome-print10.conf deleted file mode 100644 index eddca0ca5..000000000 --- a/gnome14/gnome-print10/gnome-print10.conf +++ /dev/null @@ -1,22 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../gnome-print10/gnome-print10.conf -# Copyright (C) 2004 - 2006 The T2 SDE Project -# Copyright (C) 1998 - 2003 Clifford Wolf -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -hook_add inmake 5 "mkdir -p /usr/share/fonts ; touch /usr/share/fonts/fontmap" -hook_add postmake 5 "rm -rf /usr/include/libgnomeprint ; ln -s gnome-1.0/libgnomeprint /usr/include/libgnomeprint" - -if [ $arch_machine = "x86_64" ]; then - var_append GCC_WRAPPER_APPEND ' ' "-I/usr/include/libxml2/libxml -I/usr/include/libxml2 -L/usr/lib64 -L/lib64 -lxml2 -lz" - hook_add preconf 3 "sed -i -e 's/^vers=.*--modversion xml.*$/vers=1008008/' configure" -fi diff --git a/gnome14/gnome-print10/gnome-print10.desc b/gnome14/gnome-print10/gnome-print10.desc deleted file mode 100644 index 0fb2a8e2f..000000000 --- a/gnome14/gnome-print10/gnome-print10.desc +++ /dev/null @@ -1,36 +0,0 @@ - -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../gnome-print10/gnome-print10.desc -[COPY] Copyright (C) 2006 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] Copyright (C) 1998 - 2003 Clifford Wolf -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] The GNOME printer framework - -[T] You should install the gnome-print package if you intend on using any of -[T] the GNOME applications that can print. - -[A] The GNOME Project -[M] The OpenSDE Community - -[C] extra/printing extra/desktop/gnome - -[L] GPL -[S] Beta -[V] 0.35 -[P] X -----5---9 152.900 - -[O] . $base/package/*/*/gnome14-conf.in - -[D] 2173863338 gnome-print-0.35.tar.bz2 ftp://archive.progeny.com/GNOME/sources/gnome-print/0.35/ - diff --git a/gnome14/gtkhtml10/compile-fix.patch b/gnome14/gtkhtml10/compile-fix.patch deleted file mode 100644 index c31656c6c..000000000 --- a/gnome14/gtkhtml10/compile-fix.patch +++ /dev/null @@ -1,30 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../gtkhtml10/compile-fix.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 gtkhtml-1.1.10-orig/src/htmlcluealigned.h gtkhtml-1.1.10/src/htmlcluealigned.h ---- gtkhtml-1.1.10-orig/src/htmlcluealigned.h 2001-05-21 12:47:11.000000000 +0000 -+++ gtkhtml-1.1.10/src/htmlcluealigned.h 2006-01-18 12:12:29.872986750 +0000 -@@ -37,8 +37,8 @@ - HTMLClueClass clue_class; - }; - -- --extern HTMLClueAlignedClass html_cluealigned_class; -+// -+//extern HTMLClueAlignedClass html_cluealigned_class; - - - void html_cluealigned_type_init (void); diff --git a/gnome14/gtkhtml10/gcc34.patch b/gnome14/gtkhtml10/gcc34.patch deleted file mode 100644 index f27b241a5..000000000 --- a/gnome14/gtkhtml10/gcc34.patch +++ /dev/null @@ -1,25 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../gtkhtml10/gcc34.patch -# Copyright (C) 2004 - 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 --- ---- gtkhtml-1.1.10/components/html-editor/popup.c.vanilla 2005-01-24 07:35:35.506775440 +0100 -+++ gtkhtml-1.1.10/components/html-editor/popup.c 2005-01-24 07:35:43.303590144 +0100 -@@ -496,6 +496,7 @@ - ADD_PROP (PARAGRAPH); - break; - default: -+ ; - } - if (obj->parent && obj->parent->parent && HTML_IS_TABLE_CELL (obj->parent->parent)) { - if (cd->format_html) { diff --git a/gnome14/gtkhtml10/gtkhtml10.cache b/gnome14/gtkhtml10/gtkhtml10.cache deleted file mode 100644 index dcddf5d58..000000000 --- a/gnome14/gtkhtml10/gtkhtml10.cache +++ /dev/null @@ -1,47 +0,0 @@ - -[TIMESTAMP] 1134186778 Sat Dec 10 04:52:58 2005 -[BUILDTIME] 15 (9) ERROR -[SIZE] 0.02 MB, 8 files - -[DEP] autoconf -[DEP] bash -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] findutils -[DEP] gal01 -[DEP] gawk -[DEP] gcc -[DEP] gconf110 -[DEP] gdk-pixbuf10 -[DEP] gettext -[DEP] glib12 -[DEP] glibc -[DEP] gnome-libs14 -[DEP] gnome-print10 -[DEP] grep -[DEP] gtk+12 -[DEP] imlib -[DEP] libcapplet15 -[DEP] libghttp10 -[DEP] libglade10 -[DEP] libx11 -[DEP] libxau -[DEP] libxdmcp -[DEP] libxext -[DEP] libxi -[DEP] libxml1 -[DEP] linux-header -[DEP] make -[DEP] mktemp -[DEP] net-tools -[DEP] oaf10 -[DEP] orbit10 -[DEP] patch -[DEP] perl -[DEP] sed -[DEP] sysfiles -[DEP] tar -[DEP] texinfo -[DEP] xproto diff --git a/gnome14/gtkhtml10/gtkhtml10.conf b/gnome14/gtkhtml10/gtkhtml10.conf deleted file mode 100644 index c56cdf273..000000000 --- a/gnome14/gtkhtml10/gtkhtml10.conf +++ /dev/null @@ -1,20 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../gtkhtml10/gtkhtml10.conf -# Copyright (C) 2009 The OpenSDE Project -# Copyright (C) 2004 - 2006 The T2 SDE Project -# Copyright (C) 1998 - 2003 Clifford Wolf -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -hook_add postinstall 5 "ln -snvf libgtkhtml-1.1.so $root$libdir/libgtkhtml.so" - -# glibc-2.9 compatibility -var_append GCC_WRAPPER_INSERT ' ' '-D_GNU_SOURCE' diff --git a/gnome14/gtkhtml10/gtkhtml10.desc b/gnome14/gtkhtml10/gtkhtml10.desc deleted file mode 100644 index 40398d260..000000000 --- a/gnome14/gtkhtml10/gtkhtml10.desc +++ /dev/null @@ -1,40 +0,0 @@ - -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../gtkhtml10/gtkhtml10.desc -[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] Copyright (C) 1998 - 2003 Clifford Wolf -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] HTML engine for GNOME - -[T] This is GtkHTML, a lightweight HTML rendering/printing/editing engine. -[T] It was originally based on KHTMLW, but is now being developed -[T] independently of it. -[T] A library containing functionality to display (and edit?) html formated -[T] text. - It comes in the form of a gtk widget. - -[U] http://www.gnome.org - -[A] The GNOME Project -[M] The OpenSDE Community - -[C] extra/development - -[L] GPL -[S] Stable -[V] 1.1.10 -[P] X -----5---9 170.100 - -[O] . $base/package/*/*/gnome14-conf.in - -[D] 1926348254 gtkhtml-1.1.10.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/ diff --git a/gnome14/guppi/gcc34.patch b/gnome14/guppi/gcc34.patch deleted file mode 100644 index 734d7d24b..000000000 --- a/gnome14/guppi/gcc34.patch +++ /dev/null @@ -1,96 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../guppi/gcc34.patch -# Copyright (C) 2004 - 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 --- - -The usual gcc-3.4 compile fixes. - - - Rene Rebe - ---- ./src/demo.c.orig 2004-05-13 20:57:44.936557856 +0200 -+++ ./src/demo.c 2004-05-13 20:57:51.225601776 +0200 -@@ -451,6 +451,7 @@ - compass_pos = GUPPI_NORTH; - break; - default: -+ ; - } - - guppi_element_state_set (state, ---- ./src/libguppiplot/guppi-layout-constraint.c.orig 2004-05-13 20:52:41.636666448 +0200 -+++ ./src/libguppiplot/guppi-layout-constraint.c 2004-05-13 20:52:51.744129880 +0200 -@@ -165,6 +165,7 @@ - - default: - /* Fall through, do nothing. */ -+ ; - } - - ti = term_info_new (type, factor, geom); ---- ./src/libguppiplot/guppi-root-group-item.c.orig 2004-05-13 20:54:49.332253768 +0200 -+++ ./src/libguppiplot/guppi-root-group-item.c 2004-05-13 20:55:03.409113760 +0200 -@@ -548,6 +548,7 @@ - return motion_notify_event (root, &(ev->motion)); - - default: -+ ; - } - - return FALSE; -@@ -777,6 +778,7 @@ - case ROOT_GROUP_RESIZE_NONE: - default: - /* insure we do nothing */ -+ ; - } - - if (please_resize_canvas) ---- ./src/libguppiplot/guppi-text-block.c.orig 2004-05-13 20:51:20.957931480 +0200 -+++ ./src/libguppiplot/guppi-text-block.c 2004-05-13 20:51:38.896204448 +0200 -@@ -900,6 +900,7 @@ - - default: - /* Do nothing. */ -+ ; - } - - render_stack_evolve (stack, tt); ---- ./src/libguppiplot/guppi-view-interval.c.orig 2004-05-13 20:49:49.691806040 +0200 -+++ ./src/libguppiplot/guppi-view-interval.c 2004-05-13 20:50:09.553786560 +0200 -@@ -227,6 +227,7 @@ - #endif - - default: -+ ; - } - - return TRUE; ---- ./libguppitank/guppi-object-barchart.c.orig 2004-05-13 21:07:35.963708072 +0200 -+++ ./libguppitank/guppi-object-barchart.c 2004-05-13 21:07:48.188849568 +0200 -@@ -701,6 +701,7 @@ - break; - - default: -+ ; - } - } - -@@ -733,6 +734,7 @@ - break; - - default: -+ ; - } - } - diff --git a/gnome14/guppi/gcc4.patch b/gnome14/guppi/gcc4.patch deleted file mode 100644 index c3ea2f39c..000000000 --- a/gnome14/guppi/gcc4.patch +++ /dev/null @@ -1,96 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../guppi/gcc4.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 Guppi-0.40.3-orig/src/libguppidata/guppi-data.c Guppi-0.40.3/src/libguppidata/guppi-data.c ---- Guppi-0.40.3-orig/src/libguppidata/guppi-data.c 2001-11-19 05:40:40.000000000 +0000 -+++ Guppi-0.40.3/src/libguppidata/guppi-data.c 2006-01-19 22:29:21.545734250 +0000 -@@ -1079,8 +1079,6 @@ - static void - guppi_data_class_init (GuppiDataClass *klass) - { -- static void build_menu (GuppiData *, GtkMenu *, gpointer); -- - GtkObjectClass *object_class = (GtkObjectClass *) klass; - - parent_class = gtk_type_class (GTK_TYPE_OBJECT); -diff -Nur Guppi-0.40.3-orig/src/libguppidata/guppi-seq-scalar.c Guppi-0.40.3/src/libguppidata/guppi-seq-scalar.c ---- Guppi-0.40.3-orig/src/libguppidata/guppi-seq-scalar.c 2002-01-14 05:01:17.000000000 +0000 -+++ Guppi-0.40.3/src/libguppidata/guppi-seq-scalar.c 2006-01-19 22:30:14.325032750 +0000 -@@ -1775,8 +1775,6 @@ - static void - guppi_seq_scalar_class_init (GuppiSeqScalarClass *klass) - { -- static GtkWidget *info_display (GuppiData *); -- - GtkObjectClass *object_class = (GtkObjectClass *) klass; - GuppiDataClass *data_class = GUPPI_DATA_CLASS (klass); - GuppiSeqClass *seq_class = GUPPI_SEQ_CLASS (klass); -diff -Nur Guppi-0.40.3-orig/src/libguppiplot/guppi-axis-markers.c Guppi-0.40.3/src/libguppiplot/guppi-axis-markers.c ---- Guppi-0.40.3-orig/src/libguppiplot/guppi-axis-markers.c 2002-01-21 03:19:05.000000000 +0000 -+++ Guppi-0.40.3/src/libguppiplot/guppi-axis-markers.c 2006-01-19 22:32:21.953009000 +0000 -@@ -47,10 +47,11 @@ - - static guint gam_signals[LAST_SIGNAL] = { 0 }; - -+ static void clear (GuppiAxisMarkers *); -+ - static void - guppi_axis_markers_finalize (GtkObject * obj) - { -- static void clear (GuppiAxisMarkers *); - GuppiAxisMarkers *gal = GUPPI_AXIS_MARKERS (obj); - - guppi_finalized (obj); -diff -Nur Guppi-0.40.3-orig/src/libguppiplot/guppi-root-group-item.c Guppi-0.40.3/src/libguppiplot/guppi-root-group-item.c ---- Guppi-0.40.3-orig/src/libguppiplot/guppi-root-group-item.c 2002-01-08 06:31:08.000000000 +0000 -+++ Guppi-0.40.3/src/libguppiplot/guppi-root-group-item.c 2006-01-19 22:31:46.090767750 +0000 -@@ -153,10 +153,11 @@ - guppi_canvas_item_set_bbox_c (item, 0, 0, xsize, ysize); - } - -+ static void canv_size_allocate (GtkWidget *, GtkAllocation *, gpointer); -+ - static void - changed_scale (GuppiCanvasItem *item, double scale) - { -- static void canv_size_allocate (GtkWidget *, GtkAllocation *, gpointer); - GuppiRootGroupItem *root_item = GUPPI_ROOT_GROUP_ITEM (item); - - if (GUPPI_CANVAS_ITEM_CLASS (parent_class)->changed_scale) -diff -Nur Guppi-0.40.3-orig/src/libguppispecfns/mtherr.c Guppi-0.40.3/src/libguppispecfns/mtherr.c ---- Guppi-0.40.3-orig/src/libguppispecfns/mtherr.c 2000-10-20 01:21:48.000000000 +0000 -+++ Guppi-0.40.3/src/libguppispecfns/mtherr.c 2006-01-19 22:28:21.645990750 +0000 -@@ -58,7 +58,7 @@ - #include - #include "mconf.h" - --static int merror = 0; -+int merror = 0; - - /* Notice: the order of appearance of the following - * messages is bound to the error codes defined -diff -Nur Guppi-0.40.3-orig/src/libguppiuseful/guppi-plug-in.c Guppi-0.40.3/src/libguppiuseful/guppi-plug-in.c ---- Guppi-0.40.3-orig/src/libguppiuseful/guppi-plug-in.c 2001-09-08 05:49:59.000000000 +0000 -+++ Guppi-0.40.3/src/libguppiuseful/guppi-plug-in.c 2006-01-19 22:27:56.764435750 +0000 -@@ -47,7 +47,7 @@ - - guppi_finalized (obj); - -- guppi_free0 ((gpointer)pi->load_path); -+ guppi_free0 (pi->load_path); - - if (parent_class->finalize) - parent_class->finalize (obj); diff --git a/gnome14/guppi/guppi.cache b/gnome14/guppi/guppi.cache deleted file mode 100644 index 1ab4d1b49..000000000 --- a/gnome14/guppi/guppi.cache +++ /dev/null @@ -1,50 +0,0 @@ - -[TIMESTAMP] 1134202937 Sat Dec 10 09:22:17 2005 -[BUILDTIME] 20 (9) ERROR -[SIZE] 0.02 MB, 7 files - -[DEP] autoconf -[DEP] automake -[DEP] bash -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] findutils -[DEP] flex -[DEP] gawk -[DEP] gcc -[DEP] gdk-pixbuf10 -[DEP] gettext -[DEP] glib12 -[DEP] glibc -[DEP] gnome-libs14 -[DEP] gnome-print10 -[DEP] grep -[DEP] gtk+12 -[DEP] imlib -[DEP] libglade10 -[DEP] libice -[DEP] libsm -[DEP] libx11 -[DEP] libxau -[DEP] libxdmcp -[DEP] libxext -[DEP] libxi -[DEP] libxml1 -[DEP] libxpm -[DEP] linux-header -[DEP] m4 -[DEP] make -[DEP] mktemp -[DEP] net-tools -[DEP] orbit10 -[DEP] patch -[DEP] perl -[DEP] sed -[DEP] sysfiles -[DEP] tar -[DEP] texinfo -[DEP] util-linux -[DEP] xproto -[DEP] zlib diff --git a/gnome14/guppi/guppi.desc b/gnome14/guppi/guppi.desc deleted file mode 100644 index d9d35b6ae..000000000 --- a/gnome14/guppi/guppi.desc +++ /dev/null @@ -1,48 +0,0 @@ - -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../guppi/guppi.desc -[COPY] Copyright (C) 2006 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] Copyright (C) 1998 - 2003 Clifford Wolf -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] A GNOME plot library and program - -[T] Guppi is a plot program with integrated statistics capabilities. It is -[T] designed to have multiple frontends; at the moment, two of them are up -[T] and running: a standalone Gnome frontend, and an embeddable Gnome -[T] component. The embeddable component is intended to provide plot -[T] capabilities to other programs in the Gnome Workshop office suite, -[T] notably the Gnumeric spreadsheet. The standalone version is -[T] scriptable via Guile, and is designed to be a sort of data -[T] visualization laboratory with lots of statistical capabilities built -[T] in. - -[U] http://www.gnome.org/projects/guppi/ Guppi Project Homepage - -[A] Havoc Pennington -[A] Jon Trowbridge - -[M] The OpenSDE Community -[M] The OpenSDE Community - -[C] extra/desktop/gnome - -[L] GPL -[S] Beta -[V] 0.40.3 -[P] X -----5---9 175.200 - -[O] . $base/package/*/*/gnome14-conf.in - -[D] 1909153269 Guppi-0.40.3.tar.bz2 ftp://ftp.gnome.org/mirror/gnome.org/sources/Guppi/0.40/ -