diff --git a/package/xfce4/libxfce4mcs/libxfce4mcs.desc b/package/xfce4/libxfce4mcs/libxfce4mcs.desc index bea91f56a..bc0a35114 100644 --- a/package/xfce4/libxfce4mcs/libxfce4mcs.desc +++ b/package/xfce4/libxfce4mcs/libxfce4mcs.desc @@ -34,7 +34,7 @@ [L] LGPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 968.000 -[D] 2066982244 libxfce4mcs-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 1921646029 libxfce4mcs-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/libxfce4util/libxfce4util.desc b/package/xfce4/libxfce4util/libxfce4util.desc index a9f62755a..375c5b77d 100644 --- a/package/xfce4/libxfce4util/libxfce4util.desc +++ b/package/xfce4/libxfce4util/libxfce4util.desc @@ -32,7 +32,7 @@ [L] BSD [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 967.000 -[D] 1509530369 libxfce4util-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 1875774830 libxfce4util-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/libxfcegui4/libxfcegui4.desc b/package/xfce4/libxfcegui4/libxfcegui4.desc index 5fe449065..2df2400ca 100644 --- a/package/xfce4/libxfcegui4/libxfcegui4.desc +++ b/package/xfce4/libxfcegui4/libxfcegui4.desc @@ -33,7 +33,7 @@ [L] LGPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 969.000 -[D] 1763513685 libxfcegui4-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 3453738120 libxfcegui4-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfcalendar/calendar-icon.patch b/package/xfce4/xfcalendar/calendar-icon.patch new file mode 100644 index 000000000..2f66ef3f2 --- /dev/null +++ b/package/xfce4/xfcalendar/calendar-icon.patch @@ -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); diff --git a/package/xfce4/xfce4-panel/isnull.patch b/package/xfce4/xfcalendar/xfcalendar.conf similarity index 61% rename from package/xfce4/xfce4-panel/isnull.patch rename to package/xfce4/xfcalendar/xfcalendar.conf index 77b426604..cc6145886 100644 --- a/package/xfce4/xfce4-panel/isnull.patch +++ b/package/xfce4/xfcalendar/xfcalendar.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/xfce4/xfce4-panel/isnull.patch +# ROCK Linux: rock-src/package/xfce4/xfcalendar/xfcalendar.conf # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf # # This program is free software; you can redistribute it and/or modify @@ -20,20 +20,4 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- ---- ./panel/xfce_support.c.orig 2003-11-18 12:43:55.000000000 +0200 -+++ ./panel/xfce_support.c 2003-11-18 12:44:02.000000000 +0200 -@@ -982,6 +982,7 @@ - void - exec_cmd (const char *cmd, gboolean in_terminal, gboolean use_sn) - { -+ g_return_if_fail (cmd != NULL); - schedule_exec(cmd, in_terminal, use_sn, FALSE); - } - -@@ -989,5 +990,6 @@ - void - exec_cmd_silent (const char *cmd, gboolean in_terminal, gboolean use_sn) - { -+ g_return_if_fail (cmd != NULL); - schedule_exec(cmd, in_terminal, use_sn, TRUE); - } +. $base/package/*/*/xfce-4.conf diff --git a/package/xfce4/xfcalendar/xfcalendar.desc b/package/xfce4/xfcalendar/xfcalendar.desc new file mode 100644 index 000000000..2a999ce42 --- /dev/null +++ b/package/xfce4/xfcalendar/xfcalendar.desc @@ -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 +[M] Dimitar Zhekov + +[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/ diff --git a/package/xfce4/xfce-mcs-manager/xfce-mcs-manager.desc b/package/xfce4/xfce-mcs-manager/xfce-mcs-manager.desc index 9a73fe400..c57f7babe 100644 --- a/package/xfce4/xfce-mcs-manager/xfce-mcs-manager.desc +++ b/package/xfce4/xfce-mcs-manager/xfce-mcs-manager.desc @@ -34,7 +34,7 @@ [L] LGPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 971.000 -[D] 3694081389 xfce-mcs-manager-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 2619479991 xfce-mcs-manager-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfce-mcs-plugins/xfce-mcs-plugins.desc b/package/xfce4/xfce-mcs-plugins/xfce-mcs-plugins.desc index 31e4c6a06..536cc81fe 100644 --- a/package/xfce4/xfce-mcs-plugins/xfce-mcs-plugins.desc +++ b/package/xfce4/xfce-mcs-plugins/xfce-mcs-plugins.desc @@ -33,7 +33,7 @@ [L] GPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 972.000 -[D] 968461284 xfce-mcs-plugins-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 3193870552 xfce-mcs-plugins-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfce-utils/xfce-utils.desc b/package/xfce4/xfce-utils/xfce-utils.desc index 8828392a1..76db60e6e 100644 --- a/package/xfce4/xfce-utils/xfce-utils.desc +++ b/package/xfce4/xfce-utils/xfce-utils.desc @@ -35,7 +35,7 @@ [L] GPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 975.000 -[D] 2604211669 xfce-utils-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 1657928139 xfce-utils-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfce4-iconbox/xfce4-iconbox.desc b/package/xfce4/xfce4-iconbox/xfce4-iconbox.desc index 016d01e82..8b1def248 100644 --- a/package/xfce4/xfce4-iconbox/xfce4-iconbox.desc +++ b/package/xfce4/xfce4-iconbox/xfce4-iconbox.desc @@ -32,7 +32,7 @@ [L] GPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 974.000 -[D] 403171697 xfce4-iconbox-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 392955335 xfce4-iconbox-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfce4-mixer/xfce4-mixer.desc b/package/xfce4/xfce4-mixer/xfce4-mixer.desc index 7cce7778e..4fea82010 100644 --- a/package/xfce4/xfce4-mixer/xfce4-mixer.desc +++ b/package/xfce4/xfce4-mixer/xfce4-mixer.desc @@ -33,7 +33,7 @@ [L] BSD [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 982.000 -[D] 1058939110 xfce4-mixer-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 231754122 xfce4-mixer-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfce4-panel/xfce4-panel.desc b/package/xfce4/xfce4-panel/xfce4-panel.desc index 06c858a28..a9e9967f8 100644 --- a/package/xfce4/xfce4-panel/xfce4-panel.desc +++ b/package/xfce4/xfce4-panel/xfce4-panel.desc @@ -42,7 +42,7 @@ [L] GPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 978.000 -[D] 1549173389 xfce4-panel-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 2244206903 xfce4-panel-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfce4-sample-plugin/sample-create.patch b/package/xfce4/xfce4-sample-plugin/sample-create.patch new file mode 100644 index 000000000..b81820af2 --- /dev/null +++ b/package/xfce4/xfce4-sample-plugin/sample-create.patch @@ -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. diff --git a/package/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.conf b/package/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.conf new file mode 100644 index 000000000..4877498ae --- /dev/null +++ b/package/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.conf @@ -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 diff --git a/package/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.desc b/package/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.desc new file mode 100644 index 000000000..00dc07706 --- /dev/null +++ b/package/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.desc @@ -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 +[M] Dimitar Zhekov + +[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/ diff --git a/package/xfce4/xfce4-systray/xfce4-systray.desc b/package/xfce4/xfce4-systray/xfce4-systray.desc index 86827c7d1..d5383a673 100644 --- a/package/xfce4/xfce4-systray/xfce4-systray.desc +++ b/package/xfce4/xfce4-systray/xfce4-systray.desc @@ -32,7 +32,7 @@ [L] OpenSource [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 979.000 -[D] 1636013731 xfce4-systray-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 605697142 xfce4-systray-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfce4-toys/xfce4-toys.desc b/package/xfce4/xfce4-toys/xfce4-toys.desc index 37f80a5d1..571d8f0c7 100644 --- a/package/xfce4/xfce4-toys/xfce4-toys.desc +++ b/package/xfce4/xfce4-toys/xfce4-toys.desc @@ -34,7 +34,7 @@ [L] GPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 980.000 -[D] 3063240672 xfce4-toys-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 1186958854 xfce4-toys-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfce4-trigger-launcher/xfce4-trigger-launcher.desc b/package/xfce4/xfce4-trigger-launcher/xfce4-trigger-launcher.desc index bc827eece..faec0836f 100644 --- a/package/xfce4/xfce4-trigger-launcher/xfce4-trigger-launcher.desc +++ b/package/xfce4/xfce4-trigger-launcher/xfce4-trigger-launcher.desc @@ -33,7 +33,7 @@ [L] BSD [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 983.000 -[D] 794698924 xfce4-trigger-launcher-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 2717095391 xfce4-trigger-launcher-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfdesktop/xfdesktop.desc b/package/xfce4/xfdesktop/xfdesktop.desc index 151c692aa..5dd9a986b 100644 --- a/package/xfce4/xfdesktop/xfdesktop.desc +++ b/package/xfce4/xfdesktop/xfdesktop.desc @@ -32,7 +32,7 @@ [L] GPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 973.000 -[D] 447856587 xfdesktop-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 1597402947 xfdesktop-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xffm/xffm.desc b/package/xfce4/xffm/xffm.desc index 62ba9c6e6..3c9626273 100644 --- a/package/xfce4/xffm/xffm.desc +++ b/package/xfce4/xffm/xffm.desc @@ -32,7 +32,7 @@ [L] GPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 984.000 -[D] 1679689492 xffm-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 2095788904 xffm-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfprint/xfprint.desc b/package/xfce4/xfprint/xfprint.desc index c9a5c212e..65d50056d 100644 --- a/package/xfce4/xfprint/xfprint.desc +++ b/package/xfce4/xfprint/xfprint.desc @@ -32,7 +32,7 @@ [L] BSD [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 970.000 -[D] 660398158 xfprint-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 3508192581 xfprint-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/ diff --git a/package/xfce4/xfwm4/xfwm4.desc b/package/xfce4/xfwm4/xfwm4.desc index fc509af57..c27c9d964 100644 --- a/package/xfce4/xfwm4/xfwm4.desc +++ b/package/xfce4/xfwm4/xfwm4.desc @@ -32,7 +32,7 @@ [L] GPL [S] Stable -[V] 4.0.1 +[V] 4.0.2 [P] X -----5---9 976.000 -[D] 1488844689 xfwm4-4.0.1.tar.gz http://www.xfce.org/archive/xfce-4.0.1/src/ +[D] 1488844689 xfwm4-4.0.2.tar.gz http://www.xfce.org/archive/xfce-4.0.2/src/