Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

- 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-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
80fb7ed394
22 changed files with 182 additions and 50 deletions
  1. +2
    -2
      package/xfce4/libxfce4mcs/libxfce4mcs.desc
  2. +2
    -2
      package/xfce4/libxfce4util/libxfce4util.desc
  3. +2
    -2
      package/xfce4/libxfcegui4/libxfcegui4.desc
  4. +29
    -0
      package/xfce4/xfcalendar/calendar-icon.patch
  5. +2
    -18
      package/xfce4/xfcalendar/xfcalendar.conf
  6. +38
    -0
      package/xfce4/xfcalendar/xfcalendar.desc
  7. +2
    -2
      package/xfce4/xfce-mcs-manager/xfce-mcs-manager.desc
  8. +2
    -2
      package/xfce4/xfce-mcs-plugins/xfce-mcs-plugins.desc
  9. +2
    -2
      package/xfce4/xfce-utils/xfce-utils.desc
  10. +2
    -2
      package/xfce4/xfce4-iconbox/xfce4-iconbox.desc
  11. +2
    -2
      package/xfce4/xfce4-mixer/xfce4-mixer.desc
  12. +2
    -2
      package/xfce4/xfce4-panel/xfce4-panel.desc
  13. +20
    -0
      package/xfce4/xfce4-sample-plugin/sample-create.patch
  14. +23
    -0
      package/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.conf
  15. +38
    -0
      package/xfce4/xfce4-sample-plugin/xfce4-sample-plugin.desc
  16. +2
    -2
      package/xfce4/xfce4-systray/xfce4-systray.desc
  17. +2
    -2
      package/xfce4/xfce4-toys/xfce4-toys.desc
  18. +2
    -2
      package/xfce4/xfce4-trigger-launcher/xfce4-trigger-launcher.desc
  19. +2
    -2
      package/xfce4/xfdesktop/xfdesktop.desc
  20. +2
    -2
      package/xfce4/xffm/xffm.desc
  21. +2
    -2
      package/xfce4/xfprint/xfprint.desc
  22. +2
    -2
      package/xfce4/xfwm4/xfwm4.desc

+ 2
- 2
package/xfce4/libxfce4mcs/libxfce4mcs.desc

@ -34,7 +34,7 @@
[L] LGPL [L] LGPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 968.000 [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/

+ 2
- 2
package/xfce4/libxfce4util/libxfce4util.desc

@ -32,7 +32,7 @@
[L] BSD [L] BSD
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 967.000 [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/

+ 2
- 2
package/xfce4/libxfcegui4/libxfcegui4.desc

@ -33,7 +33,7 @@
[L] LGPL [L] LGPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 969.000 [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/

+ 29
- 0
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);

package/xfce4/xfce4-panel/isnull.patch → package/xfce4/xfcalendar/xfcalendar.conf

@ -5,7 +5,7 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # 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 # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -20,20 +20,4 @@
# #
# --- ROCK-COPYRIGHT-NOTE-END --- # --- 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

+ 38
- 0
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 <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/

+ 2
- 2
package/xfce4/xfce-mcs-manager/xfce-mcs-manager.desc

@ -34,7 +34,7 @@
[L] LGPL [L] LGPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 971.000 [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/

+ 2
- 2
package/xfce4/xfce-mcs-plugins/xfce-mcs-plugins.desc

@ -33,7 +33,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 972.000 [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/

+ 2
- 2
package/xfce4/xfce-utils/xfce-utils.desc

@ -35,7 +35,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 975.000 [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/

+ 2
- 2
package/xfce4/xfce4-iconbox/xfce4-iconbox.desc

@ -32,7 +32,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 974.000 [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/

+ 2
- 2
package/xfce4/xfce4-mixer/xfce4-mixer.desc

@ -33,7 +33,7 @@
[L] BSD [L] BSD
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 982.000 [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/

+ 2
- 2
package/xfce4/xfce4-panel/xfce4-panel.desc

@ -42,7 +42,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 978.000 [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/

+ 20
- 0
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.

+ 23
- 0
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

+ 38
- 0
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 <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/

+ 2
- 2
package/xfce4/xfce4-systray/xfce4-systray.desc

@ -32,7 +32,7 @@
[L] OpenSource [L] OpenSource
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 979.000 [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/

+ 2
- 2
package/xfce4/xfce4-toys/xfce4-toys.desc

@ -34,7 +34,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 980.000 [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/

+ 2
- 2
package/xfce4/xfce4-trigger-launcher/xfce4-trigger-launcher.desc

@ -33,7 +33,7 @@
[L] BSD [L] BSD
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 983.000 [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/

+ 2
- 2
package/xfce4/xfdesktop/xfdesktop.desc

@ -32,7 +32,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 973.000 [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/

+ 2
- 2
package/xfce4/xffm/xffm.desc

@ -32,7 +32,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 984.000 [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/

+ 2
- 2
package/xfce4/xfprint/xfprint.desc

@ -32,7 +32,7 @@
[L] BSD [L] BSD
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 970.000 [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/

+ 2
- 2
package/xfce4/xfwm4/xfwm4.desc

@ -32,7 +32,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.0.1
[V] 4.0.2
[P] X -----5---9 976.000 [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/

Loading…
Cancel
Save