Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
28d6ea6b0b
9 changed files with 114 additions and 11 deletions
  1. +1
    -1
      package/gnome2/epiphany/epiphany.cache
  2. +1
    -1
      package/gnome2/epiphany/epiphany.conf
  3. +4
    -4
      package/gnome2/epiphany/epiphany.desc
  4. +29
    -0
      package/gnome2/epiphany/moz-1.7rc1.patch
  5. +45
    -0
      package/gnome2/galeon/compile.patch
  6. +1
    -1
      package/gnome2/galeon/galeon.cache
  7. +1
    -1
      package/gnome2/galeon/galeon.conf
  8. +3
    -3
      package/gnome2/galeon/galeon.desc
  9. +29
    -0
      package/gnome2/galeon/moz-1.7rc1.patch

+ 1
- 1
package/gnome2/epiphany/epiphany.cache

@ -5,7 +5,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/gnome24/epiphany/epiphany.cache
[COPY] ROCK Linux: rock-src/package/gnome2/epiphany/epiphany.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify

+ 1
- 1
package/gnome2/epiphany/epiphany.conf

@ -5,7 +5,7 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome24/epiphany/epiphany.conf
# ROCK Linux: rock-src/package/gnome2/epiphany/epiphany.conf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify

+ 4
- 4
package/gnome2/epiphany/epiphany.desc

@ -6,7 +6,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/gnome24/epiphany/epiphany.desc
[COPY] ROCK Linux: rock-src/package/gnome2/epiphany/epiphany.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
@ -29,7 +29,7 @@
[T] The package seems to be a fork of galeon to rewrite it more cleanly
[T] and to conform to the GNOME human interface guidelines.
[U] http://epiphany.mozdev.org/
[U] http://www.gnome.org/projects/epiphany/
[A] Marco Pesenti Gritti <marco@it.gnome.org>
[M] Juergen Sawinski <jsaw@gmx.net>
@ -39,8 +39,8 @@
[L] GPL
[S] Beta
[V] 1.2.2
[V] 1.2.5
[P] X -----5---9 532.000
[D] 475648892 epiphany-1.2.2.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.2/
[D] 3974433876 epiphany-1.2.5.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.2/

+ 29
- 0
package/gnome2/epiphany/moz-1.7rc1.patch

@ -0,0 +1,29 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome2/epiphany/moz-1.7rc1.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# 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.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./configure.vanilla 2004-05-16 18:25:04.263682056 +0200
+++ ./configure 2004-05-16 18:25:54.356066856 +0200
@@ -21855,6 +21855,7 @@
1.6) MOZILLA_SNAPSHOT=13 ;;
1.7a) MOZILLA_SNAPSHOT=14 ;;
1.7b) MOZILLA_SNAPSHOT=15 ;;
+ 1.7rc1) MOZILLA_SNAPSHOT=15 ;;
1.7) MOZILLA_SNAPSHOT=15 ;;
*) { { echo "$as_me:$LINENO: error:
*****************************************************************************

+ 45
- 0
package/gnome2/galeon/compile.patch

@ -0,0 +1,45 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome2/galeon/compile.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# 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.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
The usual trival compile fixes for lazy people. (Yes, this is really
a 1:1 copy of parts of my devhelp patch ...)
- Rene Rebe <rene@rocklinux.org>
--- devhelp/libegg/eggtoolbar.c.orig 2004-05-14 10:32:25.233789992 +0200
+++ devhelp/libegg/eggtoolbar.c 2004-05-14 10:32:51.857742536 +0200
@@ -2570,7 +2570,7 @@
GtkWidget*
egg_toolbar_append_element (EggToolbar *toolbar,
- GtkToolbarChildType type,
+ EggToolbarChildType type,
GtkWidget *widget,
const char *text,
const char *tooltip_text,
@@ -2587,7 +2587,7 @@
GtkWidget *
egg_toolbar_prepend_element (EggToolbar *toolbar,
- GtkToolbarChildType type,
+ EggToolbarChildType type,
GtkWidget *widget,
const char *text,
const char *tooltip_text,

+ 1
- 1
package/gnome2/galeon/galeon.cache

@ -5,7 +5,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/gnome24/galeon/galeon.cache
[COPY] ROCK Linux: rock-src/package/gnome2/galeon/galeon.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify

+ 1
- 1
package/gnome2/galeon/galeon.conf

@ -5,7 +5,7 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome24/galeon/galeon.conf
# ROCK Linux: rock-src/package/gnome2/galeon/galeon.conf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify

+ 3
- 3
package/gnome2/galeon/galeon.desc

@ -6,7 +6,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/gnome24/galeon/galeon.desc
[COPY] ROCK Linux: rock-src/package/gnome2/galeon/galeon.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
@ -35,8 +35,8 @@
[L] GPL
[S] Beta
[V] 1.3.13a
[V] 1.3.14a
[P] X -----5---9 532.000
[D] 3353654290 galeon-1.3.13a.tar.bz2 http://dl.sourceforge.net/sourceforge/galeon/
[D] 2448124920 galeon-1.3.14a.tar.bz2 http://dl.sourceforge.net/sourceforge/galeon/

+ 29
- 0
package/gnome2/galeon/moz-1.7rc1.patch

@ -0,0 +1,29 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome2/galeon/moz-1.7rc1.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# 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.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./configure.vanilla 2004-05-16 18:13:19.136877624 +0200
+++ ./configure 2004-05-16 18:13:28.250492144 +0200
@@ -21835,6 +21835,7 @@
1.6) MOZILLA_SNAPSHOT=13 ;;
1.7a) MOZILLA_SNAPSHOT=14 ;;
1.7b) MOZILLA_SNAPSHOT=15 ;;
+ 1.7rc1) MOZILLA_SNAPSHOT=15 ;;
trunk) MOZILLA_SNAPSHOT=15 ;;
*) { { echo "$as_me:$LINENO: error:
*****************************************************************************

Loading…
Cancel
Save