- xfce 4.0.1 -> 4.0.2 - remove isnull.patch - add xfcalendar, xfce4-sample-plugin + patches for them git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2108 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,29 @@ |
|||||
|
--- ./src/interface.c.orig 2003-09-01 22:50:23.000000000 +0300
|
||||
|
+++ ./src/interface.c 2003-12-26 13:52:08.000000000 +0200
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
#include "callbacks.h" |
||||
|
#include "interface.h" |
||||
|
#include "support.h" |
||||
|
-#include "xfcalendar-icon-inline.h"
|
||||
|
+#include "calendar-icon.h"
|
||||
|
|
||||
|
#define GLADE_HOOKUP_OBJECT(component,widget,name) \ |
||||
|
g_object_set_data_full (G_OBJECT (component), name, \ |
||||
|
@@ -53,7 +53,7 @@
|
||||
|
GtkAccelGroup *accel_group; |
||||
|
GdkPixbuf *xfcalendar_logo; |
||||
|
|
||||
|
- xfcalendar_logo = inline_icon_at_size(xfcalendar_icon, 48, 48);
|
||||
|
+ xfcalendar_logo = inline_icon_at_size(calendar_icon_data, 48, 48);
|
||||
|
accel_group = gtk_accel_group_new (); |
||||
|
|
||||
|
XFCalendar = gtk_window_new (GTK_WINDOW_TOPLEVEL); |
||||
|
@@ -342,7 +342,7 @@
|
||||
|
GdkPixbuf *xfcalendar_logo; |
||||
|
gchar *textInfo; |
||||
|
|
||||
|
- xfcalendar_logo = inline_icon_at_size(xfcalendar_icon, 48, 48);
|
||||
|
+ xfcalendar_logo = inline_icon_at_size(calendar_icon_data, 48, 48);
|
||||
|
|
||||
|
wInfo = gtk_dialog_new (); |
||||
|
gtk_widget_set_size_request (wInfo, 300, 370); |
@ -0,0 +1,38 @@ |
|||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[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/xfce4/xfcalendar/xfcalendar.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
||||
|
[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; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
[I] Time-managing application for the XFce desktop environment |
||||
|
|
||||
|
[T] Time-managing application for the XFce desktop environment. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Mickael Graf <korbinus@linux.se> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Stable |
||||
|
[V] 0.1.4 |
||||
|
[P] X -----5---9 982.100 |
||||
|
|
||||
|
[D] 1946960047 xfcalendar-0.1.4.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ |
@ -0,0 +1,20 @@ |
|||||
|
--- ./panel-plugin/sample.c.orig 2003-07-18 18:58:50.000000000 +0300
|
||||
|
+++ ./panel-plugin/sample.c 2003-12-26 12:17:26.000000000 +0200
|
||||
|
@@ -127,7 +127,7 @@
|
||||
|
|
||||
|
/* options dialog */ |
||||
|
static void |
||||
|
-create_options (Control *ctrl, GtkContainer *con, GtkWidget *done)
|
||||
|
+sample_create_options (Control *ctrl, GtkContainer *con, GtkWidget *done)
|
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
@@ -147,7 +147,7 @@
|
||||
|
/* options; don't define if you don't have any ;) */ |
||||
|
cc->read_config = sample_read_config; |
||||
|
cc->write_config = sample_write_config; |
||||
|
- cc->create_options = sample_create_options;
|
||||
|
+ cc->create_options = sample_create_options;
|
||||
|
|
||||
|
/* Don't use this function at all if you want xfce to |
||||
|
* do the sizing. |
@ -0,0 +1,23 @@ |
|||||
|
# --- 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/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.conf |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
||||
|
# |
||||
|
# 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; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,38 @@ |
|||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[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/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
||||
|
[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; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
[I] Sample XFce4 panel plugin |
||||
|
|
||||
|
[T] Sample XFce4 panel plugin. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] BSD |
||||
|
[S] Stable |
||||
|
[V] 0.1.0 |
||||
|
[P] X -----5---9 983.100 |
||||
|
|
||||
|
[D] 3522176302 xfce4-sample-plugin-0.1.0.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ |