Merge branch 'master' of https://vcs.maemo.org/git/xscreensaver
authortanya <tanyshk@gmail.com>
Thu, 12 Aug 2010 07:01:33 +0000 (10:01 +0300)
committertanya <tanyshk@gmail.com>
Thu, 12 Aug 2010 07:01:33 +0000 (10:01 +0300)
xscreensaver/config.guess [changed mode: 0644->0755]
xscreensaver/config.sub [changed mode: 0644->0755]
xscreensaver/configure
xscreensaver/configure.in
xscreensaver/debian/rules
xscreensaver/hacks/screenhack.c

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 2106b95..40324fa 100755 (executable)
@@ -15370,32 +15370,6 @@ ac_dbus_config_libs=$ac_cv_dbus_config_libs
 INCLUDES="$INCLUDES $ac_dbus_config_cflags"
 DBUS_LIBS="$GTK_LIBS $ac_dbus_config_libs"
 
-{ echo "$as_me:$LINENO: checking for OSSO includes" >&5
-echo $ECHO_N "checking for OSSO includes... $ECHO_C" >&6; }
-if test "${ac_cv_osso_config_cflags+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_cv_osso_config_cflags=`$pkg_config --cflags libosso`
-fi
-{ echo "$as_me:$LINENO: result: $ac_cv_osso_config_cflags" >&5
-echo "${ECHO_T}$ac_cv_osso_config_cflags" >&6; }
-{ echo "$as_me:$LINENO: checking for OSSO includes" >&5
-echo $ECHO_N "checking for OSSO includes... $ECHO_C" >&6; }
-if test "${ac_cv_osso_config_libs+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_cv_osso_config_libs=`$pkg_config --libs libosso`
-fi
-{ echo "$as_me:$LINENO: result: $ac_cv_osso_config_libs" >&5
-echo "${ECHO_T}$ac_cv_osso_config_libs" >&6; }
-
-ac_osso_config_cflags=$ac_cv_osso_config_cflags
-ac_osso_config_libs=$ac_cv_osso_config_libs
-
-INCLUDES="$INCLUDES $ac_osso_config_cflags"
-GTK_LIBS="$GTK_LIBS $ac_osso_config_libs"
-
-
 
 
 # Check for the various Gnome help and URL loading programs.
@@ -16810,7 +16784,7 @@ if test "${ac_cv_mesagl_version_string+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 16813 "configure"
+#line 16787 "configure"
 #include "confdefs.h"
 #include <GL/gl.h>
 #ifndef MESA_MAJOR_VERSION
index 0431d92..23976dc 100644 (file)
@@ -2521,18 +2521,6 @@ ac_dbus_config_libs=$ac_cv_dbus_config_libs
 INCLUDES="$INCLUDES $ac_dbus_config_cflags"
 DBUS_LIBS="$GTK_LIBS $ac_dbus_config_libs"
 
-AC_CACHE_CHECK([for OSSO includes], ac_cv_osso_config_cflags,
-                   [ac_cv_osso_config_cflags=`$pkg_config --cflags libosso`])
-AC_CACHE_CHECK([for OSSO includes], ac_cv_osso_config_libs,
-                   [ac_cv_osso_config_libs=`$pkg_config --libs libosso`])
-
-ac_osso_config_cflags=$ac_cv_osso_config_cflags
-ac_osso_config_libs=$ac_cv_osso_config_libs
-
-INCLUDES="$INCLUDES $ac_osso_config_cflags"
-GTK_LIBS="$GTK_LIBS $ac_osso_config_libs"
-
-
 
 
 # Check for the various Gnome help and URL loading programs.
index 5de15dd..4899a08 100755 (executable)
@@ -102,7 +102,8 @@ binary-arch:        build
        ls 
        
        for i in `cd debian/tmp/usr/share/xscreensaver/config ; find . -name "*.xml" -type f -print`; do echo $${i} ; cat debian/tmp/usr/share/xscreensaver/config/$${i} | grep "<screensaver"| \
-               sed 's/<screensaver name="\(.*\)" _label="\(.*\)">/<theme>\n\<name>\2<\/name>\n <exec_path>\/usr\/lib\/xscreensaver\/\1<\/exec_path>\n <window_id>-window-id<\/window_id> \n<\/theme>/g' > debian/tmp/usr/share/livewp/external_themes/$${i}; done
+               sed 's/<screensaver name="\(.*\)" _label="\(.*\)">/<theme>\n\<name>\2<\/name>\n <exec_path>\/usr\/lib\/xscreensaver\/\1<\/exec_path>\n <window_id>-window-id<\/window_id>\n <view>-view<\/view>\n <category>xscreensaver<\/category>\n<\/theme>/g' \
+               > debian/tmp/usr/share/livewp/external_themes/$${i}; done
        dh_movefiles -a
        dh_install -a
        # make sure we got everything that was installed
index 01bf6d8..ea2bce0 100644 (file)
@@ -92,9 +92,7 @@
 #include <X11/Shell.h>
 #include <X11/StringDefs.h>
 #include <X11/keysym.h>
-/* #include <libosso.h> */
 #include <dbus/dbus.h>
-/* #include <dbus/dbus-glib.h>  */
 
 #ifdef __sgi
 # include <X11/SGIScheme.h>    /* for SgiUseSchemes() */