[Goodies-commits] r7048 - xfce4-clipman-plugin/trunk

Mike Massonnet mmassonnet at xfce.org
Mon Mar 30 14:58:55 CEST 2009


Author: mmassonnet
Date: 2009-03-30 12:58:55 +0000 (Mon, 30 Mar 2009)
New Revision: 7048

Modified:
   xfce4-clipman-plugin/trunk/README
   xfce4-clipman-plugin/trunk/TODO
   xfce4-clipman-plugin/trunk/configure.ac.in
Log:
:wq

Modified: xfce4-clipman-plugin/trunk/README
===================================================================
--- xfce4-clipman-plugin/trunk/README	2009-03-30 12:53:23 UTC (rev 7047)
+++ xfce4-clipman-plugin/trunk/README	2009-03-30 12:58:55 UTC (rev 7048)
@@ -13,12 +13,12 @@
  Dependencies
 --------------
 
-* glib-2.0 2.16
-* gtk+-2.0 2.12
+* glib-2.0 2.14
+* gtk+-2.0 2.10
 * exo-0.3 0.3.0
 * libxfce4util 4.4.0
 * libxfcegui4 4.4.0
-* xfconf 4.5.92
+* xfconf 4.6.0
 
 
  Install

Modified: xfce4-clipman-plugin/trunk/TODO
===================================================================
--- xfce4-clipman-plugin/trunk/TODO	2009-03-30 12:53:23 UTC (rev 7047)
+++ xfce4-clipman-plugin/trunk/TODO	2009-03-30 12:58:55 UTC (rev 7048)
@@ -1,9 +1,10 @@
+Deps:
+- Check deps versions
 Actions:
-- Add support for GLib < 2.16 for the actions settings (the commands treeview)
-- Set sensitivity of "ok" buttons in the actions settings dialogs
+- Finish the Glade rewrite
+- ?Set sensitivity of "ok" buttons in the actions settings dialogs
 - Sanity check for action_name on "add action"
 - Sanity check on the regex
 - A regex validator dialog
 Collector:
-- I think I catched a crasher when the collector tries to restore but the history is empty
 - Drop the restore code and push the clipboard data inside the plugin so it's the owner

Modified: xfce4-clipman-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-clipman-plugin/trunk/configure.ac.in	2009-03-30 12:53:23 UTC (rev 7047)
+++ xfce4-clipman-plugin/trunk/configure.ac.in	2009-03-30 12:58:55 UTC (rev 7048)
@@ -63,7 +63,7 @@
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0])
 XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0])
-XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.5.92])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
 XDT_CHECK_PACKAGE([GLADE], [libglade-2.0], [2.6.0])
 
 dnl ******************************




More information about the Goodies-commits mailing list