diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/gnome | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/gnome')
188 files changed, 0 insertions, 8922 deletions
diff --git a/packages/gnome/epiphany/file_contains.patch b/packages/gnome/epiphany/file_contains.patch deleted file mode 100644 index 541ef9a6ed..0000000000 --- a/packages/gnome/epiphany/file_contains.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: epiphany-2.21.92/lib/ephy-file-helpers.c -=================================================================== ---- epiphany-2.21.92.orig/lib/ephy-file-helpers.c 2008-04-19 10:26:48.000000000 +0100 -+++ epiphany-2.21.92/lib/ephy-file-helpers.c 2008-04-19 10:27:21.000000000 +0100 -@@ -713,7 +713,7 @@ - desktop = g_file_new_for_path (desktop_dir); - - /* Don't do anything if destination is the desktop */ -- if (g_file_contains_file (desktop, file)) -+ if (g_file_has_prefix (desktop, file)) - { - ret = FALSE; - } diff --git a/packages/gnome/epiphany_2.21.92.bb b/packages/gnome/epiphany_2.21.92.bb deleted file mode 100644 index c13d8ea050..0000000000 --- a/packages/gnome/epiphany_2.21.92.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "GNOME default webbrowser" -DEPENDS = "gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification" -RDEPENDS = "gnome-vfs-plugin-http" -PR ="r1" - -inherit gnome - -SRC_URI_append = " file://file_contains.patch;patch=1" - -EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}" - -do_configure_prepend() { - touch ${S}/gnome-doc-utils.make - sed -i -e s:help::g Makefile.am -} - -FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" - - diff --git a/packages/gnome/epiphany_2.22.1.bb b/packages/gnome/epiphany_2.22.1.bb deleted file mode 100644 index 0324cb7a65..0000000000 --- a/packages/gnome/epiphany_2.22.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "GNOME default webbrowser" -DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification" -RDEPENDS = "gnome-vfs-plugin-http" - -PR = "r1" - -inherit gnome - - -EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}" - -do_configure_prepend() { - touch ${S}/gnome-doc-utils.make - sed -i -e s:help::g Makefile.am -} - -FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" - - diff --git a/packages/gnome/epiphany_2.24.0.bb b/packages/gnome/epiphany_2.24.0.bb deleted file mode 100644 index d2d45475b7..0000000000 --- a/packages/gnome/epiphany_2.24.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "GNOME default webbrowser" -DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification" -RDEPENDS = "gnome-vfs-plugin-http" - -inherit gnome - - -EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}" - -do_configure_prepend() { - touch ${S}/gnome-doc-utils.make - sed -i -e s:help::g Makefile.am -} - -FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" - - diff --git a/packages/gnome/epiphany_2.24.2.bb b/packages/gnome/epiphany_2.24.2.bb deleted file mode 100644 index d2d45475b7..0000000000 --- a/packages/gnome/epiphany_2.24.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "GNOME default webbrowser" -DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification" -RDEPENDS = "gnome-vfs-plugin-http" - -inherit gnome - - -EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}" - -do_configure_prepend() { - touch ${S}/gnome-doc-utils.make - sed -i -e s:help::g Makefile.am -} - -FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" - - diff --git a/packages/gnome/epiphany_svn.bb b/packages/gnome/epiphany_svn.bb deleted file mode 100644 index 97fd82b653..0000000000 --- a/packages/gnome/epiphany_svn.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "GNOME default webbrowser" -DEPENDS = "gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification" -RDEPENDS = "gnome-vfs-plugin-http" - -PV = "2.20.1+svnr${SRCREV}" -PR = "r0" - -inherit gnome - -SRC_URI = "svn://svn.gnome.org/svn/epiphany;module=trunk;proto=http" -S = "${WORKDIR}/trunk" - -EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}" - -do_configure_prepend() { - touch ${S}/gnome-doc-utils.make -} - -FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" - - diff --git a/packages/gnome/files/acinclude.m4 b/packages/gnome/files/acinclude.m4 deleted file mode 100644 index 53518fb2eb..0000000000 --- a/packages/gnome/files/acinclude.m4 +++ /dev/null @@ -1,90 +0,0 @@ -## this one is commonly used with AM_PATH_PYTHONDIR ... -dnl AM_CHECK_PYMOD(MODNAME [,SYMBOL [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]]) -dnl Check if a module containing a given symbol is visible to python. -AC_DEFUN(AM_CHECK_PYMOD, -[AC_REQUIRE([AM_PATH_PYTHON]) -py_mod_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'` -AC_MSG_CHECKING(for ifelse([$2],[],,[$2 in ])python module $1) -AC_CACHE_VAL(py_cv_mod_$py_mod_var, [ -ifelse([$2],[], [prog=" -import sys -try: - import $1 -except ImportError: - sys.exit(1) -except: - sys.exit(0) -sys.exit(0)"], [prog=" -import $1 -$1.$2"]) -if $PYTHON -c "$prog" 1>&AC_FD_CC 2>&AC_FD_CC - then - eval "py_cv_mod_$py_mod_var=yes" - else - eval "py_cv_mod_$py_mod_var=no" - fi -]) -py_val=`eval "echo \`echo '$py_cv_mod_'$py_mod_var\`"` -if test "x$py_val" != xno; then - AC_MSG_RESULT(yes) - ifelse([$3], [],, [$3 -])dnl -else - AC_MSG_RESULT(no) - ifelse([$4], [],, [$4 -])dnl -fi -]) - -dnl a macro to check for ability to create python extensions -dnl AM_CHECK_PYTHON_HEADERS([ACTION-IF-POSSIBLE], [ACTION-IF-NOT-POSSIBLE]) -dnl function also defines PYTHON_INCLUDES -AC_DEFUN([AM_CHECK_PYTHON_HEADERS], -[AC_REQUIRE([AM_PATH_PYTHON]) -AC_MSG_CHECKING(for headers required to compile python extensions) -dnl deduce PYTHON_INCLUDES -AC_ARG_WITH(python-includes, - [ --with-python-includes=DIR path to Python includes], py_exec_prefix=$withval) -if test x$py_exec_prefix != x; then -PYTHON_INCLUDES="-I${py_exec_prefix}/include/python${PYTHON_VERSION}" -else -py_prefix=`$PYTHON -c "import sys; print sys.prefix"` -py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` -PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" -if test "$py_prefix" != "$py_exec_prefix"; then - PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" -fi -fi -AC_SUBST(PYTHON_INCLUDES) -dnl check if the headers exist: -save_CPPFLAGS="$CPPFLAGS" -CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES" -AC_TRY_CPP([#include <Python.h>],dnl -[AC_MSG_RESULT(found) -$1],dnl -[AC_MSG_RESULT(not found) -$2]) -CPPFLAGS="$save_CPPFLAGS" -]) - -dnl -dnl JH_ADD_CFLAG(FLAG) -dnl checks whether the C compiler supports the given flag, and if so, adds -dnl it to $CFLAGS. If the flag is already present in the list, then the -dnl check is not performed. -AC_DEFUN([JH_ADD_CFLAG], -[ -case " $CFLAGS " in -*@<:@\ \ @:>@$1@<:@\ \ @:>@*) - ;; -*) - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $1" - AC_MSG_CHECKING([whether [$]CC understands $1]) - AC_TRY_COMPILE([], [], [jh_has_option=yes], [jh_has_option=no]) - AC_MSG_RESULT($jh_has_option) - if test $jh_has_option = no; then - CFLAGS="$save_CFLAGS" - fi - ;; -esac]) diff --git a/packages/gnome/files/gtk-doc.m4 b/packages/gnome/files/gtk-doc.m4 deleted file mode 100644 index 3ec41666b2..0000000000 --- a/packages/gnome/files/gtk-doc.m4 +++ /dev/null @@ -1,53 +0,0 @@ -dnl -*- mode: autoconf -*- - -# serial 1 - -dnl Usage: -dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) -AC_DEFUN([GTK_DOC_CHECK], -[ - AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first - dnl for overriding the documentation installation directory - AC_ARG_WITH(html-dir, - AC_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, - [with_html_dir='${datadir}/gtk-doc/html']) - HTML_DIR="$with_html_dir" - AC_SUBST(HTML_DIR) - - dnl enable/disable documentation building - AC_ARG_ENABLE(gtk-doc, - AC_HELP_STRING([--enable-gtk-doc], - [use gtk-doc to build documentation [default=no]]),, - enable_gtk_doc=no) - - have_gtk_doc=no - if test -z "$PKG_CONFIG"; then - AC_PATH_PROG(PKG_CONFIG, pkg-config, no) - fi - if test "$PKG_CONFIG" != "no" && $PKG_CONFIG --exists gtk-doc; then - have_gtk_doc=yes - fi - - dnl do we want to do a version check? -ifelse([$1],[],, - [gtk_doc_min_version=$1 - if test "$have_gtk_doc" = yes; then - AC_MSG_CHECKING([gtk-doc version >= $gtk_doc_min_version]) - if $PKG_CONFIG --atleast-version $gtk_doc_min_version gtk-doc; then - AC_MSG_RESULT(yes) - else - AC_MSG_RESULT(no) - have_gtk_doc=no - fi - fi -]) - if test x$enable_gtk_doc = xyes; then - if test "$have_gtk_doc" != yes; then - enable_gtk_doc=no - fi - fi - - AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes) - AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, test -n "$LIBTOOL") -]) diff --git a/packages/gnome/files/gtk-doc.make b/packages/gnome/files/gtk-doc.make deleted file mode 100644 index c319e7ad7c..0000000000 --- a/packages/gnome/files/gtk-doc.make +++ /dev/null @@ -1,148 +0,0 @@ -# -*- mode: makefile -*- - -#################################### -# Everything below here is generic # -#################################### - -if GTK_DOC_USE_LIBTOOL -GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) -GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -else -GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) -GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -endif - -# We set GPATH here; this gives us semantics for GNU make -# which are more like other make's VPATH, when it comes to -# whether a source that is a target of one rule is then -# searched for in VPATH/GPATH. -# -GPATH = $(srcdir) - -TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) - -EXTRA_DIST = \ - $(content_files) \ - $(HTML_IMAGES) \ - $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE).types \ - $(DOC_MODULE)-sections.txt \ - $(DOC_MODULE)-overrides.txt - -DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp - -SCANOBJ_FILES = \ - $(DOC_MODULE).args \ - $(DOC_MODULE).hierarchy \ - $(DOC_MODULE).interfaces \ - $(DOC_MODULE).prerequisites \ - $(DOC_MODULE).signals - -CLEANFILES = $(SCANOBJ_FILES) $(DOC_MODULE)-scan.o $(DOC_MODULE)-unused.txt $(DOC_STAMPS) - -if ENABLE_GTK_DOC -all-local: html-build.stamp - -#### scan #### - -scan-build.stamp: $(HFILE_GLOB) - @echo '*** Scanning header files ***' - @-chmod -R u+w $(srcdir) - if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ - else \ - cd $(srcdir) ; \ - for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ - done \ - fi - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES) - touch scan-build.stamp - -$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp - @true - -#### templates #### - -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo '*** Rebuilding template files ***' - @-chmod -R u+w $(srcdir) - cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) - touch tmpl-build.stamp - -tmpl.stamp: tmpl-build.stamp - @true - -#### xml #### - -sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml - @echo '*** Building XML ***' - @-chmod -R u+w $(srcdir) - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml $(MKDB_OPTIONS) - touch sgml-build.stamp - -sgml.stamp: sgml-build.stamp - @true - -#### html #### - -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo '*** Building HTML ***' - @-chmod -R u+w $(srcdir) - rm -rf $(srcdir)/html - mkdir $(srcdir)/html - cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo '-- Fixing Crossreferences' - cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - touch html-build.stamp -endif - -############## - -clean-local: - rm -f *~ *.bak - -maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt - -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) - (installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ - else \ - for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ - done; \ - echo '-- Installing $(srcdir)/html/index.sgml' ; \ - $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ - fi) - -uninstall-local: - rm -f $(DESTDIR)$(TARGET_DIR)/* - -# -# Require gtk-doc when making dist -# -if ENABLE_GTK_DOC -dist-check-gtkdoc: -else -dist-check-gtkdoc: - @echo "*** gtk-doc must be installed and enabled in order to make dist" - @false -endif - -dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/xml - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - -cp $(srcdir)/xml/*.xml $(distdir)/xml - -cp $(srcdir)/html/* $(distdir)/html - -.PHONY : dist-hook-local diff --git a/packages/gnome/files/tasn.m4 b/packages/gnome/files/tasn.m4 deleted file mode 100644 index 6df32085a8..0000000000 --- a/packages/gnome/files/tasn.m4 +++ /dev/null @@ -1,161 +0,0 @@ -dnl Autoconf macros for libtasn1 -dnl $id$ - -# Modified for LIBTASN1 -- nmav -# Configure paths for LIBGCRYPT -# Shamelessly stolen from the one of XDELTA by Owen Taylor -# Werner Koch 99-12-09 - -dnl AM_PATH_LIBTASN1([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) -dnl Test for libtasn1, and define LIBTASN1_CFLAGS and LIBTASN1_LIBS -dnl -AC_DEFUN([AM_PATH_LIBTASN1], -[dnl -dnl Get the cflags and libraries from the libtasn1-config script -dnl -AC_ARG_WITH(libtasn1-prefix, - [ --with-libtasn1-prefix=PFX Prefix where libtasn1 is installed (optional)], - libtasn1_config_prefix="$withval", libtasn1_config_prefix="") - - if test x$libtasn1_config_prefix != x ; then - if test x${LIBTASN1_CONFIG+set} != xset ; then - LIBTASN1_CONFIG=$libtasn1_config_prefix/bin/libtasn1-config - fi - fi - - AC_PATH_PROG(LIBTASN1_CONFIG, libtasn1-config, no) - min_libtasn1_version=ifelse([$1], ,0.1.0,$1) - AC_MSG_CHECKING(for libtasn1 - version >= $min_libtasn1_version) - no_libtasn1="" - if test "$LIBTASN1_CONFIG" = "no" ; then - no_libtasn1=yes - else - LIBTASN1_CFLAGS=`$LIBTASN1_CONFIG $libtasn1_config_args --cflags` - LIBTASN1_LIBS=`$LIBTASN1_CONFIG $libtasn1_config_args --libs` - libtasn1_config_version=`$LIBTASN1_CONFIG $libtasn1_config_args --version` - - - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" - CFLAGS="$CFLAGS $LIBTASN1_CFLAGS" - LIBS="$LIBS $LIBTASN1_LIBS" -dnl -dnl Now check if the installed libtasn1 is sufficiently new. Also sanity -dnl checks the results of libtasn1-config to some extent -dnl - rm -f conf.libtasn1test - AC_TRY_RUN([ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <libtasn1.h> - -int -main () -{ - system ("touch conf.libtasn1test"); - - if( strcmp( asn1_check_version(NULL), "$libtasn1_config_version" ) ) - { - printf("\n*** 'libtasn1-config --version' returned %s, but LIBTASN1 (%s)\n", - "$libtasn1_config_version", asn1_check_version(NULL) ); - printf("*** was found! If libtasn1-config was correct, then it is best\n"); - printf("*** to remove the old version of LIBTASN1. You may also be able to fix the error\n"); - printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); - printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); - printf("*** required on your system.\n"); - printf("*** If libtasn1-config was wrong, set the environment variable LIBTASN1_CONFIG\n"); - printf("*** to point to the correct copy of libtasn1-config, and remove the file config.cache\n"); - printf("*** before re-running configure\n"); - } - else if ( strcmp(asn1_check_version(NULL), LIBTASN1_VERSION ) ) - { - printf("\n*** LIBTASN1 header file (version %s) does not match\n", LIBTASN1_VERSION); - printf("*** library (version %s)\n", asn1_check_version(NULL) ); - } - else - { - if ( asn1_check_version( "$min_libtasn1_version" ) ) - { - return 0; - } - else - { - printf("no\n*** An old version of LIBTASN1 (%s) was found.\n", - asn1_check_version(NULL) ); - printf("*** You need a version of LIBTASN1 newer than %s. The latest version of\n", - "$min_libtasn1_version" ); - printf("*** LIBTASN1 is always available from ftp://gnutls.hellug.gr/pub/gnutls/libtasn1.\n"); - printf("*** \n"); - printf("*** If you have already installed a sufficiently new version, this error\n"); - printf("*** probably means that the wrong copy of the libtasn1-config shell script is\n"); - printf("*** being found. The easiest way to fix this is to remove the old version\n"); - printf("*** of LIBTASN1, but you can also set the LIBTASN1_CONFIG environment to point to the\n"); - printf("*** correct copy of libtasn1-config. (In this case, you will have to\n"); - printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); - printf("*** so that the correct libraries are found at run-time))\n"); - } - } - return 0; -} -],, no_libtasn1=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) - CFLAGS="$ac_save_CFLAGS" - LIBS="$ac_save_LIBS" - fi - - if test "x$no_libtasn1" = x ; then - AC_MSG_RESULT(yes) - ifelse([$2], , :, [$2]) - else - if test -f conf.libtasn1test ; then - : - else - AC_MSG_RESULT(no) - fi - if test "$LIBTASN1_CONFIG" = "no" ; then - echo "*** The libtasn1-config script installed by LIBTASN1 could not be found" - echo "*** If LIBTASN1 was installed in PREFIX, make sure PREFIX/bin is in" - echo "*** your path, or set the LIBTASN1_CONFIG environment variable to the" - echo "*** full path to libtasn1-config." - else - if test -f conf.libtasn1test ; then - : - else - echo "*** Could not run libtasn1 test program, checking why..." - CFLAGS="$CFLAGS $LIBTASN1_CFLAGS" - LIBS="$LIBS $LIBTASN1_LIBS" - AC_TRY_LINK([ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <libtasn1.h> -], [ return !!asn1_check_version(NULL); ], - [ echo "*** The test program compiled, but did not run. This usually means" - echo "*** that the run-time linker is not finding LIBTASN1 or finding the wrong" - echo "*** version of LIBTASN1. If it is not finding LIBTASN1, you'll need to set your" - echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" - echo "*** to the installed location Also, make sure you have run ldconfig if that" - echo "*** is required on your system" - echo "***" - echo "*** If you have an old version installed, it is best to remove it, although" - echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" - echo "***" ], - [ echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occured. This usually means LIBTASN1 was incorrectly installed" - echo "*** or that you have moved LIBTASN1 since it was installed. In the latter case, you" - echo "*** may want to edit the libtasn1-config script: $LIBTASN1_CONFIG" ]) - CFLAGS="$ac_save_CFLAGS" - LIBS="$ac_save_LIBS" - fi - fi - LIBTASN1_CFLAGS="" - LIBTASN1_LIBS="" - ifelse([$3], , :, [$3]) - fi - rm -f conf.libtasn1test - AC_SUBST(LIBTASN1_CFLAGS) - AC_SUBST(LIBTASN1_LIBS) -]) - -dnl *-*wedit:notab*-* Please keep this as the last line. - diff --git a/packages/gnome/gail_1.20.0.bb b/packages/gnome/gail_1.20.0.bb deleted file mode 100644 index 58168a04d5..0000000000 --- a/packages/gnome/gail_1.20.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -LICENSE = "LGPL" -SECTION = "x11/libs" -PR = "r0" -DESCRIPTION = "GNOME Accessibility Implementation Library" -DEPENDS = "gtk+" - -inherit gnome - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/gtk-2.0/modules/*.so" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" - -do_stage() { - gnome_stage_includes - oe_libinstall -C gail -so libgail ${STAGING_LIBDIR} - oe_libinstall -C libgail-util -so libgailutil ${STAGING_LIBDIR} -} diff --git a/packages/gnome/gconf-2.6.1/backends.patch b/packages/gnome/gconf-2.6.1/backends.patch deleted file mode 100644 index 8d6099b41f..0000000000 --- a/packages/gnome/gconf-2.6.1/backends.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- gconf/backends/Makefile.am~ 2003-11-03 00:19:33.000000000 +0000 -+++ gconf/backends/Makefile.am 2004-05-15 19:01:38.000000000 +0100 -@@ -28,8 +28,8 @@ - - noinst_PROGRAMS = xml-test - --xml_test_SOURCES= $(libgconfbackend_oldxml_la_SOURCES) xml-test.c --xml_test_LDADD = $(DEPENDENT_WITH_XML_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la -+#xml_test_SOURCES= $(libgconfbackend_oldxml_la_SOURCES) xml-test.c -+xml_test_LDADD = $(DEPENDENT_WITH_XML_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la libgconfbackend-oldxml.la - - bin_PROGRAMS = gconf-merge-tree - gconf_merge_tree_SOURCES = gconf-merge-tree.c diff --git a/packages/gnome/gconf-dbus/69gconfd-dbus b/packages/gnome/gconf-dbus/69gconfd-dbus deleted file mode 100755 index c2add042f6..0000000000 --- a/packages/gnome/gconf-dbus/69gconfd-dbus +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -/usr/libexec/gconfd-2 & diff --git a/packages/gnome/gconf-dbus_svn.bb b/packages/gnome/gconf-dbus_svn.bb deleted file mode 100644 index 074b3015c2..0000000000 --- a/packages/gnome/gconf-dbus_svn.bb +++ /dev/null @@ -1,38 +0,0 @@ -DESCRIPTION = "The GNOME Settings daemon using DBUS for communication." -DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" -LICENSE = "GPL" -SECTION = "x11/utils" -PROVIDES = "gconf" -RPROVIDES_${PN} = "gconf" -RPROVIDES_${PN}-dev = "gconf-dev" -PV = "2.16.0+svnr${SRCREV}" -PR = "r0" - -inherit autotools pkgconfig - -SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \ - file://69gconfd-dbus" -S = "${WORKDIR}/trunk" - -PARALLEL_MAKE = "" - -EXTRA_OECONF = "--with-ipc=dbus --disable-gtk-doc --disable-gtk --enable-shared --disable-static" - -do_configure_prepend() { - touch gtk-doc.make -} - -do_stage() { - autotools_stage_all - install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 -} - -do_install_append() { - install -d ${D}/${sysconfdir}/X11/Xsession.d - install -m 755 ${WORKDIR}/69gconfd-dbus ${D}/${sysconfdir}/X11/Xsession.d/ -} - -FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" -FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug" -FILES_${PN}-dev += "${libdir}/GConf-dbus/2/*.la ${datadir}/sgml/gconf/gconf-1.0.dtd" - diff --git a/packages/gnome/gconf-editor_2.22.0.bb b/packages/gnome/gconf-editor_2.22.0.bb deleted file mode 100644 index 00f7b02544..0000000000 --- a/packages/gnome/gconf-editor_2.22.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -DESCRIPTION = "Editor for the gnome registry" -LICENSE = "GPLv2" -DEPENDS = "gnome-doc-utils gconf-dbus" - -inherit gnome gconf - - diff --git a/packages/gnome/gconf-editor_2.24.0.bb b/packages/gnome/gconf-editor_2.24.0.bb deleted file mode 100644 index 88b515c7e9..0000000000 --- a/packages/gnome/gconf-editor_2.24.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Editor for the gnome registry" -LICENSE = "GPLv2" -DEPENDS = "gnome-doc-utils gconf-dbus" - -inherit gnome gconf - -do_configure_prepend() { - sed -i -e s:docs::g ${S}/Makefile.am -} - -FILES_${PN} += "${datadir}/icons" diff --git a/packages/gnome/gconf-native_2.6.1.bb b/packages/gnome/gconf-native_2.6.1.bb deleted file mode 100644 index 79163a42b1..0000000000 --- a/packages/gnome/gconf-native_2.6.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -NOTE = "This is just a dummy package to get packages stop complaining about gconftool-2 \ - which they are not using anyway... :D" - -inherit native - -do_stage() { - echo "#!/bin/sh" >${STAGING_BINDIR}/gconftool-2 - chmod a+rx ${STAGING_BINDIR}/gconftool-2 -} - diff --git a/packages/gnome/gconf_2.6.1.bb b/packages/gnome/gconf_2.6.1.bb deleted file mode 100644 index 9b9db4abb4..0000000000 --- a/packages/gnome/gconf_2.6.1.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "GNOME configuration database system" -SECTION = "x11/gnome" -LICENSE = "LGPL" -DEPENDS = "orbit2 glib-2.0 libxml2" -ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" -PR = "r2" - -S = "${WORKDIR}/GConf-${PV}" - -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \ - file://backends.patch;patch=1" - -EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h" - -inherit autotools pkgconfig gettext - -do_compile() { - oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" -} - -do_stage() { - oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/gconf/2/gconf/ - ( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/2/gconf/$i; done ) - install -m 0644 gconf.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 -} - -do_install() { - oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install -} - -FILES_${PN} += " ${libdir}/GConf/*" -FILES_${PN}-dbg += "${libdir}/*/*/.debug" diff --git a/packages/gnome/gdm/%gconf-tree.xml b/packages/gnome/gdm/%gconf-tree.xml deleted file mode 100644 index f8c2e9cc20..0000000000 --- a/packages/gnome/gdm/%gconf-tree.xml +++ /dev/null @@ -1,492 +0,0 @@ -<?xml version="1.0"?> -<gconf> - <dir name="desktop"> - <dir name="gnome"> - <dir name="url-handlers"> - <dir name="ymsgr"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="xmpp"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="webcal"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="uvox"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="trash"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="sip"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="rtsp"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="rtp"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="pnm"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="note"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="net"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="msnim"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="mmsh"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="mms"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="man"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="mailto"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="lastfm"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="itpc"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="itms"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="irc"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="info"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="icyx"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="icy"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="icq"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="https"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="http"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="h323"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="ghelp"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="gg"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="ftp"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="file"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="feed"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="cdda"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="callto"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="aim"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - <dir name="about"> - <entry name="command" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - </dir> - <dir name="lockdown"> - <entry name="disable_url_handlers" mtime="1227173197" type="bool" value="true"> - </entry> - <entry name="disable_save_to_disk" mtime="1227173197" type="bool" value="true"> - </entry> - <entry name="disable_print_setup" mtime="1227173197" type="bool" value="true"> - </entry> - <entry name="disable_printing" mtime="1227173197" type="bool" value="true"> - </entry> - <entry name="disable_lock_screen" mtime="1227173197" type="bool" value="true"> - </entry> - <entry name="disable_command_line" mtime="1227173197" type="bool" value="true"> - </entry> - </dir> - <dir name="applications"> - <dir name="terminal"> - <entry name="exec" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - </dir> - </dir> - <dir name="accessibility"> - <dir name="keyboard"> - <entry name="enable" mtime="1227173197" type="bool" value="true"> - </entry> - </dir> - </dir> - </dir> - </dir> - <dir name="apps"> - <dir name="gnome_settings_daemon"> - <dir name="keybindings"> - <entry name="www" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="stop" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="sleep" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="search" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="screensaver" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="previous" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="power" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="play" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="pause" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="next" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="media" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="home" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="help" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="email" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="calculator" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="eject" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - </dir> - </dir> - <dir name="metacity"> - <dir name="keybinding_commands"> - <entry name="command_window_screenshot" mtime="1227173197" type="string"> - <stringvalue>/bin/true</stringvalue> - </entry> - <entry name="command_screenshot" mtime="1227173197" type="string"> - <stringvalue>gdm-screenshot</stringvalue> - </entry> - </dir> - <dir name="global_keybindings"> - <entry name="switch_to_workspace_up" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - <entry name="switch_to_workspace_right" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - <entry name="switch_to_workspace_left" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - <entry name="switch_to_workspace_down" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - <entry name="switch_group" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - <entry name="show_desktop" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - <entry name="run_command_window_screenshot" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - <entry name="run_command_screenshot" mtime="1227173197" type="string"> - <stringvalue>Print</stringvalue> - </entry> - <entry name="panel_run_dialog" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - <entry name="panel_main_menu" mtime="1227173197" type="string"> - <stringvalue>disabled</stringvalue> - </entry> - </dir> - <dir name="general"> - <entry name="num_workspaces" mtime="1227173197" type="int" value="1"> - </entry> - </dir> - </dir> - <dir name="compiz"> - <dir name="general"> - <dir name="allscreens"> - <dir name="options"> - <entry name="run_command11_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command11_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command10_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command10_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command8_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command8_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command7_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command7_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command6_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command6_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command5_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command5_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command4_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command4_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command3_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command3_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command2_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command2_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command1_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command1_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command0_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_command0_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="run_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="main_menu_key" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="main_menu_button" mtime="1227173197" type="string"> - <stringvalue>Disabled</stringvalue> - </entry> - <entry name="command_window_screenshot" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command11" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command10" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command9" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command8" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command7" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command6" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command5" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command4" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command3" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command2" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command1" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command0" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command_terminal" mtime="1227173197" type="string"> - <stringvalue></stringvalue> - </entry> - <entry name="command_screenshot" mtime="1227173197" type="string"> - <stringvalue>gdm-screenshot</stringvalue> - </entry> - <entry name="active_plugins" mtime="1227173197" type="list" ltype="string"> - <li type="string"> - <stringvalue>cube</stringvalue> - </li> - <li type="string"> - <stringvalue>decoration</stringvalue> - </li> - <li type="string"> - <stringvalue>gconf</stringvalue> - </li> - <li type="string"> - <stringvalue>glib</stringvalue> - </li> - <li type="string"> - <stringvalue>move</stringvalue> - </li> - <li type="string"> - <stringvalue>place</stringvalue> - </li> - <li type="string"> - <stringvalue>resize</stringvalue> - </li> - <li type="string"> - <stringvalue>screenshot</stringvalue> - </li> - <li type="string"> - <stringvalue>wobbly</stringvalue> - </li> - </entry> - </dir> - </dir> - </dir> - </dir> - <dir name="gnome-power-manager"> - <dir name="ui"> - <entry name="show_context_menu" mtime="1227173197" type="bool" value="false"> - </entry> - </dir> - </dir> - <dir name="gnome-screensaver"> - <entry name="power_management_delay" mtime="1227173197" type="int" value="30"> - </entry> - </dir> - <dir name="nautilus"> - <dir name="preferences"> - <entry name="show_desktop" mtime="1227173197" type="bool" value="false"> - </entry> - </dir> - </dir> - </dir> -</gconf> diff --git a/packages/gnome/gdm/cross-xdetection.diff b/packages/gnome/gdm/cross-xdetection.diff deleted file mode 100644 index 9cb6ac98dd..0000000000 --- a/packages/gnome/gdm/cross-xdetection.diff +++ /dev/null @@ -1,84 +0,0 @@ ---- /tmp/configure.ac 2008-12-10 08:38:16.000000000 +0100 -+++ gdm-2.24.1/configure.ac 2008-12-10 08:39:17.000000000 +0100 -@@ -1133,80 +1133,10 @@ - dnl - Check for X Server location - dnl --------------------------------------------------------------------------- - --# First check with "! -h" for /usr/X11R6 and /usr/X11 since they often --# symlink to each other, and configure should use the more stable --# location (the real directory) if possible. --# --# On Solaris, the /usr/bin/Xserver script is used to decide whether to --# use Xsun or Xorg, so this is used on Solaris. --# --# When testing for /usr/X11R6, first check with "! -h" for /usr/X11R6 --# and /usr/X11 since they often symlink to each other, and configure --# should use the more stable location (the real directory) if possible. --# --if test -x /usr/X11/bin/Xserver; then -- X_PATH="/usr/X11/bin" -- X_SERVER_PATH="/usr/X11/bin" -- X_SERVER="/usr/X11/bin/Xserver" -- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin" -- X_CONFIG_OPTIONS="-audit 0" --elif test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then -- X_PATH="/usr/X11R6/bin" -- X_SERVER_PATH="/usr/X11R6/bin" -- X_SERVER="/usr/X11R6/bin/X" -- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11R6/bin" -- X_CONFIG_OPTIONS="-audit 0" --elif test ! -h /usr/X11 -a -x /usr/X11/bin/X; then -- X_PATH="/usr/X11/bin" -- X_SERVER_PATH="/usr/X11/bin" -- X_SERVER="/usr/X11/bin/X" -- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin" -- X_CONFIG_OPTIONS="-audit 0" --elif test -x /usr/X11R6/bin/X; then -- X_PATH="/usr/X11R6/bin" -- X_SERVER_PATH="/usr/X11R6/bin" -- X_SERVER="/usr/X11R6/bin/X" -- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11R6/bin" -- X_CONFIG_OPTIONS="-audit 0" --elif test -x /usr/bin/Xorg; then - X_PATH="/usr/bin" - X_SERVER_PATH="/usr/bin" -- X_SERVER="/usr/bin/Xorg" -- X_CONFIG_OPTIONS="-audit 0" --elif test -x /usr/X11/bin/X; then -- X_PATH="/usr/X11/bin" -- X_SERVER_PATH="/usr/X11/bin" -- X_SERVER="/usr/X11/bin/X" -- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin" -- X_CONFIG_OPTIONS="-audit 0" --elif test -x /usr/openwin/bin/Xsun; then -- # Do not add /usr/openwin/bin here because on Solaris you need -- # /usr/openwin/bin in your PATH even if you are using the Xorg -- # Xserver. We add this to the path below. -- X_PATH="/usr/openwin/bin" -- X_SERVER_PATH="/usr/openwin/bin" -- X_SERVER="/usr/openwin/bin/Xsun" -- X_CONFIG_OPTIONS="-audit 0 -nobanner" --elif test -x /opt/X11R6/bin/X; then -- X_PATH="/opt/X11R6/bin" -- X_SERVER_PATH="/opt/X11R6/bin" -- X_SERVER="/opt/X11R6/bin/X" -- GDM_USER_PATH="$GDM_USER_PATH:/opt/X11R6/bin" -- X_CONFIG_OPTIONS="-audit 0" --elif test -x /usr/bin/X; then -- X_PATH="/usr/bin" -- X_SERVER_PATH="/usr/bin" -- X_SERVER="/usr/bin/X" -- X_CONFIG_OPTIONS="-audit 0" --else -- # what to do, what to do, this is wrong, but this just sets the -- # defaults, perhaps this user is cross compiling or some such -- X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin" -- X_SERVER_PATH="/usr/X11R6/bin" -- X_SERVER="/usr/X11R6/bin/X" -- GDM_USER_PATH="$GDM_USER_PATH:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin" -+ X_SERVER="/etc/X11/Xserver" - X_CONFIG_OPTIONS="-audit 0" --fi - - # Don't add bindir to GDM_USER_PATH if it is already in the PATH. - # If it is /bin or /usr/bin, for example. diff --git a/packages/gnome/gdm/gdm b/packages/gnome/gdm/gdm deleted file mode 100755 index 0d43a6f91a..0000000000 --- a/packages/gnome/gdm/gdm +++ /dev/null @@ -1,73 +0,0 @@ -#! /bin/sh -### BEGIN INIT INFO -# Provides: gdm -# Should-Start: console-screen acpid dbus hal network-manager -# Required-Start: $local_fs $remote_fs -# Required-Stop: $local_fs $remote_fs -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: GNOME Display Manager -# Description: Debian init script for the GNOME Display Manager -### END INIT INFO -# -# Author: Ryan Murray <rmurray@debian.org> -# -set -e - -PATH=/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/sbin/gdm - -test -x $DAEMON || exit 0 - -if [ -r /etc/default/locale ]; then - . /etc/default/locale - export LANG LANGUAGE -fi - -# To start gdm even if it is not the default display manager, change -# HEED_DEFAULT_DISPLAY_MANAGER to "false." -HEED_DEFAULT_DISPLAY_MANAGER=true -DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager - -case "$1" in - start) - CONFIGURED_DAEMON=$(basename "$(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null)") - if grep -wqs text /proc/cmdline; then - echo "Not starting GNOME Display Manager (gdm); found 'text' in kernel commandline." - elif [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ] && \ - [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] && \ - [ "$CONFIGURED_DAEMON" != gdm ] ; then - echo "Not starting GNOME Display Manager; it is not the default display manager" - else - echo "Starting GNOME Display Manager" "gdm" - start-stop-daemon --start --quiet --exec $DAEMON - fi - ;; - stop) - echo "Stopping GNOME Display Manager" "gdm" - set +e - start-stop-daemon --stop --quiet --pidfile /var/run/gdm.pid \ - --name gdm --retry 5 - set -e - ;; - reload) - echo "Scheduling reload of GNOME Display Manager configuration" "gdm" - set +e - start-stop-daemon --stop --signal USR1 --quiet --pidfile \ - /var/run/gdm.pid --name gdm - set -e - ;; - status) - status_of_proc -p "$PIDFILE" "$DAEMON" gdm && exit 0 || exit $? - ;; - restart|force-reload) - $0 stop - $0 start - ;; - *) - echo "Usage: /etc/init.d/gdm {start|stop|restart|reload|force-reload|status}" - exit 1 - ;; -esac - -exit 0 diff --git a/packages/gnome/gdm/gdm-nodocs.patch b/packages/gnome/gdm/gdm-nodocs.patch deleted file mode 100644 index 395fa627eb..0000000000 --- a/packages/gnome/gdm/gdm-nodocs.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- /tmp/Makefile.am 2006-07-26 11:37:52.000000000 +0200 -+++ gdm-2.14.9/Makefile.am 2006-07-26 11:38:01.734411000 +0200 -@@ -5,8 +5,7 @@ - vicious-extensions \ - daemon \ - gui \ -- utils \ -- docs -+ utils - - # add these when help gets added back - # docs omf-install diff --git a/packages/gnome/gdm/gdm.conf b/packages/gnome/gdm/gdm.conf deleted file mode 100644 index 559823b863..0000000000 --- a/packages/gnome/gdm/gdm.conf +++ /dev/null @@ -1,80 +0,0 @@ -# GDM Custom Configuration file. -# -# This file is the appropriate place for specifying your customizations to the -# GDM configuration. If you run gdmsetup, it will automatically edit this -# file for you and will cause the daemon and any running GDM GUI programs to -# automatically update with the new configuration. Not all configuration -# options are supported by gdmsetup, so to modify some values it may be -# necessary to modify this file directly by hand. -# -# This file overrides the default configuration settings. These settings -# are stored in the GDM System Defaults configuration file, which is found -# at the following location. -# -# /usr/share/gdm/defaults.conf. -# -# This file contains comments about the meaning of each configuration option, -# so is also a useful reference. Also refer to the documentation links at -# the end of this comment for further information. In short, to hand-edit -# this file, simply add or modify the key=value combination in the -# appropriate section in the template below this comment section. -# -# For example, if you want to specify a different value for the Enable key -# in the "[debug]" section of your GDM System Defaults configuration file, -# then add "Enable=true" in the "[debug]" section of this file. If the -# key already exists in this file, then simply modify it. -# -# Older versions of GDM used the "gdm.conf" file for configuration. If your -# system has an old gdm.conf file on the system, it will be used instead of -# this file - so changes made to this file will not take effect. Consider -# migrating your configuration to this file and removing the gdm.conf file. -# -# If you hand edit a GDM configuration file, you can run the following -# command and the GDM daemon will immediately reflect the change. Any -# running GDM GUI programs will also be notified to update with the new -# configuration. -# -# gdmflexiserver --command="UPDATE_CONFIG <configuration key>" -# -# e.g, the "Enable" key in the "[debug]" section would be "debug/Enable". -# -# You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and -# re-read the new configuration settings. You can also restart GDM by sending -# a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes -# any user session started by GDM to exit immediately while USR1 behaves like -# gdm-safe-restart and will wait until all users log out before restarting GDM. -# -# For full reference documentation see the gnome help browser under -# GNOME|System category. You can also find the docs in HTML form on -# http://www.gnome.org/projects/gdm/ -# -# NOTE: Lines that begin with "#" are considered comments. -# -# Have fun! - -[daemon] - -[security] - -[xdmcp] - -[gui] - -[greeter] - -[chooser] - -[debug] - -# Note that to disable servers defined in the GDM System Defaults -# configuration file (such as 0=Standard, you must put a line in this file -# that says 0=inactive, as described in the Configuration section of the GDM -# documentation. -# -[servers] - -# Also note, that if you redefine a [server-foo] section, then GDM will -# use the definition in this file, not the GDM System Defaults configuration -# file. It is currently not possible to disable a [server-foo] section -# defined in the GDM System Defaults configuration file. -# diff --git a/packages/gnome/gdm_2.14.9.bb b/packages/gnome/gdm_2.14.9.bb deleted file mode 100644 index 8af27fd407..0000000000 --- a/packages/gnome/gdm_2.14.9.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Graphical login manager" -LICENSE = "GPL" - -DEPENDS = "gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl" - -inherit gnome - -SRC_URI += "file://gdm-nodocs.patch;patch=1" - -FILES_${PN} += "${datadir}/icon* \ - ${datadir}/xsession*" - - - - - diff --git a/packages/gnome/gdm_2.24.1.bb b/packages/gnome/gdm_2.24.1.bb deleted file mode 100644 index c04e9aabea..0000000000 --- a/packages/gnome/gdm_2.24.1.bb +++ /dev/null @@ -1,64 +0,0 @@ -DESCRIPTION = "Graphical login manager" -LICENSE = "GPL" - -DEPENDS = "grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl" - -PR = "r3" - -inherit gnome update-rc.d - -SRC_URI += "file://cross-xdetection.diff;patch=1 \ - file://%gconf-tree.xml \ - file://gdm.conf \ - file://gdm \ - " - -EXTRA_OECONF = " --enable-authentication-scheme=shadow \ - --with-console-kit \ - --disable-scrollkeeper " - -do_install_prepend() { - mkdir -p ${D}/var/lib/gdm/.gconf.mandatory - cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/ - install -d ${D}/${sysconfdir}/gdm - install -m 0644 ${WORKDIR}/gdm.conf ${D}/${sysconfdir}/gdm/ - install -d ${D}/${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/gdm ${D}/${sysconfdir}/init.d/ -} - -FILES_${PN} += "${datadir}/icon* \ - ${datadir}/xsession*" - -CONFFILES_${PN} += "${sysconfdir}/gdm/gdm.conf ${sysconfdir}/init.d/gdm" - -INITSCRIPT_NAME = "gdm" -INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." - -pkg_postinst_${PN} () { - # can't do this offline - if [ "x$D" != "x" ]; then - exit 1 - fi - grep "^gdm:" /etc/group > /dev/null || addgroup gdm - grep "^gdm:" /etc/passwd > /dev/null || adduser --disabled-password --system --home /var/lib/gdm gdm --ingroup gdm -g gdm - -if [ -d /var/lib/gdm ]; then - chown -R gdm:gdm /var/lib/gdm - chmod 0750 /var/lib/gdm -fi - -# Register up as default dm -mkdir -p ${sysconfdir}/X11/ -echo "${bindir}/gdm" > ${sysconfdir}/X11/default-display-manager - -} - -pkg_postrm_${PN} () { - deluser gdm || true - delgroup gdm || true - sed -i /gdm/d ${sysconfdir}/X11/default-display-manager || true -} - - - - diff --git a/packages/gnome/gio-standalone_0.1.2.bb b/packages/gnome/gio-standalone_0.1.2.bb deleted file mode 100644 index 6e360b8237..0000000000 --- a/packages/gnome/gio-standalone_0.1.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "gio is a platform independent file and I/O abstraction library" -LICENSE = "LGPL" -DEPENDS = "glib-2.0" -PR = "r0" - -inherit gnome - -PACKAGES =+ "libgio" -FILES_libgio = "${libdir}/libgio.so.*" - -do_stage() { - autotools_stage_all -} - diff --git a/packages/gnome/gnome-common-2.18.0/omf.patch b/packages/gnome/gnome-common-2.18.0/omf.patch deleted file mode 100644 index 0d85b001e0..0000000000 --- a/packages/gnome/gnome-common-2.18.0/omf.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- gnome-common-2.4.0/doc-build/omf.make 2003-05-24 08:16:25.000000000 -0700 -+++ gnome-common-2.4.0.new/doc-build/omf.make 2004-11-15 14:01:12.185155192 -0700 -@@ -43,7 +43,9 @@ - install-data-hook-omf: - $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) - for file in $(omffile); do \ -- $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ -+ if [ -f $$file.out ]; then \ -+ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ -+ fi; \ - done - -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) - diff --git a/packages/gnome/gnome-common-2.20.0/omf.patch b/packages/gnome/gnome-common-2.20.0/omf.patch deleted file mode 100644 index 0d85b001e0..0000000000 --- a/packages/gnome/gnome-common-2.20.0/omf.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- gnome-common-2.4.0/doc-build/omf.make 2003-05-24 08:16:25.000000000 -0700 -+++ gnome-common-2.4.0.new/doc-build/omf.make 2004-11-15 14:01:12.185155192 -0700 -@@ -43,7 +43,9 @@ - install-data-hook-omf: - $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) - for file in $(omffile); do \ -- $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ -+ if [ -f $$file.out ]; then \ -+ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ -+ fi; \ - done - -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) - diff --git a/packages/gnome/gnome-common_2.18.0.bb b/packages/gnome/gnome-common_2.18.0.bb deleted file mode 100644 index 41c25b69c2..0000000000 --- a/packages/gnome/gnome-common_2.18.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -PR = "r0" -DESCRIPTION = "Common macros for building GNOME applications" -inherit gnome - -# The omf.make file failed if scrollkeeper doesn't happen to be -# installed - -SRC_URI += "file://omf.patch;patch=1" - -EXTRA_AUTORECONF = "" -DEPENDS = "" - -FILES_${PN} += "${datadir}/aclocal" -FILES_${PN}-dev = "" - -do_stage () { - rm -rf ${STAGE_TEMP} - mkdir -p ${STAGE_TEMP} - make DESTDIR="${STAGE_TEMP}" install - cp -pPR ${STAGE_TEMP}${bindir}/* ${STAGING_BINDIR_NATIVE} - install -d ${STAGING_DATADIR}/gnome-common - install -d ${STAGING_DATADIR}/aclocal - cp -pPR ${STAGE_TEMP}${datadir}/gnome-common/* ${STAGING_DATADIR}/gnome-common - cp -pPR ${STAGE_TEMP}${datadir}/aclocal/* ${STAGING_DATADIR}/aclocal - rm -rf ${STAGE_TEMP} -} diff --git a/packages/gnome/gnome-common_2.20.0.bb b/packages/gnome/gnome-common_2.20.0.bb deleted file mode 100644 index 41c25b69c2..0000000000 --- a/packages/gnome/gnome-common_2.20.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -PR = "r0" -DESCRIPTION = "Common macros for building GNOME applications" -inherit gnome - -# The omf.make file failed if scrollkeeper doesn't happen to be -# installed - -SRC_URI += "file://omf.patch;patch=1" - -EXTRA_AUTORECONF = "" -DEPENDS = "" - -FILES_${PN} += "${datadir}/aclocal" -FILES_${PN}-dev = "" - -do_stage () { - rm -rf ${STAGE_TEMP} - mkdir -p ${STAGE_TEMP} - make DESTDIR="${STAGE_TEMP}" install - cp -pPR ${STAGE_TEMP}${bindir}/* ${STAGING_BINDIR_NATIVE} - install -d ${STAGING_DATADIR}/gnome-common - install -d ${STAGING_DATADIR}/aclocal - cp -pPR ${STAGE_TEMP}${datadir}/gnome-common/* ${STAGING_DATADIR}/gnome-common - cp -pPR ${STAGE_TEMP}${datadir}/aclocal/* ${STAGING_DATADIR}/aclocal - rm -rf ${STAGE_TEMP} -} diff --git a/packages/gnome/gnome-control-center_2.24.0.bb b/packages/gnome/gnome-control-center_2.24.0.bb deleted file mode 100644 index a29b6fbabf..0000000000 --- a/packages/gnome/gnome-control-center_2.24.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "GNOME control center" -LICENSE = "GPL" - -PR = "r1" - -DEPENDS = "eel gstreamer libcanberra gnome-settings-daemon libgnomeui gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl" - -inherit gnome - -do_configure_prepend() { - sed -i s:help::g Makefile.am -} - -FILES_${PN} += "${datadir}/icon* \ - ${datadir}/xsession* \ - ${libdir}/window-manager-settings/*.so \ - ${datadir}/gnome \ - ${datadir}/desktop-directories \ - " -FILES_${PN}-dbg += "${libdir}/window-manager-settings/.debug" -FILES_${PN}-dev += "${libdir}/window-manager-settings/*a" - - - - diff --git a/packages/gnome/gnome-cups-manager_0.31.bb b/packages/gnome/gnome-cups-manager_0.31.bb deleted file mode 100644 index 14e4a16678..0000000000 --- a/packages/gnome/gnome-cups-manager_0.31.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION="Gnome Cups Manager" -LICENSE="GPLv2" - -PR ="r0" - -DEPENDS="glib-2.0 gtk+ pango libgnomecups" - -inherit gnome pkgconfig - -FILES += "${datadir}/icons/hicolor/48x48/stock/data/emblem-*.png \ - ${datadir}/icons/hicolor/48x48/devices/gnome-dev-printer-new.png" - -SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gnome-cups-manager/${PV}/gnome-cups-manager-${PV}.tar.bz2" - -do_stage() { - autotools_stage_all -} - diff --git a/packages/gnome/gnome-cups-manager_0.33.bb b/packages/gnome/gnome-cups-manager_0.33.bb deleted file mode 100644 index e8e109e44f..0000000000 --- a/packages/gnome/gnome-cups-manager_0.33.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION="Gnome Cups Manager" -LICENSE="GPLv2" - -PR ="r0" - -DEPENDS="glib-2.0 gtk+ pango libgnomecups" - -inherit gnome pkgconfig - -FILES_${PN} += "${datadir}/icons/" - -SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gnome-cups-manager/${PV}/gnome-cups-manager-${PV}.tar.bz2" - -do_stage() { - autotools_stage_all -} - diff --git a/packages/gnome/gnome-desktop.inc b/packages/gnome/gnome-desktop.inc deleted file mode 100644 index aeabf4f41e..0000000000 --- a/packages/gnome/gnome-desktop.inc +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "GNOME library for reading .desktop files" -SECTION = "x11/gnome" -LICENSE = "GPL" -DEPENDS = "gnome-common libgnomeui" - -EXTRA_OECONF = "--disable-scrollkeeper" - -do_configure_prepend () { - cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} -} - -do_stage () { - autotools_stage_all -} - -FILES_${PN} += "${datadir}/gnome-about" diff --git a/packages/gnome/gnome-desktop/no-desktop-docs.patch b/packages/gnome/gnome-desktop/no-desktop-docs.patch deleted file mode 100644 index c132341728..0000000000 --- a/packages/gnome/gnome-desktop/no-desktop-docs.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.am~ 2007-05-22 16:50:35.000000000 +0200 -+++ Makefile.am 2007-05-22 16:50:35.000000000 +0200 -@@ -3,7 +3,6 @@ - libgnome-desktop \ - gnome-about \ - pixmaps \ -- desktop-docs \ - docs \ - man - diff --git a/packages/gnome/gnome-desktop/scrollkeeper.patch b/packages/gnome/gnome-desktop/scrollkeeper.patch deleted file mode 100644 index c1b7f3b44a..0000000000 --- a/packages/gnome/gnome-desktop/scrollkeeper.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: gnome-desktop-2.16.1/configure.in -=================================================================== ---- gnome-desktop-2.16.1.orig/configure.in 2006-10-02 19:00:52.000000000 +0000 -+++ gnome-desktop-2.16.1/configure.in 2007-04-12 21:12:36.000000000 +0000 -@@ -113,9 +113,9 @@ - dnl scrollkeeper checks - - AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no) --if test x$SCROLLKEEPER_CONFIG = xno; then -- AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package) --fi -+dnl if test x$SCROLLKEEPER_CONFIG = xno; then -+dnl AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package) -+dnl fi - - dnl Language Support - diff --git a/packages/gnome/gnome-desktop_2.10.2.bb b/packages/gnome/gnome-desktop_2.10.2.bb deleted file mode 100644 index 2bf249ddb6..0000000000 --- a/packages/gnome/gnome-desktop_2.10.2.bb +++ /dev/null @@ -1,5 +0,0 @@ -require gnome-desktop.inc - -PR = "r1" - -inherit gnome pkgconfig diff --git a/packages/gnome/gnome-desktop_2.16.1.bb b/packages/gnome/gnome-desktop_2.16.1.bb deleted file mode 100644 index fb45b134ae..0000000000 --- a/packages/gnome/gnome-desktop_2.16.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require gnome-desktop.inc - -PR = "r2" -inherit gnome pkgconfig - -DEPENDS += "gnome-doc-utils" - -SRC_URI += "file://scrollkeeper.patch;patch=1 \ - file://no-desktop-docs.patch;patch=1;pnum=0" diff --git a/packages/gnome/gnome-desktop_2.18.3.bb b/packages/gnome/gnome-desktop_2.18.3.bb deleted file mode 100644 index 7b9a5932e1..0000000000 --- a/packages/gnome/gnome-desktop_2.18.3.bb +++ /dev/null @@ -1,10 +0,0 @@ -require gnome-desktop.inc - -PR = "r2" - -inherit gnome pkgconfig - -DEPENDS += "gnome-doc-utils gnome-vfs" - -SRC_URI += "file://scrollkeeper.patch;patch=1 \ - file://no-desktop-docs.patch;patch=1;pnum=0" diff --git a/packages/gnome/gnome-desktop_2.22.2.bb b/packages/gnome/gnome-desktop_2.22.2.bb deleted file mode 100644 index 4460c5ad92..0000000000 --- a/packages/gnome/gnome-desktop_2.22.2.bb +++ /dev/null @@ -1,8 +0,0 @@ -require gnome-desktop.inc - -inherit gnome pkgconfig - -DEPENDS += "gnome-doc-utils gnome-vfs" - -SRC_URI += "file://scrollkeeper.patch;patch=1 \ - file://no-desktop-docs.patch;patch=1;pnum=0" diff --git a/packages/gnome/gnome-desktop_2.24.0.bb b/packages/gnome/gnome-desktop_2.24.0.bb deleted file mode 100644 index 36553637bf..0000000000 --- a/packages/gnome/gnome-desktop_2.24.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require gnome-desktop.inc - -inherit gnome pkgconfig - -DEPENDS += "gnome-doc-utils gnome-vfs libxrandr" - -SRC_URI += "file://scrollkeeper.patch;patch=1 \ - file://no-desktop-docs.patch;patch=1;pnum=0" diff --git a/packages/gnome/gnome-desktop_2.7.90.bb b/packages/gnome/gnome-desktop_2.7.90.bb deleted file mode 100644 index 53b70245ca..0000000000 --- a/packages/gnome/gnome-desktop_2.7.90.bb +++ /dev/null @@ -1,19 +0,0 @@ -require gnome-desktop.inc - -PR = "r0" - -inherit gnome - -EXTRA_OECONF = "" -EXTRA_AUTORECONF = "-I ${STAGING_DATADIR}/aclocal/gnome2-macros" - -do_stage () { - install -d ${STAGING_INCDIR}/gnome-desktop-2.0/libgnome/ -# install -d ${STAGING_INCDIR}/gnome-desktop-2.0/libgnomeui/ - install -m 0644 libgnome-desktop/libgnome/gnome-desktop-item.h ${STAGING_INCDIR}/gnome-desktop-2.0/libgnome/ -# install -m 0644 libgnome-desktop/libgnomeui/gnome-ditem-edit.h ${STAGING_INCDIR}/gnome-desktop-2.0/libgnomeui/ -# install -m 0644 libgnome-desktop/libgnomeui/gnome-hint.h ${STAGING_INCDIR}/gnome-desktop-2.0/libgnomeui/ - oe_libinstall -C libgnome-desktop/.libs -so libgnome-desktop-2 ${STAGING_LIBDIR} - - -} diff --git a/packages/gnome/gnome-doc-utils.inc b/packages/gnome/gnome-doc-utils.inc deleted file mode 100644 index ff62257aa8..0000000000 --- a/packages/gnome/gnome-doc-utils.inc +++ /dev/null @@ -1,16 +0,0 @@ -LICENSE = "GPL LGPL" -DEPENDS = "libxml2 libxslt libxslt-native" - -PR = "r1" - -inherit gnome - -EXTRA_OECONF = "--disable-scrollkeeper" - -do_stage() { - mkdir -p ${STAGING_DATADIR}/xml/gnome/xslt/ - cp -pPr ${S}/xslt/* ${STAGING_DATADIR}/xml/gnome/xslt/ - autotools_stage_all -} - -FILES_${PN} += "${datadir}/xml*" diff --git a/packages/gnome/gnome-doc-utils_0.10.3.bb b/packages/gnome/gnome-doc-utils_0.10.3.bb deleted file mode 100644 index cfb4788076..0000000000 --- a/packages/gnome/gnome-doc-utils_0.10.3.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gnome-doc-utils.inc - -PR = "r0" diff --git a/packages/gnome/gnome-doc-utils_0.12.0.bb b/packages/gnome/gnome-doc-utils_0.12.0.bb deleted file mode 100644 index 2499ac36e4..0000000000 --- a/packages/gnome/gnome-doc-utils_0.12.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gnome-doc-utils.inc - -PR = "r1" diff --git a/packages/gnome/gnome-doc-utils_0.7.1.bb b/packages/gnome/gnome-doc-utils_0.7.1.bb deleted file mode 100644 index 2499ac36e4..0000000000 --- a/packages/gnome/gnome-doc-utils_0.7.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gnome-doc-utils.inc - -PR = "r1" diff --git a/packages/gnome/gnome-games/ggz-unbreak-m4.patch b/packages/gnome/gnome-games/ggz-unbreak-m4.patch deleted file mode 100644 index 5f182cfc32..0000000000 --- a/packages/gnome/gnome-games/ggz-unbreak-m4.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- /tmp/ggz.m4 2008-09-27 09:57:44.000000000 +0200 -+++ ggz-client-libs-0.0.14.1/m4/ggz.m4 2008-09-27 10:06:02.000000000 +0200 -@@ -139,8 +139,8 @@ - ]) - - if test "x${prefix}" = "xNONE"; then -- ac_ggz_prefix_incdir="${ac_default_prefix}/include" -- ac_ggz_prefix_libdir="${ac_default_prefix}/lib" -+ ac_ggz_prefix_incdir="" -+ ac_ggz_prefix_libdir="" - ac_ggz_prefix_bindir="${ac_default_prefix}/bin" - ac_ggz_prefix_etcdir="${ac_default_prefix}/etc" - else -@@ -163,26 +163,22 @@ - ac_ggz_prefix_bindir="${unq_bindir}" - ac_ggz_prefix_etcdir="${unq_sysconfdir}" - fi --ac_ggz_stdinc="$ac_ggz_prefix_incdir" --ac_ggz_stdlib="$ac_ggz_prefix_libdir" -+ac_ggz_stdinc="" -+ac_ggz_stdlib="" - ac_ggz_stdbin="$ac_ggz_prefix_bindir" - ac_ggz_stdetc="$ac_ggz_prefix_etcdir/ggzd" - if test "x$ac_ggz_prefix" != "x"; then -- ac_ggz_stdinc="$ac_ggz_stdinc $ac_ggz_prefix/include" -- ac_ggz_stdlib="$ac_ggz_stdlib $ac_ggz_prefix/lib $ac_ggz_prefix/lib64" -+ ac_ggz_stdinc=" " -+ ac_ggz_stdlib=" " - ac_ggz_stdbin="$ac_ggz_stdbin $ac_ggz_prefix/bin" - ac_ggz_stdetc="$ac_ggz_stdetc $ac_ggz_prefix/etc/ggzd" - fi - if test "x$1" = "xdefaults" || test "x$2" = "xdefaults"; then -- ac_ggz_stdinc="$ac_ggz_stdinc /usr/local/include /usr/include" -- ac_ggz_stdlib="$ac_ggz_stdlib /usr/local/lib /usr/local/lib64 /usr/lib /usr/lib64" -+ ac_ggz_stdinc=" " -+ ac_ggz_stdlib=" " - ac_ggz_stdbin="$ac_ggz_stdbin /usr/local/bin /usr/bin" - ac_ggz_stdetc="$ac_ggz_stdetc /usr/local/etc/ggzd /etc/ggzd" - fi --if test "x$1" = "xexport" || test "x$2" = "xexport"; then -- CPPFLAGS="$CPPFLAGS -I ${ac_ggz_prefix_incdir} -I /usr/local/include" -- LDFLAGS="$LDFLAGS -L${ac_ggz_prefix_libdir} -L/usr/local/lib" --fi - - save_cflags=$CFLAGS - save_cxxflags=$CXXFLAGS diff --git a/packages/gnome/gnome-games_2.23.6.bb b/packages/gnome/gnome-games_2.23.6.bb deleted file mode 100644 index c8e1c19da3..0000000000 --- a/packages/gnome/gnome-games_2.23.6.bb +++ /dev/null @@ -1,44 +0,0 @@ -LICENSE = "GPL" -DEPENDS = "libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common gnome-python-desktop" - -PR = "r2" - -inherit gnome distutils-base gconf - -EXTRA_OECONF = "--with-libggz-includes=${STAGING_INCDIR} \ - --with-libggz-libraries=${STAGING_LIBDIR} \ - --with-ggzmod-includes=${STAGING_INCDIR} \ - --with-ggzmod-libraries=${STAGING_LIBDIR} \ - --enable-scalable \ - --enable-omitgames=aisleriot \ - " - -do_configure_prepend() { - for i in $(find ${S} -name "Makefile.am") ; do - sed -i -e s:help::g $i - done -} - -do_configure_append() { - for i in $(find ${S} -name "Makefile") ; do - sed -i -e s:'-I /usr/include -I /usr/local/include'::g $i - done -} - -FILES_${PN}-doc += " ${datadir}/gnome/help" -FILES_${PN}-dbg += " ${bindir}/.debug ${libdir}/gnome-games/.debug" - -FILES_${PN} += "/var/games \ - ${datadir}/applications \ - ${datadir}/g* \ - ${datadir}/ggz \ - ${datadir}/icons \ - ${datadir}/pixmaps \ - ${sysconfdir}" - -PACKAGES =+ "gnome-games-gnometris " -FILES_gnome-games-gnometris = "${bindir}/gnometris ${datadir}/pixmaps/gnometris ${datadir}/pixmaps/gnome-gtetris.png ${datadir}/applications/gnometris.desktop ${sysconfdir}/gconf/schemas/gnometris.schemas" - -PACKAGES =+ "gnome-games-gnomine" -FILES_gnome-games-gnomine = "${bindir}/gnomine ${datadir}/pixmaps/gnomine ${datadir}/pixmaps/gnome-gnomine.png ${datadir}/applications/gnomine.desktop ${sysconfdir}/gconf/schemas/gnomine.schemas" - diff --git a/packages/gnome/gnome-games_2.24.0.bb b/packages/gnome/gnome-games_2.24.0.bb deleted file mode 100644 index 2f7800df03..0000000000 --- a/packages/gnome/gnome-games_2.24.0.bb +++ /dev/null @@ -1,228 +0,0 @@ -LICENSE = "GPL" -DEPENDS = " guile libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common gnome-python-desktop gnome-python gstreamer" - -inherit gnome distutils-base gconf - -PR = "r4" - -SRC_URI += "file://ggz-unbreak-m4.patch;patch=1 \ - " - -EXTRA_OECONF = "--with-libggz-includes=${STAGING_INCDIR} \ - --with-libggz-libraries=${STAGING_LIBDIR} \ - --with-ggzmod-includes=${STAGING_INCDIR} \ - --with-ggzmod-libraries=${STAGING_LIBDIR} \ - --enable-scalable \ - INTLTOOL_PERL=${STAGING_BINDIR_NATIVE}/perl \ - " - -do_configure_prepend() { - for i in $(find ${S} -name "Makefile.am") ; do - sed -i -e s:help::g $i - done -} - -do_configure_append() { - for i in $(find ${S} -name "Makefile") ; do - sed -i -e s:'-I /usr/include -I /usr/local/include'::g $i - done -} - -# copy matchbox icons -do_install_append() { - install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/* ${D}/${datadir}/pixmaps -} - -CFLAGS_append = " -lguile -lgmp -lcrypt -lm -lltdl" - -FILES_${PN}-doc += " ${datadir}/gnome/help" -FILES_${PN}-dbg += " ${bindir}/.debug ${libdir}/gnome-games/.debug" - -ALLOW_EMPTY_${PN} = "1" -RDEPENDS_${PN} += "gnome-games-aisleriot gnome-games-blackjack gnome-games-cards gnome-games-glchess gnome-games-glines gnome-games-gnect gnome-games-gnibbles gnome-games-gnobots2 gnome-games-gnometris gnome-games-gnomine gnome-games-gnotravex gnome-games-gnotski gnome-games-gtali gnome-games-iagno gnome-games-mahjongg gnome-games-same-gnome gnome-games-sudoku " - -PACKAGES =+ "gnome-games-common" -DESCRIPTION_gnome-games-common = "GNOME games common resources" -FILES_gnome-games-common = "${datadir}/ggz \ - ${libdir}/ggz \ - ${sysconfdir} \ - ${datadir}/gnome-games/icons \ - ${datadir}/icons \ - ${datadir}/gnome-games/sounds" -# svg is needed for --enable-scalable by nearly all, so put into -common -RDEPENDS_gnome-games-common = "librsvg librsvg-gtk" - -PACKAGES =+ "gnome-games-cards" -DESCRIPTION_gnome-games-cards = "GNOME games playing card resources" -FILES_gnome-games-cards = "${datadir}/gnome-games/pixmaps \ - ${libdir}/gnome-games/gnome-games-render-cards \ - ${datadir}/gnome-games-common/cards" - -PACKAGES =+ "gnome-games-gnometris" -DESCRIPTION_gnome-games-gnometris = "GNOME tetris game" -RDEPENDS_gnome-games-gnometris = "gnome-games-common" -FILES_gnome-games-gnometris = "${bindir}/gnometris \ - ${datadir}/pixmaps/gnometris \ - ${datadir}/pixmaps/gnome-gnometris.png \ - ${datadir}/applications/gnometris.desktop \ - ${sysconfdir}/gconf/schemas/gnometris.schemas \ - /var/games/gnometris.scores" - -PACKAGES =+ "gnome-games-gnomine" -DESCRIPTION_gnome-games-gnomine = "GNOME minesweeper game" -RDEPENDS_gnome-games-gnomine = "gnome-games-common" -FILES_gnome-games-gnomine = "${bindir}/gnomine \ - ${datadir}/pixmaps/gnomine \ - ${datadir}/pixmaps/gnome-mines.png \ - ${datadir}/applications/gnomine.desktop \ - ${sysconfdir}/gconf/schemas/gnomine.schemas \ - /var/games/gnomine.*.scores" - -PACKAGES =+ "gnome-games-aisleriot" -DESCRIPTION_gnome-games-aisleriot = "GNOME solitaire games" -RDEPENDS_gnome-games-aisleriot = "gnome-games-common gnome-games-cards" -FILES_gnome-games-aisleriot = "${bindir}/sol \ - ${datadir}/gnome-games/aisleriot \ - ${datadir}/pixmaps/gnome-aisleriot.png \ - ${datadir}/pixmaps/gnome-freecell.png \ - ${datadir}/applications/sol.desktop \ - ${datadir}/applications/freecell.desktop \ - ${sysconfdir}/gconf/schemas/aisleriot.schemas" - -PACKAGES =+ "gnome-games-blackjack" -DESCRIPTION_gnome-games-blackjack = "GNOME blackjack game" -RDEPENDS_gnome-games-blackjack = "gnome-games-common gnome-games-cards" -FILES_gnome-games-blackjack = "${bindir}/blackjack \ - ${datadir}/gnome-games/blackjack \ - ${datadir}/pixmaps/gnome-blackjack.png \ - ${datadir}/applications/blackjack.desktop \ - ${sysconfdir}/gconf/schemas/blackjack.schemas" - -PACKAGES =+ "gnome-games-gnect" -DESCRIPTION_gnome-games-gnect = "GNOME four-in-a-row game" -RDEPENDS_gnome-games-gnect = "gnome-games-common" -FILES_gnome-games-gnect = "${bindir}/gnect \ - ${datadir}/gnect \ - ${datadir}/pixmaps/gnect \ - ${datadir}/pixmaps/gnome-gnect.png \ - ${datadir}/applications/gnect.desktop \ - ${sysconfdir}/gconf/schemas/gnect.schemas" - -PACKAGES =+ "gnome-games-same-gnome" -DESCRIPTION_gnome-games-same-gnome = "GNOME block removal game" -RDEPENDS_gnome-games-same-gnome = "gnome-games-common" -FILES_gnome-games-same-gnome = "${bindir}/same-gnome \ - ${datadir}/gnome-games/same-gnome/themes/2.10 \ - ${datadir}/pixmaps/gnome-samegnome.png \ - ${datadir}/applications/same-gnome.desktop \ - ${sysconfdir}/gconf/schemas/same-gnome.schemas \ - /var/games/same-gnome.*.scores" - -PACKAGES =+ "gnome-games-mahjongg" -DESCRIPTION_gnome-games-mahjongg = "GNOME mahjongg game" -RDEPENDS_gnome-games-mahjongg = "gnome-games-common" -FILES_gnome-games-mahjongg = "${bindir}/mahjongg \ - ${datadir}/gnome-games/mahjongg \ - ${datadir}/pixmaps/mahjongg \ - ${datadir}/pixmaps/gnome-mahjongg.png \ - ${datadir}/applications/mahjongg.desktop \ - ${sysconfdir}/gconf/schemas/mahjongg.schemas \ - /var/games/mahjongg.*.scores" - -PACKAGES =+ "gnome-games-gtali" -DESCRIPTION_gnome-games-gtali = "GNOME yahtzee game" -RDEPENDS_gnome-games-gtali = "gnome-games-common" -FILES_gnome-games-gtali = "${bindir}/gtali \ - ${datadir}/pixmaps/gtali \ - ${datadir}/pixmaps/gnome-tali.png \ - ${datadir}/applications/gtali.desktop \ - ${sysconfdir}/gconf/schemas/gtali.schemas \ - /var/games/gtali.*.scores" - -PACKAGES =+ "gnome-games-gnotravex" -DESCRIPTION_gnome-games-gnotravex = "GNOME tile matching game" -RDEPENDS_gnome-games-gnotravex = "gnome-games-common" -FILES_gnome-games-gnotravex = "${bindir}/gnotravex \ - ${datadir}/pixmaps/gnotravex \ - ${datadir}/pixmaps/gnome-tetravex.png \ - ${datadir}/applications/gnotravex.desktop \ - ${sysconfdir}/gconf/schemas/gnotravex.schemas \ - /var/games/gnotravex.*.scores" - -PACKAGES =+ "gnome-games-gnotski" -DESCRIPTION_gnome-games-gnotski = "GNOME blocks puzzle game" -RDEPENDS_gnome-games-gnotski = "gnome-games-common" -FILES_gnome-games-gnotski = "${bindir}/gnotski \ - ${datadir}/gnome-games/gnotski \ - ${datadir}/pixmaps/gnome-klotski.png \ - ${datadir}/applications/gnotski.desktop \ - ${sysconfdir}/gconf/schemas/gnotski.schemas \ - /var/games/gnotski.*.scores" - -PACKAGES =+ "gnome-games-glines" -DESCRIPTION_gnome-games-glines = "GNOME five-or-more game" -RDEPENDS_gnome-games-glines = "gnome-games-common" -FILES_gnome-games-glines = "${bindir}/glines \ - ${datadir}/pixmaps/glines \ - ${datadir}/pixmaps/gnome-glines.png \ - ${datadir}/applications/glines.desktop \ - ${sysconfdir}/gconf/schemas/glines.schemas \ - /var/games/glines.*.scores" - -PACKAGES =+ "gnome-games-iagno" -DESCRIPTION_gnome-games-iagno = "GNOME reversi game" -RDEPENDS_gnome-games-iagno = "gnome-games-common" -FILES_gnome-games-iagno = "${bindir}/iagno \ - ${datadir}/pixmaps/iagno \ - ${datadir}/pixmaps/gnome-iagno.png \ - ${datadir}/applications/iagno.desktop \ - ${sysconfdir}/gconf/schemas/iagno.schemas" - -PACKAGES =+ "gnome-games-gnobots2" -DESCRIPTION_gnome-games-gnobots2 = "GNOME robots game" -RDEPENDS_gnome-games-gnobots2 = "gnome-games-common" -FILES_gnome-games-gnobots2 = "${bindir}/gnobots2 \ - ${datadir}/pixmaps/gnobots2 \ - ${datadir}/gnobots2 \ - ${datadir}/pixmaps/gnome-robots.png \ - ${datadir}/applications/gnobots2.desktop \ - ${sysconfdir}/gconf/schemas/gnobots2.schemas \ - /var/games/gnobots2.*.scores" - -PACKAGES =+ "gnome-games-gnibbles" -DESCRIPTION_gnome-games-gnibbles = "GNOME worm game" -RDEPENDS_gnome-games-gnibbles = "gnome-games-common" -FILES_gnome-games-gnibbles = "${bindir}/gnibbles \ - ${datadir}/pixmaps/gnibbles \ - ${datadir}/gnibbles \ - ${datadir}/pixmaps/gnome-gnibbles.png \ - ${datadir}/applications/gnibbles.desktop \ - ${sysconfdir}/gconf/schemas/gnibbles.schemas \ - /var/games/gnibbles.*.scores" - -PACKAGES =+ "gnome-games-glchess" -DESCRIPTION_gnome-games-glchess = "GNOME chess" -RDEPENDS_gnome-games-glchess = "python-pygtk python-codecs \ - python-netclient python-xml \ - gnome-python" -FILES_gnome-games-glchess = "${bindir}/glchess \ - ${bindir}/gnome-gnuchess \ - ${datadir}/pixmaps/glchess \ - ${datadir}/glchess \ - ${datadir}/pixmaps/gnome-glchess.png \ - ${datadir}/applications/glchess.desktop \ - ${sysconfdir}/gconf/schemas/glchess.schemas \ - ${libdir}/python2.5/site-packages/glchess" - -PACKAGES =+ "gnome-games-sudoku" -DESCRIPTION_gnome-games-sudoku = "GNOME sudoku" -RDEPENDS_gnome-games-sudoku = "python-pygtk python-codecs python-difflib \ - python-xml python-netclient \ - python-textutils python-threading \ - gnome-python gnome-python-desktop" -FILES_gnome-games-sudoku = "${bindir}/gnome-sudoku \ - ${datadir}/pixmaps/gnome-sudoku \ - ${datadir}/gnome-sudoku \ - ${datadir}/pixmaps/gnome-sudoku.png \ - ${datadir}/applications/gnome-sudoku.desktop \ - ${libdir}/python2.5/site-packages/gnome_sudoku" diff --git a/packages/gnome/gnome-games_2.6.1.bb b/packages/gnome/gnome-games_2.6.1.bb deleted file mode 100644 index d1ac41b08a..0000000000 --- a/packages/gnome/gnome-games_2.6.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -LICENSE = "GPL" -DEPENDS = "guile gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common" -PR = "r2" - -inherit gnome - -PACKAGES =+ "libgdkcardimage libgdkcardimage-data libgdkcardimage-dev" - -FILES_libgdkcardimage = "${libdir}/libgdkcardimage.so.*" -FILES_libgdkcardimage-dev = "${libdir}/libgdkcardimage.* ${includedir}/gdkcardimage" -FILES_libgdkcardimage-data = "${datadir}/pixmaps/cards" -DEPENDS_libgdkcardimage = "libgdkcardimage-data" - -FILES_${PN}-doc += " ${datadir}/gnome/help" - -PACKAGES =+ "gnome-games-sol " -FILES_gnome-games-sol = "${bindir}/sol ${datadir}/applications/sol.desktop ${datadir}/pixmaps/gnome-aisleriot.png ${sysconfdir}/gconf/schemas/aisleriot.schemas ${datadir}/sol-games" - -PACKAGES =+ "gnome-games-gnometris " -FILES_gnome-games-gnometris = "${bindir}/gnometris ${datadir}/pixmaps/gnometris ${datadir}/pixmaps/gnome-gtetris.png ${datadir}/applications/gnometris.desktop ${sysconfdir}/gconf/schemas/gnometris.schemas" - -PACKAGES =+ "gnome-games-gnomine" -FILES_gnome-games-gnomine = "${bindir}/gnomine ${datadir}/pixmaps/gnomine ${datadir}/pixmaps/gnome-gnomine.png ${datadir}/applications/gnomine.desktop ${sysconfdir}/gconf/schemas/gnomine.schemas" - -EXTRA_OECONF = "--disable-schemas-install" diff --git a/packages/gnome/gnome-icon-theme_1.3.3.bb b/packages/gnome/gnome-icon-theme_1.3.3.bb deleted file mode 100644 index c601d2a5d0..0000000000 --- a/packages/gnome/gnome-icon-theme_1.3.3.bb +++ /dev/null @@ -1,11 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -SRC_URI = "${GNOME_MIRROR}/${PN}/1.3/${PN}-${PV}.tar.bz2" -DEPENDS = "glib-2.0 intltool-native" -PR ="r1" - -FILES_${PN} += "${datadir}/*" - -EXTRA_OECONF = "--disable-hicolor-check" - -inherit autotools pkgconfig diff --git a/packages/gnome/gnome-icon-theme_2.22.0.bb b/packages/gnome/gnome-icon-theme_2.22.0.bb deleted file mode 100644 index d458d9ba74..0000000000 --- a/packages/gnome/gnome-icon-theme_2.22.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" -RDEPENDS = "hicolor-icon-theme" - -FILES_${PN} += "${datadir}/*" - -EXTRA_OECONF = "--disable-hicolor-check" - -inherit gnome - -PACKAGE_ARCH = "all" diff --git a/packages/gnome/gnome-icon-theme_2.24.0.bb b/packages/gnome/gnome-icon-theme_2.24.0.bb deleted file mode 100644 index 755e39151e..0000000000 --- a/packages/gnome/gnome-icon-theme_2.24.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" -RDEPENDS = "hicolor-icon-theme" -RRECOMMENDS = "librsvg-gtk" - -PR = "r2" - -FILES_${PN} += "${datadir}/*" - -EXTRA_OECONF = "--disable-hicolor-check" - -inherit gnome - -pkg_postinst_${PN}() { -if [ "x$D" != "x" ]; then - exit 1 -fi - -# Update the pixbuf loaders in case they haven't been registered yet -gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders - -gtk-update-icon-cache -q /usr/share/icons/gnome -} - -pkg_postrm_${PN}() { -gtk-update-icon-cache -q /usr/share/icons/gnome -} - diff --git a/packages/gnome/gnome-keyring/org.gnome.keyring.service b/packages/gnome/gnome-keyring/org.gnome.keyring.service deleted file mode 100644 index 96ea061cfb..0000000000 --- a/packages/gnome/gnome-keyring/org.gnome.keyring.service +++ /dev/null @@ -1,3 +0,0 @@ -[D-BUS Service] -Name=org.gnome.keyring -Exec=/usr/bin/gnome-keyring-daemon diff --git a/packages/gnome/gnome-keyring_0.2.1.bb b/packages/gnome/gnome-keyring_0.2.1.bb deleted file mode 100644 index 707d3df311..0000000000 --- a/packages/gnome/gnome-keyring_0.2.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.2/${PN}-${PV}.tar.bz2" - -inherit autotools pkgconfig - -DEPENDS = "" - -EXTRA_OECONF = "--disable-gtk-doc" - -HEADERS = " \ -gnome-keyring.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/gnome-keyring-1 - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i - done - oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR} -} diff --git a/packages/gnome/gnome-keyring_0.4.4.bb b/packages/gnome/gnome-keyring_0.4.4.bb deleted file mode 100644 index d0efaaf608..0000000000 --- a/packages/gnome/gnome-keyring_0.4.4.bb +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.4/${PN}-${PV}.tar.bz2" - -inherit autotools pkgconfig - -DEPENDS = "gtk+" - -EXTRA_OECONF = "--disable-gtk-doc" - -HEADERS = " \ -gnome-keyring.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/gnome-keyring-1 - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i - done - oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR} -} diff --git a/packages/gnome/gnome-keyring_0.6.0.bb b/packages/gnome/gnome-keyring_0.6.0.bb deleted file mode 100644 index dd6235263d..0000000000 --- a/packages/gnome/gnome-keyring_0.6.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" - -inherit gnome - -DEPENDS = "gtk+" - -EXTRA_OECONF = "--disable-gtk-doc" - - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gnome-keyring_0.8.1.bb b/packages/gnome/gnome-keyring_0.8.1.bb deleted file mode 100644 index 6489cbee21..0000000000 --- a/packages/gnome/gnome-keyring_0.8.1.bb +++ /dev/null @@ -1,12 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" - -inherit autotools gnome pkgconfig - -DEPENDS = "gtk+" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gnome-keyring_2.20.0.bb b/packages/gnome/gnome-keyring_2.20.0.bb deleted file mode 100644 index 2f72c5dfb1..0000000000 --- a/packages/gnome/gnome-keyring_2.20.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" - -PR = "r2" - -inherit autotools gnome pkgconfig - -DEPENDS = "gtk+ libgcrypt" - -EXTRA_OECONF = "--disable-gtk-doc" - -SRC_URI += "file://org.gnome.keyring.service" - -do_install_append () { - install -d ${D}${datadir}/dbus-1/services - install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services -} - -FILES_${PN} += "${datadir}/dbus-1/services" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gnome-keyring_2.24.1.bb b/packages/gnome/gnome-keyring_2.24.1.bb deleted file mode 100644 index 105ee16d11..0000000000 --- a/packages/gnome/gnome-keyring_2.24.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" - -inherit autotools gnome pkgconfig - -DEPENDS = "gtk+ libtasn1 libgcrypt" - -EXTRA_OECONF = "--disable-gtk-doc" - -SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service" - -do_configure_prepend() { - cp ${WORKDIR}/tasn.m4 acinclude.m4 -} - -do_install_append () { - install -d ${D}${datadir}/dbus-1/services - install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services -} - -FILES_${PN} += "${datadir}/dbus-1/services" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gnome-menus_2.10.2.bb b/packages/gnome/gnome-menus_2.10.2.bb deleted file mode 100644 index e0aa0919a5..0000000000 --- a/packages/gnome/gnome-menus_2.10.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -DEPENDS = "gnome-vfs libxml2 gconf popt gtk+" -LICENSE = "GPL" - - -inherit gnome pkgconfig - -do_stage() { -autotools_stage_all -} - -FILES_${PN} += "${datadir}" diff --git a/packages/gnome/gnome-menus_2.12.0.bb b/packages/gnome/gnome-menus_2.12.0.bb deleted file mode 100644 index 30e0abc14f..0000000000 --- a/packages/gnome/gnome-menus_2.12.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" -LICENSE = "GPL" - - -inherit gnome pkgconfig - -do_stage() { -autotools_stage_all -} - -PACKAGES += "${PN}-python" -FILES_${PN} += "${datadir}/desktop-directories/" -FILES_${PN}-python = "${libdir}/python*" - diff --git a/packages/gnome/gnome-menus_2.16.1.bb b/packages/gnome/gnome-menus_2.16.1.bb deleted file mode 100644 index 1307c026f2..0000000000 --- a/packages/gnome/gnome-menus_2.16.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" -LICENSE = "GPL" - -PR = "r1" - -inherit gnome pkgconfig - -do_stage() { -autotools_stage_all -} - -PACKAGES += "${PN}-python" -FILES_${PN} += "${datadir}/desktop-directories/" -FILES_${PN}-python = "${libdir}/python*" -FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \ - ${libdir}/python*/site-packages/.debug" - diff --git a/packages/gnome/gnome-menus_2.22.2.bb b/packages/gnome/gnome-menus_2.22.2.bb deleted file mode 100644 index 5837e7fed2..0000000000 --- a/packages/gnome/gnome-menus_2.22.2.bb +++ /dev/null @@ -1,15 +0,0 @@ -DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" -LICENSE = "GPL" - -inherit gnome pkgconfig - -do_stage() { -autotools_stage_all -} - -PACKAGES += "${PN}-python" -FILES_${PN} += "${datadir}/desktop-directories/" -FILES_${PN}-python = "${libdir}/python*" -FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \ - ${libdir}/python*/site-packages/.debug" - diff --git a/packages/gnome/gnome-menus_2.24.0.bb b/packages/gnome/gnome-menus_2.24.0.bb deleted file mode 100644 index 5837e7fed2..0000000000 --- a/packages/gnome/gnome-menus_2.24.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" -LICENSE = "GPL" - -inherit gnome pkgconfig - -do_stage() { -autotools_stage_all -} - -PACKAGES += "${PN}-python" -FILES_${PN} += "${datadir}/desktop-directories/" -FILES_${PN}-python = "${libdir}/python*" -FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \ - ${libdir}/python*/site-packages/.debug" - diff --git a/packages/gnome/gnome-mime-data_2.18.0.bb b/packages/gnome/gnome-mime-data_2.18.0.bb deleted file mode 100644 index a9797d2298..0000000000 --- a/packages/gnome/gnome-mime-data_2.18.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -LICENSE = "GPL" -inherit gnome - -DEPENDS += "shared-mime-info intltool-native" -RDEPENDS = "shared-mime-info" - -FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc" diff --git a/packages/gnome/gnome-mime-data_2.4.1.bb b/packages/gnome/gnome-mime-data_2.4.1.bb deleted file mode 100644 index 1a49ed8e72..0000000000 --- a/packages/gnome/gnome-mime-data_2.4.1.bb +++ /dev/null @@ -1,5 +0,0 @@ -LICENSE = "GPL" -inherit gnome - -DEPENDS += "intltool-native" -PR = "r1" diff --git a/packages/gnome/gnome-mime-data_2.4.2.bb b/packages/gnome/gnome-mime-data_2.4.2.bb deleted file mode 100644 index c6bd2cefa0..0000000000 --- a/packages/gnome/gnome-mime-data_2.4.2.bb +++ /dev/null @@ -1,7 +0,0 @@ -LICENSE = "GPL" -inherit gnome - -DEPENDS += "libxml-parser-perl-native shared-mime-info intltool-native" -RDEPENDS = "shared-mime-info" - -PR = "r2" diff --git a/packages/gnome/gnome-panel/scrollkeeper.patch b/packages/gnome/gnome-panel/scrollkeeper.patch deleted file mode 100644 index 29b870310f..0000000000 --- a/packages/gnome/gnome-panel/scrollkeeper.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -u gnome-panel-2.24.0.orig/configure.in gnome-panel-2.24.0/configure.in ---- gnome-panel-2.24.0.orig/configure.in 2008-09-22 17:21:55.000000000 -0400 -+++ gnome-panel-2.24.0/configure.in 2008-11-04 15:32:39.000000000 -0500 -@@ -296,9 +296,9 @@ - dnl scrollkeeper checks - - AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no) --if test x$SCROLLKEEPER_CONFIG = xno; then -- AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package) --fi -+dnl if test x$SCROLLKEEPER_CONFIG = xno; then -+dnl AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package) -+dnl fi - - AM_GCONF_SOURCE_2 - diff --git a/packages/gnome/gnome-panel_2.10.1.bb b/packages/gnome/gnome-panel_2.10.1.bb deleted file mode 100644 index 3bb11dc052..0000000000 --- a/packages/gnome/gnome-panel_2.10.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -LICENSE = "GPL" -DEPENDS = "libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus" - -inherit gnome pkgconfig - -do_stage() { -autotools_stage_all -} diff --git a/packages/gnome/gnome-panel_2.12.1.bb b/packages/gnome/gnome-panel_2.12.1.bb deleted file mode 100644 index 3bb11dc052..0000000000 --- a/packages/gnome/gnome-panel_2.12.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -LICENSE = "GPL" -DEPENDS = "libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus" - -inherit gnome pkgconfig - -do_stage() { -autotools_stage_all -} diff --git a/packages/gnome/gnome-panel_2.18.1.bb b/packages/gnome/gnome-panel_2.18.1.bb deleted file mode 100644 index 0192d863c5..0000000000 --- a/packages/gnome/gnome-panel_2.18.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -LICENSE = "GPL" -DEPENDS = "startup-notification libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus orbit2-native" - -PR = "r1" - -inherit gnome pkgconfig - -do_configure_prepend() { - sed -i -e s:help:: ${S}/Makefile.am -} - - -PACKAGES =+ "libpanel-applet" -FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*" - -FILES_${PN} =+ "${datadir}/gnome* \ - ${datadir}/icons" - -EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gnome-panel_2.22.2.bb b/packages/gnome/gnome-panel_2.22.2.bb deleted file mode 100644 index b96d985387..0000000000 --- a/packages/gnome/gnome-panel_2.22.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = "GPL" -DEPENDS = "librsvg libgweather startup-notification libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus orbit2-native" - -inherit gnome pkgconfig - -do_configure_prepend() { - sed -i -e s:help:: ${S}/Makefile.am -} - - -PACKAGES =+ "libpanel-applet" -FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*" - -FILES_${PN} =+ "${datadir}/gnome* \ - ${datadir}/icons" - -EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gnome-panel_2.24.0.bb b/packages/gnome/gnome-panel_2.24.0.bb deleted file mode 100644 index 743e0fafd7..0000000000 --- a/packages/gnome/gnome-panel_2.24.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -LICENSE = "GPL" -DEPENDS = "librsvg libgweather startup-notification libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus orbit2-native" - -inherit gnome pkgconfig - -SRC_URI += "file://scrollkeeper.patch;patch=1" - -do_configure_prepend() { - sed -i -e s:help:: ${S}/Makefile.am -} - - -PACKAGES =+ "libpanel-applet" -FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*" - -FILES_${PN} =+ "${datadir}/gnome* \ - ${datadir}/icons" - -EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" -EXTRA_OECONF = "--disable-scrollkeeper" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gnome-power-manager_2.18.3.bb b/packages/gnome/gnome-power-manager_2.18.3.bb deleted file mode 100644 index 3963da3912..0000000000 --- a/packages/gnome/gnome-power-manager_2.18.3.bb +++ /dev/null @@ -1,29 +0,0 @@ -LICENSE = "GPLv2" -DEPENDS = "libnotify libgnomeui gnome-panel gnome-doc-utils libwnck gtk+ gnome-keyring libglade hal dbus-glib " - -PR = "r1" - -inherit gnome - -EXTRA_OECONF = " --disable-scrollkeeper \ - --disable-keyring \ - " - -do_configure_append() { - rm config.log -} - -PACKAGES =+ "${PN}-applets" - -FILES_${PN}-applets = "${bindir}/*applet* \ - ${libdir}/bonobo/servers \ - ${datadir}/gnome-2.0/ui" - -FILES_${PN} += "${datadir}/icons \ - ${datadir}/dbus-1 \ - ${datadir}/gnome/autostart \ - " - -FILE_{PN}-doc += "${datadir}/omf \ - ${datadir}/gnome/help " - diff --git a/packages/gnome/gnome-power-manager_2.24.2.bb b/packages/gnome/gnome-power-manager_2.24.2.bb deleted file mode 100644 index 904cd39364..0000000000 --- a/packages/gnome/gnome-power-manager_2.24.2.bb +++ /dev/null @@ -1,36 +0,0 @@ -LICENSE = "GPLv2" -DEPENDS = "libnotify libgnomeui gnome-panel gnome-doc-utils libwnck gtk+ gnome-keyring libglade hal dbus-glib " - -inherit gnome - -EXTRA_OECONF = " --disable-scrollkeeper \ - --disable-keyring \ - --x-includes=${STAGING_INCDIR} \ - --x-libraries=${STAGING_LIBDIR} \ - --with-dpms-ext=${STAGING_INCDIR}/.. \ - --enable-compile-warnings=no \ - ac_cv_header_X11_extensions_dpms_h=yes \ - " - -do_configure_append() { - rm config.log - # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror - for i in $(find ${S} -name "Makefile") ; do - sed -i -e s:-Werror::g $i - done -} - -PACKAGES =+ "${PN}-applets" - -FILES_${PN}-applets = "${bindir}/*applet* \ - ${libdir}/bonobo/servers \ - ${datadir}/gnome-2.0/ui" - -FILES_${PN} += "${datadir}/icons \ - ${datadir}/dbus-1 \ - ${datadir}/gnome/autostart \ - " - -FILE_{PN}-doc += "${datadir}/omf \ - ${datadir}/gnome/help " - diff --git a/packages/gnome/gnome-power_0.0.5.bb b/packages/gnome/gnome-power_0.0.5.bb deleted file mode 100644 index 680cba13ba..0000000000 --- a/packages/gnome/gnome-power_0.0.5.bb +++ /dev/null @@ -1,8 +0,0 @@ -DESCRIPTION = "GNOME Power Manager manages powersettings via HAL and dbus" -LICENSE = "GPL" -HOMEPAGE = "http://gnome-power.sourceforge.net/index.php" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" -DEPENDS = "hal dbus gconf libwnck libgnomeui libglade" - -inherit autotools diff --git a/packages/gnome/gnome-python-desktop/acinclude.m4 b/packages/gnome/gnome-python-desktop/acinclude.m4 deleted file mode 100644 index 53518fb2eb..0000000000 --- a/packages/gnome/gnome-python-desktop/acinclude.m4 +++ /dev/null @@ -1,90 +0,0 @@ -## this one is commonly used with AM_PATH_PYTHONDIR ... -dnl AM_CHECK_PYMOD(MODNAME [,SYMBOL [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]]) -dnl Check if a module containing a given symbol is visible to python. -AC_DEFUN(AM_CHECK_PYMOD, -[AC_REQUIRE([AM_PATH_PYTHON]) -py_mod_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'` -AC_MSG_CHECKING(for ifelse([$2],[],,[$2 in ])python module $1) -AC_CACHE_VAL(py_cv_mod_$py_mod_var, [ -ifelse([$2],[], [prog=" -import sys -try: - import $1 -except ImportError: - sys.exit(1) -except: - sys.exit(0) -sys.exit(0)"], [prog=" -import $1 -$1.$2"]) -if $PYTHON -c "$prog" 1>&AC_FD_CC 2>&AC_FD_CC - then - eval "py_cv_mod_$py_mod_var=yes" - else - eval "py_cv_mod_$py_mod_var=no" - fi -]) -py_val=`eval "echo \`echo '$py_cv_mod_'$py_mod_var\`"` -if test "x$py_val" != xno; then - AC_MSG_RESULT(yes) - ifelse([$3], [],, [$3 -])dnl -else - AC_MSG_RESULT(no) - ifelse([$4], [],, [$4 -])dnl -fi -]) - -dnl a macro to check for ability to create python extensions -dnl AM_CHECK_PYTHON_HEADERS([ACTION-IF-POSSIBLE], [ACTION-IF-NOT-POSSIBLE]) -dnl function also defines PYTHON_INCLUDES -AC_DEFUN([AM_CHECK_PYTHON_HEADERS], -[AC_REQUIRE([AM_PATH_PYTHON]) -AC_MSG_CHECKING(for headers required to compile python extensions) -dnl deduce PYTHON_INCLUDES -AC_ARG_WITH(python-includes, - [ --with-python-includes=DIR path to Python includes], py_exec_prefix=$withval) -if test x$py_exec_prefix != x; then -PYTHON_INCLUDES="-I${py_exec_prefix}/include/python${PYTHON_VERSION}" -else -py_prefix=`$PYTHON -c "import sys; print sys.prefix"` -py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` -PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" -if test "$py_prefix" != "$py_exec_prefix"; then - PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" -fi -fi -AC_SUBST(PYTHON_INCLUDES) -dnl check if the headers exist: -save_CPPFLAGS="$CPPFLAGS" -CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES" -AC_TRY_CPP([#include <Python.h>],dnl -[AC_MSG_RESULT(found) -$1],dnl -[AC_MSG_RESULT(not found) -$2]) -CPPFLAGS="$save_CPPFLAGS" -]) - -dnl -dnl JH_ADD_CFLAG(FLAG) -dnl checks whether the C compiler supports the given flag, and if so, adds -dnl it to $CFLAGS. If the flag is already present in the list, then the -dnl check is not performed. -AC_DEFUN([JH_ADD_CFLAG], -[ -case " $CFLAGS " in -*@<:@\ \ @:>@$1@<:@\ \ @:>@*) - ;; -*) - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $1" - AC_MSG_CHECKING([whether [$]CC understands $1]) - AC_TRY_COMPILE([], [], [jh_has_option=yes], [jh_has_option=no]) - AC_MSG_RESULT($jh_has_option) - if test $jh_has_option = no; then - CFLAGS="$save_CFLAGS" - fi - ;; -esac]) diff --git a/packages/gnome/gnome-python-desktop_2.23.0.bb b/packages/gnome/gnome-python-desktop_2.23.0.bb deleted file mode 100644 index 0ddc05e8e0..0000000000 --- a/packages/gnome/gnome-python-desktop_2.23.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -LICENSE = "GPL/LGPL" -DEPENDS = "librsvg libwnck totem-pl-parser libgtop gnome-panel gnome-desktop eds-dbus python-pygtk gnome-python libgnomeprint libgnomeprintui" - -PR = "r4" - -inherit gnome distutils-base - -SRC_URI += "file://acinclude.m4" - -EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ -} - -do_configure_prepend() { - sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g \ - -e s:'`$PKG_CONFIG --variable=defsdir gnome-python-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g \ - -e s:'`$PKG_CONFIG --variable=argtypesdir gnome-python-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/argtypes\":g \ - ${S}/configure.ac -} - -AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - -FILES_${PN}-dev += "${datadir}/pygtk" diff --git a/packages/gnome/gnome-python-extras_2.19.1.bb b/packages/gnome/gnome-python-extras_2.19.1.bb deleted file mode 100644 index 5ae9180067..0000000000 --- a/packages/gnome/gnome-python-extras_2.19.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -LICENSE = "GPL/LGPL" -DEPENDS = "python-pygtk libwnck" - -PR = "r1" - -inherit gnome distutils-base - -SRC_URI += "file://acinclude.m4" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ -} - -do_configure_prepend() { - sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g ${S}/configure.ac -} - -AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - -FILES_${PN}-dev += "${datadir}/pygtk" diff --git a/packages/gnome/gnome-python_2.22.1.bb b/packages/gnome/gnome-python_2.22.1.bb deleted file mode 100644 index d1ac8cc7ab..0000000000 --- a/packages/gnome/gnome-python_2.22.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "GNOME Python miscellaneous bindings" -LICENSE = "LGPL" -DEPENDS = "libgnomeui pyorbit python-pygtk" -RDEPENDS = "pyorbit" - -PR = "r2" - -inherit gnome distutils-base pkgconfig - -FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug" - -do_configure() { - sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g ${S}/configure.ac - export HOST_SYS=${HOST_SYS} - export BUILD_SYS=${BUILD_SYS} - autotools_do_configure -} - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gnome-session_2.24.1.bb b/packages/gnome/gnome-session_2.24.1.bb deleted file mode 100644 index f8c66ced2f..0000000000 --- a/packages/gnome/gnome-session_2.24.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Gnome session manager" -LICENSE = "GPL" -DEPENDS = "libwnck gnome-keyring libgnomeui startup-notification gtk+ gconf gdk-pixbuf-csource-native" - -inherit gnome - -EXTRA_OECONF = " ac_cv_path_GCONF_SANITY_CHECK=set " - -FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${datadir}/gnome" -FILES_${PN}-dbg += "${libdir}/gnome-session/helpers/" - -do_stage () { - autotools_stage_all -} diff --git a/packages/gnome/gnome-settings-daemon_2.24.0.bb b/packages/gnome/gnome-settings-daemon_2.24.0.bb deleted file mode 100644 index f4589fd75c..0000000000 --- a/packages/gnome/gnome-settings-daemon_2.24.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "GNOME settings daemon" -LICENSE = "GPL" - -PR = "r1" - -DEPENDS = "libxklavier libgnomekbd libgnomeui gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl" - -inherit gnome - -FILES_${PN} += "${libdir}/gnome-settings-daemon-2.0/*.so ${libdir}/gnome-settings-daemon-2.0/*plugin \ - ${datadir}/dbus-1/ \ - ${datadir}/icon* \ - ${datadir}/xsession*" - -FILES_${PN}-dbg += "${libdir}/gnome-settings-daemon-2.0/.debug" -FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.a ${libdir}/gnome-settings-daemon-2.0/*.la" - -do_stage() { - autotools_stage_all -} - diff --git a/packages/gnome/gnome-system-monitor_2.23.6.bb b/packages/gnome/gnome-system-monitor_2.23.6.bb deleted file mode 100644 index 0e27be5ffe..0000000000 --- a/packages/gnome/gnome-system-monitor_2.23.6.bb +++ /dev/null @@ -1,24 +0,0 @@ -LICENSE = "GPLv2" -DEPENDS = "libgtop gtkmm glibmm libnotify libgnomeui gnome-panel gnome-doc-utils libwnck gtk+ gnome-keyring libglade hal dbus-glib " - -inherit gnome - -do_configure_prepend() { - sed -i -e s:help::g ${S}/Makefile.am -} - - -PACKAGES =+ "${PN}-applets" - -FILES_${PN}-applets = "${bindir}/*applet* \ - ${libdir}/bonobo/servers \ - ${datadir}/gnome-2.0/ui" - -FILES_${PN} += "${datadir}/icons \ - ${datadir}/dbus-1 \ - ${datadir}/gnome/autostart \ - " - -FILE_{PN}-doc += "${datadir}/omf \ - ${datadir}/gnome/help " - diff --git a/packages/gnome/gnome-system-monitor_2.24.0.bb b/packages/gnome/gnome-system-monitor_2.24.0.bb deleted file mode 100644 index 0e27be5ffe..0000000000 --- a/packages/gnome/gnome-system-monitor_2.24.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -LICENSE = "GPLv2" -DEPENDS = "libgtop gtkmm glibmm libnotify libgnomeui gnome-panel gnome-doc-utils libwnck gtk+ gnome-keyring libglade hal dbus-glib " - -inherit gnome - -do_configure_prepend() { - sed -i -e s:help::g ${S}/Makefile.am -} - - -PACKAGES =+ "${PN}-applets" - -FILES_${PN}-applets = "${bindir}/*applet* \ - ${libdir}/bonobo/servers \ - ${datadir}/gnome-2.0/ui" - -FILES_${PN} += "${datadir}/icons \ - ${datadir}/dbus-1 \ - ${datadir}/gnome/autostart \ - " - -FILE_{PN}-doc += "${datadir}/omf \ - ${datadir}/gnome/help " - diff --git a/packages/gnome/gnome-themes_2.22.2.bb b/packages/gnome/gnome-themes_2.22.2.bb deleted file mode 100644 index 1b45ab4d05..0000000000 --- a/packages/gnome/gnome-themes_2.22.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -DEPENDS = "gtk-engines icon-naming-utils-native glib-2.0 intltool-native" -RDEPENDS = "gnome-icon-theme" - -EXTRA_OECONF = "--enable-all-themes --disable-hicolor-check" - -inherit gnome - -PACKAGE_ARCH = "all" - -PACKAGES =+ " gtk-engine-crux gtk-engine-hc gtk-engine-lighthouseblue gtk-engine-mist gtk-engine-thinice" -FILES_gtk-engine-crux = "${libdir}/gtk-2.0/*/engines/libcrux-engine.so" -FILES_gtk-engine-hc = "${libdir}/gtk-2.0/*/engines/libhcengine.so" -FILES_gtk-engine-lighthouseblue = "${libdir}/gtk-2.0/*/engines/liblighthouseblue.so" -FILES_gtk-engine-mist = "${libdir}/gtk-2.0/*/engines/libmist.so" -FILES_gtk-engine-thinice = "${libdir}/gtk-2.0/*/engines/libthinice.so" - -PACKAGES =+ " gnome-theme-crux gnome-theme-grand-canyon gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-lighthouseblue gnome-theme-mist gnome-theme-traditional" -FILES_gnome-theme-crux = "${datadir}/themes/Crux ${datadir}/icons/Crux" -FILES_gnome-theme-grand-canyon = "${datadir}/themes/Grand-Canyon ${datadir}/icons/Grand-Canyon" -FILES_gnome-theme-highcontrast = "${datadir}/themes/HighContrast ${datadir}/icons/HighContrast" -FILES_gnome-theme-highcontrastinverse = "${datadir}/themes/HighContrastInverse ${datadir}/icons/HighContrastInverse" -FILES_gnome-theme-highcontrastlargeprint = "${datadir}/themes/HighContrastLargePrint ${datadir}/icons/HighContrastLargePrint" -FILES_gnome-theme-highcontrastlargeprintinverse = "${datadir}/themes/HighContrastLargePrintInverse ${datadir}/icons/HighContrastLargePrintInverse" -FILES_gnome-theme-largeprint = "${datadir}/themes/LargePrint ${datadir}/icons/LargePrint" -FILES_gnome-theme-lighthouseblue = "${datadir}/themes/LighthouseBlue ${datadir}/icons/LighthouseBlue" -FILES_gnome-theme-mist = "${datadir}/themes/Mist ${datadir}/icons/Mist" -FILES_gnome-theme-traditional = "${datadir}/themes/Traditional ${datadir}/icons/Traditional" - -FILES_${PN} += "${datadir}/themes ${datadir}/icons" diff --git a/packages/gnome/gnome-themes_2.24.0.bb b/packages/gnome/gnome-themes_2.24.0.bb deleted file mode 100644 index 1b45ab4d05..0000000000 --- a/packages/gnome/gnome-themes_2.24.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -DEPENDS = "gtk-engines icon-naming-utils-native glib-2.0 intltool-native" -RDEPENDS = "gnome-icon-theme" - -EXTRA_OECONF = "--enable-all-themes --disable-hicolor-check" - -inherit gnome - -PACKAGE_ARCH = "all" - -PACKAGES =+ " gtk-engine-crux gtk-engine-hc gtk-engine-lighthouseblue gtk-engine-mist gtk-engine-thinice" -FILES_gtk-engine-crux = "${libdir}/gtk-2.0/*/engines/libcrux-engine.so" -FILES_gtk-engine-hc = "${libdir}/gtk-2.0/*/engines/libhcengine.so" -FILES_gtk-engine-lighthouseblue = "${libdir}/gtk-2.0/*/engines/liblighthouseblue.so" -FILES_gtk-engine-mist = "${libdir}/gtk-2.0/*/engines/libmist.so" -FILES_gtk-engine-thinice = "${libdir}/gtk-2.0/*/engines/libthinice.so" - -PACKAGES =+ " gnome-theme-crux gnome-theme-grand-canyon gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-lighthouseblue gnome-theme-mist gnome-theme-traditional" -FILES_gnome-theme-crux = "${datadir}/themes/Crux ${datadir}/icons/Crux" -FILES_gnome-theme-grand-canyon = "${datadir}/themes/Grand-Canyon ${datadir}/icons/Grand-Canyon" -FILES_gnome-theme-highcontrast = "${datadir}/themes/HighContrast ${datadir}/icons/HighContrast" -FILES_gnome-theme-highcontrastinverse = "${datadir}/themes/HighContrastInverse ${datadir}/icons/HighContrastInverse" -FILES_gnome-theme-highcontrastlargeprint = "${datadir}/themes/HighContrastLargePrint ${datadir}/icons/HighContrastLargePrint" -FILES_gnome-theme-highcontrastlargeprintinverse = "${datadir}/themes/HighContrastLargePrintInverse ${datadir}/icons/HighContrastLargePrintInverse" -FILES_gnome-theme-largeprint = "${datadir}/themes/LargePrint ${datadir}/icons/LargePrint" -FILES_gnome-theme-lighthouseblue = "${datadir}/themes/LighthouseBlue ${datadir}/icons/LighthouseBlue" -FILES_gnome-theme-mist = "${datadir}/themes/Mist ${datadir}/icons/Mist" -FILES_gnome-theme-traditional = "${datadir}/themes/Traditional ${datadir}/icons/Traditional" - -FILES_${PN} += "${datadir}/themes ${datadir}/icons" diff --git a/packages/gnome/gnome-themes_2.6.2.bb b/packages/gnome/gnome-themes_2.6.2.bb deleted file mode 100644 index 2c18b59654..0000000000 --- a/packages/gnome/gnome-themes_2.6.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -SECTION = "x11/base" -LICENSE = "LGPL" -DESCRIPTION = "GNOME themes" - -DEPENDS = "gtk-engines intltool-native" - -PACKAGES += " gtk-engine-crux gtk-engine-hc gtk-engine-lighthouseblue gtk-engine-mist gtk-engine-thinice" -FILES_gtk-engine-crux = "${libdir}/gtk-2.0/*/engines/libcrux-engine.so" -FILES_gtk-engine-hc = "${libdir}/gtk-2.0/*/engines/libhcengine.so" -FILES_gtk-engine-lighthouseblue = "${libdir}/gtk-2.0/*/engines/liblighthouseblue.so" -FILES_gtk-engine-mist = "${libdir}/gtk-2.0/*/engines/libmist.so" -FILES_gtk-engine-thinice = "${libdir}/gtk-2.0/*/engines/libthinice.so" - -PACKAGES += " gnome-theme-crux gnome-theme-grand-canyon gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-lighthouseblue gnome-theme-mist gnome-theme-traditional" -FILES_gnome-theme-crux = "${datadir}/themes/Crux" -FILES_gnome-theme-grand-canyon = "${datadir}/themes/Grand-Canyon" -FILES_gnome-theme-highcontrast = "${datadir}/themes/HighContrast" -FILES_gnome-theme-highcontrastinverse = "${datadir}/themes/HighContrastInverse" -FILES_gnome-theme-highcontrastlargeprint = "${datadir}/themes/HighContrastLargePrint" -FILES_gnome-theme-highcontrastlargeprintinverse = "${datadir}/themes/HighContrastLargePrintInverse" -FILES_gnome-theme-largeprint = "${datadir}/themes/LargePrint" -FILES_gnome-theme-lighthouseblue = "${datadir}/themes/LighthouseBlue" -FILES_gnome-theme-mist = "${datadir}/themes/Mist" -FILES_gnome-theme-traditional = "${datadir}/themes/Traditional" - -SRC_URI = "${GNOME_MIRROR}/${PN}/2.6/${PN}-${PV}.tar.bz2" - -# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux -CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')}" - -inherit autotools diff --git a/packages/gnome/gnome-vfs-2.22.0/gconftool-lossage.patch b/packages/gnome/gnome-vfs-2.22.0/gconftool-lossage.patch deleted file mode 100644 index 3dbc130ddc..0000000000 --- a/packages/gnome/gnome-vfs-2.22.0/gconftool-lossage.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-vfs-2.6.0/configure.in~ 2004-03-22 12:36:23.000000000 +0000 -+++ gnome-vfs-2.6.0/configure.in 2004-06-07 16:04:34.000000000 +0100 -@@ -154,7 +154,7 @@ - AC_PATH_PROG(GCONFTOOL, gconftool-2, no) - - if test x"$GCONFTOOL" = xno; then -- AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) -+ AC_MSG_WARN([gconftool-2 executable not found in your path - should be installed with GConf]) - fi - - AM_GCONF_SOURCE_2 diff --git a/packages/gnome/gnome-vfs-2.22.0/gnome-vfs-no-kerberos.patch b/packages/gnome/gnome-vfs-2.22.0/gnome-vfs-no-kerberos.patch deleted file mode 100644 index e25ecdd66f..0000000000 --- a/packages/gnome/gnome-vfs-2.22.0/gnome-vfs-no-kerberos.patch +++ /dev/null @@ -1,51 +0,0 @@ -removes kerberos completely to avoid conflicts with installed kerberos ---- configure.in.orig 2007-01-05 19:42:26.418541610 +0200 -+++ configure.in 2007-01-05 19:42:56.604261797 +0200 -@@ -436,47 +436,6 @@ - ]) - AM_CONDITIONAL(HAVE_CDDA, test $have_cdda = yes) - AC_SUBST(CDDA_LIBS) -- --dnl GSSAPI --dnl Check for Kerberos installation --have_gssapi=no --AC_PATH_PROG([KRB5_CONFIG], krb5-config, none, $PATH:/usr/kerberos/bin) -- --if test "x$KRB5_CONFIG" != "xnone"; then -- GSSAPI_LIBS="`${KRB5_CONFIG} --libs gssapi`" -- GSSAPI_CFLAGS="`${KRB5_CONFIG} --cflags gssapi`" -- -- saved_CPPFLAGS="$CPPFLAGS" -- saved_LIBS="$LIBS" -- LIBS="$LIBS $GSSAPI_LIBS" -- CPPFLAGS="$CPPFLAGS $GSSAPI_CFLAGS" -- # MIT and Heimdal put gssapi.h in different places -- AC_CHECK_HEADERS(gssapi/gssapi.h gssapi.h, [ -- AC_CHECK_FUNCS(gss_init_sec_context, [ -- AC_MSG_NOTICE([GSSAPI authentication support enabled]) -- AC_DEFINE(HAVE_GSSAPI, 1, [Define if GSSAPI support is enabled]) -- AC_CHECK_HEADERS(gssapi/gssapi_generic.h) -- have_gssapi=yes -- -- # MIT Kerberos lacks GSS_C_NT_HOSTBASED_SERVICE -- AC_CHECK_DECL([GSS_C_NT_HOSTBASED_SERVICE],, -- [AC_DEFINE([GSS_C_NT_HOSTBASED_SERVICE], gss_nt_service_name, -- [Define if GSS_C_NT_HOSTBASED_SERVICE is not defined otherwise]) -- ], [ -- #ifdef HAVE_GSSAPI_GSSAPI_H -- #include <gssapi/gssapi.h> -- #else -- #include <gssapi.h> -- #endif -- ]) -- ]) -- break -- ]) -- LIBS="$saved_LIBS" -- CPPFLAGS="$saved_CPPFLAGS" --fi --AC_SUBST(GSSAPI_LIBS) --AC_SUBST(GSSAPI_CFLAGS) - - dnl ****************************** - dnl http-method (neon checks) diff --git a/packages/gnome/gnome-vfs-extras_0.99.13.bb b/packages/gnome/gnome-vfs-extras_0.99.13.bb deleted file mode 100644 index d348def996..0000000000 --- a/packages/gnome/gnome-vfs-extras_0.99.13.bb +++ /dev/null @@ -1,10 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" -PR = "r1" - -inherit gnome - -DEPENDS += "gnome-vfs samba" - -FILES_${PN} += "${datadir}/gnome ${libdir}/gnome-vfs-2.0/modules/*.so" -FILES_${PN}-dev += "${libdir}/gnome-vfs-2.0/modules/*" diff --git a/packages/gnome/gnome-vfs-obexftp_0.4.bb b/packages/gnome/gnome-vfs-obexftp_0.4.bb deleted file mode 100644 index 3035e8f020..0000000000 --- a/packages/gnome/gnome-vfs-obexftp_0.4.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "obex plugin for gnome-vfs" -LICENSE = "GPLv2" -DEPENDS = "openobex gnome-vfs bluez-utils" - -PR = "r1" - -inherit gnome - -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs-obexftp/${PV}/${PN}-${PV}.tar.bz2" - -FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug" -FILES_${PN} += "${libdir}/gnome-vfs-2.0/modules/*.so" - diff --git a/packages/gnome/gnome-vfs_2.22.0.bb b/packages/gnome/gnome-vfs_2.22.0.bb deleted file mode 100644 index 875aa76aaa..0000000000 --- a/packages/gnome/gnome-vfs_2.22.0.bb +++ /dev/null @@ -1,46 +0,0 @@ -LICENSE = "GPL" -DEPENDS = "libxml2 gconf gnutls avahi dbus dbus-glib bzip2 gnome-mime-data zlib" -RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info" -# Some legacy packages will require gnome-mime-data to be installed, but use of -# it is deprecated. -PR = "r0" - -inherit gnome - -SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ - file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0" - -# This is to provide compatibility with the gnome-vfs DBus fork -PROVIDES = "gnome-vfs-plugin-dbus" -RREPLACES = "gnome-vfs-dbus" - -EXTRA_OECONF = " \ - --disable-openssl \ - --enable-gnutls \ - --enable-avahi \ - --with-samba-includes=${STAGING_INCDIR} \ - " - -FILES_${PN} += "${libdir}/vfs ${datadir}/dbus-1/services" -FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug" -FILES_${PN}-dev += "\ - ${libdir}/gnome-vfs-2.0/include \ - ${libdir}/gnome-vfs-2.0/modules/*.a \ - ${libdir}/gnome-vfs-2.0/modules/*.la \ -" -FILES_${PN}-doc += "${datadir}/gtk-doc" - -do_stage () { -autotools_stage_all -} - -PACKAGES_DYNAMIC = "gnome-vfs-plugin-*" - -python populate_packages_prepend () { - print bb.data.getVar('FILES_gnome-vfs', d, 1) - - plugindir = bb.data.expand('${libdir}/gnome-vfs-2.0/modules/', d) - do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 'GNOME VFS plugin for %s') -} - - diff --git a/packages/gnome/gnomebaker_0.6.0.bb b/packages/gnome/gnomebaker_0.6.0.bb deleted file mode 100644 index 692ed2ee6c..0000000000 --- a/packages/gnome/gnomebaker_0.6.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Gnomebaker is a GTK2/GNOME cd burning application. " -LICENSE = "GPLv2" - -DEPENDS = "gtk+ libnotify libgnome libgnomeui libxml2 libglade gstreamer" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" - -inherit autotools pkgconfig - -FILES_${PN} += "${datadir}/icons" - - diff --git a/packages/gnome/goffice_0.6.2.bb b/packages/gnome/goffice_0.6.2.bb deleted file mode 100644 index 9a36af5425..0000000000 --- a/packages/gnome/goffice_0.6.2.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION="Gnome Office Library" -LICENSE="GPLv2" -PR ="r1" - -DEFAULT_PREFERENCE = "-1" - -DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl" - -FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug" - -inherit gnome pkgconfig - -do_stage() { - gnome_stage_includes - oe_libinstall -so -C goffice libgoffice-0.6 ${STAGING_LIBDIR} -} - -PACKAGES_DYNAMIC = "goffice-plugin-*" - -python populate_packages_prepend () { - goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d) - - do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True) -} - diff --git a/packages/gnome/goffice_0.6.3.bb b/packages/gnome/goffice_0.6.3.bb deleted file mode 100644 index 86f9f4e943..0000000000 --- a/packages/gnome/goffice_0.6.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION="Gnome Office Library" -LICENSE="GPLv2" -PR ="r0" - -DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl" - -FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug" - -inherit gnome pkgconfig - -do_stage() { - autotools_stage_all -} - -PACKAGES_DYNAMIC = "goffice-plugin-*" - -python populate_packages_prepend () { - goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d) - - do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True) -} - diff --git a/packages/gnome/gvfs_0.0.2.bb b/packages/gnome/gvfs_0.0.2.bb deleted file mode 100644 index 8c791ad680..0000000000 --- a/packages/gnome/gvfs_0.0.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "gvfs is a userspace virtual filesystem" -LICENSE = "LGPL" -DEPENDS = "glib-2.0 gio-standalone fuse" -PR = "r0" - -inherit gnome - -EXTRA_OECONF = "--disable-samba" - -PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" - -FILES_${PN} += "${datadir}/dbus-1/services/* ${libdir}/gio/modules/*.so" -FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*" -FILES_${PN}-dev += "${libdir}/gio/modules/*.la" - -FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" -FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" -FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gvfs_1.0.1.bb b/packages/gnome/gvfs_1.0.1.bb deleted file mode 100644 index 8e27d6d148..0000000000 --- a/packages/gnome/gvfs_1.0.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "gvfs is a userspace virtual filesystem" -LICENSE = "LGPL" -DEPENDS = "glib-2.0 fuse" -PR = "r0" - -inherit gnome - -EXTRA_OECONF = "--disable-samba" - -PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" - -FILES_${PN} += "${datadir}/dbus-1/services/* ${libdir}/gio/modules/*.so" -FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*" -FILES_${PN}-dev += "${libdir}/gio/modules/*.la" - -FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" -FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" -FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/gvfs_1.0.3.bb b/packages/gnome/gvfs_1.0.3.bb deleted file mode 100644 index c44ba1692f..0000000000 --- a/packages/gnome/gvfs_1.0.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "gvfs is a userspace virtual filesystem" -LICENSE = "LGPL" -DEPENDS = "glib-2.0 fuse" -PR = "r0" - -inherit gnome - -EXTRA_OECONF = "--disable-samba --with-archive-includes=${STAGING_INCDIR}" - -PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" - -FILES_${PN} += "${datadir}/dbus-1/services/* ${libdir}/gio/modules/*.so" -FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*" -FILES_${PN}-dev += "${libdir}/gio/modules/*.la" - -FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" -FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" -FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/hippo-canvas_0.3.0.bb b/packages/gnome/hippo-canvas_0.3.0.bb deleted file mode 100644 index 2c6da440bb..0000000000 --- a/packages/gnome/hippo-canvas_0.3.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Hippocanvas" -LICENSE = "LGPLv2" - -DEPENDS = "librsvg python-pygtk2" - -inherit gnome - -DEPENDS += "librsvg" - -do_configure_prepend() { - sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g ${S}/configure.ac -} - - -AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - -FILES_${PN} += "${libdir}/python*/site-packages" -FILES_${PN}-dbg += "${libdir}/python*/site-packages/.debug" - - diff --git a/packages/gnome/libart-lgpl.inc b/packages/gnome/libart-lgpl.inc deleted file mode 100644 index a37b392593..0000000000 --- a/packages/gnome/libart-lgpl.inc +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Library of functions for 2D graphics" -SECTION = "x11/gnome" -LICENSE = "LGPL" - -ART_CONFIG = "${HOST_ARCH}/art_config.h" - -# can't use gnome.oeclass due to _ in filename -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ - file://${ART_CONFIG} \ - file://Makefile.am.patch;patch=1" - -inherit autotools pkgconfig - -DEPENDS = "" - -FILES_${PN} = "${libdir}/*.so.*" -FILES_${PN}-dev += "${bindir}/libart2-config" - -S = "${WORKDIR}/libart_lgpl-${PV}" - -do_configure_prepend() { - cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h -} - -EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { - autotools_stage_includes - oe_libinstall -a -so libart_lgpl_2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libart-lgpl/Makefile.am.patch b/packages/gnome/libart-lgpl/Makefile.am.patch deleted file mode 100644 index edeed0a6e5..0000000000 --- a/packages/gnome/libart-lgpl/Makefile.am.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- libart_lgpl-2.3.16/Makefile.am.old 2004-06-26 18:57:07.000000000 +0100 -+++ libart_lgpl-2.3.16/Makefile.am 2004-06-26 18:57:12.000000000 +0100 -@@ -5,2 +5,2 @@ --art_config.h: gen_art_config$(EXEEXT) -- ./gen_art_config > art_config.h -+#art_config.h: gen_art_config$(EXEEXT) -+# ./gen_art_config > art_config.h diff --git a/packages/gnome/libart-lgpl/arm/art_config.h b/packages/gnome/libart-lgpl/arm/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/arm/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/armeb/art_config.h b/packages/gnome/libart-lgpl/armeb/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/armeb/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/avr32/art_config.h b/packages/gnome/libart-lgpl/avr32/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/avr32/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/i386/art_config.h b/packages/gnome/libart-lgpl/i386/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/i386/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/i486/art_config.h b/packages/gnome/libart-lgpl/i486/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/i486/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/i586/art_config.h b/packages/gnome/libart-lgpl/i586/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/i586/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/i686/art_config.h b/packages/gnome/libart-lgpl/i686/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/i686/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/mipsel/art_config.h b/packages/gnome/libart-lgpl/mipsel/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/mipsel/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/powerpc/art_config.h b/packages/gnome/libart-lgpl/powerpc/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/powerpc/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/sh3/art_config.h b/packages/gnome/libart-lgpl/sh3/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/sh3/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl/sh4/art_config.h b/packages/gnome/libart-lgpl/sh4/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/packages/gnome/libart-lgpl/sh4/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; diff --git a/packages/gnome/libart-lgpl_2.3.16.bb b/packages/gnome/libart-lgpl_2.3.16.bb deleted file mode 100644 index 3605a384cd..0000000000 --- a/packages/gnome/libart-lgpl_2.3.16.bb +++ /dev/null @@ -1,3 +0,0 @@ -require libart-lgpl.inc - -PR = "r2" diff --git a/packages/gnome/libart-lgpl_2.3.19.bb b/packages/gnome/libart-lgpl_2.3.19.bb deleted file mode 100644 index 3605a384cd..0000000000 --- a/packages/gnome/libart-lgpl_2.3.19.bb +++ /dev/null @@ -1,3 +0,0 @@ -require libart-lgpl.inc - -PR = "r2" diff --git a/packages/gnome/libbacon_svn.bb b/packages/gnome/libbacon_svn.bb deleted file mode 100644 index 2f36c3d808..0000000000 --- a/packages/gnome/libbacon_svn.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Bacon is a multimedia library" -LICENSE = "GPLv2" - -DEPENDS = "glib-2.0" - -PV = "0.0+svn${SRCDATE}" - -inherit gnome - -SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk" - -S = "${WORKDIR}/trunk" - -do_stage() { - autotools_stage_all -} - - - - diff --git a/packages/gnome/libbonobo.inc b/packages/gnome/libbonobo.inc deleted file mode 100644 index 9f3642b80b..0000000000 --- a/packages/gnome/libbonobo.inc +++ /dev/null @@ -1,64 +0,0 @@ -DESCRIPTION = "Bonobo CORBA interfaces library" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -DEPENDS = "glib-2.0 orbit2 intltool-native libxml2" - -inherit gnome - -SRC_URI += "file://gtk-doc.m4 \ - file://gtk-doc.make \ - " - -ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" - -FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so" -FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \ - ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug" -FILES_${PN}-dev += "${libdir}/orbit-2.0/* ${libdir}/bonobo/monikers/* \ - ${libdir}/bonobo-2.0/samples" - -LEAD_SONAME = "libbonobo-2.so" - -PARALLEL_MAKE = "" - -do_configure_prepend() { - install -d m4 - install ${WORKDIR}/gtk-doc.m4 m4/ - install ${WORKDIR}/gtk-doc.make ./ -} - -ACTIVATION_HEADERS = "Bonobo_Unknown.h Bonobo_GenericFactory.h Bonobo_Activation_types.h \ - bonobo-activation.h bonobo-activation-async.h bonobo-activation-activate.h \ - bonobo-activation-init.h bonobo-activation-shlib.h bonobo-activation-register.h \ - bonobo-activation-server-info.h bonobo-activation-version.h" - -BONOBO_HEADERS = "Bonobo.h bonobo-arg.h bonobo-context.h bonobo-event-source.h bonobo-exception.h \ - bonobo-generic-factory.h bonobo-item-container.h bonobo-item-handler.h \ - bonobo-listener.h bonobo-main.h bonobo-macros.h bonobo-moniker-extender.h \ - bonobo-moniker-simple.h bonobo-moniker-util.h bonobo-moniker.h bonobo-object.h \ - bonobo-foreign-object.h bonobo-persist-file.h bonobo-persist-stream.h \ - bonobo-persist.h bonobo-persist-client.h bonobo-property-bag.h \ - bonobo-property-bag-client.h bonobo-shlib-factory.h bonobo-storage.h \ - bonobo-stream.h bonobo-stream-client.h bonobo-stream-memory.h \ - bonobo-storage-memory.h bonobo-xobject.h bonobo-i18n.h bonobo-types.h \ - bonobo-app-client.h bonobo-application.h" - -do_compile() { - oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" -} - -do_stage() { - install -d ${STAGING_INCDIR}/bonobo-activation-2.0/bonobo-activation - for i in ${ACTIVATION_HEADERS}; do install -m 0644 bonobo-activation/$i ${STAGING_INCDIR}/bonobo-activation-2.0/bonobo-activation/; done - install -d ${STAGING_INCDIR}/libbonobo-2.0/bonobo - for i in ${BONOBO_HEADERS}; do install -m 0644 bonobo/$i ${STAGING_INCDIR}/libbonobo-2.0/bonobo/; done - install -m 0644 libbonobo.h ${STAGING_INCDIR}/libbonobo-2.0/ - install -d ${STAGING_DATADIR}/idl/bonobo-activation-2.0/ - install idl/*.idl ${STAGING_DATADIR}/idl/bonobo-activation-2.0/ - oe_libinstall -so -C bonobo libbonobo-2 ${STAGING_LIBDIR} - oe_libinstall -so -C bonobo-activation libbonobo-activation ${STAGING_LIBDIR} -} - -do_install() { - oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install -} diff --git a/packages/gnome/libbonobo/configure-gthread.patch b/packages/gnome/libbonobo/configure-gthread.patch deleted file mode 100644 index 005fa6760a..0000000000 --- a/packages/gnome/libbonobo/configure-gthread.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libbonobo-2.14.0/configure.in.orig 2006-09-04 09:21:54.000000000 +0100 -+++ libbonobo-2.14.0/configure.in 2006-09-04 09:22:58.000000000 +0100 -@@ -166,7 +166,7 @@ - AC_MSG_RESULT(no) - AC_MSG_ERROR( - [No working gthread-2.0 support found, using --disable-threads IS DISCOURAGED]) -- ] -+ ],[AC_MSG_RESULT(yes)] - ) - CFLAGS=$libbonobo_save_CFLAGS - LIBS=$libbonobo_save_LIBS diff --git a/packages/gnome/libbonobo_2.10.0.bb b/packages/gnome/libbonobo_2.10.0.bb deleted file mode 100644 index c48e7d0753..0000000000 --- a/packages/gnome/libbonobo_2.10.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require libbonobo.inc - -PR = "r2" diff --git a/packages/gnome/libbonobo_2.22.0.bb b/packages/gnome/libbonobo_2.22.0.bb deleted file mode 100644 index feecaf590a..0000000000 --- a/packages/gnome/libbonobo_2.22.0.bb +++ /dev/null @@ -1,6 +0,0 @@ -require libbonobo.inc - -PR = "r0" - -SRC_URI += "file://configure-gthread.patch;patch=1" - diff --git a/packages/gnome/libbonobo_2.6.0.bb b/packages/gnome/libbonobo_2.6.0.bb deleted file mode 100644 index c071f38afe..0000000000 --- a/packages/gnome/libbonobo_2.6.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require libbonobo.inc - -PR = "r1" diff --git a/packages/gnome/libbonobo_2.6.2.bb b/packages/gnome/libbonobo_2.6.2.bb deleted file mode 100644 index c48e7d0753..0000000000 --- a/packages/gnome/libbonobo_2.6.2.bb +++ /dev/null @@ -1,3 +0,0 @@ -require libbonobo.inc - -PR = "r2" diff --git a/packages/gnome/libbonoboui_2.10.0.bb b/packages/gnome/libbonoboui_2.10.0.bb deleted file mode 100644 index 3a41ef731d..0000000000 --- a/packages/gnome/libbonoboui_2.10.0.bb +++ /dev/null @@ -1,58 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r2" - -inherit gnome pkgconfig - -FILES_${PN} += "${libdir}/libglade/2.0/*.so" -FILES_${PN}-dev += "${libdir}/libglade/2.0/* ${datadir}/gnome-2.0/ui \ - ${libdir}/bonobo-2.0/samples" -FILES_${PN}-dbg += "${libdir}/libglade/2.0/.debug/*.so" - -DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade" - -EXTRA_OECONF = "--disable-gtk-doc" - -HEADERS = " \ -bonobo/bonobo-zoomable.h \ -bonobo/bonobo-ui-component.h \ -bonobo/bonobo-dock-layout.h \ -bonobo/bonobo-ui-type-builtins.h \ -bonobo/bonobo-canvas-component.h \ -bonobo/bonobo-widget.h \ -bonobo/bonobo-ui-engine.h \ -bonobo/bonobo-window.h \ -bonobo/bonobo-ui-toolbar.h \ -bonobo/bonobo-dock-band.h \ -bonobo/bonobo-ui-toolbar-item.h \ -bonobo/bonobo-control.h \ -bonobo/bonobo-dock-item.h \ -bonobo/bonobo-ui-config-widget.h \ -bonobo/bonobo-zoomable-frame.h \ -bonobo/bonobo-control-frame.h \ -bonobo/bonobo-dock.h \ -bonobo/bonobo-ui-main.h \ -bonobo/bonobo-canvas-item.h \ -bonobo/bonobo-ui-node.h \ -bonobo/bonobo-socket.h \ -bonobo/bonobo-selector.h \ -bonobo/bonobo-ui-sync.h \ -bonobo/bonobo-ui-util.h \ -bonobo/bonobo-plug.h \ -bonobo/bonobo-ui-toolbar-button-item.h \ -bonobo/bonobo-ui-toolbar-toggle-button-item.h \ -bonobo/bonobo-ui-container.h \ -bonobo/bonobo-file-selector-util.h \ -bonobo/bonobo-property-control.h \ -bonobo/bonobo-selector-widget.h \ -libbonoboui.h \ -bonobo.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/libbonoboui-2.0/bonobo - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/libbonoboui-2.0/$i - done - oe_libinstall -C bonobo -a -so libbonoboui-2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libbonoboui_2.14.0.bb b/packages/gnome/libbonoboui_2.14.0.bb deleted file mode 100644 index 53380c6fa0..0000000000 --- a/packages/gnome/libbonoboui_2.14.0.bb +++ /dev/null @@ -1,59 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" - -inherit gnome pkgconfig - -FILES_${PN} += "${libdir}/libglade/2.0/*.so" -FILES_${PN}-dev += "${libdir}/libglade/2.0/* ${datadir}/gnome-2.0/ui \ - ${libdir}/bonobo-2.0/samples" -FILES_${PN}-dbg += "${libdir}/bonobo-2.0/samples/.debug \ - ${libdir}/libglade/2.0/.debug" - -DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade" - -EXTRA_OECONF = "--disable-gtk-doc" - -HEADERS = " \ -bonobo/bonobo-zoomable.h \ -bonobo/bonobo-ui-component.h \ -bonobo/bonobo-dock-layout.h \ -bonobo/bonobo-ui-type-builtins.h \ -bonobo/bonobo-canvas-component.h \ -bonobo/bonobo-widget.h \ -bonobo/bonobo-ui-engine.h \ -bonobo/bonobo-window.h \ -bonobo/bonobo-ui-toolbar.h \ -bonobo/bonobo-dock-band.h \ -bonobo/bonobo-ui-toolbar-item.h \ -bonobo/bonobo-control.h \ -bonobo/bonobo-dock-item.h \ -bonobo/bonobo-ui-config-widget.h \ -bonobo/bonobo-zoomable-frame.h \ -bonobo/bonobo-control-frame.h \ -bonobo/bonobo-dock.h \ -bonobo/bonobo-ui-main.h \ -bonobo/bonobo-canvas-item.h \ -bonobo/bonobo-ui-node.h \ -bonobo/bonobo-socket.h \ -bonobo/bonobo-selector.h \ -bonobo/bonobo-ui-sync.h \ -bonobo/bonobo-ui-util.h \ -bonobo/bonobo-plug.h \ -bonobo/bonobo-ui-toolbar-button-item.h \ -bonobo/bonobo-ui-toolbar-toggle-button-item.h \ -bonobo/bonobo-ui-container.h \ -bonobo/bonobo-file-selector-util.h \ -bonobo/bonobo-property-control.h \ -bonobo/bonobo-selector-widget.h \ -libbonoboui.h \ -bonobo.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/libbonoboui-2.0/bonobo - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/libbonoboui-2.0/$i - done - oe_libinstall -C bonobo -a -so libbonoboui-2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libbonoboui_2.18.0.bb b/packages/gnome/libbonoboui_2.18.0.bb deleted file mode 100644 index 53380c6fa0..0000000000 --- a/packages/gnome/libbonoboui_2.18.0.bb +++ /dev/null @@ -1,59 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" - -inherit gnome pkgconfig - -FILES_${PN} += "${libdir}/libglade/2.0/*.so" -FILES_${PN}-dev += "${libdir}/libglade/2.0/* ${datadir}/gnome-2.0/ui \ - ${libdir}/bonobo-2.0/samples" -FILES_${PN}-dbg += "${libdir}/bonobo-2.0/samples/.debug \ - ${libdir}/libglade/2.0/.debug" - -DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade" - -EXTRA_OECONF = "--disable-gtk-doc" - -HEADERS = " \ -bonobo/bonobo-zoomable.h \ -bonobo/bonobo-ui-component.h \ -bonobo/bonobo-dock-layout.h \ -bonobo/bonobo-ui-type-builtins.h \ -bonobo/bonobo-canvas-component.h \ -bonobo/bonobo-widget.h \ -bonobo/bonobo-ui-engine.h \ -bonobo/bonobo-window.h \ -bonobo/bonobo-ui-toolbar.h \ -bonobo/bonobo-dock-band.h \ -bonobo/bonobo-ui-toolbar-item.h \ -bonobo/bonobo-control.h \ -bonobo/bonobo-dock-item.h \ -bonobo/bonobo-ui-config-widget.h \ -bonobo/bonobo-zoomable-frame.h \ -bonobo/bonobo-control-frame.h \ -bonobo/bonobo-dock.h \ -bonobo/bonobo-ui-main.h \ -bonobo/bonobo-canvas-item.h \ -bonobo/bonobo-ui-node.h \ -bonobo/bonobo-socket.h \ -bonobo/bonobo-selector.h \ -bonobo/bonobo-ui-sync.h \ -bonobo/bonobo-ui-util.h \ -bonobo/bonobo-plug.h \ -bonobo/bonobo-ui-toolbar-button-item.h \ -bonobo/bonobo-ui-toolbar-toggle-button-item.h \ -bonobo/bonobo-ui-container.h \ -bonobo/bonobo-file-selector-util.h \ -bonobo/bonobo-property-control.h \ -bonobo/bonobo-selector-widget.h \ -libbonoboui.h \ -bonobo.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/libbonoboui-2.0/bonobo - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/libbonoboui-2.0/$i - done - oe_libinstall -C bonobo -a -so libbonoboui-2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libbonoboui_2.6.1.bb b/packages/gnome/libbonoboui_2.6.1.bb deleted file mode 100644 index 34f10c60d6..0000000000 --- a/packages/gnome/libbonoboui_2.6.1.bb +++ /dev/null @@ -1,57 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" - -inherit gnome pkgconfig - -FILES_${PN} += "${libdir}/libglade/2.0/*.so" -FILES_${PN}-dev += "${libdir}/libglade/2.0/* ${datadir}/gnome-2.0/ui \ - ${libdir}/bonobo-2.0/samples" - -DEPENDS = "libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade" - -EXTRA_OECONF = "--disable-gtk-doc" - -HEADERS = " \ -bonobo/bonobo-zoomable.h \ -bonobo/bonobo-ui-component.h \ -bonobo/bonobo-dock-layout.h \ -bonobo/bonobo-ui-type-builtins.h \ -bonobo/bonobo-canvas-component.h \ -bonobo/bonobo-widget.h \ -bonobo/bonobo-ui-engine.h \ -bonobo/bonobo-window.h \ -bonobo/bonobo-ui-toolbar.h \ -bonobo/bonobo-dock-band.h \ -bonobo/bonobo-ui-toolbar-item.h \ -bonobo/bonobo-control.h \ -bonobo/bonobo-dock-item.h \ -bonobo/bonobo-ui-config-widget.h \ -bonobo/bonobo-zoomable-frame.h \ -bonobo/bonobo-control-frame.h \ -bonobo/bonobo-dock.h \ -bonobo/bonobo-ui-main.h \ -bonobo/bonobo-canvas-item.h \ -bonobo/bonobo-ui-node.h \ -bonobo/bonobo-socket.h \ -bonobo/bonobo-selector.h \ -bonobo/bonobo-ui-sync.h \ -bonobo/bonobo-ui-util.h \ -bonobo/bonobo-plug.h \ -bonobo/bonobo-ui-toolbar-button-item.h \ -bonobo/bonobo-ui-toolbar-toggle-button-item.h \ -bonobo/bonobo-ui-container.h \ -bonobo/bonobo-file-selector-util.h \ -bonobo/bonobo-property-control.h \ -bonobo/bonobo-selector-widget.h \ -libbonoboui.h \ -bonobo.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/libbonoboui-2.0/bonobo - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/libbonoboui-2.0/$i - done - oe_libinstall -C bonobo -a -so libbonoboui-2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libchamplain-gtk_0.2.8.bb b/packages/gnome/libchamplain-gtk_0.2.8.bb deleted file mode 100644 index b72685a786..0000000000 --- a/packages/gnome/libchamplain-gtk_0.2.8.bb +++ /dev/null @@ -1,9 +0,0 @@ -DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to display rasterized maps. " -LICENSE = "LGPL" -DEPENDS = "libchamplain clutter-gtk-0.8" - -inherit gnome autotools_stage - -SRC_URI = "http://libchamplain.pierlux.com/release/${PV}/libchamplain-gtk-${PV}.tar.gz" - - diff --git a/packages/gnome/libchamplain_0.2.8.bb b/packages/gnome/libchamplain_0.2.8.bb deleted file mode 100644 index 9418a4d3e0..0000000000 --- a/packages/gnome/libchamplain_0.2.8.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to display rasterized maps. " -LICENSE = "LGPL" -DEPENDS = "clutter-cairo libsoup-2.4 clutter gtk+" - -inherit gnome autotools_stage - -SRC_URI = "http://libchamplain.pierlux.com/release/${PV}/libchamplain-${PV}.tar.gz" - -FILES_${PN} += "${datadir}/champlain/error.svg" - diff --git a/packages/gnome/libgnome-2.6.1.1/makefile.patch b/packages/gnome/libgnome-2.6.1.1/makefile.patch deleted file mode 100644 index 1b06438593..0000000000 --- a/packages/gnome/libgnome-2.6.1.1/makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnome/monikers/Makefile.am~ 2003-05-08 08:29:46.000000000 +0100 -+++ libgnome/monikers/Makefile.am 2004-05-16 09:51:28.000000000 +0100 -@@ -7,7 +7,7 @@ - GNOME_Moniker_std.server.in: GNOME_Moniker_std.server.in.in - sed -e "s|\@MONIKER_LIBDIR\@|$(monikerdir)|" $< > $@ - --CLEANFILES+=GNOME_Moniker_std.server GNOME_Moniker_std.server.in -+CLEANFILES = GNOME_Moniker_std.server GNOME_Moniker_std.server.in - - serverdir = $(libdir)/bonobo/servers - server_DATA = GNOME_Moniker_std.server diff --git a/packages/gnome/libgnome_2.10.1.bb b/packages/gnome/libgnome_2.10.1.bb deleted file mode 100644 index 0866b426c0..0000000000 --- a/packages/gnome/libgnome_2.10.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Gnome application programming libraries" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" - -inherit gnome - -DEPENDS = "gconf-native gnome-vfs libbonobo" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { - oe_libinstall -C libgnome -a -so libgnome-2 ${STAGING_LIBDIR} - gnome_stage_includes -} diff --git a/packages/gnome/libgnome_2.12.0.1.bb b/packages/gnome/libgnome_2.12.0.1.bb deleted file mode 100644 index f11aeacd37..0000000000 --- a/packages/gnome/libgnome_2.12.0.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Gnome application programming libraries" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r2" - -inherit gnome - -DEPENDS = "gconf-native gnome-vfs libbonobo" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { -autotools_stage_all -} diff --git a/packages/gnome/libgnome_2.14.1.bb b/packages/gnome/libgnome_2.14.1.bb deleted file mode 100644 index d6c64ee7be..0000000000 --- a/packages/gnome/libgnome_2.14.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Gnome application programming libraries" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r0" - -inherit gnome - -DEPENDS = "gconf-native gnome-vfs libbonobo esound" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { -autotools_stage_all -} diff --git a/packages/gnome/libgnome_2.16.0.bb b/packages/gnome/libgnome_2.16.0.bb deleted file mode 100644 index d6c64ee7be..0000000000 --- a/packages/gnome/libgnome_2.16.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Gnome application programming libraries" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r0" - -inherit gnome - -DEPENDS = "gconf-native gnome-vfs libbonobo esound" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { -autotools_stage_all -} diff --git a/packages/gnome/libgnome_2.18.0.bb b/packages/gnome/libgnome_2.18.0.bb deleted file mode 100644 index 5eaa9a084e..0000000000 --- a/packages/gnome/libgnome_2.18.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Gnome application programming libraries" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r0" - -inherit gnome lib_package - -DEPENDS = "gconf-native gnome-vfs libbonobo esound" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { -autotools_stage_all -} diff --git a/packages/gnome/libgnome_2.24.0.bb b/packages/gnome/libgnome_2.24.0.bb deleted file mode 100644 index 549cda2855..0000000000 --- a/packages/gnome/libgnome_2.24.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Gnome application programming libraries" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r0" - -inherit gnome lib_package - -DEPENDS = "gconf-native gnome-vfs libbonobo esound" - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \ - ${datadir}/gnome-background-properties ${datadir}/pixmaps" -FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a" -FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnome_2.6.1.1.bb b/packages/gnome/libgnome_2.6.1.1.bb deleted file mode 100644 index 06b85b7775..0000000000 --- a/packages/gnome/libgnome_2.6.1.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" - -inherit gnome - -SRC_URI += "file://makefile.patch;patch=1" - -DEPENDS = "gnome-vfs libbonobo" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { - oe_libinstall -C libgnome -a -so libgnome-2 ${STAGING_LIBDIR} - gnome_stage_includes -} diff --git a/packages/gnome/libgnomecanvas_2.10.2.bb b/packages/gnome/libgnomecanvas_2.10.2.bb deleted file mode 100644 index 3c1b36ecd4..0000000000 --- a/packages/gnome/libgnomecanvas_2.10.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r2" -DESCRIPTION = "A powerful object-oriented display" -inherit gnome - -DEPENDS = "gnome-vfs libbonobo libglade libart-lgpl" - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" -FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/libcanvas.so" - -do_stage() { - gnome_stage_includes - oe_libinstall -C libgnomecanvas -a -so libgnomecanvas-2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libgnomecanvas_2.12.0.bb b/packages/gnome/libgnomecanvas_2.12.0.bb deleted file mode 100644 index 3c1b36ecd4..0000000000 --- a/packages/gnome/libgnomecanvas_2.12.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r2" -DESCRIPTION = "A powerful object-oriented display" -inherit gnome - -DEPENDS = "gnome-vfs libbonobo libglade libart-lgpl" - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" -FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/libcanvas.so" - -do_stage() { - gnome_stage_includes - oe_libinstall -C libgnomecanvas -a -so libgnomecanvas-2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libgnomecanvas_2.14.0.bb b/packages/gnome/libgnomecanvas_2.14.0.bb deleted file mode 100644 index df183bb674..0000000000 --- a/packages/gnome/libgnomecanvas_2.14.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -DESCRIPTION = "A powerful object-oriented display" - -inherit gnome - -DEPENDS = "libglade libart-lgpl" - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" -FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" -FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnomecanvas_2.20.0.bb b/packages/gnome/libgnomecanvas_2.20.0.bb deleted file mode 100644 index 8e13c9562b..0000000000 --- a/packages/gnome/libgnomecanvas_2.20.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -DESCRIPTION = "A powerful object-oriented display" - -inherit gnome - -DEPENDS = "libglade libart-lgpl gail" - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" -FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" -FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnomecanvas_2.6.1.1.bb b/packages/gnome/libgnomecanvas_2.6.1.1.bb deleted file mode 100644 index 5c716855e7..0000000000 --- a/packages/gnome/libgnomecanvas_2.6.1.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" -DESCRIPTION = "A powerful object-oriented display" -inherit gnome - -DEPENDS = "libglade libart-lgpl" - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" - -do_stage() { - gnome_stage_includes - oe_libinstall -C libgnomecanvas -a -so libgnomecanvas-2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libgnomecups_0.2.2.bb b/packages/gnome/libgnomecups_0.2.2.bb deleted file mode 100644 index f4cc7bd830..0000000000 --- a/packages/gnome/libgnomecups_0.2.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION="Gnome Cups Manager" -LICENSE="GPLv2" - -PR ="r0" - -DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui" - -inherit gnome pkgconfig - -do_compile_append () { - cp libgnomecups-1.0.pc libgnomecups-1.0.pc.old - sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc -} - -do_stage() { - autotools_stage_all -} - diff --git a/packages/gnome/libgnomecups_0.2.3.bb b/packages/gnome/libgnomecups_0.2.3.bb deleted file mode 100644 index f4cc7bd830..0000000000 --- a/packages/gnome/libgnomecups_0.2.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION="Gnome Cups Manager" -LICENSE="GPLv2" - -PR ="r0" - -DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui" - -inherit gnome pkgconfig - -do_compile_append () { - cp libgnomecups-1.0.pc libgnomecups-1.0.pc.old - sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc -} - -do_stage() { - autotools_stage_all -} - diff --git a/packages/gnome/libgnomekbd_2.24.0.bb b/packages/gnome/libgnomekbd_2.24.0.bb deleted file mode 100644 index 844eb1446e..0000000000 --- a/packages/gnome/libgnomekbd_2.24.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "GNOME keyboard library" -LICENSE = "LGPL" - -DEPENDS = "gconf libgnome libxklavier" - -inherit gnome - -do_configure_append() { - find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g - find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g -} - -do_stage() { - autotools_stage_all -} - - - - diff --git a/packages/gnome/libgnomeprint_2.18.5.bb b/packages/gnome/libgnomeprint_2.18.5.bb deleted file mode 100644 index 899ded9c6d..0000000000 --- a/packages/gnome/libgnomeprint_2.18.5.bb +++ /dev/null @@ -1,13 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" - -DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common" - -inherit flow-lossage pkgconfig gnome - -FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \ - ${libdir}/libgnomeprint/${PV}/modules/.debug ${libdir}/libgnomeprint/${PV}/modules/*/.debug" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnomeprint_2.6.2.bb b/packages/gnome/libgnomeprint_2.6.2.bb deleted file mode 100644 index ae9d6cc70b..0000000000 --- a/packages/gnome/libgnomeprint_2.6.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" - -DEPENDS = "libxml2 glib-2.0 pango libart-lgpl fontconfig popt gnome-common" - -inherit flow-lossage pkgconfig gnome - -do_stage() { - install -d ${STAGING_LIBDIR} - oe_libinstall -so -a -C libgnomeprint libgnomeprint-2-2 ${STAGING_LIBDIR} - gnome_stage_includes -} diff --git a/packages/gnome/libgnomeprint_2.8.2.bb b/packages/gnome/libgnomeprint_2.8.2.bb deleted file mode 100644 index a7db775e22..0000000000 --- a/packages/gnome/libgnomeprint_2.8.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r2" - -DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common" - -inherit flow-lossage pkgconfig gnome - -FILES_${PN}-dbg += "${libdir}/libgnomeprint/2.8.2/modules/transports/.debug \ - ${libdir}/libgnomeprint/2.8.2/modules/.debug" - -do_stage() { - install -d ${STAGING_LIBDIR} - oe_libinstall -so -a -C libgnomeprint libgnomeprint-2-2 ${STAGING_LIBDIR} - gnome_stage_includes -} diff --git a/packages/gnome/libgnomeprintui/configure.patch b/packages/gnome/libgnomeprintui/configure.patch deleted file mode 100644 index 558febd659..0000000000 --- a/packages/gnome/libgnomeprintui/configure.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnomeprintui-2.6.2/configure.in~ 2004-04-21 15:51:21.000000000 +0100 -+++ libgnomeprintui-2.6.2/configure.in 2004-06-27 13:12:26.000000000 +0100 -@@ -82,7 +82,8 @@ - dnl ../libgnomeprint/libgnomeprint/libgnomeprint-2-2.la to not have to make - dnl install after modifying libgnomeprint - dnl ============================================================================ --AC_CHECK_FILE(../libgnomeprint/libgnomeprint/libgnomeprint-2-2.la, use_local_libgnomeprint_la="yes", use_local_libgnomeprint_la="no") -+dnl AC_CHECK_FILE(../libgnomeprint/libgnomeprint/libgnomeprint-2-2.la, use_local_libgnomeprint_la="yes", use_local_libgnomeprint_la="no") -+use_local_libgnomeprint_la="no" - AM_CONDITIONAL(EXAMPLES_USE_LOCAL_LIBGNOMEPRINT, test "x$use_local_libgnomeprint_la" = "xyes") - - AC_OUTPUT([ diff --git a/packages/gnome/libgnomeprintui_2.18.3.bb b/packages/gnome/libgnomeprintui_2.18.3.bb deleted file mode 100644 index 7c6d289e3a..0000000000 --- a/packages/gnome/libgnomeprintui_2.18.3.bb +++ /dev/null @@ -1,11 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -DEPENDS = "libgnomeprint gtk+ libgnomecanvas gnome-icon-theme gnome-common" - -inherit gnome pkgconfig - -EXTRA_OECONF = "use_local_libgnomeprint_la=no" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnomeprintui_2.6.2.bb b/packages/gnome/libgnomeprintui_2.6.2.bb deleted file mode 100644 index 5a37a78514..0000000000 --- a/packages/gnome/libgnomeprintui_2.6.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" -DEPENDS = "libgnomeprint gtk+ libgnomecanvas gnome-icon-theme gnome-common" - -inherit gnome pkgconfig - -SRC_URI += "file://configure.patch;patch=1" - -do_stage() { - install -d ${STAGING_LIBDIR} - oe_libinstall -so -a -C libgnomeprintui libgnomeprintui-2-2 ${STAGING_LIBDIR} - gnome_stage_includes -} diff --git a/packages/gnome/libgnomeprintui_2.8.2.bb b/packages/gnome/libgnomeprintui_2.8.2.bb deleted file mode 100644 index 5a37a78514..0000000000 --- a/packages/gnome/libgnomeprintui_2.8.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" -DEPENDS = "libgnomeprint gtk+ libgnomecanvas gnome-icon-theme gnome-common" - -inherit gnome pkgconfig - -SRC_URI += "file://configure.patch;patch=1" - -do_stage() { - install -d ${STAGING_LIBDIR} - oe_libinstall -so -a -C libgnomeprintui libgnomeprintui-2-2 ${STAGING_LIBDIR} - gnome_stage_includes -} diff --git a/packages/gnome/libgnomeui/gnome-stock-pixbufs.h b/packages/gnome/libgnomeui/gnome-stock-pixbufs.h deleted file mode 100644 index 953a8aeb06..0000000000 --- a/packages/gnome/libgnomeui/gnome-stock-pixbufs.h +++ /dev/null @@ -1,4030 +0,0 @@ -/* gnome stock icons in GdmPixbuf usable rgb data - * - * Copyright (C) 1997 the Free Software Foundation - * - * the pixmaps for button_cancel, save_as, trash, mail_receive, stop - * right_arrow, home, save, book_blue, trash_full, undo, search, mail_forward - * revert, mail_compose, mic, copy, jump_to, convert, button_apply, timer - * mail, book_red, book_yellow, help, redo, new, mail_send, button_yes, cut - * properties, print, mail_reply, refresh, search_replace, open, preferences - * left_arrow, undelete, close, volume, button_no, exit, book_green - * book_open, paste, line_in, spellcheck, timer_stopped - * are Copyright (C) 1998 Tuomas Kuosmanen - */ - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_attach) -#endif -#ifdef __GNUC__ -static const guint8 stock_attach[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_attach[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0c\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\21\0\0\0\2\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\26\0" - "\0\0\"\0\0\0$\0\0\0%\0\0\0%\0\0\0\377\0\0\0l\0\0\0\377\0\0\0\377\0\0" - "\0\10\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\"\0\0\0\20\0" - "\0\0$\0\0\0~\1\1\1\377QQQ\377\232\232\232\377\317\317\317\377ooo\377" - "\0\0\0\377\0\0\0\16\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0x\0\0\0" - "\377FFF\377\245\245\245\377\342\342\342\377\377\377\377\377\377\377\377" - "\377\366\366\366\377\212\212\212\377999\377\0\0\0(\0\0\0\10\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0" - "B\0\0\0\377\34\34\34\377\213\213\213\377\346\346\346\377\356\356\356" - "\377\341\341\341\377\377\377\377\377\370\370\370\377\367\367\367\377" - "\366\366\366\377\314\314\314\377VVV\377\0\0\0^\0\0\0\12\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0\0\0\377>>>\377\201\201\201" - "\377\324\324\324\377\34\34\34\377\347\347\347\377\327\327\327\377\372" - "\372\372\377\371\371\371\377\370\370\370\377\302\302\302\377\313\313" - "\313\377\365\365\365\377\331\331\331\377\201\201\201\377\0\0\0\377\0" - "\0\0\25\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0:\3\3\3\377TTT\377\346\346" - "\346\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\327" - "\327\327\377\336\336\336\377\263\263\263\377yyy\377\0\0\0\377\342\342" - "\342\377\366\366\366\377\365\365\365\377\364\364\364\377\235\235\235" - "\377(((\377\0\0\0)\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\366\366" - "\366\377\377\377\377\377\377\377\377\377\372\372\372\377\372\372\372" - "\377\373\373\373\377\0\0\0\377\246\246\246\377\305\305\305\377\360\360" - "\360\377\370\370\370\377\0\0\0\377\342\342\342\377\302\302\302\377\312" - "\312\312\377\364\364\364\377\307\307\307\377VVV\377\0\0\0^\0\0\0\12\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\362\362\362\377\370\370\370\377\371" - "\371\371\377\316\316\316\377\304\304\304\377\305\305\305\377\0\0\0\377" - "\325\325\325\377\371\371\371\377\370\370\370\377\370\370\370\377\0\0" - "\0\377\263\263\263\377\332\332\332\377\364\364\364\377\363\363\363\377" - "\363\363\363\377yyy\377\0\0\0\377\0\0\0\25\0\0\0\3\0\0\0\0\0\0\0\0\0" - "\0\0h\205\205\205\377\377\377\377\377\370\370\370\377\276\276\276\377" - "\371\371\371\377\371\371\371\377\0\0\0\377\323\323\323\377\334\334\334" - "\377\302\302\302\377\302\302\302\377\0\0\0\377\342\342\342\377\365\365" - "\365\377\364\364\364\377\363\363\363\377\362\362\362\377\234\234\234" - "\377(((\377\0\0\0)\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\40HHH\377\377\377\377" - "\377\367\367\367\377\367\367\367\377\370\370\370\377\370\370\370\377" - "\0\0\0\377\247\247\247\377\326\326\326\377\367\367\367\377\366\366\366" - "\377\0\0\0\377\342\342\342\377\364\364\364\377\304\304\304\377\310\310" - "\310\377\362\362\362\377\306\306\306\377LLL\377\0\0\0^\0\0\0\12\0\0\0" - "\0\0\0\0\0\0\0\0\1\0\0\0\377\352\352\352\377\377\377\377\377\366\366" - "\366\377\276\276\276\377\302\302\302\377\0\0\0\377\345\345\345\377\330" - "\330\330\377\366\366\366\377\365\365\365\377\0\0\0\377\255\255\255\377" - "\274\274\274\377\352\352\352\377\340\340\340\377\361\361\361\377\352" - "\352\352\377\220\220\220\377\0\0\0\377\0\0\0\25\0\0\0\3\0\0\0\0\0\0\0" - "\0\0\0\0ihhh\377\377\377\377\377\365\365\365\377\366\366\366\377\366" - "\366\366\377\242\242\242\377\0\0\0\377\300\300\300\377\301\301\301\377" - "\0\0\0\377xxx\377\326\326\326\377\363\363\363\377\362\362\362\377\361" - "\361\361\377\361\361\361\377\325\325\325\377\256\256\256\377\25\25\25" - "\377\0\0\0)\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\4""999\377\377\377\377\377" - "\364\364\364\377\365\365\365\377\365\365\365\377\332\332\332\377\232" - "\232\232\377\0\0\0\377\0\0\0\377yyy\377\326\326\326\377\362\362\362\377" - "\362\362\362\377\361\361\361\377\326\326\326\377\320\320\320\377\227" - "\227\227\377rrr\377JJJ\377\0\0\0.\0\0\0\11\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\377\354\354\354\377\377\377\377\377\364\364\364\377\254\254\254" - "\377\272\272\272\377\335\335\335\377\363\363\363\377\316\316\316\377" - "\333\333\333\377\354\354\354\377\327\327\327\377\326\326\326\377\261" - "\261\261\377\201\201\201\377VVV\377###\377\0\0\0\377\0\0\0q\0\0\0)\0" - "\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0hiii\377\377\377\377\377\363\363" - "\363\377\363\363\363\377\363\363\363\377\363\363\363\377\362\362\362" - "\377\362\362\362\377\327\327\327\377\267\267\267\377\202\202\202\377" - "@@@\377###\377\0\0\0\377\0\0\0\204\0\0\0""2\0\0\0.\0\0\0)\0\0\0\25\0" - "\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4(((\377\377\377\377\377\363\363" - "\363\377\362\362\362\377\362\362\362\377\327\327\327\377\276\276\276" - "\377\226\226\226\377222\377###\377\0\0\0\377\0\0\0u\0\0\0H\0\0\0/\0\0" - "\0*\0\0\0\31\0\0\0\13\0\0\0\10\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\377\346\346\346\377\350\350\350\377\314\314\314\377" - "\232\232\232\377@@@\377###\377\0\0\0\377\0\0\0\221\0\0\0I\0\0\0/\0\0" - "\0*\0\0\0\30\0\0\0\16\0\0\0\11\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0;999\377\202\202\202\377999\377" - "\22\22\22\377\0\0\0\204\0\0\0I\0\0\0/\0\0\0*\0\0\0\33\0\0\0\16\0\0\0" - "\11\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\377\0\0\0\377\0\0\0u\0\0" - "\0""1\0\0\0*\0\0\0\31\0\0\0\16\0\0\0\11\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\11\0\0\0&\0\0\0)\0\0\0\27\0\0\0" - "\12\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\7\0\0\0\10\0\0\0\3\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_book_blue) -#endif -#ifdef __GNUC__ -static const guint8 stock_book_blue[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_book_blue[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0""9\0\0\0\302\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\357\0\0\0\356\0\0\0\346\0\0\0\342\0\0\0w\0\0\0\13\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\32\21\26\35\377\227" - "\250\276\377}\223\254\377s\212\243\377l\204\234\377d|\226\377^v\217\377" - "Wo\210\377Pi\202\377Pi\202\377Pi\202\377Pi\202\377Pi\202\377Vn\206\377" - "IXi\377\21\30\"\376\0\0\0.\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\273v\213\242\377\216\242\270\377v\215\247\377Vr\220\377" - "Nj\210\377Fb\200\377=Zx\3775Rp\3771Nk\3771Nk\3776Ro\3776Ro\377<Ws\377" - "6Ro\3773@O\377\25\34%\372\0\0\0N\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\22\12\15\21\377\231\254\300\377\200\226\256\377[v\224\377" - "So\215\377Jg\205\377B_}\377:Wu\3772Om\3771Nk\3771Nk\3771Nk\3771Nk\377" - ";Wr\377-D\\\377#/6\377\0\0\0^\0\0\0D\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\255[iy\377\231\254\300\377u\215\246\377Ws\221\377Ok\210" - "\377Gc\201\377\77[y\3776Sq\3771Nk\3771Nk\3771Nk\3771Nk\3774Pm\377;Wr" - "\377)\77V\3775<A\375\0\0\0\377\0\0\0%\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\21\0\0\0\377\231\254\300\377\200\227\260\377\\x\226\377Tp\216" - "\377Kh\206\377C`~\377;Xv\3773Pn\3771Nk\3771Nk\3773Pk\3771Nk\3779Uq\377" - "-D\\\377\27\",\377~\202\205\377578\377\0\0\0F\0\0\0\15\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\232[iy\377\217\243\271\377u\215\246\377Xt\222\377Pl" - "\212\377Hd\202\377@\\z\3778Tr\3771Nk\3771Nk\3771Nk\3771Nk\3772Ol\377" - "=Yt\377)\77V\377!'.\376JLM\377\216\220\222\377\0\0\0Q\0\0\0\20\0\0\0" - "\0\0\0\0\0\0\0\0\20\0\0\0\377\230\253\277\375\177\226\257\377]y\227\377" - "Uq\217\377Mi\207\377Da\177\377<Yw\3774Qo\3771Nk\3771Nk\3771Nk\3771Nk" - "\3778Tp\377/F]\377\30$-\377TWY\366eij\377334\377\0\0\0Q\0\0\0\20\0\0" - "\0\0\0\0\0\0\0\0\0\335eu\203\377\215\242\271\377v\215\247\377Zu\223\377" - "Qm\213\377Ie\203\377A]{\3779Us\3771Nk\3771Nk\3771Nk\3771Nk\3771Nk\377" - "<Ws\377*BZ\377#+2\377FHJ\377\220\222\225\377\0\0\0\377\0\0\0c\0\0\0\21" - "\0\0\0\0\0\0\0!\0\0\0\377\233\254\273\377\207\234\264\377c~\233\377V" - "r\220\377Nj\210\377Fb\200\377=Zx\3775Rp\3771Nk\3771Nk\3771Nk\3771Nk\377" - "5Rn\3774Kb\377\31$-\377dhk\377mop\3770G]\377\0\0\0\373\0\0\0R\0\0\0\25" - "\0\0\0\0\0\0\0\245ep}\377\221\245\274\377q\213\246\377\\x\226\377Tp\216" - "\377Kh\206\377C`~\377;Xv\3773Pn\3771Nk\3771Nk\3771Nk\3771Nk\377=Yt\377" - ")\77V\377&.3\377WXY\377\213\217\225\377\11\15\21\372\0\0\0\234\0\0\0" - "I\0\0\0\17\0\0\0\13\0\0\0\377~\216\237\337\212\237\266\377l\205\241\377" - "Xt\222\377Pl\212\377Hd\202\377@\\z\3778Tr\3771Nk\3771Nk\3771Nk\3771N" - "k\3771Nk\3775Lc\377\32%0\377HLN\377suv\377C[s\370\0\0\0\364\0\0\0U\0" - "\0\0+\0\0\0\7\0\0\0\206uww\377\275\306\323\375\256\276\314\377\247\266" - "\306\377\243\262\302\377\236\255\275\377\232\252\271\377\220\240\260" - "\377{\217\241\377y\214\237\377y\214\237\377y\214\237\377y\214\237\377" - "p\204\231\377Ufy\37725;\377[^a\377\216\223\230\377\12\16\21\372\0\0\0" - "\233\0\0\0G\0\0\0\21\0\0\0\1\2\7\11\331\260\272\304\377,>Q\377$6J\377" - "$6J\377$6J\377$6J\377$6J\377$6J\377$6J\377$6J\377$6J\377$6J\377$6J\377" - "$6J\377+5\77\377^bh\377wxz\377F`z\377\0\0\0\365\0\0\0U\0\0\0*\0\0\0\6" - "\0\0\0\0\15\17\21\377\207\223\235\377@AE\377_``\373ttt\377\226\226\226" - "\377\261\261\261\377\257\257\260\377\305\305\306\377\316\316\317\377" - "\264\273\301\377\274\302\311\377\275\304\312\377\304\313\322\377\313" - "\322\331\377\326\332\336\377\220\226\233\377\205\212\217\377\24\33!\371" - "\0\0\0\234\0\0\0H\0\0\0\22\0\0\0\1\0\0\0\0\14\16\17\377k{\213\377WWW" - "\377}~\200\377\342\344\346\377\342\344\346\377\341\341\341\377\337\337" - "\340\377\337\337\340\377\362\362\362\377\375\375\376\377\361\363\365" - "\377\361\363\365\377\361\363\365\377\247\250\252\377\262\265\271\377" - "imq\377F`z\377\0\1\2\370\0\0\0U\0\0\0*\0\0\0\6\0\0\0\0\0\0\0\0$%'\377" - "cr\201\377i|\216\377Tk\203\377E]x\377\326\334\341\377\347\352\355\377" - "\355\357\361\377\355\357\362\377\345\346\347\377\336\336\337\377\341" - "\341\342\377\341\341\342\377\337\337\340\377\341\342\343\377rz\203\377" - "\213\217\224\377\25\33!\367\0\0\0\234\0\0\0I\0\0\0\22\0\0\0\1\0\0\0\0" - "\0\0\0\0\0\0\0""9\0\0\0\377\4\6\12\3548J]\363Mbx\351Th\177\357Sj\202" - "\377Wo\206\377\207\227\247\377\327\335\341\377\342\346\351\377\351\354" - "\356\377\370\371\372\377\370\371\372\377\201\205\212\377\245\247\250" - "\377\234\242\250\377\1\2\3\370\0\0\0U\0\0\0*\0\0\0\7\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0&\0\0\0e\0\0\0\276\0\0\0\346\0\0\0\360\0\0\0\363" - ";K^\371DVi\371Tg}\367Uk\200\366Vl\203\377\254\270\303\377\334\341\345" - "\377\350\353\355\377\237\243\246\377\25\35$\373\0\0\0\234\0\0\0H\0\0" - "\0\22\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\17\0\0\0" - "\34\0\0\0""4\0\0\0C\0\0\0g\0\0\0\251\0\0\0\344\0\0\0\361\0\0\0\3560>" - "M\365=N`\371O_s\372Se{\367Lc|\357\1\3\5\367\0\0\0U\0\0\0+\0\0\0\7\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\12" - "\0\0\0\15\0\0\0\20\0\0\0\33\0\0\0""0\0\0\0C\0\0\0_\0\0\0\235\0\0\0\327" - "\0\0\0\356\0\0\0\354\0\0\0\347\0\0\0{\0\0\0F\0\0\0\21\0\0\0\1\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\3\0\0\0\10\0\0\0\15\0\0\0\20\0\0\0\30\0\0\0,\0\0\0" - "\77\0\0\0H\0\0\0H\0\0\0@\0\0\0\37\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\7\0\0\0\13\0\0\0\16\0" - "\0\0\16\0\0\0\14\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_book_green) -#endif -#ifdef __GNUC__ -static const guint8 stock_book_green[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_book_green[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0""9\0\0\0\302\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\357\0\0\0\356\0\0\0\346\0\0\0\342\0\0\0w\0\0\0\13\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\32\21\34\21\377\225" - "\276\225\377y\255y\377n\246n\377e\241e\377^\233^\377Y\222Y\377S\212S" - "\377O\202O\377O\202O\377O\202O\377O\202O\377O\202O\377R\210R\377CnC\377" - "\22\36\22\376\0\0\0.\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\273o\247o\377\214\271\214\377r\251r\377V\216V\377P\204P\377Jz" - "J\377CoC\377=e=\377:`:\377:`:\377=e=\377=e=\377AkA\377=e=\3770P0\377" - "\26#\26\372\0\0\0N\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\22" - "\11\17\11\377\227\277\227\377}\260}\377Y\223Y\377T\213T\377M\177M\377" - "GuG\377AkA\377;a;\377:`:\377:`:\377:`:\377:`:\377@j@\3773T3\377!6!\377" - "\0\0\0^\0\0\0D\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\255O\203" - "O\377\227\277\227\377q\250q\377W\217W\377P\204P\377K|K\377ErE\377>f>" - "\377:`:\377:`:\377:`:\377:`:\377<c<\377@j@\377/N/\377,I,\375\0\0\0\377" - "\0\0\0%\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0\377\227\277\227" - "\377~\260~\377[\226[\377U\214U\377N\201N\377HwH\377BmB\377<c<\377:`:" - "\377:`:\377;a;\377:`:\377@i@\3773T3\377\30(\30\377\201\201\201\377(B" - "(\377\0\0\0F\0\0\0\15\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\232O\203O\377\215" - "\271\215\377q\250q\377X\221X\377R\207R\377L}L\377FsF\377@i@\377:`:\377" - ":`:\377:`:\377:`:\377;a;\377BmB\377/N/\377\35""0\35\376KKK\377\220\220" - "\220\377\0\0\0Q\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\377\226\277\226" - "\375}\260}\377\\\227\\\377V\215V\377O\203O\377IxI\377CnC\377=d=\377:" - "`:\377:`:\377:`:\377:`:\377\77h\77\3774V4\377\31*\31\377VVV\366ggg\377" - "333\377\0\0\0Q\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\335W\217W\377\214\271\214" - "\377r\251r\377Y\222Y\377R\210R\377L~L\377FtF\377@j@\377:`:\377:`:\377" - ":`:\377:`:\377:`:\377AkA\3771Q1\377\37""3\37\377HHH\377w\254w\377\0\0" - "\0\377\0\0\0c\0\0\0\21\0\0\0\0\0\0\0!\0\0\0\377\226\277\226\377\204\264" - "\204\377_\235_\377V\216V\377P\204P\377JzJ\377CoC\377=e=\377:`:\377:`" - ":\377:`:\377:`:\377=d=\3778]8\377\32+\32\377ggg\377nnn\3774V4\377\0\0" - "\0\373\0\0\0R\0\0\0\25\0\0\0\0\0\0\0\245U\214U\377\220\273\220\377n\246" - "n\377[\226[\377U\214U\377N\201N\377HwH\377BmB\377<c<\377:`:\377:`:\377" - ":`:\377:`:\377BmB\377/N/\377!6!\377XXX\377t\253t\377\11\17\11\372\0\0" - "\0\234\0\0\0I\0\0\0\17\0\0\0\13\0\0\0\377t\247t\337\210\266\210\377h" - "\243h\377X\221X\377R\207R\377L}L\377FsF\377@i@\377:`:\377:`:\377:`:\377" - ":`:\377:`:\3779^9\377\33.\33\377KKK\377ttt\377EpE\370\0\0\0\364\0\0\0" - "U\0\0\0+\0\0\0\7\0\0\0\206Y\222Y\377\272\325\272\375\254\314\254\377" - "\243\307\243\377\237\304\237\377\230\300\230\377\223\275\223\377\210" - "\266\210\377r\251r\377o\247o\377o\247o\377o\247o\377o\247o\377e\241e" - "\377M\177M\377(B(\377^^^\377x\255x\377\11\17\11\372\0\0\0\233\0\0\0G" - "\0\0\0\21\0\0\0\1\3\5\3\331\250\312\250\377.L.\377)D)\377)D)\377)D)\377" - ")D)\377)D)\377)D)\377)D)\377)D)\377)D)\377)D)\377)D)\377)D)\377'A'\377" - "ccc\377xxx\377HwH\377\0\0\0\365\0\0\0U\0\0\0*\0\0\0\6\0\0\0\0\13\22\13" - "\377w\254w\3771Q1\377___\373ttt\377\226\226\226\377\261\261\261\377\257" - "\257\257\377\305\305\305\377\316\316\316\377\272\272\272\377\302\302" - "\302\377\303\303\303\377\313\313\313\377\322\322\322\377\332\332\332" - "\377\225\225\225\377m\246m\377\23\37\23\371\0\0\0\234\0\0\0H\0\0\0\22" - "\0\0\0\1\0\0\0\0\11\17\11\377\\\230\\\377AkA\377~~~\377\344\344\344\377" - "\344\344\344\377\341\341\341\377\337\337\337\377\337\337\337\377\362" - "\362\362\377\375\375\375\377\363\363\363\377\363\363\363\377\363\363" - "\363\377\250\250\250\377\265\265\265\377mmm\377HwH\377\0\1\0\370\0\0" - "\0U\0\0\0*\0\0\0\6\0\0\0\0\0\0\0\0\33.\33\377V\215V\377\\\230\\\377P" - "\204P\377FtF\377\333\333\333\377\352\352\352\377\357\357\357\377\357" - "\357\357\377\346\346\346\377\336\336\336\377\341\341\341\377\341\341" - "\341\377\337\337\337\377\342\342\342\377zzz\377s\252s\377\24\40\24\367" - "\0\0\0\234\0\0\0I\0\0\0\22\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0""9\0\0\0\377" - "\5\10\5\3548[8\363MxM\351Q\200Q\357O\203O\377R\210R\377\227\227\227\377" - "\334\334\334\377\345\345\345\377\353\353\353\377\371\371\371\377\371" - "\371\371\377\205\205\205\377\246\246\246\377\213\270\213\377\1\2\1\370" - "\0\0\0U\0\0\0*\0\0\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\0\0\0e" - "\0\0\0\276\0\0\0\346\0\0\0\360\0\0\0\3639]9\371AjA\371O\200O\367Q\203" - "Q\366Q\206Q\377\245\310\245\377\340\340\340\377\352\352\352\377\213\270" - "\213\377\25\"\25\373\0\0\0\234\0\0\0H\0\0\0\22\0\0\0\1\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\17\0\0\0\34\0\0\0""4\0\0\0C\0\0\0g\0" - "\0\0\251\0\0\0\344\0\0\0\361\0\0\0\356/L/\365;a;\371HvH\372M}M\367Lz" - "L\357\2\3\2\367\0\0\0U\0\0\0+\0\0\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\12\0\0\0\15\0\0\0\20\0\0\0\33" - "\0\0\0""0\0\0\0C\0\0\0_\0\0\0\235\0\0\0\327\0\0\0\356\0\0\0\354\0\0\0" - "\347\0\0\0{\0\0\0F\0\0\0\21\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0" - "\10\0\0\0\15\0\0\0\20\0\0\0\30\0\0\0,\0\0\0\77\0\0\0H\0\0\0H\0\0\0@\0" - "\0\0\37\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\2\0\0\0\7\0\0\0\13\0\0\0\16\0\0\0\16\0\0\0\14\0\0\0\5\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_book_open) -#endif -#ifdef __GNUC__ -static const guint8 stock_book_open[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_book_open[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3OOOD\0\0\0\377\4\5\6" - "\377\0\0\0;\0\0\0\20\0\0\0\6\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\3NNNE\13\17\22\377\225\237\252\377\303\306" - "\312\356\0\0\0\377\0\0\0&\0\0\0\22\0\0\0\5\0\0\0\1\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0.\13\17\22\377\202\220\236\377\361\361" - "\361\377\325\327\330\377\12\15\20\377\0\0\0_\0\0\0\40\0\0\0\13\0\0\0" - "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0.\21\27\34\377\206\223\240" - "\377\357\360\360\377\336\336\336\377\325\325\325\377\233\237\244\324" - "\0\0\0\377\0\0\0/\0\0\0\24\0\0\0\5\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0" - ".\16\23\27\377\205\222\237\377\357\360\360\377\333\333\333\377\312\312" - "\312\377\310\310\310\377\310\311\312\377\14\17\23\377\0\0\0[\0\0\0\40" - "\0\0\0\13\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0.\24\32\40\377y\210\225\370\361\361" - "\361\377\325\325\325\377\312\312\312\377\322\322\322\377\303\303\303" - "\377\315\315\315\377ty~\275\0\0\0\377\0\0\0-\0\0\0\24\0\0\0\6\0\0\0\2" - "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0-\27\37&\377\177\215\232\361\357\360\360\377\332\332\332\377\323\323" - "\323\377\304\304\304\377\316\316\316\377\300\300\300\377\312\312\312" - "\377\261\261\261\336\15\21\25\377\0\0\0Y\0\0\0#\0\0\0\22\0\0\0\14\0\0" - "\0\12\0\0\0\12\0\0\0\12\0\0\0\11\0\0\0\7\0\0\0\4\0\0\0\1\0\0\0\0\0\0" - "\0\377v\205\222\350\356\357\357\377\331\331\331\377\323\323\323\377\320" - "\320\320\377\302\302\302\377\313\313\313\377\311\311\311\377\274\274" - "\274\377\244\247\251\344hkl\351333\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\352\0\0\0\177\0\0\0=\0\0\0\20\0\0\0\6\0\0" - "\0\1AO]\377\255\265\274\363\352\352\352\377\322\322\322\377\277\277\277" - "\377\315\315\315\377\313\313\313\377\275\275\275\377\306\306\306\377" - "\265\266\267\365\211\220\226\370\270\270\270\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377@AB\342\0\0\0\177\0\0\0%\0\0\0\20\0\0\0\4\0\0" - "\0\377M`t\340\353\353\353\377\321\321\321\377\303\303\303\377\301\301" - "\301\377\310\310\310\377\267\267\267\377\303\303\303\377\227\237\247" - "\347\241\243\244\376\374\375\375\377\363\364\364\377\353\354\355\377" - "\352\353\354\377\351\352\353\377\356\357\361\377\366\367\370\377\344" - "\345\346\376\222\223\225\375\0\0\0\377\0\0\0""9\0\0\0\33\0\0\0\7\0\0" - "\0=2AO\377\214\230\242\362\347\347\347\377\311\311\311\377\273\273\273" - "\377\304\304\304\377\302\302\302\377\244\247\253\346\223\226\231\375" - "\327\330\330\377\374\375\375\377\372\374\374\377\371\372\373\377\370" - "\371\372\377\367\370\371\377\365\366\370\377\367\367\371\377\306\307" - "\307\377O^j\375\0\0\0\360\0\0\0B\0\0\0\37\0\0\0\11\0\0\0\23\0\0\0\377" - "L_r\340\350\350\350\377\306\306\306\377\276\276\276\377\270\270\270\377" - "\265\265\266\361\227\236\244\356\250\250\250\377\375\376\376\377\365" - "\366\366\377\347\351\351\377\353\354\355\377\352\353\354\377\360\361" - "\362\377\370\371\372\377\340\342\343\377\217\226\235\376\25\34\"\377" - "\0\0\0\201\0\0\0>\0\0\0\34\0\0\0\10\0\0\0\13\0\0\0A5DS\377\215\231\242" - "\363\343\343\343\377\301\301\301\377\276\276\276\377\216\224\232\316" - "\235\237\237\376\377\377\377\377\375\376\376\377\374\375\375\377\372" - "\374\374\377\362\363\364\377\361\362\363\377\367\370\371\377\366\366" - "\367\377\246\250\253\377s\177\212\376\4\5\6\377\0\0\0P\0\0\0""1\0\0\0" - "\24\0\0\0\5\0\0\0\5\0\0\0\24\0\0\0\377K_q\340\345\345\345\377\301\301" - "\301\377\236\237\240\326\227\231\233\375\331\331\331\377\377\377\377" - "\377\347\350\350\377\356\357\357\377\364\365\365\377\371\372\373\377" - "\370\371\372\377\373\373\373\377\330\330\332\377\223\233\243\377\17\24" - "\30\377\0\0\0t\0\0\0B\0\0\0\"\0\0\0\14\0\0\0\3\0\0\0\2\0\0\0\13\0\0\0" - "A9IW\377\202\217\227\360\333\333\333\370\212\216\222\347\264\264\264" - "\377\377\377\377\377\377\377\377\377\375\376\376\377\365\366\366\377" - "\354\356\356\377\346\347\350\377\372\372\373\377\365\365\367\377\256" - "\262\266\377\\l|\377\0\0\0\377\0\0\0P\0\0\0""1\0\0\0\25\0\0\0\6\0\0\0" - "\1\0\0\0\0\0\0\0\5\0\0\0\24\0\0\0\377J]p\336\273\273\273\321\253\253" - "\253\377\377\377\377\377\370\370\370\377\361\361\361\377\357\360\360" - "\377\374\375\375\377\372\373\373\377\371\372\373\377\373\374\374\377" - "\336\341\343\377\235\246\256\377\12\15\20\377\0\0\0t\0\0\0A\0\0\0\"\0" - "\0\0\13\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\13\0\0\0A$/:\377imq\346" - "wxy\377\362\363\363\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\360\360\360\377\363\363\363\377\373\374\374\377\371\371\372\377\273" - "\277\304\377Vgy\377\0\0\0\377\0\0\0P\0\0\0""1\0\0\0\25\0\0\0\6\0\0\0" - "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\24\0\0\0\377J_t\3701>K\376\263" - "\275\306\375\321\327\335\377\331\336\343\377\366\367\367\377\365\365" - "\365\377\377\377\377\377\377\377\377\377\321\322\324\377\232\243\254" - "\377\4\5\6\377\0\0\0t\0\0\0A\0\0\0!\0\0\0\13\0\0\0\2\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\13\0\0\0""7\0\0\0\256+4<\366)2;\377O_" - "p\377^q\204\376\221\236\253\375\237\253\266\375\277\307\320\377\350\354" - "\356\377\262\270\276\377q}\210\376\0\0\0\377\0\0\0P\0\0\0""1\0\0\0\25" - "\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0" - "\0\22\0\0\0&\0\0\0:\0\0\0Y\0\0\0\200\0\0\0\301%-5\377Qar\377Vgy\375z" - "\206\225\375v\205\224\374\0\0\0\377\0\0\0r\0\0\0\77\0\0\0!\0\0\0\13\0" - "\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0" - "\6\0\0\0\20\0\0\0\34\0\0\0%\0\0\0-\0\0\0""8\0\0\0X\0\0\0\200\0\0\0\275" - ",4=\377!'.\377\0\0\0p\0\0\0D\0\0\0*\0\0\0\23\0\0\0\5\0\0\0\1\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0" - "\0\10\0\0\0\14\0\0\0\21\0\0\0\31\0\0\0\"\0\0\0,\0\0\0""7\0\0\0A\0\0\0" - "C\0\0\0;\0\0\0)\0\0\0\26\0\0\0\10\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2" - "\0\0\0\4\0\0\0\6\0\0\0\13\0\0\0\20\0\0\0\30\0\0\0\37\0\0\0\40\0\0\0\33" - "\0\0\0\21\0\0\0\10\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\6\0\0\0\10\0\0\0\11\0\0\0\7\0\0\0\4" - "\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_book_red) -#endif -#ifdef __GNUC__ -static const guint8 stock_book_red[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_book_red[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0""9\0\0\0\302\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\357\0\0\0\356\0\0\0\346\0\0\0\342\0\0\0w\0\0\0\13\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\32\37\21\16\377\310" - "\225\213\377\272ym\377\264n`\377\260fW\377\252^O\377\240YK\377\226SF" - "\377\216OC\377\216OC\377\216OC\377\216OC\377\216OC\377\225RF\377xC8\377" - "!\22\17\376\0\0\0.\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\273\265pb\377\303\214\201\377\266re\377\234WI\377\221PD\377\206" - "J>\377zD9\377o>4\377i;1\377i;1\377o>4\377o>4\377vA7\377o>4\377X0)\377" - "'\26\22\372\0\0\0N\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\22" - "\21\11\10\377\311\227\215\377\274}q\377\241ZK\377\230TG\377\214MA\377" - "\201G<\377vA7\377k;2\377i;1\377i;1\377i;1\377i;1\377tA6\377\\3+\377;" - "!\33\377\0\0\0^\0\0\0D\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\255\217OC\377\311\227\215\377\265qc\377\235WI\377\221PD\377\210K\77" - "\377|E:\377p>4\377i;1\377i;1\377i;1\377i;1\377l<3\377tA6\377U/(\377O" - ",%\375\0\0\0\377\0\0\0%\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0" - "\0\377\311\227\215\377\275~r\377\244[L\377\231UH\377\215NB\377\202H<" - "\377wB8\377l<3\377i;1\377i;1\377k;2\377i;1\377s@6\377\\3+\377,\30\24" - "\377\201\201\201\377I(\"\377\0\0\0F\0\0\0\15\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\232\217OC\377\304\215\202\377\265qc\377\237XJ\377\223RE\377\211" - "L@\377~F;\377s@6\377i;1\377i;1\377i;1\377i;1\377k;2\377wB8\377U/(\377" - "4\35\30\376KKK\377\220\220\220\377\0\0\0Q\0\0\0\20\0\0\0\0\0\0\0\0\0" - "\0\0\20\0\0\0\377\310\226\214\375\274}q\377\245\\M\377\232VH\377\217" - "OC\377\203I=\377xC8\377m=3\377i;1\377i;1\377i;1\377i;1\377q\77""5\377" - "_4,\377-\31\25\377VVV\366ggg\377333\377\0\0\0Q\0\0\0\20\0\0\0\0\0\0\0" - "\0\0\0\0\335\235WI\377\303\214\201\377\266re\377\240YK\377\225RF\377" - "\212L@\377\177G;\377tA6\377i;1\377i;1\377i;1\377i;1\377i;1\377vA7\377" - "Y1)\3778\37\32\377HHH\377\270wj\377\0\0\0\377\0\0\0c\0\0\0\21\0\0\0\0" - "\0\0\0!\0\0\0\377\310\226\214\377\300\205y\377\254`P\377\234WI\377\221" - "PD\377\206J>\377zD9\377o>4\377i;1\377i;1\377i;1\377i;1\377m=3\377f8/" - "\377/\32\26\377ggg\377nnn\377_4,\377\0\0\0\373\0\0\0R\0\0\0\25\0\0\0" - "\0\0\0\0\245\231UH\377\305\220\205\377\264n`\377\244[L\377\231UH\377" - "\215NB\377\202H<\377wB8\377l<3\377i;1\377i;1\377i;1\377i;1\377wB8\377" - "U/(\377;!\33\377XXX\377\267tg\377\21\11\10\372\0\0\0\234\0\0\0I\0\0\0" - "\17\0\0\0\13\0\0\0\377\262th\337\302\210}\377\261hY\377\237XJ\377\223" - "RE\377\211L@\377~F;\377s@6\377i;1\377i;1\377i;1\377i;1\377i;1\377g90" - "\3772\33\27\377KKK\377ttt\377zE:\370\0\0\0\364\0\0\0U\0\0\0+\0\0\0\7" - "\0\0\0\206\240YK\377\333\272\264\375\324\254\244\377\320\243\233\377" - "\315\237\226\377\312\231\217\377\307\224\211\377\302\210}\377\266re\377" - "\265pb\377\265pb\377\265pb\377\265pb\377\260fW\377\214MA\377I(\"\377" - "^^^\377\271xk\377\21\11\10\372\0\0\0\233\0\0\0G\0\0\0\21\0\0\0\1\6\3" - "\3\331\322\250\240\377T.'\377J)#\377J)#\377J)#\377J)#\377J)#\377J)#\377" - "J)#\377J)#\377J)#\377J)#\377J)#\377J)#\377G'!\377ccc\377xxx\377\202H" - "<\377\0\0\0\365\0\0\0U\0\0\0*\0\0\0\6\0\0\0\0\24\13\11\377\270wj\377" - "Y1)\377___\373ttt\377\226\226\226\377\261\261\261\377\257\257\257\377" - "\305\305\305\377\316\316\316\377\272\272\272\377\302\302\302\377\303" - "\303\303\377\313\313\313\377\322\322\322\377\332\332\332\377\225\225" - "\225\377\264m_\377\"\23\20\371\0\0\0\234\0\0\0H\0\0\0\22\0\0\0\1\0\0" - "\0\0\21\11\10\377\247]N\377vA7\377~~~\377\344\344\344\377\344\344\344" - "\377\341\341\341\377\337\337\337\377\337\337\337\377\362\362\362\377" - "\375\375\375\377\363\363\363\377\363\363\363\377\363\363\363\377\250" - "\250\250\377\265\265\265\377mmm\377\202H<\377\1\0\0\370\0\0\0U\0\0\0" - "*\0\0\0\6\0\0\0\0\0\0\0\0""2\33\27\377\232VH\377\247]N\377\221PD\377" - "\177G;\377\333\333\333\377\352\352\352\377\357\357\357\377\357\357\357" - "\377\346\346\346\377\336\336\336\377\341\341\341\377\341\341\341\377" - "\337\337\337\377\342\342\342\377zzz\377\267sf\377$\24\21\367\0\0\0\234" - "\0\0\0I\0\0\0\22\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0""9\0\0\0\377\11\5\4\354" - "c80\363\203MB\351\214QE\357\217OC\377\225RF\377\227\227\227\377\334\334" - "\334\377\345\345\345\377\353\353\353\377\371\371\371\377\371\371\371" - "\377\205\205\205\377\246\246\246\377\303\213\200\377\2\1\1\370\0\0\0" - "U\0\0\0*\0\0\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\0\0\0e\0\0\0" - "\276\0\0\0\346\0\0\0\360\0\0\0\363f:1\371sA7\371\214OC\367\217QE\366" - "\222QD\377\320\245\234\377\340\340\340\377\352\352\352\377\303\213\200" - "\377%\25\21\373\0\0\0\234\0\0\0H\0\0\0\22\0\0\0\1\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\6\0\0\0\17\0\0\0\34\0\0\0""4\0\0\0C\0\0\0g\0\0\0\251" - "\0\0\0\344\0\0\0\361\0\0\0\356S/(\365j;2\371\201I=\372\211MB\367\205" - "LA\357\3\2\1\367\0\0\0U\0\0\0+\0\0\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\12\0\0\0\15\0\0\0\20\0\0\0\33" - "\0\0\0""0\0\0\0C\0\0\0_\0\0\0\235\0\0\0\327\0\0\0\356\0\0\0\354\0\0\0" - "\347\0\0\0{\0\0\0F\0\0\0\21\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0" - "\10\0\0\0\15\0\0\0\20\0\0\0\30\0\0\0,\0\0\0\77\0\0\0H\0\0\0H\0\0\0@\0" - "\0\0\37\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\2\0\0\0\7\0\0\0\13\0\0\0\16\0\0\0\16\0\0\0\14\0\0\0\5\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_book_yellow) -#endif -#ifdef __GNUC__ -static const guint8 stock_book_yellow[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_book_yellow[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0""9\0\0\0\302\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\357\0\0\0\356\0\0\0\346\0\0\0\342\0\0\0w\0\0\0\13\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\32(\40\5\377\352\315" - "i\377\344\300C\377\342\2733\377\341\267&\377\333\261\36\377\317\247\34" - "\377\303\235\32\377\270\224\31\377\270\224\31\377\270\224\31\377\270" - "\224\31\377\270\224\31\377\301\234\32\377\234~\25\377*\"\6\376\0\0\0" - ".\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\273\343\274" - "4\377\350\311]\377\343\2758\377\312\243\33\377\273\227\32\377\255\214" - "\30\377\236\177\25\377\220t\23\377\211n\22\377\211n\22\377\220t\23\377" - "\220t\23\377\230{\25\377\220t\23\377r\\\17\3771(\7\372\0\0\0N\0\0\0\20" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\22\26\22\3\377\352\316m\377\345" - "\302H\377\321\250\34\377\304\236\33\377\264\222\31\377\246\206\27\377" - "\230{\25\377\212p\23\377\211n\22\377\211n\22\377\211n\22\377\211n\22" - "\377\227y\24\377w`\20\377M>\12\377\0\0\0^\0\0\0D\0\0\0\16\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\255\272\226\31\377\352\316m\377\343\2746\377" - "\313\244\34\377\273\227\32\377\257\215\30\377\241\202\26\377\221u\24" - "\377\211n\22\377\211n\22\377\211n\22\377\211n\22\377\214q\23\377\227" - "y\24\377nY\17\377fR\16\375\0\0\0\377\0\0\0%\0\0\0\5\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\21\0\0\0\377\352\316m\377\345\303J\377\324\253\35\377\306" - "\240\33\377\266\223\31\377\250\210\27\377\232|\25\377\214q\23\377\211" - "n\22\377\211n\22\377\212p\23\377\211n\22\377\225x\24\377w`\20\3779.\10" - "\377\201\201\201\377^L\15\377\0\0\0F\0\0\0\15\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\232\272\226\31\377\350\312_\377\343\2746\377\315\245\34\377\277" - "\232\32\377\261\217\30\377\243\203\26\377\225x\24\377\211n\22\377\211" - "n\22\377\211n\22\377\211n\22\377\212p\23\377\232|\25\377nY\17\377C6\11" - "\376KKK\377\220\220\220\377\0\0\0Q\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\20" - "\0\0\0\377\351\315k\375\345\302H\377\326\255\35\377\310\241\33\377\272" - "\226\31\377\252\211\27\377\234~\25\377\216r\23\377\211n\22\377\211n\22" - "\377\211n\22\377\211n\22\377\223w\24\377zc\21\377;0\10\377VVV\366ggg" - "\377333\377\0\0\0Q\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\335\313\244\34\377" - "\350\311]\377\343\2758\377\317\247\34\377\301\234\32\377\263\220\30\377" - "\245\205\26\377\227y\24\377\211n\22\377\211n\22\377\211n\22\377\211n" - "\22\377\211n\22\377\230{\25\377s]\20\377I;\12\377HHH\377\344\277\77\377" - "\0\0\0\377\0\0\0c\0\0\0\21\0\0\0\0\0\0\0!\0\0\0\377\352\316k\377\347" - "\306R\377\337\264\36\377\312\243\33\377\273\227\32\377\255\214\30\377" - "\236\177\25\377\220t\23\377\211n\22\377\211n\22\377\211n\22\377\211n" - "\22\377\216r\23\377\203j\22\377=1\10\377ggg\377nnn\377zc\21\377\0\0\0" - "\373\0\0\0R\0\0\0\25\0\0\0\0\0\0\0\245\306\240\33\377\351\313b\377\342" - "\2733\377\324\253\35\377\306\240\33\377\266\223\31\377\250\210\27\377" - "\232|\25\377\214q\23\377\211n\22\377\211n\22\377\211n\22\377\211n\22" - "\377\232|\25\377nY\17\377M>\12\377XXX\377\344\276;\377\25\21\3\372\0" - "\0\0\234\0\0\0I\0\0\0\17\0\0\0\13\0\0\0\377\326\266D\337\347\307X\377" - "\341\270*\377\315\245\34\377\277\232\32\377\261\217\30\377\243\203\26" - "\377\225x\24\377\211n\22\377\211n\22\377\211n\22\377\211n\22\377\211" - "n\22\377\205k\22\377A4\10\377KKK\377ttt\377\234\177\30\370\0\0\0\364" - "\0\0\0U\0\0\0+\0\0\0\7\0\0\0\206\317\247\34\377\360\336\236\375\356\330" - "\213\377\355\324~\377\354\322w\377\353\317n\377\352\314g\377\347\307" - "X\377\343\2758\377\343\2744\377\343\2744\377\343\2744\377\343\2744\377" - "\341\267&\377\264\222\31\377^L\15\377^^^\377\344\300A\377\25\21\3\372" - "\0\0\0\233\0\0\0G\0\0\0\21\0\0\0\1\7\6\1\331\356\326\205\377lW\17\377" - "`N\15\377`N\15\377`N\15\377`N\15\377`N\15\377`N\15\377`N\15\377`N\15" - "\377`N\15\377`N\15\377`N\15\377`N\15\377]K\14\377ccc\377xxx\377\250\210" - "\27\377\0\0\0\365\0\0\0U\0\0\0*\0\0\0\6\0\0\0\0\32\25\3\377\344\277\77" - "\377s]\20\377___\373ttt\377\226\226\226\377\261\261\261\377\257\257\257" - "\377\305\305\305\377\316\316\316\377\272\272\272\377\302\302\302\377" - "\303\303\303\377\313\313\313\377\322\322\322\377\332\332\332\377\225" - "\225\225\377\342\2721\377,#\6\371\0\0\0\234\0\0\0H\0\0\0\22\0\0\0\1\0" - "\0\0\0\26\22\3\377\330\256\35\377\230{\25\377~~~\377\344\344\344\377" - "\344\344\344\377\341\341\341\377\337\337\337\377\337\337\337\377\362" - "\362\362\377\375\375\375\377\363\363\363\377\363\363\363\377\363\363" - "\363\377\250\250\250\377\265\265\265\377mmm\377\250\210\27\377\1\1\0" - "\370\0\0\0U\0\0\0*\0\0\0\6\0\0\0\0\0\0\0\0A4\10\377\310\241\33\377\330" - "\256\35\377\273\227\32\377\245\205\26\377\333\333\333\377\352\352\352" - "\377\357\357\357\377\357\357\357\377\346\346\346\377\336\336\336\377" - "\341\341\341\377\341\341\341\377\337\337\337\377\342\342\342\377zzz\377" - "\343\275:\377-%\7\367\0\0\0\234\0\0\0I\0\0\0\22\0\0\0\1\0\0\0\0\0\0\0" - "\0\0\0\0""9\0\0\0\377\13\10\1\354~e\25\363\243\206!\351\260\220\40\357" - "\272\226\31\377\301\234\32\377\227\227\227\377\334\334\334\377\345\345" - "\345\377\353\353\353\377\371\371\371\377\371\371\371\377\205\205\205" - "\377\246\246\246\377\350\310[\377\2\2\0\370\0\0\0U\0\0\0*\0\0\0\7\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\0\0\0e\0\0\0\276\0\0\0\346\0\0\0" - "\360\0\0\0\363\202i\24\371\224w\26\371\262\220\35\367\266\224\36\366" - "\275\231\32\377\355\325\200\377\340\340\340\377\352\352\352\377\350\310" - "[\3770&\6\373\0\0\0\234\0\0\0H\0\0\0\22\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\6\0\0\0\17\0\0\0\34\0\0\0""4\0\0\0C\0\0\0g\0\0\0\251" - "\0\0\0\344\0\0\0\361\0\0\0\356iU\21\365\207n\25\371\245\206\31\372\257" - "\215\33\367\250\211\36\357\4\3\0\367\0\0\0U\0\0\0+\0\0\0\7\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\12\0\0\0" - "\15\0\0\0\20\0\0\0\33\0\0\0""0\0\0\0C\0\0\0_\0\0\0\235\0\0\0\327\0\0" - "\0\356\0\0\0\354\0\0\0\347\0\0\0{\0\0\0F\0\0\0\21\0\0\0\1\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\3\0\0\0\10\0\0\0\15\0\0\0\20\0\0\0\30\0\0\0,\0\0\0\77" - "\0\0\0H\0\0\0H\0\0\0@\0\0\0\37\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\7\0\0\0\13\0\0\0\16\0\0" - "\0\16\0\0\0\14\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_line_in) -#endif -#ifdef __GNUC__ -static const guint8 stock_line_in[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_line_in[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0-..\257###\377\10\10\10x\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\25\25\25\377\345\345\346\377###\377\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0fff\315\356\356\356\377MMM\217\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\2\2\2\337\277\277\277\377\3\3\3\325\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\33\0\0\0i\0\0\0s\0\0\0_\0\0" - "\0=\0\0\0!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21" - "\21\22\377\354\354\355\377\22\22\22\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0\0\0\262\216\216\216\260\210\210\210" - "\233TTT\210$$$v\0\0\0b\0\0\0F\0\0\0&\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0$$%\243\273\273\273\377\0\0\0O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\212lll\326\316\316\316\311\245\245\245\274\0" - "\0\0\242\0\0\0\214\0\0\0v\0\0\0U\0\0\0;\0\0\0+\0\0\0\"\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\377\352\352\352\377\0\0\0\377\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\230mmm\347\316\316\316\345\10\10\10" - "\313\10\10\10\231\0\0\0G\0\0\0=\0\0\0""1\0\0\0:\0\0\0""2\0\0\0#\0\0\0" - "\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377RRR\377\332\332\334\377===\377\0" - "\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\343\265\265\265\363KK" - "K\351\0\0\0M\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\33" - "\0\0\0\35\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\377\373\373\373\377\234\233" - "\234\377\324\324\324\377\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\231" - "GGG\361\244\244\244\365\0\0\0\242\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\31\0\0\0\0\0\0\0\0\0\0\0\377\221\221" - "\221\377===\377===\377\36\36\36\377\77\77\77\377\0\0\0\377\0\0\0\0\0" - "\0\0\0\0\0\0\331___\367###\362\0\0\0B\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\377\221" - "\221\221\377===\377===\377\36\36\36\377BBB\377\0\0\0\377\0\0\0\0\0\0" - "\0\0\0\0\0\342SSS\355\0\0\0\353\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" - "\221\221\221\377===\377===\377\36\36\36\377BBB\377\0\0\0\377\0\0\0\0" - "\0\0\0\0\0\0\0\330SSS\353\0\0\0\355\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\377\221\221\221\377===\377===\377\36\36\36\377BBB\377\0\0\0\377\0\0" - "\0\0\0\0\0\0\0\0\0\262'''\332\"\"\"\367\0\0\0<\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\377\221\221\221\377===\377===\377\36\36\36\377BBB\377\0\0\0\377" - "\0\0\0\0\0\0\0\0\0\0\0D\0\0\0\315UUU\362\0\0\0\313\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\377\221\221\221\377===\377===\377\36\36\36\377EEE\377\0\0\0" - "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\241LLL\322FFF\336\0\0\0\234\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\377AAA\377ddd\377%%%\377,,,\377<<<\377\0\0\0\377\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\35\0\0\0\236XXX\257FFF\273\0\0\0q\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\377\25\25\25\377\7\7\7\377(((\377\0\0\0\377\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0""9\0\0\0\205ZZZ\233\0\0\0\236\0\0\0b\0\0" - "\0\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\377+++\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0\0\0cXXX{\0\0\0{\0\0\0""3\0\0\0%\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\324" - "+++\324\0\0\0\324\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0""7\0\0\0T\0\0\0_\0\0\0^\0\0\0#\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\252+++\252\0\0\0\252" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\13\0\0\0@\0\0\0F\0\0\0J\0\0\0""2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177+++\177\0\0\0\177\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0""1" - "\0\0\0:\7\7\7@\0\0\0,\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0U+++U\0\0\0U\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\27\0\0\0/\0\0\0""2\10\10\10""5\0" - "\0\0+\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0*+++*\0\0\0*\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\23\0\0\0""0\0\0\0-\14\14\14-\0\0\0+\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_mail) -#endif -#ifdef __GNUC__ -static const guint8 stock_mail[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_mail[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2" - "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0" - "\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0f\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0m\0" - "\0\0\10\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\377SSS\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\376\377" - "\375\375\375\377\374\374\374\377\373\373\373\377\371\371\371\377\370" - "\370\370\377\367\367\367\377\366\366\366\377\365\365\365\377\364\364" - "\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0\1\0" - "\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377\377\377\377\365\365" - "\365\377\364\364\364\377\363\363\363\377\362\362\362\377\362\362\362" - "\377\361\361\361\377\360\360\360\377\360\360\360\377\357\357\357\377" - "\356\356\356\377\355\355\355\377\343\343\343\377OOO\377\256\256\256\377" - "\0\0\0\377\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" - "\377\377\344\344\344\377CCC\377\375\375\375\377\363\363\363\377\362\362" - "\362\377\362\362\362\377\361\361\361\377\360\360\360\377\357\357\357" - "\377\356\356\356\377\356\356\356\377\355\355\355\377\343\343\343\377" - "OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0" - "\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\344\344" - "\344\377OOO\377\373\373\373\377\361\361\361\377\360\360\360\377\360\360" - "\360\377\357\357\357\377\356\356\356\377\355\355\355\377\355\355\355" - "\377\343\343\343\377CCC\377\240\240\240\377\324\324\324\377\310\310\310" - "\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377" - "\377\377\377\373\373\373\377\365\365\365\377\344\344\344\377CCC\377\370" - "\370\370\377\360\360\360\377\357\357\357\377\356\356\356\377\355\355" - "\355\377\354\354\354\377\343\343\343\377OOO\377\225\225\225\377\324\324" - "\324\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0" - "\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\365" - "\365\365\377\365\365\365\377\344\344\344\377>>>\377\365\365\365\377\356" - "\356\356\377\355\355\355\377\354\354\354\377\343\343\343\377MMM\377\201" - "\201\201\377\306\306\306\377\344\344\344\377\344\344\344\377\310\310" - "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" - "\377\377\377\377\373\373\373\377\365\365\365\377\365\365\365\377\344" - "\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343\343\343" - "\377OOO\377jjj\377\306\306\306\377\306\306\306\377\365\365\365\377\344" - "\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0" - "\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\365\365\365\377" - "\344\344\344\377ccc\377\377\377\377\377\271\271\271\377OOO\377\360\360" - "\360\377OOO\377\225\225\225\377\306\306\306\377sss\377\306\306\306\377" - "\365\365\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0" - "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377" - "\344\344\344\377ccc\377\377\377\377\377\365\365\365\377\344\344\344\377" - "\324\324\324\377OOO\377\254\254\254\377\306\306\306\377\344\344\344\377" - "\344\344\344\377|||\377\344\344\344\377\344\344\344\377\310\310\310\377" - "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" - "\377\377\344\344\344\377sss\377\377\377\377\377\365\365\365\377\365\365" - "\365\377\365\365\365\377\365\365\365\377\344\344\344\377\344\344\344" - "\377\365\365\365\377\365\365\365\377\365\365\365\377\344\344\344\377" - "|||\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0" - "\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377|||\377\377\377\377\377" - "\344\344\344\377\344\344\344\377\344\344\344\377\344\344\344\377\344" - "\344\344\377\344\344\344\377\344\344\344\377\344\344\344\377\344\344" - "\344\377\344\344\344\377\344\344\344\377\344\344\344\377|||\377\310\310" - "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" - "sss\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274\274\377" - "\274\274\274\377\274\274\274\377\274\274\274\377\274\274\274\377\274" - "\274\274\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274" - "\274\377\274\274\274\377\274\274\274\377ccc\377\0\0\0\377\0\0\0-\0\0" - "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0m\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\207\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\31" - "\0\0\0(\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0" - "-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0(\0\0\0\31\0\0\0\10" - "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\10\0\0\0\16\0\0\0\21\0\0\0\21" - "\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0" - "\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\16\0\0\0\10\0" - "\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0" - "\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0" - "\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_mail_compose) -#endif -#ifdef __GNUC__ -static const guint8 stock_mail_compose[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_mail_compose[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\321\257" - "a\377\361\343\254\377\373\251\17\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0V\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\265\265" - "\265\377\240k\11\377\361\343\254\377\373\251\17\377\201`\0\377\0\0\0" - "\377\340\340\340\377\301\301\301\377\0\0\0\377\0\0\0D\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\364\364\364\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\375\375\375\377\375\375\375\377\0\0\0\377\346\303p\377\361\323\207\377" - "\325\217\14\377\0\0\0\377\262\262\262\377\303\303\303\377\373\373\373" - "\377\250\250\250\377\0\0\0\377\0\0\0V\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" - "\377\377\377\377\366\366\366\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\375\375\375\377\375\375\375\377\375\375\375\377\263\263" - "\263\377\240k\11\377\361\343\254\377\373\251\17\377\201`\0\377\0\0\0" - "\377\372\372\372\377\255\255\255\377vvv\377]]]\377@@@\377\0\0\0\377\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\366\366\366\377\377" - "\377\377\377\373\373\373\377\373\373\373\377\373\373\373\377\373\373" - "\373\377\370\370\370\377\0\0\0\377\346\303p\377\361\320~\377\325\217" - "\14\377\0\0\0\377\254\254\254\377\370\370\366\377\342\342\342\377\205" - "\205\205\377KKI\377\26\26\26\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\377\377\377\377\377\364\364\364\377\375\375\375\377\375\375\375" - "\377\373\373\373\377\373\373\373\377\373\373\372\377}}}\377\240k\11\377" - "\361\343\254\377\373\251\17\377\201`\0\377\0\0\0\377\364\364\364\377" - "\362\362\362\377\360\360\360\377\357\357\357\377\325\325\325\377\255" - "\255\255\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" - "\377\362\362\362\377\371\371\371\377\366\366\366\377\366\366\366\377" - "\366\366\363\377\363\363\363\377\0\0\0\377\346\303p\377\361\320~\377" - "\325\217\14\377\0\0\0\377\207\207\206\377\345\345\345\377\342\342\342" - "\377\337\337\337\377\353\353\353\377\342\342\342\377\301\301\301\377" - "\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\360\360" - "\360\377\370\370\370\377\370\370\370\377\370\370\370\377\370\370\366" - "\377\256\256\256\377{S\7\377\361\343\254\377\373\251\17\377\201`\0\377" - "\0\0\0\377\355\355\355\377\353\353\353\377\353\353\351\377\351\351\347" - "\377\351\351\347\377\340\340\336\377\277\277\277\377\0\0\0\377\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\357\357\357\377\363\363" - "\363\377\360\360\360\377\360\360\355\377\355\355\355\377\0\0\0\377\346" - "\303p\377\361\322\204\377\312\207\13\377\0\0\0\377\236\236\234\377\334" - "\334\331\377\331\331\331\377\331\331\326\377\326\326\324\377\345\345" - "\344\377\331\331\327\377\272\272\272\377\0\0\0\377\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\377\377\377\377\377\355\355\355\377\364\364\364\377\364" - "\364\364\377\362\362\362\377\252\252\252\377\240k\11\377\361\343\254" - "\377\373\251\17\377\201`\0\377\0\0\0\377\347\347\345\377\345\345\344" - "\377\345\345\344\377\344\344\342\377\340\340\336\377\342\342\340\377" - "\331\331\327\377\272\272\272\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\377\377\377\377\377\353\353\353\377\356\356\354\377\347\347\345" - "\377\345\345\345\377\0\0\0\377\346\303p\377\361\322\204\377\312\207\13" - "\377\0\0\0\377\227\227\226\377\324\324\321\377\342\342\340\377\340\340" - "\336\377\336\336\334\377\336\336\333\377\336\336\334\377\331\331\327" - "\377\275\275\274\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" - "\377\377\377\347\347\347\377\357\357\355\377\353\353\353\377\246\246" - "\245\377\272|\12\377\373\251\17\377\373\251\17\377z[\0\377\0\0\0\377" - "\342\342\340\377\340\340\336\377\336\336\334\377\336\336\333\377\334" - "\334\331\377\333\333\331\377\333\333\331\377\325\325\323\377\274\274" - "\274\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" - "\345\345\345\377\343\343\343\377\331\331\331\377\0\0\0\377\362\346\266" - "\377{{{\377pK\5\377\0\0\0\377ggd\377\313\313\307\377\311\311\307\377" - "\334\334\331\377\333\333\327\377\331\331\327\377\327\327\325\377\331" - "\331\327\377\327\327\323\377\264\264\264\377\0\0\0\377\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\377\377\377\377\377\342\342\340\377\345\345\344\377" - "\344\344\344\377\0\0\0\377\333\325\301\377~oW\377uX\0\377\0\0\0\377\334" - "\334\331\377\333\333\331\377\333\333\327\377\331\331\325\377\327\327" - "\323\377\325\325\323\377\325\325\321\377\327\327\323\377\320\320\316" - "\377\272\272\270\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" - "\377\377\377\336\336\334\377\335\335\333\377\321\321\317\377\16\16\16" - "\377SSS\377\0\0\0\377\0\0\0\377\215\215\213\377\304\304\301\377\304\304" - "\277\377\301\301\274\377\325\325\321\377\325\325\321\377\323\323\320" - "\377\321\321\320\377\323\323\320\377\320\320\316\377\272\272\270\377" - "\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\334\334" - "\333\377\340\340\334\377\335\335\333\377\0\0\0\377\0\0\0\377\211\211" - "\207\377\311\311\306\377\315\315\312\377\320\320\315\377\316\316\313" - "\377\320\320\315\377\320\320\315\377\320\320\315\377\320\320\315\377" - "\317\317\314\377\320\320\315\377\320\320\314\377\266\266\266\377\0\0" - "\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\333\333\331" - "\377\324\324\320\377\303\303\300\377[[[\377\221\221\215\377\221\221\217" - "\377\237\237\235\377\257\257\254\377\271\271\266\377\276\276\273\377" - "\303\303\300\377\305\305\302\377\310\310\305\377\312\312\307\377\313" - "\313\310\377\314\314\311\377\314\314\310\377\262\262\262\377\0\0\0\377" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\322\322\320\377\322" - "\322\317\377\317\317\314\377\277\277\275\377\237\237\234\377\210\210" - "\206\377\207\207\205\377\214\214\212\377\225\225\223\377\234\234\232" - "\377\250\250\245\377\261\261\256\377\265\265\263\377\273\273\270\377" - "\276\276\273\377\277\277\274\377\302\302\276\377\262\262\262\377\0\0" - "\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\321\321\316" - "\377\320\320\314\377\314\314\311\377\317\317\314\377\303\303\300\377" - "\256\256\253\377\235\235\232\377\227\227\224\377\227\227\224\377\224" - "\224\221\377\232\232\227\377\237\237\234\377\243\243\240\377\250\250" - "\245\377\252\252\247\377\260\260\254\377\270\270\265\377\260\260\256" - "\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\322" - "\322\317\377\321\321\316\377\321\321\316\377\321\321\316\377\317\317" - "\315\377\313\313\310\377\276\276\274\377\264\264\260\377\254\254\250" - "\377\244\244\242\377\240\240\234\377\240\240\234\377\244\244\240\377" - "\244\244\242\377\250\250\246\377\253\253\247\377\262\262\256\377\244" - "\244\244\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" - "\377\321\321\320\377\321\321\316\377\320\320\316\377\316\316\314\377" - "\316\316\312\377\316\316\312\377\314\314\310\377\306\306\302\377\274" - "\274\271\377\263\263\257\377\264\264\260\377\253\253\251\377\246\246" - "\243\377\240\240\235\377\246\246\243\377\252\252\247\377\254\254\251" - "\377\241\241\241\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" - "\377\377\377\261\261\257\377\264\264\263\377\264\264\261\377\264\264" - "\261\377\264\264\261\377\263\263\261\377\263\263\261\377\262\262\256" - "\377\256\256\252\377\247\247\244\377\242\242\240\377\245\245\241\377" - "\245\245\241\377\231\231\227\377\222\222\220\377\224\224\220\377\235" - "\235\233\377\205\205\203\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0r\0\0" - "\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_mail_forward) -#endif -#ifdef __GNUC__ -static const guint8 stock_mail_forward[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_mail_forward[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" - "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0" - "\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2" - "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0f\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0m\0\0\0\10\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\377" - "SSS\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\376\376\376\377\375\375\375\377\374\374\374\377\373\373\373\377\371" - "\371\371\377\370\370\370\377\367\367\367\377\366\366\366\377\365\365" - "\365\377\364\364\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31\0" - "\0\0\10\0\0\0\1\0\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377" - "\377\377\377\365\365\365\377\364\364\364\377\363\363\363\377\362\362" - "\362\377\362\362\362\377\361\361\361\377\360\360\360\377\360\360\360" - "\377\357\357\357\377\356\356\356\377\355\355\355\377\343\343\343\377" - "OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0" - "\0\2\0\0\0\377\377\377\377\377\344\344\344\377CCC\377\375\375\375\377" - "\363\363\363\377\362\362\362\377\362\362\362\377\361\361\361\377\360" - "\360\360\377\357\357\357\377\356\356\356\377\356\356\356\377\355\355" - "\355\377\343\343\343\377OOO\377\254\254\254\377\310\310\310\377\0\0\0" - "\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377" - "\365\365\365\377\344\344\344\377OOO\377\373\373\373\377\361\361\361\377" - "\360\360\360\377\360\360\360\377\357\357\357\377\356\356\356\377\355" - "\355\355\377\355\355\355\377\343\343\343\377CCC\377\240\240\240\377\324" - "\324\324\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0" - "\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\365\365\365\377" - "\344\344\344\377CCC\377\370\370\370\377\360\360\360\377\357\357\357\377" - "\356\356\356\377\355\355\355\377\354\354\354\377\343\343\343\377OOO\377" - "\225\225\225\377\324\324\324\377\344\344\344\377\310\310\310\377\0\0" - "\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377" - "\377\365\365\365\377\365\365\365\377\365\365\365\377\344\344\344\377" - ">>>\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354\377" - "\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\344\344\344\377" - "\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0" - "\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\365\365\365" - "\377\365\365\365\377\344\344\344\377jjj\377CCC\377\363\363\363\377\354" - "\354\354\377\343\343\343\377OOO\377jjj\377\306\306\306\377\306\306\306" - "\377\365\365\365\377\0\0\0\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0" - "\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377" - "\365\365\365\377\344\344\344\377ccc\377\377\377\377\377\271\271\271\377" - "OOO\377\360\360\360\377OOO\377\225\225\225\377\306\306\306\377sss\377" - "\306\306\306\377\365\365\365\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373" - "\373\377\344\344\344\377ccc\377\377\377\377\377\365\365\365\377\344\344" - "\344\377\324\324\324\377OOO\377\254\254\254\377\306\306\306\377\344\344" - "\344\377\344\344\344\377|||\377\344\344\344\377\0\0\0\377[\210\262\377" - "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" - "\377\377\344\344\344\377sss\377\377\377\377\377\365\365\365\377\365\365" - "\365\377\365\365\365\377\365\365\365\377\344\344\344\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\236\270\321" - "\377P\200\255\377\0\0\0\377\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" - "\377\377\377\377|||\377\377\377\377\377\344\344\344\377\344\344\344\377" - "\344\344\344\377\344\344\344\377\344\344\344\377\344\344\344\377\0\0" - "\0\377\265\311\334\377\257\305\332\377\262\307\333\377\266\312\335\377" - "\266\312\335\377\266\312\335\377\244\275\325\377\234\267\321\377P\200" - "\255\377\10\15\21\377\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377sss\377\274\274" - "\274\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274\274" - "\377\274\274\274\377\274\274\274\377\274\274\274\377\0\0\0\377\233\266" - "\320\377\240\272\323\377\234\267\321\377\234\267\321\377\233\266\320" - "\377\232\265\317\377\240\272\323\377\234\267\321\377\227\263\316\377" - "_\213\264\377\0\0\0\377\0\0\0\0\0\0\0\2\0\0\0m\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\221\260\314\377\236\270\321\377\232\265\317\377\232\265\317" - "\377\233\266\320\377\234\267\321\377\234\267\321\377\234\267\321\377" - "\240\272\323\377\225\262\316\377Ly\243\377\0\0\0\377\0\0\0\1\0\0\0\10" - "\0\0\0\31\0\0\0(\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0" - "\0\377It\234\377\77e\210\377\77e\210\377\77e\210\377\77e\210\377\77e" - "\210\377\77e\210\377\77e\210\377\77e\210\377*C[\377\0\0\0\377\0\0\0\0" - "\0\0\0\0\0\0\0\2\0\0\0\10\0\0\0\16\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21" - "\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\377Eo\226\3777Yx\3777Yx\3777Yx\377" - "7Yx\3777Yx\377\77e\210\377\77e\210\377*C[\377\0\0\0\377\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0" - "\0\0\2\0\0\0\2\0\0\0\2\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\77e\210\377*C[\377\0\0\0\377\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\377*C[\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_mail_receive) -#endif -#ifdef __GNUC__ -static const guint8 stock_mail_receive[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_mail_receive[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\377\311\333\307\377\311\332\307\377\311\332\307\377\201\232y\377" - "XuM\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\377\262\311\260\377\251\304\247\377\255\310\253" - "\377[yP\377MgD\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\273\320\271\377\256\307\254\377" - "\256\307\254\377[yP\377MgD\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\324\0\0\0\377\0\0\0\377\0\0\0\377\271\316\267" - "\377\256\307\254\377\252\307\250\377[yP\377MgD\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\315\336\313" - "\377\261\311\260\377\265\316\265\377\260\311\260\377\255\306\253\377" - "[yP\377[yP\377[yP\377MhD\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0" - "\0\0\2\0\0\0\2\0\0\0\377\315\336\313\377\264\313\262\377\263\312\261" - "\377\255\306\253\377[yP\377[yP\377MhD\377\0\0\0\377\0\0\0\2\0\0\0\2\0" - "\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "f\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\315\336" - "\313\377\252\307\250\377\260\307\256\377[yP\377MhD\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0m\0\0\0\10\0\0\0" - "\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\377SSS\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\376\376\376\377\0\0\0\377\315\336" - "\313\377\255\310\253\377TqJ\377\0\0\0\377\367\367\367\377\366\366\366" - "\377\365\365\365\377\364\364\364\377\343\343\343\377SSS\377\0\0\0\377" - "\0\0\0\31\0\0\0\10\0\0\0\1\0\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377" - "OOO\377\377\377\377\377\365\365\365\377\364\364\364\377\363\363\363\377" - "\362\362\362\377\0\0\0\377\317\337\314\377\0\0\0\377\360\360\360\377" - "\357\357\357\377\356\356\356\377\355\355\355\377\343\343\343\377OOO\377" - "\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\2\0" - "\0\0\377\377\377\377\377\344\344\344\377CCC\377\375\375\375\377\363\363" - "\363\377\362\362\362\377\362\362\362\377\361\361\361\377---\377\357\357" - "\357\377\356\356\356\377\356\356\356\377\355\355\355\377\343\343\343" - "\377OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21" - "\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\344" - "\344\344\377OOO\377\373\373\373\377\361\361\361\377\360\360\360\377\360" - "\360\360\377\357\357\357\377\356\356\356\377\355\355\355\377\355\355" - "\355\377\343\343\343\377CCC\377\240\240\240\377\324\324\324\377\310\310" - "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" - "\377\377\377\377\373\373\373\377\365\365\365\377\344\344\344\377CCC\377" - "\370\370\370\377\360\360\360\377\357\357\357\377\356\356\356\377\355" - "\355\355\377\354\354\354\377\343\343\343\377OOO\377\225\225\225\377\324" - "\324\324\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21" - "\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\365" - "\365\365\377\365\365\365\377\344\344\344\377>>>\377\365\365\365\377\356" - "\356\356\377\355\355\355\377\354\354\354\377\343\343\343\377MMM\377\201" - "\201\201\377\306\306\306\377\344\344\344\377\344\344\344\377\310\310" - "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" - "\377\377\377\377\373\373\373\377\365\365\365\377\365\365\365\377\344" - "\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343\343\343" - "\377OOO\377jjj\377\306\306\306\377\306\306\306\377\365\365\365\377\344" - "\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0" - "\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\365\365\365\377" - "\344\344\344\377ccc\377\377\377\377\377\271\271\271\377OOO\377\360\360" - "\360\377OOO\377\225\225\225\377\306\306\306\377sss\377\306\306\306\377" - "\365\365\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0" - "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377" - "\344\344\344\377ccc\377\377\377\377\377\365\365\365\377\344\344\344\377" - "\324\324\324\377OOO\377\254\254\254\377\306\306\306\377\344\344\344\377" - "\344\344\344\377|||\377\344\344\344\377\344\344\344\377\310\310\310\377" - "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" - "\377\377\344\344\344\377sss\377\377\377\377\377\365\365\365\377\365\365" - "\365\377\365\365\365\377\365\365\365\377\344\344\344\377\344\344\344" - "\377\365\365\365\377\365\365\365\377\365\365\365\377\344\344\344\377" - "|||\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0" - "\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377|||\377\377\377\377\377" - "\344\344\344\377\344\344\344\377\344\344\344\377\344\344\344\377\344" - "\344\344\377\344\344\344\377\344\344\344\377\344\344\344\377\344\344" - "\344\377\344\344\344\377\344\344\344\377\344\344\344\377|||\377\310\310" - "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" - "sss\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274\274\377" - "\274\274\274\377\274\274\274\377\274\274\274\377\274\274\274\377\274" - "\274\274\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274" - "\274\377\274\274\274\377\274\274\274\377ccc\377\0\0\0\377\0\0\0-\0\0" - "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0m\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\207\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\31" - "\0\0\0(\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0" - "-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0(\0\0\0\31\0\0\0\10" - "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\10\0\0\0\16\0\0\0\21\0\0\0\21" - "\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0" - "\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\16\0\0\0\10\0" - "\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0" - "\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0" - "\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0\0\0\0" - "\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_mail_reply) -#endif -#ifdef __GNUC__ -static const guint8 stock_mail_reply[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_mail_reply[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0" - "\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2" - "\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0f\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0m\0\0\0\10\0\0\0\2\0\0\0\0\0\0\0\0" - "\0\0\0\1\0\0\0\377SSS\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\376\376\376\377\375\375\375\377\374\374\374\377" - "\373\373\373\377\371\371\371\377\370\370\370\377\367\367\367\377\366" - "\366\366\377\365\365\365\377\364\364\364\377\343\343\343\377SSS\377\0" - "\0\0\377\0\0\0\31\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377\356\356" - "\356\377OOO\377\377\377\377\377\365\365\365\377\364\364\364\377\363\363" - "\363\377\362\362\362\377\362\362\362\377\361\361\361\377\360\360\360" - "\377\360\360\360\377\357\357\357\377\356\356\356\377\355\355\355\377" - "\343\343\343\377OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17\0\0" - "\0\0\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344\344\377CCC\377" - "\375\375\375\377\363\363\363\377\362\362\362\377\362\362\362\377\361" - "\361\361\377\360\360\360\377\357\357\357\377\356\356\356\377\356\356" - "\356\377\355\355\355\377\343\343\343\377OOO\377\254\254\254\377\310\310" - "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377" - "\377\377\377\377\365\365\365\377\344\344\344\377OOO\377\373\373\373\377" - "\361\361\361\377\360\360\360\377\360\360\360\377\357\357\357\377\356" - "\356\356\377\355\355\355\377\355\355\355\377\343\343\343\377CCC\377\240" - "\240\240\377\324\324\324\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21" - "\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\365" - "\365\365\377\344\344\344\377CCC\377\370\370\370\377\360\360\360\377\357" - "\357\357\377\356\356\356\377\355\355\355\377\354\354\354\377\343\343" - "\343\377OOO\377\225\225\225\377\324\324\324\377\344\344\344\377\310\310" - "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377" - "\377\377\377\377\365\365\365\377\365\365\365\377\365\365\365\377\344" - "\344\344\377>>>\377\365\365\365\377\356\356\356\377\355\355\355\377\354" - "\354\354\377\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\344" - "\344\344\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21" - "\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377=\32" - "\23\377\365\365\365\377\344\344\344\377jjj\377CCC\377\363\363\363\377" - "\354\354\354\377\343\343\343\377OOO\377jjj\377\306\306\306\377\306\306" - "\306\377\365\365\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0" - "\0\0-\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\0\0" - "\0\377\0\0\0\377\344\344\344\377ccc\377\377\377\377\377\271\271\271\377" - "OOO\377\360\360\360\377OOO\377\225\225\225\377\306\306\306\377sss\377" - "\306\306\306\377\365\365\365\377\344\344\344\377\310\310\310\377\0\0" - "\0\377\0\0\0-\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377\0\0\0\377\352" - "\300\272\377\0\0\0\377ccc\377\377\377\377\377\365\365\365\377\344\344" - "\344\377\324\324\324\377OOO\377\254\254\254\377\306\306\306\377\344\344" - "\344\377\344\344\344\377|||\377\344\344\344\377\344\344\344\377\310\310" - "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377" - "\352\300\272\377\337\236\225\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\344\344\344\377\365\365\365\377\365" - "\365\365\377\365\365\365\377\344\344\344\377|||\377\344\344\344\377\310" - "\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\0\0\0\0\0\0\0\0\377\352" - "\300\272\377\340\241\230\377\341\245\235\377\342\247\236\377\343\253" - "\243\377\342\247\236\377\343\252\242\377\337\236\225\377\314bS\377\0" - "\0\0\377\344\344\344\377\344\344\344\377\344\344\344\377\344\344\344" - "\377\344\344\344\377\344\344\344\377|||\377\310\310\310\377\0\0\0\377" - "\0\0\0-\0\0\0\21\0\0\0\0\0\0\0\377\352\300\272\377\335\227\215\377\337" - "\237\227\377\337\236\225\377\336\232\220\377\335\226\214\377\335\226" - "\214\377\336\232\220\377\335\224\212\377\261C4\377\0\0\0\377\274\274" - "\274\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274\274" - "\377\274\274\274\377\274\274\274\377ccc\377\0\0\0\377\0\0\0-\0\0\0\21" - "C\31\23\377\352\302\274\377\336\232\220\377\337\234\222\377\335\231\217" - "\377\335\231\217\377\335\227\215\377\336\232\220\377\336\232\220\377" - "\336\232\220\377\336\232\220\377\265E5\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\207\0\0\0(\0\0\0\17\0\0\0\0\0\0\0\377e&\35\377\230:,\377\230:,\377" - "\230:,\377\230:,\377\230:,\377\230:,\377\230:,\377\230:,\377|/$\377\0" - "\0\0\377\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0" - "\0(\0\0\0\31\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\377e&\35\377\230:,\377\230" - ":,\377c%\35\377c%\35\377c%\35\377c%\35\377c%\35\377l)\37\377\0\0\0\377" - "\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0" - "\21\0\0\0\16\0\0\0\10\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377e&\35" - "\377\230:,\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0" - "\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\377e&\35\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_mail_send) -#endif -#ifdef __GNUC__ -static const guint8 stock_mail_send[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_mail_send[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0O\77\12\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" - "\364\346\265\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\364\345" - "\263\377\355\326\204\377u_\20\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\364\345" - "\263\377\355\325\200\377\356\326\205\377\257\215\30\377u_\20\377\0\0" - "\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\377\364\345\263\377\357\331\214\377\356\330\213\377\355\325\202" - "\377\257\215\30\377\257\215\30\377u_\20\377\0\0\0\377\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\377\364\345\263\377\356\330\211\377" - "\357\332\222\377\356\330\211\377\355\325\202\377\257\215\30\377\257\215" - "\30\377\257\215\30\377u_\20\377\0\0\0\377\0\0\0\2\0\0\0\2\0\0\0\2\0\0" - "\0\2\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0f\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\360\333\223\377\355\326\204" - "\377\355\325\200\377\257\215\30\377s]\20\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0m\0\0\0\10\0\0\0\2\0\0\0\0" - "\0\0\0\0\0\0\0\1\0\0\0\377SSS\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377\360\334\227\377\355\326\204\377" - "\355\326\204\377\257\215\30\377s]\20\377\0\0\0\377\366\366\366\377\365" - "\365\365\377\364\364\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31" - "\0\0\0\10\0\0\0\1\0\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377" - "\377\377\377\365\365\365\377\364\364\364\377\0\0\0\377\356\330\211\377" - "\355\323|\377\355\326\204\377\257\215\30\377s]\20\377\0\0\0\377\356\356" - "\356\377\355\355\355\377\343\343\343\377OOO\377\256\256\256\377\0\0\0" - "\377\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377" - "\344\344\344\377CCC\377\375\375\375\377\363\363\363\377\0\0\0\377\344" - "\277=\377\313\244\34\377\321\250\34\377\220t\23\377|d\21\377\0\0\0\377" - "\355\355\355\377\343\343\343\377OOO\377\254\254\254\377\310\310\310\377" - "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" - "\377\377\365\365\365\377\344\344\344\377OOO\377\373\373\373\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\343" - "\343\343\377CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0" - "\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377" - "\377\373\373\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370" - "\377\360\360\360\377\357\357\357\377\356\356\356\377\355\355\355\377" - "\354\354\354\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377" - "\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0" - "\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\365\365\365" - "\377\365\365\365\377\344\344\344\377>>>\377\365\365\365\377\356\356\356" - "\377\355\355\355\377\354\354\354\377\343\343\343\377MMM\377\201\201\201" - "\377\306\306\306\377\344\344\344\377\344\344\344\377\310\310\310\377" - "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" - "\377\377\373\373\373\377\365\365\365\377\365\365\365\377\344\344\344" - "\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343\343\343\377OO" - "O\377jjj\377\306\306\306\377\306\306\306\377\365\365\365\377\344\344" - "\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0" - "\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\365\365\365\377\344" - "\344\344\377ccc\377\377\377\377\377\271\271\271\377OOO\377\360\360\360" - "\377OOO\377\225\225\225\377\306\306\306\377sss\377\306\306\306\377\365" - "\365\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21" - "\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\344" - "\344\344\377ccc\377\377\377\377\377\365\365\365\377\344\344\344\377\324" - "\324\324\377OOO\377\254\254\254\377\306\306\306\377\344\344\344\377\344" - "\344\344\377|||\377\344\344\344\377\344\344\344\377\310\310\310\377\0" - "\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377" - "\377\344\344\344\377sss\377\377\377\377\377\365\365\365\377\365\365\365" - "\377\365\365\365\377\365\365\365\377\344\344\344\377\344\344\344\377" - "\365\365\365\377\365\365\365\377\365\365\365\377\344\344\344\377|||\377" - "\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0" - "\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377|||\377\377\377\377\377\344\344" - "\344\377\344\344\344\377\344\344\344\377\344\344\344\377\344\344\344" - "\377\344\344\344\377\344\344\344\377\344\344\344\377\344\344\344\377" - "\344\344\344\377\344\344\344\377\344\344\344\377|||\377\310\310\310\377" - "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377sss\377\274" - "\274\274\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274" - "\274\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274\274" - "\377\274\274\274\377\274\274\274\377\274\274\274\377\274\274\274\377" - "\274\274\274\377\274\274\274\377ccc\377\0\0\0\377\0\0\0-\0\0\0\21\0\0" - "\0\2\0\0\0\0\0\0\0\2\0\0\0m\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\207" - "\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\31\0\0\0(\0\0" - "\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0" - "\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0-\0\0\0(\0\0\0\31\0\0\0\10\0\0\0\1\0" - "\0\0\0\0\0\0\0\0\0\0\2\0\0\0\10\0\0\0\16\0\0\0\21\0\0\0\21\0\0\0\21\0" - "\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21" - "\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\21\0\0\0\16\0\0\0\10\0\0\0\2\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0" - "\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0" - "\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_menu_about) -#endif -#ifdef __GNUC__ -static const guint8 stock_menu_about[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_menu_about[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (1024) */ - "\0\0\4\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (64) */ - "\0\0\0@" - /* width (16) */ - "\0\0\0\20" - /* height (16) */ - "\0\0\0\20" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!\"\10\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0LN\23l\0\0\0\377\25\26\6#\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\11\0\0\0\377\356\366>\377\0\0\0\377\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\21\4\7dg\32" - "x\0\0\0\377\0\0\0\377\352\361=\377\360\370\77\377\313\3225\370\0\0\0" - "\377\0\0\0\377JL\23k\0\0\0\0\20\21\4\0dg\32\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\34\35\7\0\0\0\0\377\360\370\77\377\360\370\77\377\360\370\77\377\360" - "\370\77\377\360\370\77\377\360\370\77\377\351\360=\377\0\0\0\377\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\10%\0\0\0" - "\377\360\370\77\377\360\370\77\377\360\370\77\377\360\370\77\377\345" - "\354<\377\0\0\0\377\5\5\1\7\0\0\0\0\0\0\0\0\37\37\10\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\350\360=\377\360\370\77\377\360" - "\370\77\377\360\370\77\377\253\260-\372\0\0\0\377\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\360\370" - "\77\377\354\363>\377\0\0\0\377\357\367\77\377\316\3266\377\0\0\0\377" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\377\264\272/\363\0\0\0\377\30\30\6\77\0\0\0\377\315\3245\375" - "\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\36\37\10g\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" - "\26\27\5F\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_menu_blank) -#endif -#ifdef __GNUC__ -static const guint8 stock_menu_blank[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_menu_blank[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (1024) */ - "\0\0\4\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (64) */ - "\0\0\0@" - /* width (16) */ - "\0\0\0\20" - /* height (16) */ - "\0\0\0\20" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_scores) -#endif -#ifdef __GNUC__ -static const guint8 stock_scores[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_scores[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0\4\0\0\0\4\0\0\0\4\0\0" - "\0\3\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\215\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\227\0\0\0\22\0\0\0\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\2\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\341\341\341\377\0\0\0\377\0\0\0""2\0\0\0\22\0\0\0\2\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\377\377\377\377\377\353" - "\353\353\377\0\0\0\377\355\355\355\377\322\322\322\377\0\0\0\377\0\0" - "\0L\0\0\0\34\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0" - "\0\377\377\377\377\377\0\0\0\377\0\0\0\377\356\356\356\377\322\322\322" - "\377\0\0\0\377\0\0\0T\0\0\0\40\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\3\0" - "\0\0\4\0\0\0\10\0\0\0\377\377\377\377\377\355\355\355\377\0\0\0\377\357" - "\357\357\377\323\323\323\377\0\0\0\377\0\0\0U\0\0\0\40\0\0\0\4\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\215\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\377\377\377" - "\377\356\356\356\377\0\0\0\377\360\360\360\377\324\324\324\377\0\0\0" - "\377\0\0\0W\0\0\0$\0\0\0\10\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\325\325\325\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\205\0\0\0\20\0\0\0\5\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\377\377\377\377\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\355\355\355\377\356\356\356\377\357\357\357\377\361\361" - "\361\377\362\362\362\377\363\363\363\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0" - "1\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\377\377\377" - "\377\377\353\353\353\377\354\354\354\377\0\0\0\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\361\361\361\377\363\363\363\377\364\364" - "\364\377\365\365\365\377\0\0\0\377\0\0\0\377\0\0\0\377\333\333\333\377" - "\0\0\0\377\0\0\0K\0\0\0\34\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0" - "\0\0\377\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377\357\357\357\377" - "\360\360\360\377\361\361\361\377\362\362\362\377\363\363\363\377\365" - "\365\365\377\366\366\366\377\367\367\367\377\370\370\370\377\0\0\0\377" - "\334\334\334\377\0\0\0\377\0\0\0T\0\0\0\40\0\0\0\4\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\4\0\0\0\377\377\377\377\377\0\0\0\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\367\367\367\377\370\370\370" - "\377\0\0\0\377\0\0\0\377\335\335\335\377\0\0\0\377\0\0\0U\0\0\0\40\0" - "\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\377\377\377\377\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\361\361\361\377\362\362\362\377\363\363\363" - "\377\364\364\364\377\365\365\365\377\366\366\366\377\367\367\367\377" - "\371\371\371\377\372\372\372\377\0\0\0\377\336\336\336\377\0\0\0\377" - "\0\0\0U\0\0\0\40\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\377\377" - "\377\377\377\357\357\357\377\360\360\360\377\361\361\361\377\362\362" - "\362\377\363\363\363\377\364\364\364\377\365\365\365\377\366\366\366" - "\377\367\367\367\377\370\370\370\377\0\0\0\377\0\0\0\377\0\0\0\377\337" - "\337\337\377\0\0\0\377\0\0\0U\0\0\0\40\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\4\0\0\0\377\341\341\341\377\323\323\323\377\324\324\324\377" - "\325\325\325\377\326\326\326\377\327\327\327\377\330\330\330\377\331" - "\331\331\377\331\331\331\377\332\332\332\377\333\333\333\377\334\334" - "\334\377\335\335\335\377\337\337\337\377\340\340\340\377\0\0\0\377\0" - "\0\0T\0\0\0\40\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\254\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\273\0\0\0L\0\0\0\34\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\2\0\0\0\23\0\0\0""5\0\0\0M\0\0\0T\0\0\0U\0\0\0U\0\0\0U\0\0\0U" - "\0\0\0U\0\0\0U\0\0\0U\0\0\0U\0\0\0U\0\0\0U\0\0\0U\0\0\0T\0\0\0L\0\0\0" - "2\0\0\0\22\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\23\0" - "\0\0\35\0\0\0\40\0\0\0\40\0\0\0\40\0\0\0\40\0\0\0\40\0\0\0\40\0\0\0\40" - "\0\0\0\40\0\0\0\40\0\0\0\40\0\0\0\40\0\0\0\40\0\0\0\37\0\0\0\34\0\0\0" - "\22\0\0\0\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0" - "\0\0\3\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0" - "\4\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_mic) -#endif -#ifdef __GNUC__ -static const guint8 stock_mic[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_mic[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0<\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0<\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<RRR\377\332" - "\332\333\377\372\372\373\377\361\361\363\377\370\370\371\377\335\334" - "\335\377\0\0\0\377\0\0\0E\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\377\332\331\332\377\363\362\365\377\326\325\334\377\350" - "\350\353\377\267\265\275\377\324\322\327\377ifl\377\0\0\0\377\0\0\0\13" - "\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\372\372\373\377" - "\334\334\342\377\354\353\356\377\301\277\307\377\330\326\333\377\220" - "\217\226\377\214\212\217\377\0\0\0\377\0\0\0\26\0\0\0\4\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\363\361\364\377\357\357\362\377\312" - "\307\321\377\337\336\343\377\235\234\244\377\275\273\301\377CBF\377\0" - "\0\0\377\0\0\0\31\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0I\0\0\0]\0\0\0\1\0\0\0\377" - "\372\372\372\377\324\322\331\377\350\346\353\377\261\260\272\377\311" - "\307\316\377tqz\377qpv\377\0\0\0\377\0\0\0\31\0\0\0_\0\0\0J\0\0\0\1\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "]\0\0\0\377\0\0\0\377\0\0\0\377\361\360\363\377\355\354\360\377\303\301" - "\312\377\330\326\335\377\214\211\225\377\250\246\257\377226\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0b\0\0\0\7\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\377\0\0\0\26\0\0\0\377" - "\371\371\372\377\317\316\326\377\344\342\347\377\250\247\261\377\303" - "\301\310\377ebl\377aae\377\0\0\0\377\0\0\0\34\0\0\0\377\0\0\0\27\0\0" - "\0\12\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\377\0\0\0\25\0\0\0\377\360\356\361\377\353\352\356\377" - "\276\273\306\377\325\324\332\377\204\200\214\377\236\235\246\377-,0\377" - "\0\0\0\377\0\0\0\32\0\0\0\377\0\0\0\25\0\0\0\6\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\24" - "\0\0\0\377\370\370\371\377\312\307\321\377\337\336\342\377\234\232\244" - "\377\270\266\276\377YW_\377][a\377\0\0\0\377\0\0\0\31\0\0\0\377\0\0\0" - "\24\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\377\0\0\0\24\0\0\0\377\354\352\355\377\343\342\346" - "\377\250\247\260\377\307\305\314\377rqx\377\222\220\231\377(&*\377\0" - "\0\0\377\0\0\0\31\0\0\0\377\0\0\0\24\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\24\0" - "\0\0\377\350\347\352\377\265\263\272\377\314\314\322\377\205\204\212" - "\377\245\244\253\377JIO\377MLQ\377\0\0\0\377\0\0\0\31\0\0\0\377\0\0\0" - "\24\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\377\0\0\0\24\0\0\0C\0\0\0\377\206\204\210\37776" - ":\377aac\377$#&\377DDI\377\0\0\0\377\0\0\0\232\0\0\0\30\0\0\0\377\0\0" - "\0\24\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\24\0\0\0\6\0\0\0D\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\232\0\0\0\32\0\0\0\17\0\0\0\377" - "\0\0\0\24\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0k\0\0\0\206\0\0\0\6\0\0\0\3\0\0\0\13\0\0\0" - "\26\0\0\0{\0\0\0\32\0\0\0\31\0\0\0\27\0\0\0\17\0\0\0\200\0\0\0m\0\0\0" - "\22\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\2\0\0\0o\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0m\0\0\0\13\0" - "\0\0\13\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\13\0\0\0\22\0\0\0\24KKK\377" - "aaa\377\0\0\0\377\0\0\0\30\0\0\0\25\0\0\0\24\0\0\0\22\0\0\0\13\0\0\0" - "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\4\0\0\0\5KKK\377\177\177" - "\177\377\0\0\0\377\0\0\0m\0\0\0;\0\0\0\6\0\0\0\5\0\0\0\2\0\0\0\33\0\0" - "\0]\0\0\0\34\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0KKK\377\177\177\177\377" - "\0\0\0\377\0\0\0\32\0\0\0\12\0\0\0L\0\0\0\2\0\0\0\0\0\0\0I\0\0\0\4\0" - "\0\0M\0\0\0\37\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0""3\40\40\40\377hhh\377\0\0\0" - "\377\0\0\0G\0\0\0\7\0\0\0\2\0\0\0k\0\0\0]\0\0\0\2\0\0\0\5\0\0\0\3\0\0" - "\0l\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\\\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377gd[\377\0\0\0\377VRH\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0`\0\0\0" - "\2\0\0\0o\0\0\0\7\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\33\33\33\377\257\255" - "\251\377\205\202{\377wtl\377VRH\377VRH\377VRH\377VRH\377VRH\377VRH\377" - "VRH\377VRH\377VRH\377LI@\377;:2\377\40\37\32\377\0\0\0\377\0\0\0\14\0" - "\0\0\37\0\0\0\7\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\27\0\0\0\5\0\0\0K\0\0\0W\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\4\0\0\0\25\0\0\0\31\0\0\0\31\0\0\0\31\0\0\0\31\0\0\0\31\0\0\0\31\0" - "\0\0\31\0\0\0\31\0\0\0\31\0\0\0\31\0\0\0\31\0\0\0\31\0\0\0\31\0\0\0\31" - "\0\0\0\31\0\0\0\25\0\0\0\4\0\0\0\1\0\0\0\5"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_multiple_file) -#endif -#ifdef __GNUC__ -static const guint8 stock_multiple_file[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_multiple_file[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (4096) */ - "\0\0\20\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (128) */ - "\0\0\0\200" - /* width (32) */ - "\0\0\0\40" - /* height (32) */ - "\0\0\0\40" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\33\0\0\0\14\0\0\0\2\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\340\340\340\377" - "\301\301\301\377\0\0\0\377\0\0\0+\0\0\0\16\0\0\0\3\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\377\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0-\0" - "\0\0\16\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\340\340\340\377\301\301\301\377\0\0\0\377\0\0\0" - "-\0\0\0\16\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\375\375\375\377\373\373\373\377" - "\372\372\371\377\303\303\303\377\373\373\373\377\250\250\250\377\0\0" - "\0\377\0\0\0-\0\0\0\20\0\0\0\6\0\0\0\4\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\33\0\0\0\14\0\0\0\2\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\340\340\340\377\301\301" - "\301\377\0\0\0\377\0\0\0+\0\0\0\16\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\377" - "\377\377\377\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\375\375\375\377\373\373\373\377\372" - "\372\371\377\303\303\303\377\373\373\373\377\250\250\250\377\0\0\0\377" - "\0\0\0-\0\0\0\16\0\0\0\3\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0\377\377\377\377\377\377\377\377\377\321\321\321\377" - "\252\252\252\377\323\323\323\377\377\377\377\377\323\323\323\377\377" - "\377\377\377\252\252\252\377\252\252\252\377\375\375\375\377\320\320" - "\320\377\372\372\372\377\371\371\370\377\367\367\366\377\255\255\255" - "\377vvv\377]]]\377@@@\377\0\0\0\377\0\0\0+\0\0\0\14\0\0\0\0\0\0\0\377" - "\377\377\377\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\375\375\375\377\374\374\374\377\0\0\0\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\376\376\376\377\374\374\374\377" - "\373\373\372\377\371\371\371\377\367\367\367\377\366\366\365\377\364" - "\364\364\377\342\342\342\377\205\205\205\377KKI\377\26\26\26\377\0\0" - "\0\377\0\0\0N\0\0\0\33\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377" - "\377\377\377\376\376\376\377\374\374\374\377\373\373\372\377\371\371" - "\371\377\0\0\0\377\377\377\377\377\377\377\377\377\252\252\252\377\271" - "\271\271\377\323\323\323\377\323\323\323\377\376\376\376\377\250\250" - "\250\377\236\236\236\377\235\235\235\377\245\245\244\377\366\366\366" - "\377\243\243\242\377\311\311\310\377\362\362\361\377\360\360\357\377" - "\356\356\355\377\355\355\353\377\235\235\235\377\0\0\0\377\0\0\0]\0\0" - "\0#\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377\373\373" - "\373\377\371\371\371\377\370\370\367\377\366\366\366\377\0\0\0\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\375\375\375\377\373\373\373\377\372\372\371\377\370\370\370" - "\377\367\367\366\377\365\365\364\377\364\364\363\377\362\362\361\377" - "\360\360\357\377\357\357\356\377\355\355\354\377\354\354\352\377\352" - "\352\350\377\244\244\243\377\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\377" - "\377\377\377\377\0\0\0\377\377\377\377\377\370\370\370\377\367\367\366" - "\377\365\365\364\377\364\364\363\377\0\0\0\377\377\377\377\377\377\377" - "\377\377\252\252\252\377\321\321\321\377\374\374\374\377\316\316\316" - "\377\371\371\370\377\244\244\244\377\243\243\243\377\232\232\231\377" - "\257\257\256\377\361\361\360\377\237\237\236\377rrq\377\225\225\224\377" - "\223\223\223\377\351\351\347\377\347\347\346\377\244\244\244\377\0\0" - "\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377" - "\377\377\377\365\365\365\377\364\364\363\377\362\362\361\377\361\361" - "\360\377\0\0\0\377\377\377\377\377\376\376\376\377\374\374\374\377\373" - "\373\372\377\371\371\371\377\367\367\367\377\366\366\365\377\364\364" - "\364\377\363\363\362\377\361\361\360\377\360\360\356\377\356\356\355" - "\377\354\354\353\377\353\353\351\377\351\351\350\377\350\350\346\377" - "\346\346\344\377\345\345\343\377\242\242\242\377\0\0\0\377\0\0\0_\0\0" - "\0$\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377\363\363" - "\362\377\361\361\360\377\360\360\356\377\356\356\355\377\0\0\0\377\377" - "\377\377\377\373\373\373\377\264\264\264\377\263\263\263\377\366\366" - "\366\377\261\261\261\377\260\260\257\377\230\230\230\377\227\227\226" - "\377\356\356\355\377oon\377nnn\377nnm\377mml\377llk\377kkj\377\343\343" - "\341\377\342\342\340\377\242\242\242\377\0\0\0\377\0\0\0_\0\0\0$\0\0" - "\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377\360\360\357" - "\377\356\356\355\377\355\355\353\377\353\353\352\377\0\0\0\377\377\377" - "\377\377\370\370\370\377\367\367\366\377\365\365\364\377\364\364\363" - "\377\362\362\361\377\360\360\357\377\357\357\356\377\355\355\354\377" - "\354\354\352\377nnm\377\207\226\245\377\206\226\244\377\205\225\243\377" - "\205\224\243\377jji\377\341\341\336\377\337\337\335\377\243\243\242\377" - "\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377" - "\377\377\377\377\355\355\354\377\354\354\352\377\352\352\350\377\351" - "\351\347\377\0\0\0\377\377\377\377\377\365\365\365\377\261\261\260\377" - "\230\230\230\377\307\307\306\377\305\305\304\377\356\356\354\377\303" - "\303\302\377\301\301\300\377\351\351\347\377lll\377\217\236\254\377\275" - "\270\225\377p|i\377\214\233\252\377iih\377\336\336\333\377\334\334\332" - "\377\243\243\242\377\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\377\377\377" - "\377\377\0\0\0\377\377\377\377\377\352\352\351\377\351\351\347\377\347" - "\347\346\377\346\346\344\377\0\0\0\377\377\377\377\377\363\363\362\377" - "\361\361\360\377\360\360\356\377\356\356\355\377\354\354\353\377\353" - "\353\351\377\351\351\350\377\350\350\346\377\346\346\344\377kkj\377\226" - "\245\264\377\323\307\215\377\237\234d\377o\177w\377hhf\377\333\333\330" - "\377\332\332\327\377\240\240\237\377\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0" - "\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377\350\350\346\377" - "\346\346\344\377\345\345\343\377\343\343\341\377\0\0\0\377\377\377\377" - "\377\360\360\357\377\243\243\242\377\225\225\224\377\224\224\223\377" - "\251\251\250\377\232\232\231\377\247\247\246\377\275\275\273\377\343" - "\343\341\377jji\377\235\254\273\377\315\304\226\377fsW\377\233\252\271" - "\377ffe\377\330\330\325\377\327\327\324\377\242\242\241\377\0\0\0\377" - "\0\0\0_\0\0\0$\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377" - "\377\345\345\343\377\343\343\341\377\342\342\340\377\340\340\336\377" - "\0\0\0\377\377\377\377\377\355\355\354\377\354\354\352\377\352\352\350" - "\377\351\351\347\377\347\347\345\377\345\345\343\377\344\344\342\377" - "\342\342\340\377\341\341\336\377hhh\377\245\264\303\377\313\305\235\377" - "l}o\377o\200s\377eec\377\326\326\322\377\324\324\321\377\242\242\241" - "\377\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" - "\377\377\377\377\377\342\342\340\377\341\341\336\377\337\337\335\377" - "\336\336\333\377\0\0\0\377\377\377\377\377\352\352\351\377\233\233\232" - "\377\215\215\214\377\346\346\344\377\274\274\273\377\217\217\215\377" - "\216\216\214\377\271\271\266\377\336\336\333\377ggf\377gge\377ffd\377" - "eed\377ddc\377ddb\377\323\323\320\377\321\321\316\377\241\241\240\377" - "\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\377\320\320\320\377\0\0\0\377" - "\377\377\377\377\340\340\335\377\336\336\333\377\334\334\332\377\333" - "\333\330\377\0\0\0\377\377\377\377\377\350\350\346\377\346\346\344\377" - "\345\345\343\377\343\343\341\377\341\341\337\377\340\340\336\377\336" - "\336\334\377\335\335\332\377\333\333\330\377\332\332\327\377\330\330" - "\325\377\326\326\323\377\325\325\322\377\323\323\320\377\322\322\316" - "\377\320\320\315\377\317\317\313\377\240\240\237\377\0\0\0\377\0\0\0" - "_\0\0\0$\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\377\377\377\377\377\335\335" - "\332\377\333\333\330\377\332\332\327\377\330\330\325\377\0\0\0\377\377" - "\377\377\377\345\345\343\377\227\227\226\377\216\216\215\377\215\215" - "\214\377\214\214\212\377\335\335\333\377\222\222\220\377\236\236\233" - "\377\234\234\232\377\207\207\205\377\325\325\322\377\257\257\254\377" - "\230\230\226\377\213\213\210\377\253\253\247\377\315\315\312\377\314" - "\314\310\377\242\242\241\377\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\40" - "\0\0\0T\0\0\0\377\320\320\320\377\261\261\257\377\264\264\263\377\264" - "\264\261\377\240\240\235\377\0\0\0\377\377\377\377\377\342\342\340\377" - "\341\341\336\377\337\337\335\377\336\336\333\377\334\334\331\377\332" - "\332\330\377\331\331\326\377\327\327\324\377\326\326\322\377\324\324" - "\321\377\323\323\317\377\321\321\315\377\317\317\314\377\316\316\312" - "\377\314\314\310\377\314\314\307\377\314\314\307\377\242\242\240\377" - "\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\12\0\0\0\37\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\377\377\377\377\340" - "\340\335\377\224\224\222\377\266\266\264\377\333\333\330\377\235\235" - "\233\377\210\210\206\377\326\326\323\377\325\325\321\377\214\214\212" - "\377\217\217\215\377\203\203\200\377\316\316\312\377\224\224\221\377" - "\224\224\220\377\314\314\307\377\314\314\307\377\314\314\307\377\237" - "\237\237\377\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\2\0\0\0\10\0\0\0%" - "\0\0\0T\0\0\0j\0\0\0m\0\0\0m\0\0\0o\0\0\0\377\377\377\377\377\335\335" - "\332\377\333\333\330\377\332\332\327\377\330\330\325\377\326\326\323" - "\377\325\325\322\377\323\323\320\377\322\322\316\377\320\320\315\377" - "\317\317\313\377\315\315\311\377\314\314\307\377\314\314\307\377\314" - "\314\307\377\314\314\307\377\314\314\307\377\314\314\307\377\240\240" - "\237\377\0\0\0\377\0\0\0_\0\0\0$\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\13\0\0" - "\0\34\0\0\0&\0\0\0(\0\0\0(\0\0\0,\0\0\0\377\320\320\320\377\261\261\257" - "\377\264\264\263\377\264\264\261\377\240\240\235\377\240\240\235\377" - "\237\237\235\377\237\237\235\377\237\237\233\377\231\231\225\377\215" - "\215\211\377\213\213\211\377\213\213\211\377\213\213\211\377\211\211" - "\211\377\211\211\211\377\203\203\177\377\204\204\202\377]]\\\377\0\0" - "\0\377\0\0\0^\0\0\0$\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\4\0\0\0\6" - "\0\0\0\7\0\0\0\7\0\0\0\13\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\263\0\0\0T\0\0\0\37\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0!\0\0\0S\0\0" - "\0i\0\0\0m\0\0\0m\0\0\0m\0\0\0n\0\0\0n\0\0\0n\0\0\0n\0\0\0n\0\0\0n\0" - "\0\0n\0\0\0n\0\0\0n\0\0\0n\0\0\0n\0\0\0n\0\0\0n\0\0\0l\0\0\0`\0\0\0:" - "\0\0\0\23\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\1\0\0\0\12\0\0\0\34\0\0\0&\0\0\0(\0\0\0(\0\0\0(\0\0\0)\0\0" - "\0)\0\0\0)\0\0\0)\0\0\0)\0\0\0)\0\0\0)\0\0\0)\0\0\0)\0\0\0)\0\0\0)\0" - "\0\0)\0\0\0)\0\0\0(\0\0\0#\0\0\0\25\0\0\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\4\0\0\0" - "\6\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0" - "\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0\7\0\0\0" - "\7\0\0\0\6\0\0\0\4\0\0\0\1"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_not) -#endif -#ifdef __GNUC__ -static const guint8 stock_not[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_not[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0b\0\0\0\260\0\0\0\342" - "\0\0\0\373\0\0\0\373\0\0\0\343\0\0\0\263\0\0\0j\0\0\0\13\0\0\0\5\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0b\0\0\0\341n\35\15\377\2670\25\377\315" - "4\27\377\3173\27\377\3152\26\377\310/\25\377\260(\22\377h\27\12\377\0" - "\0\0\345\0\0\0o\0\0\0\14\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\225K\24\11\377\3105\27\377" - "\3237\31\377\3215\30\377\3173\27\377\3151\26\377\3140\25\377\312.\25" - "\377\310,\24\377\306+\23\377\270'\21\377D\16\5\377\0\0\0\243\0\0\0\24" - "\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0" - "\0\225o\36\15\377\3238\31\377\3236\30\377\331_H\377\361\317\311\377\371" - "\364\363\377\371\371\371\377\364\353\352\377\350\273\265\377\325vj\377" - "\307\77-\377\302'\21\377\300%\21\377c\22\10\377\0\0\0\246\0\0\0\26\0" - "\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0bK\24\11\377\323" - "8\31\377\3226\30\377\353\261\246\377\372\372\372\377\372\372\372\377" - "\372\372\372\377\371\371\371\377\370\370\370\377\370\370\370\377\355" - "\324\320\377\277#\20\377\277#\20\377\276#\20\377\274!\17\377B\13\5\377" - "\0\0\0|\0\0\0\24\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\341\307" - "4\27\377\3226\30\377\353\261\246\377\373\373\373\377\372\372\372\377" - "\372\372\372\377\371\371\371\377\370\370\370\377\370\370\370\377\355" - "\324\320\377\277#\20\377\277#\20\377\277#\20\377\277#\20\377\272\37\16" - "\377\255\34\14\377\0\0\0\351\0\0\0(\0\0\0\14\0\0\0\1\0\0\0\0\0\0\0\0" - "\0\0\0bm\34\14\377\3225\30\377\326WA\377\372\372\372\377\372\372\372" - "\377\372\372\372\377\371\371\371\377\370\370\370\377\370\370\370\377" - "\355\324\320\377\277#\20\377\277#\20\377\277#\20\377\277#\20\377\277" - "#\20\377\303C6\377\266\34\14\377^\16\5\377\0\0\0\204\0\0\0\31\0\0\0\5" - "\0\0\0\0\0\0\0\1\0\0\0\260\266.\24\377\3173\27\377\341\232\220\377\372" - "\372\372\377\371\371\371\377\371\371\371\377\370\370\370\377\370\370" - "\370\377\355\324\320\377\277#\20\377\277#\20\377\277#\20\377\277#\20" - "\377\277#\20\377\347\306\302\377\335\247\242\377\264\32\13\377\233\25" - "\11\377\0\0\0\304\0\0\0'\0\0\0\13\0\0\0\1\0\0\0\2\0\0\0\342\3132\26\377" - "\3151\26\377\353\306\302\377\371\371\371\377\371\371\371\377\370\370" - "\370\377\367\367\367\377\355\324\320\377\277#\20\377\277#\20\377\277" - "#\20\377\277#\20\377\277#\20\377\347\306\302\377\362\362\362\377\347" - "\312\306\377\262\30\12\377\255\26\12\377\0\0\0\352\0\0\0""4\0\0\0\22" - "\0\0\0\2\0\0\0\3\0\0\0\373\3141\26\377\313/\25\377\361\337\335\377\371" - "\371\371\377\370\370\370\377\367\367\367\377\355\324\320\377\277#\20" - "\377\277#\20\377\277#\20\377\277#\20\377\277#\20\377\347\306\302\377" - "\362\362\362\377\361\361\361\377\355\343\342\377\260\26\12\377\256\24" - "\11\377\0\0\0\374\0\0\0<\0\0\0\26\0\0\0\3\0\0\0\3\0\0\0\373\312/\25\377" - "\311-\24\377\361\337\335\377\370\370\370\377\367\367\367\377\355\324" - "\320\377\277#\20\377\277#\20\377\277#\20\377\277#\20\377\277#\20\377" - "\347\306\302\377\362\362\362\377\361\361\361\377\361\361\361\377\351" - "\327\325\377\256\24\11\377\254\22\10\377\0\0\0\374\0\0\0A\0\0\0\30\0" - "\0\0\3\0\0\0\3\0\0\0\343\305,\23\377\307+\23\377\347\272\265\377\367" - "\367\367\377\355\324\320\377\277#\20\377\277#\20\377\277#\20\377\277" - "#\20\377\277#\20\377\347\306\302\377\362\362\362\377\361\361\361\377" - "\361\361\361\377\360\360\360\377\346\321\316\377\255\22\10\377\247\20" - "\7\377\0\0\0\353\0\0\0A\0\0\0\30\0\0\0\3\0\0\0\3\0\0\0\263\255%\20\377" - "\305)\22\377\335\226\215\377\352\310\304\377\277#\20\377\277#\20\377" - "\277#\20\377\277#\20\377\277#\20\377\347\306\302\377\362\362\362\377" - "\361\361\361\377\361\361\361\377\360\360\360\377\357\357\357\377\333" - "\254\250\377\253\20\7\377\223\14\5\377\0\0\0\310\0\0\0=\0\0\0\26\0\0" - "\0\3\0\0\0\2\0\0\0jf\25\11\377\302'\21\377\307A1\377\277#\20\377\277" - "#\20\377\277#\20\377\277#\20\377\277#\20\377\347\305\301\377\362\362" - "\362\377\361\361\361\377\360\360\360\377\360\360\360\377\357\357\357" - "\377\356\356\356\377\267:3\377\250\16\6\377V\6\2\377\0\0\0\222\0\0\0" - "4\0\0\0\22\0\0\0\2\0\0\0\1\0\0\0\13\0\0\0\345\264#\20\377\277#\20\377" - "\277#\20\377\277#\20\377\277#\20\377\277#\20\377\347\305\301\377\362" - "\362\362\377\361\361\361\377\360\360\360\377\360\360\360\377\357\357" - "\357\377\356\356\356\377\321\223\217\377\250\16\6\377\233\13\5\377\0" - "\0\0\353\0\0\0I\0\0\0'\0\0\0\13\0\0\0\1\0\0\0\0\0\0\0\5\0\0\0oC\14\5" - "\377\274!\17\377\273\40\16\377\277#\20\377\277#\20\377\344\273\266\377" - "\362\362\362\377\361\361\361\377\360\360\360\377\360\360\360\377\357" - "\357\357\377\355\355\355\377\321\223\217\377\247\15\6\377\245\13\5\377" - "9\3\1\377\0\0\0\224\0\0\0;\0\0\0\31\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\1\0" - "\0\0\14\0\0\0\243a\20\7\377\270\36\15\377\267\34\14\377\300=1\377\326" - "\212\201\377\337\255\246\377\344\303\276\377\354\343\341\377\346\321" - "\316\377\332\253\247\377\26780\377\247\15\5\377\244\13\5\377U\5\1\377" - "\0\0\0\267\0\0\0F\0\0\0(\0\0\0\14\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\4\0\0\0\24\0\0\0\246@\12\3\377\251\31\12\377\263\30\13\377\261\26" - "\12\377\257\25\11\377\255\23\10\377\253\21\10\377\252\20\7\377\250\16" - "\6\377\246\14\5\377\232\12\4\3779\3\1\377\0\0\0\267\0\0\0I\0\0\0/\0\0" - "\0\24\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0\26" - "\0\0\0|\0\0\0\351\\\13\5\377\230\22\10\377\252\23\10\377\253\21\7\377" - "\251\17\7\377\244\16\6\377\221\13\4\377U\5\2\377\0\0\0\353\0\0\0\224" - "\0\0\0F\0\0\0/\0\0\0\26\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0\24\0\0\0(\0\0\0\204\0\0\0\304\0\0\0" - "\352\0\0\0\374\0\0\0\374\0\0\0\353\0\0\0\310\0\0\0\222\0\0\0I\0\0\0;" - "\0\0\0(\0\0\0\24\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\14\0\0\0\31\0\0\0'\0\0\0""4" - "\0\0\0<\0\0\0A\0\0\0A\0\0\0<\0\0\0""4\0\0\0'\0\0\0\31\0\0\0\14\0\0\0" - "\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\13\0\0\0\22\0\0\0\26\0\0" - "\0\30\0\0\0\30\0\0\0\26\0\0\0\22\0\0\0\13\0\0\0\5\0\0\0\1\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\3\0\0" - "\0\3\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_table_borders) -#endif -#ifdef __GNUC__ -static const guint8 stock_table_borders[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_table_borders[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\16\0\0\0\3\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\375\375\375\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\336\336\336\377\0\0" - "\0\377\0\0\0E\0\0\0\16\0\0\0\0\0\0\0\377\377\377\377\377\360\360\360" - "\377\360\360\360\377\360\360\360\377\360\360\360\377\360\360\360\377" - "\360\360\360\377\360\360\360\377\362\362\362\377nnn\377\363\363\363\377" - "\363\363\363\377\364\364\364\377\365\365\365\377\365\365\365\377\366" - "\366\366\377\366\366\366\377\367\367\367\377\346\346\346\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\360\360\360\377\360" - "\360\360\377\360\360\360\377\360\360\360\377\360\360\360\377\360\360" - "\360\377\360\360\360\377\362\362\362\377\362\362\362\377\363\363\363" - "\377\363\363\363\377\364\364\364\377\365\365\365\377\365\365\365\377" - "\366\366\366\377\366\366\366\377\367\367\367\377\346\346\346\377\0\0" - "\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\360\360\360" - "\377\360\360\360\377\360\360\360\377\360\360\360\377\360\360\360\377" - "\360\360\360\377\361\361\361\377\362\362\362\377jjj\377\363\363\363\377" - "\364\364\364\377\365\365\365\377\365\365\365\377\366\366\366\377\366" - "\366\366\377\367\367\367\377\367\367\367\377\347\347\347\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\360\360\360\377\360" - "\360\360\377\360\360\360\377\360\360\360\377\360\360\360\377\361\361" - "\361\377\362\362\362\377\363\363\363\377\363\363\363\377\364\364\364" - "\377\365\365\365\377\365\365\365\377\366\366\366\377\366\366\366\377" - "\367\367\367\377\367\367\367\377\370\370\370\377\350\350\350\377\0\0" - "\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\360\360\360" - "\377\360\360\360\377\360\360\360\377\360\360\360\377\361\361\361\377" - "\362\362\362\377\362\362\362\377\363\363\363\377kkk\377\365\365\365\377" - "\365\365\365\377\366\366\366\377\366\366\366\377\367\367\367\377\367" - "\367\367\377\370\370\370\377\371\371\371\377\350\350\350\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\360\360\360\377\360" - "\360\360\377\360\360\360\377\361\361\361\377\362\362\362\377\362\362" - "\362\377\363\363\363\377\364\364\364\377\365\365\365\377\365\365\365" - "\377\366\366\366\377\366\366\366\377\367\367\367\377\367\367\367\377" - "\370\370\370\377\371\371\371\377\371\371\371\377\351\351\351\377\0\0" - "\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\360\360\360" - "\377\360\360\360\377\361\361\361\377\362\362\362\377\362\362\362\377" - "\363\363\363\377\363\363\363\377\365\365\365\377kkk\377\366\366\366\377" - "\366\366\366\377\367\367\367\377\367\367\367\377\370\370\370\377\371" - "\371\371\377\371\371\371\377\372\372\372\377\351\351\351\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\361\361\361\377\361" - "\361\361\377\362\362\362\377\362\362\362\377\363\363\363\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\366\366\366\377\366\366\366" - "\377\367\367\367\377\367\367\367\377\370\370\370\377\371\371\371\377" - "\371\371\371\377\372\372\372\377\372\372\372\377\352\352\352\377\0\0" - "\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\376\376\376\377kkk\377\362\362" - "\362\377jjj\377\363\363\363\377jjj\377\364\364\364\377kkk\377\366\366" - "\366\377lll\377\367\367\367\377lll\377\370\370\370\377mmm\377\371\371" - "\371\377mmm\377\372\372\372\377nnn\377\353\353\353\377\0\0\0\377\0\0" - "\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\362\362\362\377\362\362" - "\362\377\363\363\363\377\363\363\363\377\364\364\364\377\365\365\365" - "\377\365\365\365\377\366\366\366\377\367\367\367\377\367\367\367\377" - "\370\370\370\377\371\371\371\377\371\371\371\377\372\372\372\377\372" - "\372\372\377\373\373\373\377\374\374\374\377\353\353\353\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\363\363\363\377\363" - "\363\363\377\363\363\363\377\364\364\364\377\365\365\365\377\365\365" - "\365\377\366\366\366\377\367\367\367\377lll\377\370\370\370\377\371\371" - "\371\377\371\371\371\377\372\372\372\377\372\372\372\377\373\373\373" - "\377\374\374\374\377\374\374\374\377\354\354\354\377\0\0\0\377\0\0\0" - "R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\363\363\363\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\365\365\365\377\366\366\366" - "\377\366\366\366\377\367\367\367\377\370\370\370\377\371\371\371\377" - "\371\371\371\377\372\372\372\377\372\372\372\377\373\373\373\377\374" - "\374\374\377\374\374\374\377\375\375\375\377\354\354\354\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\364\364\364\377\364" - "\364\364\377\365\365\365\377\365\365\365\377\366\366\366\377\366\366" - "\366\377\367\367\367\377\370\370\370\377mmm\377\371\371\371\377\372\372" - "\372\377\372\372\372\377\373\373\373\377\374\374\374\377\374\374\374" - "\377\375\375\375\377\375\375\375\377\355\355\355\377\0\0\0\377\0\0\0" - "R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\365\365\365\377\365\365" - "\365\377\365\365\365\377\366\366\366\377\366\366\366\377\367\367\367" - "\377\367\367\367\377\371\371\371\377\371\371\371\377\372\372\372\377" - "\372\372\372\377\373\373\373\377\374\374\374\377\374\374\374\377\375" - "\375\375\377\375\375\375\377\376\376\376\377\356\356\356\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\365\365\365\377\365" - "\365\365\377\366\366\366\377\366\366\366\377\367\367\367\377\367\367" - "\367\377\370\370\370\377\371\371\371\377mmm\377\372\372\372\377\373\373" - "\373\377\374\374\374\377\374\374\374\377\375\375\375\377\375\375\375" - "\377\376\376\376\377\377\377\377\377\356\356\356\377\0\0\0\377\0\0\0" - "R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\366\366\366\377\366\366" - "\366\377\366\366\366\377\367\367\367\377\367\367\367\377\370\370\370" - "\377\371\371\371\377\372\372\372\377\372\372\372\377\373\373\373\377" - "\374\374\374\377\374\374\374\377\375\375\375\377\375\375\375\377\376" - "\376\376\377\377\377\377\377\377\377\377\377\356\356\356\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\366\366\366\377\366" - "\366\366\377\367\367\367\377\367\367\367\377\370\370\370\377\371\371" - "\371\377\371\371\371\377\372\372\372\377nnn\377\374\374\374\377\374\374" - "\374\377\375\375\375\377\375\375\375\377\376\376\376\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\356\356\356\377\0\0\0\377\0\0\0" - "R\0\0\0\20\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0R\0\0\0\20\0" - "\0\0\0\0\0\0\15\0\0\0D\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0" - "\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0" - "\0\0R\0\0\0R\0\0\0R\0\0\0E\0\0\0\16\0\0\0\0\0\0\0\2\0\0\0\15\0\0\0\20" - "\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0" - "\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0" - "\0\0\20\0\0\0\20\0\0\0\20\0\0\0\16\0\0\0\3"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_table_fill) -#endif -#ifdef __GNUC__ -static const guint8 stock_table_fill[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_table_fill[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\16\0\0\0\3\0\0\0\0\0\0\0\377\262\262\262\377\262\262\262\377\262" - "\262\262\377\262\262\262\377\262\262\262\377\262\262\262\377\262\262" - "\262\377\262\262\262\377\262\262\262\377\260\260\260\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\336\336\336\377\0\0" - "\0\377\0\0\0E\0\0\0\16\0\0\0\0\0\0\0\377\262\262\262\377\247\247\247" - "\377\247\247\247\377\247\247\247\377\247\247\247\377\247\247\247\377" - "\247\247\247\377\247\247\247\377\250\250\250\377LLL\377\363\363\363\377" - "\363\363\363\377\364\364\364\377\365\365\365\377\365\365\365\377\366" - "\366\366\377\366\366\366\377\367\367\367\377\346\346\346\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\262\262\262\377\247\247\247\377\247" - "\247\247\377\247\247\247\377\247\247\247\377\247\247\247\377\247\247" - "\247\377\247\247\247\377\250\250\250\377\250\250\250\377\363\363\363" - "\377\363\363\363\377\364\364\364\377\365\365\365\377\365\365\365\377" - "\366\366\366\377\366\366\366\377\367\367\367\377\346\346\346\377\0\0" - "\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\262\262\262\377\247\247\247" - "\377\247\247\247\377\247\247\247\377\247\247\247\377\247\247\247\377" - "\247\247\247\377\250\250\250\377\250\250\250\377III\377\363\363\363\377" - "\364\364\364\377\365\365\365\377\365\365\365\377\366\366\366\377\366" - "\366\366\377\367\367\367\377\367\367\367\377\347\347\347\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\262\262\262\377\247\247\247\377\247" - "\247\247\377\247\247\247\377\247\247\247\377\247\247\247\377\250\250" - "\250\377\250\250\250\377\251\251\251\377\251\251\251\377\364\364\364" - "\377\365\365\365\377\365\365\365\377\366\366\366\377\366\366\366\377" - "\367\367\367\377\367\367\367\377\370\370\370\377\350\350\350\377\0\0" - "\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\262\262\262\377\247\247\247" - "\377\247\247\247\377\247\247\247\377\247\247\247\377\250\250\250\377" - "\250\250\250\377\250\250\250\377\251\251\251\377JJJ\377\365\365\365\377" - "\365\365\365\377\366\366\366\377\366\366\366\377\367\367\367\377\367" - "\367\367\377\370\370\370\377\371\371\371\377\350\350\350\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\262\262\262\377\247\247\247\377\247" - "\247\247\377\247\247\247\377\250\250\250\377\250\250\250\377\250\250" - "\250\377\251\251\251\377\252\252\252\377\253\253\253\377\365\365\365" - "\377\366\366\366\377\366\366\366\377\367\367\367\377\367\367\367\377" - "\370\370\370\377\371\371\371\377\371\371\371\377\351\351\351\377\0\0" - "\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\262\262\262\377\247\247\247" - "\377\247\247\247\377\250\250\250\377\250\250\250\377\250\250\250\377" - "\251\251\251\377\251\251\251\377\253\253\253\377JJJ\377\366\366\366\377" - "\366\366\366\377\367\367\367\377\367\367\367\377\370\370\370\377\371" - "\371\371\377\371\371\371\377\372\372\372\377\351\351\351\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\262\262\262\377\250\250\250\377\250" - "\250\250\377\250\250\250\377\250\250\250\377\251\251\251\377\251\251" - "\251\377\252\252\252\377\253\253\253\377\253\253\253\377\366\366\366" - "\377\367\367\367\377\367\367\367\377\370\370\370\377\371\371\371\377" - "\371\371\371\377\372\372\372\377\372\372\372\377\352\352\352\377\0\0" - "\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\261\261\261\377JJJ\377\250\250" - "\250\377III\377\251\251\251\377III\377\252\252\252\377JJJ\377\253\253" - "\253\377KKK\377\254\254\254\377KKK\377\255\255\255\377LLL\377\255\255" - "\255\377LLL\377\256\256\256\377LLL\377\244\244\244\377\0\0\0\377\0\0" - "\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\362\362\362\377\362\362" - "\362\377\363\363\363\377\363\363\363\377\364\364\364\377\365\365\365" - "\377\365\365\365\377\366\366\366\377\254\254\254\377\254\254\254\377" - "\255\255\255\377\255\255\255\377\255\255\255\377\256\256\256\377\256" - "\256\256\377\257\257\257\377\257\257\257\377\244\244\244\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\363\363\363\377\363" - "\363\363\377\363\363\363\377\364\364\364\377\365\365\365\377\365\365" - "\365\377\366\366\366\377\367\367\367\377KKK\377\255\255\255\377\255\255" - "\255\377\255\255\255\377\256\256\256\377\256\256\256\377\257\257\257" - "\377\257\257\257\377\257\257\257\377\244\244\244\377\0\0\0\377\0\0\0" - "R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\363\363\363\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\365\365\365\377\366\366\366" - "\377\366\366\366\377\367\367\367\377\255\255\255\377\255\255\255\377" - "\255\255\255\377\256\256\256\377\256\256\256\377\257\257\257\377\257" - "\257\257\377\257\257\257\377\260\260\260\377\244\244\244\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\364\364\364\377\364" - "\364\364\377\365\365\365\377\365\365\365\377\366\366\366\377\366\366" - "\366\377\367\367\367\377\370\370\370\377LLL\377\255\255\255\377\256\256" - "\256\377\256\256\256\377\257\257\257\377\257\257\257\377\257\257\257" - "\377\260\260\260\377\260\260\260\377\245\245\245\377\0\0\0\377\0\0\0" - "R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\365\365\365\377\365\365" - "\365\377\365\365\365\377\366\366\366\377\366\366\366\377\367\367\367" - "\377\367\367\367\377\371\371\371\377\255\255\255\377\256\256\256\377" - "\256\256\256\377\257\257\257\377\257\257\257\377\257\257\257\377\260" - "\260\260\377\260\260\260\377\261\261\261\377\246\246\246\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\365\365\365\377\365" - "\365\365\377\366\366\366\377\366\366\366\377\367\367\367\377\367\367" - "\367\377\370\370\370\377\371\371\371\377LLL\377\256\256\256\377\257\257" - "\257\377\257\257\257\377\257\257\257\377\260\260\260\377\260\260\260" - "\377\261\261\261\377\262\262\262\377\246\246\246\377\0\0\0\377\0\0\0" - "R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\366\366\366\377\366\366" - "\366\377\366\366\366\377\367\367\367\377\367\367\367\377\370\370\370" - "\377\371\371\371\377\372\372\372\377\256\256\256\377\257\257\257\377" - "\257\257\257\377\257\257\257\377\260\260\260\377\260\260\260\377\261" - "\261\261\377\262\262\262\377\262\262\262\377\246\246\246\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\377\377\377\377\366\366\366\377\366" - "\366\366\377\367\367\367\377\367\367\367\377\370\370\370\377\371\371" - "\371\377\371\371\371\377\372\372\372\377LLL\377\257\257\257\377\257\257" - "\257\377\260\260\260\377\260\260\260\377\261\261\261\377\262\262\262" - "\377\262\262\262\377\262\262\262\377\246\246\246\377\0\0\0\377\0\0\0" - "R\0\0\0\20\0\0\0\0\0\0\0\377\356\356\356\377\346\346\346\377\346\346" - "\346\377\346\346\346\377\347\347\347\377\350\350\350\377\350\350\350" - "\377\351\351\351\377\352\352\352\377\244\244\244\377\244\244\244\377" - "\244\244\244\377\244\244\244\377\245\245\245\377\246\246\246\377\246" - "\246\246\377\246\246\246\377\246\246\246\377\232\232\232\377\0\0\0\377" - "\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0R\0\0\0\20\0\0\0\0\0\0\0\15\0\0\0" - "D\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0" - "\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0\0\0R\0" - "\0\0E\0\0\0\16\0\0\0\0\0\0\0\2\0\0\0\15\0\0\0\20\0\0\0\20\0\0\0\20\0" - "\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20" - "\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0\20\0\0\0" - "\20\0\0\0\16\0\0\0\3"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_text_bulleted_list) -#endif -#ifdef __GNUC__ -static const guint8 stock_text_bulleted_list[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_text_bulleted_list[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\27\0\0\0\224\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\232" - "\0\0\0'\0\0\0\6\0\0\0\1\0\0\0\224\342\342\342\377\362\362\362\377\362" - "\362\362\377\362\362\362\377\362\362\362\377\363\363\363\377\363\363" - "\363\377\363\363\363\377\364\364\364\377\364\364\364\377\364\364\364" - "\377\365\365\365\377\365\365\365\377\365\365\365\377\366\366\366\377" - "\366\366\366\377\367\367\367\377\367\367\367\377\364\364\364\377\333" - "\333\333\377\0\0\0\243\0\0\0\25\0\0\0\6\0\0\0\377\360\360\360\377\340" - "\340\340\377\340\340\340\377\341\341\341\377\342\342\342\377\343\343" - "\343\377\344\344\344\377\345\345\345\377\346\346\346\377\347\347\347" - "\377\350\350\350\377\350\350\350\377\351\351\351\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\355\355\355\377\0\0\0\377\0\0\0)\0\0\0\16\0\0\0\377\362" - "\362\362\377\341\341\341\377\341\341\341\377\342\342\342\377\343\343" - "\343\377\344\344\344\377\345\345\345\377\346\346\346\377\347\347\347" - "\377\350\350\350\377\351\351\351\377\352\352\352\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\361\361\361\377\0\0\0\377\0\0\0""8\0\0\0" - "\25\0\0\0\377\362\362\362\377\342\342\342\377\343\343\343\377\236\236" - "\236\377mmm\377\237\237\237\377\346\346\346\377\347\347\347\377ooo\377" - "ppp\377ppp\377qqq\377qqq\377qqq\377rrr\377rrr\377sss\377\360\360\360" - "\377\361\361\361\377\362\362\362\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0" - "\377\363\363\363\377\343\343\343\377\344\344\344\377nnn\377nnn\377nn" - "n\377\347\347\347\377\350\350\350\377\351\351\351\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\355\355\355\377\355\355\355\377\356" - "\356\356\377\357\357\357\377\360\360\360\377\361\361\361\377\362\362" - "\362\377\363\363\363\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363" - "\363\377\344\344\344\377\345\345\345\377\240\240\240\377ooo\377\241\241" - "\241\377\350\350\350\377\351\351\351\377ppp\377qqq\377qqq\377rrr\377" - "rrr\377sss\377sss\377sss\377ttt\377\362\362\362\377\363\363\363\377\364" - "\364\364\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363\363\377\345" - "\345\345\377\346\346\346\377\347\347\347\377\350\350\350\377\351\351" - "\351\377\351\351\351\377\352\352\352\377\353\353\353\377\354\354\354" - "\377\355\355\355\377\356\356\356\377\357\357\357\377\360\360\360\377" - "\356\356\356\377\360\360\360\377\361\361\361\377\363\363\363\377\364" - "\364\364\377\365\365\365\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\364" - "\364\364\377\346\346\346\377\347\347\347\377\350\350\350\377\351\351" - "\351\377\352\352\352\377\352\352\352\377\353\353\353\377qqq\377rrr\377" - "rrr\377sss\377sss\377ttt\377\362\362\362\377\363\363\363\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\366\366\366\377\0\0\0\377\0" - "\0\0=\0\0\0\27\0\0\0\377\364\364\364\377\347\347\347\377\350\350\350" - "\377\351\351\351\377\352\352\352\377\353\353\353\377\354\354\354\377" - "\354\354\354\377\355\355\355\377\356\356\356\377\357\357\357\377\360" - "\360\360\377\361\361\361\377\362\362\362\377\363\363\363\377\364\364" - "\364\377\365\365\365\377\365\365\365\377\366\366\366\377\367\367\367" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\365\365\365\377\350\350\350" - "\377\351\351\351\377\352\352\352\377\353\353\353\377\354\354\354\377" - "\355\355\355\377\356\356\356\377\356\356\356\377\357\357\357\377\360" - "\360\360\377\361\361\361\377\362\362\362\377\363\363\363\377\364\364" - "\364\377\365\365\365\377\366\366\366\377\367\367\367\377\367\367\367" - "\377\370\370\370\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\365\365\365" - "\377\351\351\351\377\352\352\352\377\353\353\353\377\354\354\354\377" - "\355\355\355\377\356\356\356\377\357\357\357\377\360\360\360\377\360" - "\360\360\377\361\361\361\377\362\362\362\377\363\363\363\377\364\364" - "\364\377\365\365\365\377\366\366\366\377\367\367\367\377\370\370\370" - "\377\370\370\370\377\371\371\371\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0" - "\377\365\365\365\377\352\352\352\377\353\353\353\377\354\354\354\377" - "\355\355\355\377\356\356\356\377\357\357\357\377\360\360\360\377\361" - "\361\361\377\362\362\362\377\362\362\362\377\363\363\363\377\364\364" - "\364\377\365\365\365\377\366\366\366\377\367\367\367\377\370\370\370" - "\377\371\371\371\377\372\372\372\377\372\372\372\377\0\0\0\377\0\0\0" - "=\0\0\0\27\0\0\0\377\366\366\366\377\353\353\353\377\354\354\354\377" - "\303\303\303\377rrr\377\304\304\304\377\360\360\360\377\361\361\361\377" - "ttt\377uuu\377\203\203\203\377uuu\377vvv\377vvv\377www\377www\377xxx" - "\377\372\372\372\377\373\373\373\377\374\374\374\377\0\0\0\377\0\0\0" - "=\0\0\0\27\0\0\0\377\367\367\367\377\355\355\355\377\355\355\355\377" - "rrr\377sss\377sss\377\361\361\361\377\362\362\362\377\363\363\363\377" - "\364\364\364\377\365\365\365\377\365\365\365\377\366\366\366\377\367" - "\367\367\377\370\370\370\377\371\371\371\377\372\372\372\377\373\373" - "\373\377\374\374\374\377\375\375\375\377\0\0\0\377\0\0\0=\0\0\0\27\0" - "\0\0\377\367\367\367\377\356\356\356\377\357\357\357\377\304\304\304" - "\377sss\377\306\306\306\377\362\362\362\377\363\363\363\377uuu\377vv" - "v\377vvv\377www\377www\377www\377xxx\377xxx\377\373\373\373\377\374\374" - "\374\377\375\375\375\377\376\376\376\377\0\0\0\377\0\0\0=\0\0\0\27\0" - "\0\0\377\370\370\370\377\360\360\360\377\361\361\361\377\362\362\362" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365\365\377" - "\366\366\366\377\367\367\367\377\370\370\370\377\371\371\371\377\372" - "\372\372\377\373\373\373\377\373\373\373\377\374\374\374\377\375\375" - "\375\377\376\376\376\377\377\377\377\377\377\377\377\377\0\0\0\377\0" - "\0\0=\0\0\0\27\0\0\0\377\370\370\370\377\361\361\361\377\362\362\362" - "\377\363\363\363\377\364\364\364\377\364\364\364\377\365\365\365\377" - "\366\366\366\377\367\367\367\377\370\370\370\377\371\371\371\377\372" - "\372\372\377\373\373\373\377\374\374\374\377\375\375\375\377\375\375" - "\375\377\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\362\362\362\377\362\362\362" - "\377\363\363\363\377\364\364\364\377\365\365\365\377\366\366\366\377" - "\366\366\366\377\367\367\367\377\370\370\370\377\371\371\371\377\372" - "\372\372\377\373\373\373\377\374\374\374\377\375\375\375\377\376\376" - "\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\354\354\354\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\232\311\311\311" - "\377\355\355\355\377\370\370\370\377\365\365\365\377\366\366\366\377" - "\367\367\367\377\370\370\370\377\370\370\370\377\371\371\371\377\372" - "\372\372\377\373\373\373\377\374\374\374\377\375\375\375\377\376\376" - "\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\356\356\356\377\275\275\275\377\0\0\0\324\0\0\0:\0\0\0\26\0\0\0" - "\34\0\0\0\243\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\324\0" - "\0\0Y\0\0\0-\0\0\0\20\0\0\0\6\0\0\0\24\0\0\0)\0\0\0""8\0\0\0<\0\0\0=" - "\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0" - "=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0""9\0\0\0-\0\0\0\31\0\0\0\7\0\0\0" - "\1\0\0\0\6\0\0\0\16\0\0\0\24\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0" - "\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27" - "\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\25\0\0\0\20\0\0\0\7\0\0\0" - "\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0" - "\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0" - "\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_text_indent) -#endif -#ifdef __GNUC__ -static const guint8 stock_text_indent[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_text_indent[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\27\0\0\0\224\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\232" - "\0\0\0'\0\0\0\6\0\0\0\1\0\0\0\224\342\342\342\377\362\362\362\377\362" - "\362\362\377\362\362\362\377\362\362\362\377\363\363\363\377\363\363" - "\363\377\363\363\363\377\364\364\364\377\364\364\364\377\364\364\364" - "\377\365\365\365\377\365\365\365\377\365\365\365\377\366\366\366\377" - "\366\366\366\377\367\367\367\377\367\367\367\377\364\364\364\377\333" - "\333\333\377\0\0\0\243\0\0\0\25\0\0\0\6\0\0\0\377\360\360\360\377\340" - "\340\340\377\340\340\340\377\341\341\341\377\342\342\342\377\343\343" - "\343\377\344\344\344\377\345\345\345\377\256\256\256\377\347\347\347" - "\377\350\350\350\377\350\350\350\377\351\351\351\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\343\343\343\377\0\0\0\377\0\0\0)\0\0\0\16\0\0\0\377\362" - "\362\362\377\341\341\341\377\341\341\341\377\342\342\342\377\343\343" - "\343\377\344\344\344\377\345\345\345\377\346\346\346\377\347\347\347" - "\377\350\350\350\377\351\351\351\377\352\352\352\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\347\347\347\377\0\0\0\377\0\0\0""8\0\0\0" - "\25\0\0\0\377\362\362\362\377\342\342\342\377\254\254\254\377\254\254" - "\254\377\255\255\255\377\256\256\256\377\256\256\256\377\257\257\257" - "\377\260\260\260\377\261\261\261\377\262\262\262\377\262\262\262\377" - "\263\263\263\377\263\263\263\377\264\264\264\377\265\265\265\377\265" - "\265\265\377\266\266\266\377\361\361\361\377\350\350\350\377\0\0\0\377" - "\0\0\0=\0\0\0\27\0\0\0\377\363\363\363\377\343\343\343\377\344\344\344" - "\377\345\345\345\377\345\345\345\377\346\346\346\377\347\347\347\377" - "\350\350\350\377\351\351\351\377\352\352\352\377\353\353\353\377\354" - "\354\354\377\355\355\355\377\355\355\355\377\356\356\356\377\357\357" - "\357\377\360\360\360\377\361\361\361\377\362\362\362\377\351\351\351" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363\363\377\344\344\344" - "\377\345\345\345\377\346\346\346\377\347\347\347\377\347\347\347\377" - "\350\350\350\377\351\351\351\377\352\352\352\377\353\353\353\377\354" - "\354\354\377\355\355\355\377\356\356\356\377\357\357\357\377\357\357" - "\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363\363" - "\377\352\352\352\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363\363" - "\377\345\345\345\377\346\346\346\377\347\347\347\377\350\350\350\377" - "\351\351\351\377\351\351\351\377\352\352\352\377uuu\377vvv\377vvv\377" - "www\377www\377xxx\377xxx\377xxx\377yyy\377yyy\377\364\364\364\377\353" - "\353\353\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\364\364\364\377\346" - "\346\346\377\347\347\347\377\350\350\350\377\252\252\252\377\352\352" - "\352\377\352\352\352\377\353\353\353\377\354\354\354\377\355\355\355" - "\377\356\356\356\377\357\357\357\377\360\360\360\377\361\361\361\377" - "\362\362\362\377\363\363\363\377\363\363\363\377\364\364\364\377\365" - "\365\365\377\354\354\354\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\364" - "\364\364\377\347\347\347\377\350\350\350\377\351\351\351\377\0\0\0\377" - "\254\254\254\377\354\354\354\377\354\354\354\377vvv\377www\377www\377" - "xxx\377xxx\377yyy\377yyy\377zzz\377zzz\377zzz\377\366\366\366\377\355" - "\355\355\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\365\365\365\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\255\255\255\377\356\356" - "\356\377\356\356\356\377\357\357\357\377\360\360\360\377\361\361\361" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365\365\377" - "\366\366\366\377\367\367\367\377\367\367\367\377\356\356\356\377\0\0" - "\0\377\0\0\0=\0\0\0\27\0\0\0\377\365\365\365\377\351\351\351\377\352" - "\352\352\377\353\353\353\377\0\0\0\377\255\255\255\377\356\356\356\377" - "\357\357\357\377xxx\377xxx\377xxx\377yyy\377yyy\377zzz\377zzz\377{{{" - "\377{{{\377|||\377\370\370\370\377\357\357\357\377\0\0\0\377\0\0\0=\0" - "\0\0\27\0\0\0\377\365\365\365\377\352\352\352\377\353\353\353\377\354" - "\354\354\377\255\255\255\377\356\356\356\377\357\357\357\377\360\360" - "\360\377\361\361\361\377\362\362\362\377\362\362\362\377\363\363\363" - "\377\364\364\364\377\365\365\365\377\366\366\366\377\367\367\367\377" - "\370\370\370\377\371\371\371\377\372\372\372\377\360\360\360\377\0\0" - "\0\377\0\0\0=\0\0\0\27\0\0\0\377\366\366\366\377\353\353\353\377\354" - "\354\354\377\355\355\355\377\356\356\356\377\357\357\357\377\360\360" - "\360\377\361\361\361\377yyy\377yyy\377zzz\377zzz\377zzz\377\366\366\366" - "\377\367\367\367\377\370\370\370\377\371\371\371\377\372\372\372\377" - "\373\373\373\377\362\362\362\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377" - "\367\367\367\377\355\355\355\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\365\365\365\377\366\366\366" - "\377\367\367\367\377\370\370\370\377\371\371\371\377\372\372\372\377" - "\373\373\373\377\374\374\374\377\363\363\363\377\0\0\0\377\0\0\0=\0\0" - "\0\27\0\0\0\377\367\367\367\377\356\356\356\377\357\357\357\377\357\357" - "\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363\363" - "\377\364\364\364\377\365\365\365\377\366\366\366\377\367\367\367\377" - "\367\367\367\377\370\370\370\377\371\371\371\377\372\372\372\377\373" - "\373\373\377\374\374\374\377\375\375\375\377\364\364\364\377\0\0\0\377" - "\0\0\0=\0\0\0\27\0\0\0\377\370\370\370\377\360\360\360\377\267\267\267" - "\377\270\270\270\377\270\270\270\377\270\270\270\377\271\271\271\377" - "\272\272\272\377\273\273\273\377\273\273\273\377\274\274\274\377\275" - "\275\275\377\276\276\276\377\276\276\276\377\276\276\276\377\277\277" - "\277\377\300\300\300\377\301\301\301\377\377\377\377\377\365\365\365" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\370\370\370\377\361\361\361" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\364\364\364\377" - "\365\365\365\377\366\366\366\377\367\367\367\377\370\370\370\377\371" - "\371\371\377\372\372\372\377\373\373\373\377\374\374\374\377\375\375" - "\375\377\375\375\375\377\376\376\376\377\377\377\377\377\377\377\377" - "\377\365\365\365\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\362\362\362" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365\365\377" - "\366\366\366\377\366\366\366\377\367\367\367\377\274\274\274\377\371" - "\371\371\377\372\372\372\377\373\373\373\377\374\374\374\377\375\375" - "\375\377\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\331\331\331\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0" - "\232\311\311\311\377\332\332\332\377\356\356\356\377\353\353\353\377" - "\354\354\354\377\355\355\355\377\356\356\356\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\365\365\365\377\365\365\365" - "\377\365\365\365\377\344\344\344\377\275\275\275\377\0\0\0\324\0\0\0" - ":\0\0\0\26\0\0\0\34\0\0\0\243\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\324\0\0\0Y\0\0\0-\0\0\0\20\0\0\0\6\0\0\0\24\0\0\0)\0\0\0""8\0" - "\0\0<\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=" - "\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0""9\0\0\0-\0\0\0\31\0" - "\0\0\7\0\0\0\1\0\0\0\6\0\0\0\16\0\0\0\24\0\0\0\27\0\0\0\27\0\0\0\27\0" - "\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27" - "\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\25\0\0\0\20\0\0\0" - "\7\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\3\0" - "\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0" - "\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_text_numbered_list) -#endif -#ifdef __GNUC__ -static const guint8 stock_text_numbered_list[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_text_numbered_list[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\27\0\0\0\224\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\232" - "\0\0\0'\0\0\0\6\0\0\0\1\0\0\0\224\342\342\342\377\362\362\362\377\362" - "\362\362\377\362\362\362\377\362\362\362\377\363\363\363\377\363\363" - "\363\377\363\363\363\377\364\364\364\377\364\364\364\377\364\364\364" - "\377\365\365\365\377\365\365\365\377\365\365\365\377\366\366\366\377" - "\366\366\366\377\367\367\367\377\367\367\367\377\364\364\364\377\333" - "\333\333\377\0\0\0\243\0\0\0\25\0\0\0\6\0\0\0\377\360\360\360\377\340" - "\340\340\377\340\340\340\377\341\341\341\377\342\342\342\377\343\343" - "\343\377\344\344\344\377\345\345\345\377\346\346\346\377\347\347\347" - "\377\350\350\350\377\350\350\350\377\351\351\351\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\355\355\355\377\0\0\0\377\0\0\0)\0\0\0\16\0\0\0\377\362" - "\362\362\377\341\341\341\377\341\341\341\377\314\314\314\377mmm\377\344" - "\344\344\377\345\345\345\377\346\346\346\377\347\347\347\377\350\350" - "\350\377\351\351\351\377\352\352\352\377\352\352\352\377\353\353\353" - "\377\354\354\354\377\355\355\355\377\356\356\356\377\357\357\357\377" - "\360\360\360\377\361\361\361\377\0\0\0\377\0\0\0""8\0\0\0\25\0\0\0\377" - "\362\362\362\377\342\342\342\377\315\315\315\377mmm\377mmm\377\345\345" - "\345\377\346\346\346\377\347\347\347\377ooo\377ppp\377ppp\377qqq\377" - "qqq\377qqq\377rrr\377rrr\377sss\377\360\360\360\377\361\361\361\377\362" - "\362\362\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363\363\377\343" - "\343\343\377\344\344\344\377\345\345\345\377nnn\377\346\346\346\377\347" - "\347\347\377\350\350\350\377\351\351\351\377\352\352\352\377\353\353" - "\353\377\354\354\354\377\355\355\355\377\355\355\355\377\356\356\356" - "\377\357\357\357\377\360\360\360\377\361\361\361\377\362\362\362\377" - "\363\363\363\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363\363\377" - "\344\344\344\377\345\345\345\377\346\346\346\377ooo\377\347\347\347\377" - "\350\350\350\377\351\351\351\377ppp\377qqq\377qqq\377rrr\377rrr\377s" - "ss\377sss\377sss\377ttt\377\362\362\362\377\363\363\363\377\364\364\364" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363\363\377\345\345\345" - "\377\346\346\346\377\347\347\347\377ooo\377\351\351\351\377\351\351\351" - "\377\352\352\352\377\353\353\353\377\354\354\354\377\355\355\355\377" - "\356\356\356\377\357\357\357\377\360\360\360\377\356\356\356\377\360" - "\360\360\377\361\361\361\377\363\363\363\377\364\364\364\377\365\365" - "\365\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\364\364\364\377\346\346" - "\346\377\347\347\347\377\350\350\350\377\351\351\351\377\352\352\352" - "\377\352\352\352\377\353\353\353\377\206\206\206\377rrr\377rrr\377ss" - "s\377sss\377ttt\377\362\362\362\377\363\363\363\377\363\363\363\377\364" - "\364\364\377\365\365\365\377\366\366\366\377\0\0\0\377\0\0\0=\0\0\0\27" - "\0\0\0\377\364\364\364\377\347\347\347\377\350\350\350\377\351\351\351" - "\377\352\352\352\377\353\353\353\377\354\354\354\377\354\354\354\377" - "\355\355\355\377\356\356\356\377\357\357\357\377\360\360\360\377\361" - "\361\361\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365" - "\365\377\365\365\365\377\366\366\366\377\367\367\367\377\0\0\0\377\0" - "\0\0=\0\0\0\27\0\0\0\377\365\365\365\377\350\350\350\377\351\351\351" - "\377\352\352\352\377\353\353\353\377\354\354\354\377\355\355\355\377" - "\356\356\356\377\356\356\356\377\357\357\357\377\360\360\360\377\361" - "\361\361\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365" - "\365\377\366\366\366\377\367\367\367\377\367\367\367\377\370\370\370" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\365\365\365\377\351\351\351" - "\377\352\352\352\377\353\353\353\377\354\354\354\377\355\355\355\377" - "\356\356\356\377\357\357\357\377\360\360\360\377\360\360\360\377\361" - "\361\361\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365" - "\365\377\366\366\366\377\367\367\367\377\370\370\370\377\370\370\370" - "\377\371\371\371\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\365\365\365" - "\377\352\352\352\377\353\353\353\377\303\303\303\377rrr\377\327\327\327" - "\377\357\357\357\377\360\360\360\377\361\361\361\377\362\362\362\377" - "\362\362\362\377\363\363\363\377\364\364\364\377\365\365\365\377\366" - "\366\366\377\367\367\367\377\370\370\370\377\371\371\371\377\372\372" - "\372\377\372\372\372\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\366\366" - "\366\377\353\353\353\377\354\354\354\377rrr\377\356\356\356\377sss\377" - "\360\360\360\377\361\361\361\377ttt\377uuu\377\203\203\203\377uuu\377" - "vvv\377vvv\377www\377www\377xxx\377\372\372\372\377\373\373\373\377\374" - "\374\374\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\367\367\367\377\355" - "\355\355\377\355\355\355\377\356\356\356\377\330\330\330\377sss\377\361" - "\361\361\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365" - "\365\377\365\365\365\377\366\366\366\377\367\367\367\377\370\370\370" - "\377\371\371\371\377\372\372\372\377\373\373\373\377\374\374\374\377" - "\375\375\375\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\367\367\367\377" - "\356\356\356\377\357\357\357\377\330\330\330\377sss\377\332\332\332\377" - "\362\362\362\377\363\363\363\377uuu\377vvv\377vvv\377www\377www\377w" - "ww\377xxx\377xxx\377\373\373\373\377\374\374\374\377\375\375\375\377" - "\376\376\376\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\370\370\370\377" - "\360\360\360\377\361\361\361\377ttt\377ttt\377uuu\377\364\364\364\377" - "\365\365\365\377\366\366\366\377\367\367\367\377\370\370\370\377\371" - "\371\371\377\372\372\372\377\373\373\373\377\373\373\373\377\374\374" - "\374\377\375\375\375\377\376\376\376\377\377\377\377\377\377\377\377" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\370\370\370\377\361\361\361" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\364\364\364\377" - "\365\365\365\377\366\366\366\377\367\367\367\377\370\370\370\377\371" - "\371\371\377\372\372\372\377\373\373\373\377\374\374\374\377\375\375" - "\375\377\375\375\375\377\376\376\376\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\362\362\362" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365\365\377" - "\366\366\366\377\366\366\366\377\367\367\367\377\370\370\370\377\371" - "\371\371\377\372\372\372\377\373\373\373\377\374\374\374\377\375\375" - "\375\377\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\354\354\354\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0" - "\232\311\311\311\377\355\355\355\377\370\370\370\377\365\365\365\377" - "\366\366\366\377\367\367\367\377\370\370\370\377\370\370\370\377\371" - "\371\371\377\372\372\372\377\373\373\373\377\374\374\374\377\375\375" - "\375\377\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\356\356\356\377\275\275\275\377\0\0\0\324\0\0\0" - ":\0\0\0\26\0\0\0\34\0\0\0\243\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\324\0\0\0Y\0\0\0-\0\0\0\20\0\0\0\6\0\0\0\24\0\0\0)\0\0\0""8\0" - "\0\0<\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=" - "\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0""9\0\0\0-\0\0\0\31\0" - "\0\0\7\0\0\0\1\0\0\0\6\0\0\0\16\0\0\0\24\0\0\0\27\0\0\0\27\0\0\0\27\0" - "\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27" - "\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\25\0\0\0\20\0\0\0" - "\7\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\3\0" - "\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0" - "\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_text_unindent) -#endif -#ifdef __GNUC__ -static const guint8 stock_text_unindent[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_text_unindent[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\27\0\0\0\224\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\232" - "\0\0\0'\0\0\0\6\0\0\0\1\0\0\0\224\342\342\342\377\362\362\362\377\362" - "\362\362\377\362\362\362\377\362\362\362\377\363\363\363\377\363\363" - "\363\377\363\363\363\377\364\364\364\377\364\364\364\377\364\364\364" - "\377\365\365\365\377\365\365\365\377\365\365\365\377\366\366\366\377" - "\366\366\366\377\367\367\367\377\367\367\367\377\364\364\364\377\333" - "\333\333\377\0\0\0\243\0\0\0\25\0\0\0\6\0\0\0\377\360\360\360\377\340" - "\340\340\377\340\340\340\377\341\341\341\377\342\342\342\377\343\343" - "\343\377\344\344\344\377\345\345\345\377\256\256\256\377\347\347\347" - "\377\350\350\350\377\350\350\350\377\351\351\351\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\343\343\343\377\0\0\0\377\0\0\0)\0\0\0\16\0\0\0\377\362" - "\362\362\377\341\341\341\377\341\341\341\377\342\342\342\377\343\343" - "\343\377\344\344\344\377\345\345\345\377\346\346\346\377\347\347\347" - "\377\350\350\350\377\351\351\351\377\352\352\352\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\347\347\347\377\0\0\0\377\0\0\0""8\0\0\0" - "\25\0\0\0\377\362\362\362\377\342\342\342\377\254\254\254\377\254\254" - "\254\377\255\255\255\377\256\256\256\377\256\256\256\377\257\257\257" - "\377\260\260\260\377\261\261\261\377\262\262\262\377\262\262\262\377" - "\263\263\263\377\263\263\263\377\264\264\264\377\265\265\265\377\265" - "\265\265\377\266\266\266\377\361\361\361\377\350\350\350\377\0\0\0\377" - "\0\0\0=\0\0\0\27\0\0\0\377\363\363\363\377\343\343\343\377\344\344\344" - "\377\345\345\345\377\345\345\345\377\346\346\346\377\347\347\347\377" - "\350\350\350\377\351\351\351\377\352\352\352\377\353\353\353\377\354" - "\354\354\377\355\355\355\377\355\355\355\377\356\356\356\377\357\357" - "\357\377\360\360\360\377\361\361\361\377\362\362\362\377\351\351\351" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363\363\377\344\344\344" - "\377\345\345\345\377\346\346\346\377\347\347\347\377\347\347\347\377" - "\350\350\350\377\351\351\351\377\352\352\352\377\353\353\353\377\354" - "\354\354\377\355\355\355\377\356\356\356\377\357\357\357\377\357\357" - "\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363\363" - "\377\352\352\352\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\363\363\363" - "\377\345\345\345\377\346\346\346\377\347\347\347\377\350\350\350\377" - "\351\351\351\377\351\351\351\377\352\352\352\377uuu\377vvv\377vvv\377" - "www\377www\377xxx\377xxx\377xxx\377yyy\377yyy\377\364\364\364\377\353" - "\353\353\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\364\364\364\377\346" - "\346\346\377\347\347\347\377\252\252\252\377\351\351\351\377\352\352" - "\352\377\352\352\352\377\353\353\353\377\354\354\354\377\355\355\355" - "\377\356\356\356\377\357\357\357\377\360\360\360\377\361\361\361\377" - "\362\362\362\377\363\363\363\377\363\363\363\377\364\364\364\377\365" - "\365\365\377\354\354\354\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\364" - "\364\364\377\347\347\347\377\252\252\252\377\0\0\0\377\352\352\352\377" - "\353\353\353\377\354\354\354\377\354\354\354\377vvv\377www\377www\377" - "xxx\377xxx\377yyy\377yyy\377zzz\377zzz\377zzz\377\366\366\366\377\355" - "\355\355\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\365\365\365\377\252" - "\252\252\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\356\356" - "\356\377\356\356\356\377\357\357\357\377\360\360\360\377\361\361\361" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365\365\377" - "\366\366\366\377\367\367\367\377\367\367\367\377\356\356\356\377\0\0" - "\0\377\0\0\0=\0\0\0\27\0\0\0\377\365\365\365\377\351\351\351\377\253" - "\253\253\377\0\0\0\377\354\354\354\377\355\355\355\377\356\356\356\377" - "\357\357\357\377xxx\377xxx\377xxx\377yyy\377yyy\377zzz\377zzz\377{{{" - "\377{{{\377|||\377\370\370\370\377\357\357\357\377\0\0\0\377\0\0\0=\0" - "\0\0\27\0\0\0\377\365\365\365\377\352\352\352\377\353\353\353\377\255" - "\255\255\377\355\355\355\377\356\356\356\377\357\357\357\377\360\360" - "\360\377\361\361\361\377\362\362\362\377\362\362\362\377\363\363\363" - "\377\364\364\364\377\365\365\365\377\366\366\366\377\367\367\367\377" - "\370\370\370\377\371\371\371\377\372\372\372\377\360\360\360\377\0\0" - "\0\377\0\0\0=\0\0\0\27\0\0\0\377\366\366\366\377\353\353\353\377\354" - "\354\354\377\355\355\355\377\356\356\356\377\357\357\357\377\360\360" - "\360\377\361\361\361\377yyy\377yyy\377zzz\377zzz\377zzz\377\366\366\366" - "\377\367\367\367\377\370\370\370\377\371\371\371\377\372\372\372\377" - "\373\373\373\377\362\362\362\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377" - "\367\367\367\377\355\355\355\377\355\355\355\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\365\365\365\377\366\366\366" - "\377\367\367\367\377\370\370\370\377\371\371\371\377\372\372\372\377" - "\373\373\373\377\374\374\374\377\363\363\363\377\0\0\0\377\0\0\0=\0\0" - "\0\27\0\0\0\377\367\367\367\377\356\356\356\377\357\357\357\377\357\357" - "\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363\363" - "\377\364\364\364\377\365\365\365\377\366\366\366\377\367\367\367\377" - "\367\367\367\377\370\370\370\377\371\371\371\377\372\372\372\377\373" - "\373\373\377\374\374\374\377\375\375\375\377\364\364\364\377\0\0\0\377" - "\0\0\0=\0\0\0\27\0\0\0\377\370\370\370\377\360\360\360\377\267\267\267" - "\377\270\270\270\377\270\270\270\377\270\270\270\377\271\271\271\377" - "\272\272\272\377\273\273\273\377\273\273\273\377\274\274\274\377\275" - "\275\275\377\276\276\276\377\276\276\276\377\276\276\276\377\277\277" - "\277\377\300\300\300\377\301\301\301\377\377\377\377\377\365\365\365" - "\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\370\370\370\377\361\361\361" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\364\364\364\377" - "\365\365\365\377\366\366\366\377\367\367\367\377\370\370\370\377\371" - "\371\371\377\372\372\372\377\373\373\373\377\374\374\374\377\375\375" - "\375\377\375\375\375\377\376\376\376\377\377\377\377\377\377\377\377" - "\377\365\365\365\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0\377\362\362\362" - "\377\362\362\362\377\363\363\363\377\364\364\364\377\365\365\365\377" - "\366\366\366\377\366\366\366\377\367\367\367\377\274\274\274\377\371" - "\371\371\377\372\372\372\377\373\373\373\377\374\374\374\377\375\375" - "\375\377\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\331\331\331\377\0\0\0\377\0\0\0=\0\0\0\27\0\0\0" - "\232\311\311\311\377\332\332\332\377\356\356\356\377\353\353\353\377" - "\354\354\354\377\355\355\355\377\356\356\356\377\356\356\356\377\357" - "\357\357\377\360\360\360\377\361\361\361\377\362\362\362\377\363\363" - "\363\377\364\364\364\377\365\365\365\377\365\365\365\377\365\365\365" - "\377\365\365\365\377\344\344\344\377\275\275\275\377\0\0\0\324\0\0\0" - ":\0\0\0\26\0\0\0\34\0\0\0\243\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\324\0\0\0Y\0\0\0-\0\0\0\20\0\0\0\6\0\0\0\24\0\0\0)\0\0\0""8\0" - "\0\0<\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=" - "\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0=\0\0\0""9\0\0\0-\0\0\0\31\0" - "\0\0\7\0\0\0\1\0\0\0\6\0\0\0\16\0\0\0\24\0\0\0\27\0\0\0\27\0\0\0\27\0" - "\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27" - "\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\27\0\0\0\25\0\0\0\20\0\0\0" - "\7\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\3\0" - "\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0" - "\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_timer) -#endif -#ifdef __GNUC__ -static const guint8 stock_timer[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_timer[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\23\0" - "\0\0o\0\0\0\266\0\0\0\344\0\0\0\373\0\0\0\373\0\0\0\345\0\0\0\270\0\0" - "\0t\0\0\0\31\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\205\0\0\0" - "\373\207\207\207\377\300\300\300\377\323\323\323\377\326\326\326\377" - "\325\325\325\377\322\322\322\377\275\275\275\377\204\204\204\377\0\0" - "\0\374\0\0\0\217\0\0\0\10\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377[\210\262\377\0\0\0\377\324\324" - "\324\377\342\342\342\377\365\365\365\377\374\374\374\377\374\374\374" - "\377\374\374\374\377\373\373\373\377\363\363\363\377\354\354\354\377" - "\341\341\341\377\220\220\220\377\0\0\0\324\0\0\0""6\0\0\0\3\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\236" - "\270\321\377P\200\255\377\0\0\0\377\375\375\375\377\375\375\375\377\375" - "\375\375\377\316\316\316\377\310\310\310\377\374\374\374\377\373\373" - "\373\377\373\373\373\377\367\367\367\377\350\350\350\377\272\272\272" - "\377\0\0\0\352\0\0\0\77\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\377\277\321\341" - "\377\257\305\332\377\262\307\333\377\266\312\335\377\244\275\325\377" - "\234\267\321\377P\200\255\377\10\15\21\377\375\375\375\377\375\375\375" - "\377\277\277\277\377\270\270\270\377\373\373\373\377\373\373\373\377" - "\372\372\372\377\371\371\371\377\370\370\370\377\350\350\350\377\301" - "\301\301\377\0\0\0\330\0\0\0\32\0\0\0\4\0\0\0\0\0\0\0\377\302\322\341" - "\377\240\272\323\377\234\267\321\377\232\265\317\377\240\272\323\377" - "\234\267\321\377\227\263\316\377_\213\264\377\0\0\0\377\375\375\375\377" - "\260\260\260\377\251\251\251\377\373\373\373\377\373\373\373\377\371" - "\371\371\377\371\371\371\377\367\367\367\377\366\366\366\377\345\345" - "\345\377\217\217\217\377\0\0\0\242\0\0\0\20\0\0\0\1\0\0\0\377\310\326" - "\344\377\236\270\321\377\232\265\317\377\234\267\321\377\234\267\321" - "\377\234\267\321\377\240\272\323\377\225\262\316\377Ly\243\377\0\0\0" - "\377\241\241\241\377\231\231\231\377\373\373\373\377\372\372\372\377" - "\371\371\371\377\370\370\370\377\367\367\367\377\365\365\365\377\363" - "\363\363\377\350\350\350\377\0\0\0\374\0\0\0>\0\0\0\11\0\0\0\377g\213" - "\254\377\77e\210\377\77e\210\377\77e\210\377\77e\210\377\77e\210\377" - "\77e\210\377*C[\377\0\0\0\377\375\375\375\377\221\221\221\377\212\212" - "\212\377\373\373\373\377\372\372\372\377\371\371\371\377\370\370\370" - "\377\366\366\366\377\365\365\365\377\363\363\363\377\355\355\355\377" - "\216\216\216\377\0\0\0\227\0\0\0\25\0\0\0\377d\207\247\3777Yx\3777Yx" - "\3777Yx\377\77e\210\377\77e\210\377*C[\377\0\0\0\377\377\377\377\377" - "\376\376\376\377\201\201\201\377zzz\377\373\373\373\377\371\371\371\377" - "\370\370\370\377\367\367\367\377\365\365\365\377\364\364\364\377\362" - "\362\362\377\357\357\357\377\323\323\323\377\0\0\0\314\0\0\0(\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\77e\210\377*C[\377\0\0\0\377" - "\375\375\375\377\376\376\376\377\375\375\375\377rrr\377kkk\377\356\356" - "\356\377\371\371\371\377\370\370\370\377\366\366\366\377\364\364\364" - "\377\363\363\363\377\361\361\361\377\357\357\357\377\367\367\367\377" - "\0\0\0\354\0\0\0""9\0\0\0\0\0\0\0\373\350\350\350\377\372\372\372\377" - "\0\0\0\377*C[\377\0\0\0\377\374\374\374\377\374\374\374\377\374\374\374" - "\377\374\374\374\377ccc\377[[[\377\313\313\313\377\345\345\345\377\367" - "\367\367\377\365\365\365\377\364\364\364\377\362\362\362\377\273\273" - "\273\377\356\356\356\377\370\370\370\377\0\0\0\374\0\0\0D\0\0\0\0\0\0" - "\0\373\336\336\336\377\371\371\371\377\0\0\0\377\0\0\0\377\373\373\373" - "\377\373\373\373\377\373\373\373\377\373\373\373\377\373\373\373\377" - "\221\221\221\377LLL\377EEE\377bbb\377\300\300\300\377\335\335\335\377" - "\362\362\362\377\361\361\361\377\265\265\265\377\355\355\355\377\370" - "\370\370\377\0\0\0\374\0\0\0J\0\0\0\0\0\0\0\346\332\332\332\377\370\370" - "\370\377\0\0\0\377\371\371\371\377\371\371\371\377\371\371\371\377\372" - "\372\372\377\372\372\372\377\372\372\372\377\352\352\352\377\276\276" - "\276\377ddd\377...\377'''\377III\377\361\361\361\377\357\357\357\377" - "\355\355\355\377\371\371\371\377\367\367\367\377\0\0\0\355\0\0\0J\0\0" - "\0\0\0\0\0\273\275\275\275\377\365\365\365\377\367\367\367\377\370\370" - "\370\377\370\370\370\377\370\370\370\377\370\370\370\377\370\370\370" - "\377\370\370\370\377\367\367\367\377\366\366\366\377\335\335\335\377" - "\276\276\276\377WWW\377xxx\377\357\357\357\377\356\356\356\377\354\354" - "\354\377\371\371\371\377\323\323\323\377\0\0\0\316\0\0\0D\0\0\0\0\0\0" - "\0t\177\177\177\377\341\341\341\377\366\366\366\377\366\366\366\377\366" - "\366\366\377\366\366\366\377\367\367\367\377\366\366\366\377\366\366" - "\366\377\365\365\365\377\364\364\364\377\364\364\364\377\362\362\362" - "\377\361\361\361\377\357\357\357\377\356\356\356\377\355\355\355\377" - "\364\364\364\377\370\370\370\377\214\214\214\377\0\0\0\237\0\0\0""9\0" - "\0\0\0\0\0\0\31\0\0\0\374\320\320\320\377\353\353\353\377\364\364\364" - "\377\364\364\364\377\365\365\365\377\364\364\364\377\364\364\364\377" - "\364\364\364\377\363\363\363\377\362\362\362\377\361\361\361\377\360" - "\360\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354\354" - "\354\377\370\370\370\377\361\361\361\377\0\0\0\374\0\0\0_\0\0\0(\0\0" - "\0\0\0\0\0\2\0\0\0\217\211\211\211\377\324\324\324\377\362\362\362\377" - "\362\362\362\377\362\362\362\377\362\362\362\377\362\362\362\377\361" - "\361\361\377\361\361\361\377\360\360\360\377\360\360\360\377\357\357" - "\357\377\356\356\356\377\355\355\355\377\354\354\354\377\371\371\371" - "\377\370\370\370\377\230\230\230\377\0\0\0\260\0\0\0H\0\0\0\25\0\0\0" - "\0\0\0\0\0\0\0\0\10\0\0\0\324\253\253\253\377\323\323\323\377\360\360" - "\360\377\360\360\360\377\360\360\360\377\360\360\360\377\360\360\360" - "\377\357\357\357\377\357\357\357\377\356\356\356\377\356\356\356\377" - "\355\355\355\377\354\354\354\377\371\371\371\377\370\370\370\377\304" - "\304\304\377\0\0\0\335\0\0\0Q\0\0\0.\0\0\0\11\0\0\0\0\0\0\0\0\0\0\0\1" - "\0\0\0""6\0\0\0\352\253\253\253\377\322\322\322\377\344\344\344\377\356" - "\356\356\377\356\356\356\377\356\356\356\377\256\256\256\377\255\255" - "\255\377\355\355\355\377\354\354\354\377\353\353\353\377\370\370\370" - "\377\370\370\370\377\302\302\302\377\0\0\0\355\0\0\0p\0\0\0<\0\0\0\20" - "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\77\0\0\0\330\202\202\202" - "\377\315\315\315\377\331\331\331\377\354\354\354\377\354\354\354\377" - "\354\354\354\377\354\354\354\377\353\353\353\377\364\364\364\377\370" - "\370\370\377\367\367\367\377\214\214\214\377\0\0\0\335\0\0\0q\0\0\0B" - "\0\0\0\32\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0" - "\0\32\0\0\0\242\0\0\0\374\210\210\210\377\310\310\310\377\335\335\335" - "\377\370\370\370\377\370\370\370\377\367\367\367\377\361\361\361\377" - "\300\300\300\377\0\0\0\374\0\0\0\260\0\0\0Q\0\0\0<\0\0\0\32\0\0\0\5\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0" - "\20\0\0\0>\0\0\0\227\0\0\0\314\0\0\0\354\0\0\0\374\0\0\0\374\0\0\0\355" - "\0\0\0\316\0\0\0\237\0\0\0_\0\0\0H\0\0\0.\0\0\0\20\0\0\0\4\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\1\0\0\0\10\0\0\0\25\0\0\0(\0\0\0""9\0\0\0D\0\0\0J\0\0\0J\0\0\0D\0\0" - "\0""9\0\0\0(\0\0\0\25\0\0\0\10\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\1\0\0\0\6\0\0\0\12\0\0\0\15\0\0\0\17\0\0\0\17\0\0\0\15\0\0\0\12" - "\0\0\0\6\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_timer_stopped) -#endif -#ifdef __GNUC__ -static const guint8 stock_timer_stopped[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_timer_stopped[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\23\0\0" - "\0o\0\0\0\266\0\0\0\344\0\0\0\373\0\0\0\373\0\0\0\345\0\0\0\270\0\0\0" - "t\0\0\0\31\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\205\0\0\0\373\207" - "\207\207\377\300\300\300\377\323\323\323\377\326\326\326\377\325\325" - "\325\377\322\322\322\377\275\275\275\377\204\204\204\377\0\0\0\374\0" - "\0\0\217\0\0\0\10\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0)\0\0\0\314\223\223\223\377\324\324\324\377" - "\342\342\342\377\365\365\365\377\374\374\374\377\374\374\374\377\374" - "\374\374\377\373\373\373\377\363\363\363\377\354\354\354\377\341\341" - "\341\377\220\220\220\377\0\0\0\324\0\0\0""6\0\0\0\3\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0)\0\0\0\344\277\277\277\377\336\336" - "\336\377\360\360\360\377\375\375\375\377\375\375\375\377\375\375\375" - "\377\316\316\316\377\310\310\310\377\374\374\374\377\373\373\373\377" - "\373\373\373\377\367\367\367\377\350\350\350\377\272\272\272\377\0\0" - "\0\352\0\0\0\77\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\314\267\267\267\377\342\342\342\377\373\373\373\377\375\375\375\377" - "\375\375\375\377\375\375\375\377\375\375\375\377\277\277\277\377\270" - "\270\270\377\373\373\373\377\373\373\373\377\372\372\372\377\371\371" - "\371\377\370\370\370\377\350\350\350\377\301\301\301\377\0\0\0\330\0" - "\0\0\32\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\205\207\207\207\377\336" - "\336\336\377\373\373\373\377\375\375\375\377\375\375\375\377\375\375" - "\375\377\375\375\375\377\375\375\375\377\260\260\260\377\251\251\251" - "\377\373\373\373\377\373\373\373\377\371\371\371\377\371\371\371\377" - "\367\367\367\377\366\366\366\377\345\345\345\377\217\217\217\377\0\0" - "\0\242\0\0\0\20\0\0\0\1\0\0\0\0\0\0\0\23\0\0\0\373\324\324\324\377\367" - "\367\367\377\375\375\375\377\375\375\375\377\375\375\375\377\375\375" - "\375\377\375\375\375\377\375\375\375\377\241\241\241\377\231\231\231" - "\377\373\373\373\377\372\372\372\377\371\371\371\377\370\370\370\377" - "\367\367\367\377\365\365\365\377\363\363\363\377\350\350\350\377\0\0" - "\0\374\0\0\0>\0\0\0\11\0\0\0\0\0\0\0o\207\207\207\377\342\342\342\377" - "\374\374\374\377\375\375\375\377\375\375\375\377\375\375\375\377\375" - "\375\375\377\376\376\376\377\375\375\375\377\221\221\221\377\212\212" - "\212\377\373\373\373\377\372\372\372\377\371\371\371\377\370\370\370" - "\377\366\366\366\377\365\365\365\377\363\363\363\377\355\355\355\377" - "\216\216\216\377\0\0\0\227\0\0\0\25\0\0\0\0\0\0\0\266\300\300\300\377" - "\364\364\364\377\374\374\374\377\374\374\374\377\375\375\375\377\375" - "\375\375\377\376\376\376\377\377\377\377\377\376\376\376\377\201\201" - "\201\377zzz\377\373\373\373\377\371\371\371\377\370\370\370\377\367\367" - "\367\377\365\365\365\377\364\364\364\377\362\362\362\377\357\357\357" - "\377\323\323\323\377\0\0\0\314\0\0\0(\0\0\0\0\0\0\0\346\323\323\323\377" - "\372\372\372\377\373\373\373\377\374\374\374\377\374\374\374\377\375" - "\375\375\377\375\375\375\377\376\376\376\377\375\375\375\377rrr\377k" - "kk\377\356\356\356\377\371\371\371\377\370\370\370\377\366\366\366\377" - "\364\364\364\377\363\363\363\377\361\361\361\377\357\357\357\377\367" - "\367\367\377\0\0\0\354\0\0\0""9\0\0\0\0\0\0\0\373\350\350\350\377\372" - "\372\372\377\337\337\337\377\373\373\373\377\374\374\374\377\374\374" - "\374\377\374\374\374\377\374\374\374\377\374\374\374\377ccc\377[[[\377" - "\313\313\313\377\345\345\345\377\367\367\367\377\365\365\365\377\364" - "\364\364\377\362\362\362\377\273\273\273\377\356\356\356\377\370\370" - "\370\377\0\0\0\374\0\0\0D\0\0\0\0\0\0\0\373\336\336\336\377\371\371\371" - "\377\332\332\332\377\372\372\372\377\373\373\373\377\373\373\373\377" - "\373\373\373\377\373\373\373\377\373\373\373\377\221\221\221\377LLL\377" - "EEE\377bbb\377\300\300\300\377\335\335\335\377\362\362\362\377\361\361" - "\361\377\265\265\265\377\355\355\355\377\370\370\370\377\0\0\0\374\0" - "\0\0J\0\0\0\0\0\0\0\346\332\332\332\377\370\370\370\377\371\371\371\377" - "\371\371\371\377\371\371\371\377\371\371\371\377\372\372\372\377\372" - "\372\372\377\372\372\372\377\352\352\352\377\276\276\276\377ddd\377." - "..\377'''\377III\377\361\361\361\377\357\357\357\377\355\355\355\377" - "\371\371\371\377\367\367\367\377\0\0\0\355\0\0\0J\0\0\0\0\0\0\0\273\275" - "\275\275\377\365\365\365\377\367\367\367\377\370\370\370\377\370\370" - "\370\377\370\370\370\377\370\370\370\377\370\370\370\377\370\370\370" - "\377\367\367\367\377\366\366\366\377\335\335\335\377\276\276\276\377" - "WWW\377xxx\377\357\357\357\377\356\356\356\377\354\354\354\377\371\371" - "\371\377\323\323\323\377\0\0\0\316\0\0\0D\0\0\0\0\0\0\0t\177\177\177" - "\377\341\341\341\377\366\366\366\377\366\366\366\377\366\366\366\377" - "\366\366\366\377\367\367\367\377\366\366\366\377\366\366\366\377\365" - "\365\365\377\364\364\364\377\364\364\364\377yyy\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\234" - "\0\0\0\0\0\0\0\31\0\0\0\374\320\320\320\377\353\353\353\377\364\364\364" - "\377\364\364\364\377\365\365\365\377\364\364\364\377\364\364\364\377" - "\364\364\364\377\363\363\363\377\362\362\362\377\361\361\361\377\0\0" - "\0\377\351\\\23\377\362g\37\377\356b\32\377\345Y\23\377\333T\22\377\322" - "S\27\377\312R\33\377\276D\17\377\0\0\0\377\0\0\0\0\0\0\0\2\0\0\0\217" - "\211\211\211\377\324\324\324\377\362\362\362\377\362\362\362\377\362" - "\362\362\377\362\362\362\377\362\362\362\377\361\361\361\377\361\361" - "\361\377\360\360\360\377\360\360\360\377\0\0\0\377\353a\33\377\376\362" - "\353\377\374\346\333\377\350k,\377\337e)\377\370\342\330\377\373\361" - "\355\377\300K\30\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\324\253" - "\253\253\377\323\323\323\377\360\360\360\377\360\360\360\377\360\360" - "\360\377\360\360\360\377\360\360\360\377\357\357\357\377\357\357\357" - "\377\356\356\356\377\0\0\0\377\345[\26\377\372\337\322\377\377\377\377" - "\377\372\346\334\377\372\344\331\377\377\377\377\377\364\334\322\377" - "\275G\23\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0""6\0\0\0\352\253" - "\253\253\377\322\322\322\377\344\344\344\377\356\356\356\377\356\356" - "\356\377\356\356\356\377\256\256\256\377\255\255\255\377\355\355\355" - "\377\0\0\0\377\335U\22\377\342d%\377\371\340\324\377\377\377\377\377" - "\377\377\377\377\365\336\323\377\307U\"\377\271B\16\377\0\0\0\377\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\77\0\0\0\330\202\202\202\377\315\315" - "\315\377\331\331\331\377\354\354\354\377\354\354\354\377\354\354\354" - "\377\354\354\354\377\353\353\353\377\0\0\0\377\323O\21\377\332a)\377" - "\371\343\331\377\377\377\377\377\377\377\377\377\366\344\333\377\304" - "W(\377\265@\16\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5" - "\0\0\0\32\0\0\0\242\0\0\0\374\210\210\210\377\310\310\310\377\335\335" - "\335\377\370\370\370\377\370\370\370\377\367\367\367\377\0\0\0\377\312" - "N\23\377\367\341\327\377\377\377\377\377\364\335\323\377\364\335\323" - "\377\377\377\377\377\364\342\332\377\262B\23\377\0\0\0\377\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\20\0\0\0>\0\0\0\227\0\0" - "\0\314\0\0\0\354\0\0\0\374\0\0\0\374\0\0\0\355\0\0\0\377\302K\26\377" - "\370\353\345\377\363\333\321\377\304S\"\377\300R\"\377\361\332\320\377" - "\367\353\347\377\255A\25\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\25\0\0\0(\0\0\0""9\0\0\0D\0" - "\0\0J\0\0\0J\0\0\0\377\267@\16\377\272E\23\377\270C\21\377\266@\16\377" - "\263>\15\377\260>\20\377\253\77\23\377\2447\14\377\0\0\0\377\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0" - "\0\6\0\0\0\12\0\0\0\15\0\0\0\17\0\0\0\17\0\0\0\206\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\177"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_trash) -#endif -#ifdef __GNUC__ -static const guint8 stock_trash[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_trash[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0R\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "X\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\220\34\34" - "\34\377vvv\377\346\346\346\377\323\323\323\377\303\303\303\377\220\220" - "\220\377III\377\0\0\0\377\0\0\0\276\0\0\0,\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0E\0\0\0\240\0\0\0" - "\377\0\0\0\377HG=\377\272\270\246\377\342\342\337\377\361\361\360\377" - "\352\351\346\377\362\362\356\377\353\352\345\377\301\300\265\377WVJ\377" - "RQF\377\0\0\0\377\0\0\0\377\0\0\0\227\0\0\0""3\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0T\0\0\0\377\250\246\217\377\275\273\241\377\300" - "\276\243\377\243\241\212\377ml\\\377||r\377LLI\377EE\77\377DC:\377oo" - "g\377\306\305\271\377\266\265\233\377ml]\377\263\261\233\377\247\246" - "\216\377\220\217z\377\0\0\0\377\0\0\0E\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\377\252\251\223\377\314\313\265\377\320\316\272\377\325\323" - "\301\377\256\255\243\377\224\223\212\377EDB\377##!\377541\377)(#\377" - "\36\36\32\377SRF\377\255\254\223\377\222\221\211\377\302\301\257\377" - "\261\257\226\377\254\252\222\377\223\222}\377\0\0\0\377\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\10\10\10\377\321\320\301\377\314\313\265\377\326\325" - "\304\377\337\336\321\377\316\315\300\377\254\254\246\377\220\217\212" - "\377~}w\377\\\\U\377GF>\377edV\377wve\377\200~o\377\276\275\247\377\265" - "\263\232\377\266\265\233\377\265\263\232\377\241\237\210\377\0\0\0\377" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\331\330\314\377\366\365\362" - "\377\333\332\321\377\332\331\316\377\345\344\331\377\320\317\303\377" - "\323\323\311\377\312\311\274\377\267\266\246\377\270\266\241\377\260" - "\257\226\377\241\237\210\377\271\270\235\377\271\267\235\377\270\266" - "\234\377\304\302\251\377\257\255\227\377\213\211v\377\0\0\0\377\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\252\251\230\377\266\266\262\377" - "\371\371\367\377\372\372\370\377\364\364\360\377\342\341\332\377\331" - "\331\316\377\333\332\317\377\325\323\301\377\323\321\276\377\304\302" - "\251\377\300\276\243\377\305\304\254\377\326\325\303\377\315\314\277" - "\377\273\272\255\377|zi\377qp`\377\0\0\0\336\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\23\23\23\316\231\230\202\377\257\256\235\377\303\303\276\377" - "\336\336\334\377\351\351\350\377\373\373\372\377\375\375\374\377\375" - "\375\375\377\374\373\372\377\371\371\367\377\362\362\357\377\352\351" - "\343\377\333\332\321\377\300\277\261\377\225\224\204\377xwf\377nm]\377" - "[[M\377\0\0\0\315\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\222]\\O\377\223" - "\222}\377\243\242\223\377\270\267\246\377\330\327\320\377\333\333\324" - "\377\323\322\312\377\310\310\303\377\306\305\275\377\275\274\255\377" - "\272\270\250\377\237\236\213\377\216\214x\377\214\213w\377\216\214x\377" - "zyh\377lk]\377NME\377\0\0\0y\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0""2" - "\0\0\0\377BBB\377{{s\377\237\237\226\377\322\321\307\377\334\333\322" - "\377\314\313\276\377\321\320\302\377\304\303\266\377\261\257\226\377" - "\261\257\226\377\261\257\226\377\232\230\203\377\200\177m\377}|k\377" - "ji^\377@@>\377\0\0\0\377\0\0\0""3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\37777-\377\17\17\17\377874\377xxu\377\231\230\223\377\212" - "\211~\377\263\262\244\377\252\252\236\377\243\241\212\377\207\206s\377" - "\217\215y\377baU\377TTQ\37711.\377\0\0\0\377++#\377\0\0\0\377\0\0\0\17" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377qq]\377WWK\377BB:\377" - "&&\40\377!!!\377\33\33\33\377\0\0\0\377$$$\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\26\26\23\377**\"\37700'\377\77\77""4\377\0\0\0\377" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377zze\377[[Q" - "\377\205\205v\377vvk\377\230\230\216\377uuk\377QQF\377\177\177t\377j" - "jX\377@@5\377bbQ\377TTE\377>>3\377UUF\37744+\377QQC\377\0\0\0\377\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\205\205n\377]" - "]T\377\221\221\202\377\202\202x\377\252\252\243\377zzq\377NNE\377\212" - "\212\200\377||m\377BB7\377``R\377ZZJ\377<<2\377NNA\37755,\377TTE\377" - "\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0\377" - "\205\205n\377[[Q\377\254\254\234\377\205\205{\377\273\273\263\377\243" - "\243\232\377TTK\377\223\223\212\377\221\221\205\377BB7\377``R\377hhV" - "\377AA6\377jjX\377CC7\377jjX\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\1\0\0\0\5\0\0\0\10\0\0\0\377\205\205n\377[[Q\377\244\244\223\377" - "\205\205{\377\301\301\266\377\261\261\242\377kk_\377\261\261\242\377" - "\235\235\213\377TTE\377\204\204p\377qq^\377CC7\377jjX\377CC7\377jjX\377" - "\0\0\0\377\0\0\0\6\0\0\0\3\0\0\0\0\0\0\0\2\0\0\0\12\0\0\0\24\0\0\0\377" - "\205\205n\377[[Q\377\245\245\224\377\205\205{\377\302\302\267\377\261" - "\261\242\377kk_\377\261\261\242\377\235\235\213\377TTE\377\204\204p\377" - "qq^\377CC7\377jjX\377CC7\377jjX\377\0\0\0\377\0\0\0\26\0\0\0\13\0\0\0" - "\2\0\0\0\3\0\0\0\26\0\0\0+\0\0\0\377\205\205n\377[[Q\377\235\235\213" - "\377\205\205{\377\301\301\266\377\261\261\242\377kk_\377\261\261\242" - "\377\235\235\213\377TTE\377\204\204p\377qq^\377CC7\377jjX\377CC7\377" - "jjX\377\0\0\0\377\0\0\0""1\0\0\0\32\0\0\0\4\0\0\0\7\0\0\0#\0\0\0I\0\0" - "\0\377{{e\377[[Q\377\244\244\223\377\205\205{\377\301\301\266\377\261" - "\261\242\377kk_\377\261\261\242\377\235\235\213\377TTE\377\204\204p\377" - "qq^\377CC7\377jjX\377CC7\377__O\377\0\0\0\377\0\0\0H\0\0\0*\0\0\0\7\0" - "\0\0\12\0\0\0,\0\0\0X\0\0\0\377ffT\377[[Q\377\244\244\223\377\202\202" - "x\377\301\301\266\377\261\261\242\377kk_\377\261\261\242\377\235\235" - "\213\377TTE\377\204\204p\377qq^\377CC7\377jjX\377II<\377WWH\377\0\0\0" - "\377\0\0\0P\0\0\0*\0\0\0\7\0\0\0\6\0\0\0\35\0\0\0C\0\0\0r\0\0\0\377W" - "WJ\377}}m\377vvi\377\263\263\250\377\241\241\224\377mma\377\263\263\245" - "\377\235\235\213\377TTE\377\204\204p\377iiW\377AA5\377VVG\377DD8\377" - "\0\0\0\377\0\0\0\177\0\0\0C\0\0\0\35\0\0\0\4\0\0\0\1\0\0\0\13\0\0\0\34" - "\0\0\0""2\0\0\0g\0\0\0\320\0\0\0\377\0\0\0\377YYQ\377XXI\377NN@\377t" - "tg\377aaS\377NNA\377II<\377II<\377\0\0\0\377\0\0\0\377\0\0\0\304\0\0" - "\0t\0\0\0>\0\0\0%\0\0\0\11\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0\17\0" - "\0\0\31\0\0\0\37\0\0\0r\0\0\0\264\0\0\0\302\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\271\0\0\0\217\0\0\0S\0\0\0," - "\0\0\0*\0\0\0\33\0\0\0\10\0\0\0\1\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_trash_full) -#endif -#ifdef __GNUC__ -static const guint8 stock_trash_full[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_trash_full[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10" - "\10\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\6\6\6\21\6\6\6K\16\16\16\377BBB\377JJJ\377>>>\377,,,\377\0" - "\0\0\377\6\6\6>\6\6\6!\0\0\0\0\0\0\0\0\0\0\0\0\10\10\10\377\10\10\10" - "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\6\6\6:\0\0\0\377\0\0\0\377\205\203q\377\360\355\330\377\362\361\351" - "\377\356\355\344\377\307\306\272\377SRF\377\0\0\0\377\0\0\0\377\6\6\6" - "K\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\6\6\6>\20\20\20\377\302\300\245\377\301\277\245" - "\377zyg\377HG@\377''%\37765.\377\207\205r\377\240\236\210\377\243\241" - "\212\377\245\243\214\377\0\0\0\377\6\6\6!\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0+++\377\323\321\274" - "\377\334\332\304\377\342\340\317\377\271\267\242\377db[\377986\377<<" - "3\377a`S\377\232\230\203\377\267\265\233\377\263\262\230\377\244\242" - "\213\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10\10\377" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\350\344\323\377\364\361\351" - "\377\362\361\344\377\352\351\332\377\345\342\322\377\325\322\276\377" - "\303\301\247\377\257\255\224\377\300\276\244\377\306\304\254\377\270" - "\266\234\377ywf\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\10\10\10\377\10\10\10\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\212\211" - "u\377\361\355\322\377\373\370\351\377\371\365\355\377\370\367\356\377" - "\370\367\354\377\365\363\346\377\354\352\331\377\336\335\313\377\0\0" - "\0\377\0\0\0\377BA8\377\0\0\0\377\0\0\0\0\0\0\0>\0\0\0\377\0\0\0W\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\202RQF\377sqe\377" - "\237\235\221\377\344\341\310\377\351\345\317\377\342\340\313\377\321" - "\321\313\377\216\215\177\377\0\0\0\377\377\377\377\377\301\301\301\377" - "\0\0\0\377\0\0\0\240\0\0\0L\0\0\0\377\377\377\377\377\0\0\0\377\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\33\377440\377" - "KID\377hgb\377pof\377kkd\377nl]\377XWK\377++%\377\0\0\0\377\377\377\377" - "\377\222\222\222\377\2\2\2\377\0\0\0\377\346\346\346\377\0\0\0\377\0" - "\0\0>\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0**#\377" - "\240\240\225\377MM@\377660\377**&\377//*\377\17\17\15\377\13\13\11\377" - "\20\20\15\377(($\377\0\0\0\377\274\274\274\377nnn\377\355\355\355\377" - "\0\0\0\377\0\0\0L\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0++$\377\245\244\231\377\267\266\256\377qpg\377\241\241\222" - "\377tsc\377@@5\377ii[\377%%\36\377\34\34\34\377\354\354\354\377\317\317" - "\317\377ooo\377\257\257\257\377\0\0\0\377\0\0\0!\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0,,%\377\255\255\243\377\331" - "\331\322\377\213\213\177\377\326\325\316\377\210\210{\377XWO\377\177" - "\177u\377\0\0\0\377\336\336\336\377\377\377\377\377\336\336\336\377\336" - "\336\336\377\311\311\311\377\0\0\0\377\0\0\0\77\0\0\0\1\0\0\0\1\0\0\0" - "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\6,,%\377\255\255\243\377\332" - "\332\323\377\217\216\201\377\335\335\324\377\254\253\231\377]]R\377i" - "i`\377mmm\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\347\347\347\377\223\223\223\377\0\0\0\377\0\0\0+\0\0\0\13\0" - "\0\0\7\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\5\0\0\0\21++$\377~~u\377\330\330" - "\321\377\215\215\200\377\335\335\323\377\254\253\231\377PPG\377\30\30" - "\30\377\311\311\311\377\307\340\307\377x\265x\377\233\310\233\377\377" - "\377\377\377\347\347\347\377\306\306\306\377\0\0\0\377\0\0\0U\0\0\0\35" - "\0\0\0\27\0\0\0\15\0\0\0\3\0\0\0\1\0\0\0\11\0\0\0\34''!\377CC=\377\216" - "\216\206\377^^U\377\332\332\320\377\254\253\231\37755.\377]]]\377\324" - "\347\324\377]\246]\377\307\340\307\377\377\377\377\377]\246]\377\215" - "\272\215\377\345\345\345\377\206\206\206\377\0\0\0\377\0\0\0G\0\0\0'" - "\0\0\0\31\0\0\0\10\0\0\0\1\0\0\0\11\0\0\0\34\4\4\4k\6\6\6\377\6\6\6\377" - "BA:\377\217\217{\377zzl\377\0\0\0\377\304\304\304\377s\262s\377\307\340" - "\307\377\377\377\377\377\377\377\377\377x\265x\377n\253n\377\345\345" - "\345\377\220\220\220\377\0\0\0\377\0\0\0w\0\0\0.\0\0\0\"\0\0\0\16\0\0" - "\0\1\0\0\0\5\0\0\0\23\0\0\0&\0\0\0""0\4\4\4y\6\6\6\377\0\0\0\377\17\17" - "\17\377\0\0\0\377\327\327\327\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\364\364\364\377S\235S\377" - "\277\277\277\377JJJ\377\0\0\0\377\0\0\0""1\0\0\0(\0\0\0\23\0\0\0\0\0" - "\0\0\1\0\0\0\6\0\0\0\23\0\0\0\40\0\0\0)\0\0\0-\0\0\0.\0\0\0""0\0\0\0" - "\377\354\354\354\377x\265x\377\377\377\377\377\377\377\377\377\307\340" - "\307\377\377\377\377\377\272\323\272\377\212\270\212\377\212\267\212" - "\377qqq\377\0\0\0\377\0\0\0""2\0\0\0*\0\0\0\27\0\0\0\0\0\0\0\0\0\0\0" - "\1\0\0\0\3\0\0\0\12\0\0\0\21\0\0\0\26\0\0\0\33\0\0\0\"\0\0\0\377\254" - "\254\254\377\354\354\354\377o\254o\377o\254o\377n\253n\377T\235T\377" - "\262\314\262\377\212\270\212\377\222\222\222\377aaa\377\0\0\0\377\0\0" - "\0""1\0\0\0'\0\0\0\23\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" - "\0\0\0\2\0\0\0\10\0\0\0\22\0\0\0U\0\0\0\377\0\0\0\377iii\377\200\200" - "\200\377}\220}\377\241\241\241\377\203\203\203\377zzz\377CCC\377\0\0" - "\0\377\0\0\0w\0\0\0*\0\0\0\34\0\0\0\12\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\7\0\0\0\21\0\0\0""9\0\0\0p\0" - "\0\0\234\0\0\0\304\0\0\0\377\0\0\0\377\0\0\0\377(((\377444\263888q\0" - "\0\0#\0\0\0\32\0\0\0\13\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0\14\0\0\0\21\0\0\0\23" - "\0\0\0\24\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\25\0\0\0\25\0\0\0\24\0\0\0" - "\17\0\0\0\10\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\6\0\0" - "\0\6\0\0\0\7\0\0\0\10\0\0\0\7\0\0\0\6\0\0\0\6\0\0\0\4\0\0\0\2\0\0\0\1" - "\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_volume) -#endif -#ifdef __GNUC__ -static const guint8 stock_volume[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_volume[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0,\0\0\0\377\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0I@f\320I@f+\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0-\0\0\0\377" - "\0\0\0\377\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0I@f\377I@f+\0\0\0\0I@f+I@f" - "\252I@f+\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0-\0\0\0\377\256\253\237\377\0\0\0\377\0\0\0" - "\21\0\0\0\2\0\0\0\0\0\0\0\0I@f+I@f\377I@f+\0\0\0\0I@f\213I@fO\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0o\0\0\0\377\256\253\237\377\334\331\323\377\0\0\0\377\0\0\0\221" - "\0\0\0\4I@f\377I@f+\0\0\0\0I@f\252I@fO\0\0\0\0I@fcI@f\213\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\7\0\0\0\377\233\230\212\377\200~r" - "\377\0\0\0\377\256\253\237\377\342\341\334\377\362\362\360\377\0\0\0" - "\377\0\0\0\347\0\0\0\12I@f+I@f\377\0\0\0\0I@fOI@f\252\0\0\0\0I@f@I@f" - "\252\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\22\0\0\0\377\343\342" - "\335\377\266\266\261\377\0\0\0\377\356\355\352\377\352\352\346\377\305" - "\301\267\377\0\0\0\377III\377\0\0\0\24\0\0\0\0I@f\377\0\0\0\0I@f+I@f" - "\320\0\0\0\0I@f#I@f\320\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0" - "\30\0\0\0\377\260\254\234\377\222\216\201\377\0\0\0\377\315\312\301\377" - "\270\264\246\377\277\273\257\377\0\0\0\377\11\11\11\377\0\0\0\30\0\0" - "\0\0I@f\377\0\0\0\0\0\0\0\0I@f\377\0\0\0\0\0\0\0\0I@f\377\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\31\0\0\0\377\233\230\212\377\200~" - "r\377\0\0\0\377\236\232\214\377\260\254\234\377\260\254\234\377\0\0\0" - "\377+++\377\0\0\0\27\0\0\0\0I@f\377\0\0\0\0I@f+I@f\320\0\0\0\0I@f#I@" - "f\320\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\31\0\0\0\377yvl\377" - "dbY\377\0\0\0\377\236\232\214\377\236\232\214\377\236\232\214\377\0\0" - "\0\377\10\10\10\376\0\0\0\27I@f+I@f\377\0\0\0\0I@fOI@f\252\0\0\0\0I@" - "f@I@f\252\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\31\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\240\0\0\0\377\215\212}\377\236\232\214\377" - "\0\0\0\377\0\0\0\300\0\0\0\30I@f\377I@f+\0\0\0\0I@f\252I@fO\0\0\0\0I" - "@fYI@f\213\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\30\0\0\0>\0" - "\0\0S\0\0\0S\0\0\0Q\0\0\0r\0\0\0\377~{p\377\0\0\0\377\0\0\0=\0\0\0\32" - "\0\0\0\0\0\0\0\0I@f+I@f\320I@f+\0\0\0\0I@f\213I@fO\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\2\0\0\0\22\0\0\0/\0\0\0=\0\0\0;\0\0\0""8\0\0\0C" - "\0\0\0o\0\0\0\377\0\0\0\377\0\0\0""1\0\0\0\26\0\0\0\0\0\0\0\0I@f\377" - "I@f+\0\0\0\0I@f+I@f\213I@f+\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0" - "\0\0\7\0\0\0\22\0\0\0\27\0\0\0\26\0\0\0\26\0\0\0%\0\0\0>\0\0\0l\0\0\0" - "\377\0\0\0\"\0\0\0\13\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0I@f\320" - "I@f+\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2" - "\0\0\0\3\0\0\0\3\0\0\0\4\0\0\0\15\0\0\0#\0\0\0;\0\0\0""8\0\0\0\30\0\0" - "\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\3\0\0\0\15\0\0\0\37\0\0\0%\0\0\0\21\0\0\0\2\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\3\0\0\0\11\0\0\0\15\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_midi) -#endif -#ifdef __GNUC__ -static const guint8 stock_midi[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_midi[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (2304) */ - "\0\0\11\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (96) */ - "\0\0\0`" - /* width (24) */ - "\0\0\0\30" - /* height (24) */ - "\0\0\0\30" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\24\0\0\0n\0\0\0\24\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\0\0" - "\0\206\0\0\0$\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0$\0\0\0^\0\0\0u\0\0\0\231\0\0\0\231\0\0\0Q\0\0\0<\0\0\0" - "(\0\0\0\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0.\0\0\0\276\0\0\0X\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "^\0\0\0C\0\0\0u\0\0\0$\0\0\0\24\0\0\0E\0\0\0w\0\0\0}\0\0\0X\0\0\0""7" - "\0\0\0\15\0\0\0A\0\0\0\225\0\0\0""8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\271\0\0\0$\0\0\0" - "\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0>\0\0\0\201\0\0\0\311" - "\0\0\0\200\0\0\0G\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0E\0\0\0\364\0\0\0b\0\0\0\362\0\0\0" - "U\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\355\377\377\377\377\0\0\0\355\377\377\377\377" - "\0\0\0\356\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\250\250\250\377\0\0\0\355\267\267" - "\267\377\0\0\0\356\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0{\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0z\0\0\0\0\0\0\0\0\0\0\0\377\323\321\316\377\274\272\265" - "\377\254\252\244\377\230\226\217\377\230\226\217\377\230\226\217\377" - "\230\226\217\377\230\226\217\377\230\226\217\377\230\226\217\377\230" - "\226\217\377\230\226\217\377\230\226\217\377\230\226\217\377\230\226" - "\217\377\230\226\217\377\230\226\217\377zxr\377b`[\377USO\377\0\0\0\377" - "\0\0\0\23\0\0\0\0\0\0\0\377\257\255\251\377\234\232\225\377\204\202|" - "\377fd]\377fd]\377fd]\377fd]\377fd]\377fd]\377fd]\377fd]\377fd]\377f" - "d]\377fd]\377fd]\377fd]\377fd]\377RPJ\377RPJ\377A@;\377\0\0\0\377\0\0" - "\0,\0\0\0\3\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0""6\0\0\0\7\0\0\0\377\315\315\315\377VVV\377" - "\0\0\0\377\312\312\312\377VVV\377\0\0\0\377\310\310\310\377VVV\377\0" - "\0\0\377\305\305\305\377\302\302\302\377\271\271\271\377\303\303\303" - "\377VVV\377\0\0\0\377\300\300\300\377VVV\377\0\0\0\377\276\276\276\377" - "\270\270\270\377\0\0\0\377\0\0\0\77\0\0\0\14\0\0\0\377\377\377\377\377" - "kkk\377\0\0\0\377\374\374\374\377kkk\377\0\0\0\377\370\370\370\377kk" - "k\377\0\0\0\377\366\366\366\377\361\361\361\377\346\346\346\377\362\362" - "\362\377kkk\377\0\0\0\377\360\360\360\377kkk\377\0\0\0\377\355\355\355" - "\377\346\346\346\377\0\0\0\377\0\0\0E\0\0\0\22\0\0\0\377\377\377\377" - "\377kkk\377\0\0\0\377\373\373\373\377kkk\377\0\0\0\377\367\367\367\377" - "kkk\377\0\0\0\377\365\365\365\377\361\361\361\377\345\345\345\377\362" - "\362\362\377kkk\377\0\0\0\377\357\357\357\377kkk\377\0\0\0\377\354\354" - "\354\377\345\345\345\377\0\0\0\377\0\0\0D\0\0\0\23\0\0\0\377\377\377" - "\377\377kkk\377\0\0\0\377\372\372\372\377kkk\377\0\0\0\377\367\367\367" - "\377kkk\377\0\0\0\377\365\365\365\377\360\360\360\377\344\344\344\377" - "\362\362\362\377kkk\377\0\0\0\377\356\356\356\377kkk\377\0\0\0\377\353" - "\353\353\377\344\344\344\377\0\0\0\377\0\0\0D\0\0\0\20\0\0\0\377\376" - "\376\376\377NNN\377\0\0\0\377\372\372\372\377NNN\377\0\0\0\377\366\366" - "\366\377NNN\377\0\0\0\377\365\365\365\377\357\357\357\377\344\344\344" - "\377\361\361\361\377NNN\377\0\0\0\377\356\356\356\377NNN\377\0\0\0\377" - "\353\353\353\377\343\343\343\377\0\0\0\377\0\0\0D\0\0\0\16\0\0\0\377" - "\375\375\375\377\374\374\374\377\360\360\360\377\372\372\372\377\367" - "\367\367\377\354\354\354\377\366\366\366\377\363\363\363\377\347\347" - "\347\377\364\364\364\377\356\356\356\377\343\343\343\377\360\360\360" - "\377\352\352\352\377\336\336\336\377\356\356\356\377\346\346\346\377" - "\332\332\332\377\353\353\353\377\343\343\343\377\0\0\0\377\0\0\0D\0\0" - "\0\16\0\0\0\377\374\374\374\377\373\373\373\377\357\357\357\377\372\372" - "\372\377\366\366\366\377\353\353\353\377\366\366\366\377\362\362\362" - "\377\347\347\347\377\363\363\363\377\356\356\356\377\342\342\342\377" - "\360\360\360\377\351\351\351\377\336\336\336\377\355\355\355\377\345" - "\345\345\377\331\331\331\377\352\352\352\377\342\342\342\377\0\0\0\377" - "\0\0\0D\0\0\0\16\0\0\0\377\374\374\374\377\373\373\373\377\370\370\370" - "\377\373\373\373\377\373\373\373\377\366\366\366\377\373\373\373\377" - "\371\371\371\377\366\366\366\377\371\371\371\377\370\370\370\377\363" - "\363\363\377\370\370\370\377\366\366\366\377\361\361\361\377\370\370" - "\370\377\364\364\364\377\360\360\360\377\370\370\370\377\341\341\341" - "\377\0\0\0\377\0\0\0D\0\0\0\16\0\0\0\377\301\301\301\377\300\300\300" - "\377\267\267\267\377\301\301\301\377\275\275\275\377\270\270\270\377" - "\275\275\275\377\272\272\272\377\264\264\264\377\272\272\272\377\270" - "\270\270\377\251\251\251\377\272\272\272\377\263\263\263\377\251\251" - "\251\377\266\266\266\377\257\257\257\377\246\246\246\377\264\264\264" - "\377\255\255\255\377\0\0\0\377\0\0\0D\0\0\0\16\0\0\0n\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\227\0\0\0\77\0" - "\0\0\14\0\0\0\6\0\0\0#\0\0\0>\0\0\0D\0\0\0D\0\0\0D\0\0\0D\0\0\0D\0\0" - "\0D\0\0\0D\0\0\0D\0\0\0D\0\0\0D\0\0\0D\0\0\0D\0\0\0D\0\0\0D\0\0\0D\0" - "\0\0D\0\0\0D\0\0\0D\0\0\0\77\0\0\0#\0\0\0\6\0\0\0\1\0\0\0\6\0\0\0\14" - "\0\0\0\15\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0" - "\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0" - "\0\0\16\0\0\0\16\0\0\0\16\0\0\0\14\0\0\0\6\0\0\0\1"}; - - -/* GdkPixbuf RGBA C-Source image dump */ - -#ifdef __SUNPRO_C -#pragma align 4 (stock_authentication) -#endif -#ifdef __GNUC__ -static const guint8 stock_authentication[] __attribute__ ((__aligned__ (4))) = -#else -static const guint8 stock_authentication[] = -#endif -{ "" - /* Pixbuf magic (0x47646b50) */ - "GdkP" - /* length: header (24) + pixel_data (9216) */ - "\0\0$\30" - /* pixdata_type (0x1010002) */ - "\1\1\0\2" - /* rowstride (192) */ - "\0\0\0\300" - /* width (48) */ - "\0\0\0""0" - /* height (48) */ - "\0\0\0""0" - /* pixel_data: */ - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\3" - "\0\0\0\4\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\1\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\1\0\0\0\2\0\0\0\4\0\0\0\7\0\0\0\12\0\0\0\16\0\0\0\21\0\0\0\23\0\0" - "\0\23\0\0\0\23\0\0\0\21\0\0\0\16\0\0\0\12\0\0\0\7\0\0\0\4\0\0\0\2\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\10\0\0" - "\0\16\0\0\0g\0\0\0\253\0\0\0\332\0\0\0\366\1\1\1\377\0\0\0\366\0\0\0" - "\334\0\0\0\260\0\0\0q\0\0\0\36\0\0\0\25\0\0\0\16\0\0\0\10\0\0\0\4\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\5\0\0\0\14\0\0\0\203\0\0\0\354" - "\1\1\1\377\233\233\233\377\320\320\320\377\343\343\343\377\351\351\351" - "\377\335\335\335\377\306\306\306\377\221\221\221\377\1\1\1\377\0\0\0" - "\356\0\0\0\221\0\0\0#\0\0\0\27\0\0\0\15\0\0\0\5\0\0\0\2\0\0\0\1\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0" - "\0\0\7\0\0\0>\0\0\0\320\1\1\1\377\276\276\276\377\352\352\352\377\361" - "\361\361\377\363\363\363\377\361\361\361\377\355\355\355\377\352\352" - "\352\377\346\346\346\377\342\342\342\377\330\330\330\377\234\234\234" - "\377\1\1\1\377\0\0\0\330\0\0\0W\0\0\0\36\0\0\0\20\0\0\0\7\0\0\0\2\0\0" - "\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\7" - "\0\0\0R\0\0\0\366```\377\343\343\343\377\363\363\363\377\360\360\360" - "\377\354\354\354\377\346\346\346\377\344\344\344\377\343\343\343\377" - "\342\342\342\377\342\342\342\377\342\342\342\377\341\341\341\377\326" - "\326\326\377\267\267\267\377EEE\377\0\0\0\367\0\0\0m\0\0\0\"\0\0\0\22" - "\0\0\0\7\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0" - "\0\5\0\0\0>\0\0\0\366\205\205\205\377\354\354\354\377\363\363\363\377" - "\352\352\352\377\343\343\343\377\331\331\331\377\316\316\316\377\302" - "\302\302\377\302\302\302\377\314\314\314\377\325\325\325\377\334\334" - "\334\377\340\340\340\377\335\335\335\377\310\310\310\377\271\271\271" - "\377bbb\377\0\0\0\370\0\0\0Y\0\0\0!\0\0\0\17\0\0\0\5\0\0\0\1\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\15\0\0\0\320^^^\377\354\354\354" - "\377\363\363\363\377\350\350\350\377\334\334\334\377\274\274\274\370" - "XXX\360\24\24\24\341\0\0\0\333\0\0\0\326\0\0\0\324{{{\352\276\276\276" - "\366\340\340\340\377\337\337\337\377\334\334\334\377\303\303\303\377" - "\273\273\273\377LLL\377\0\0\0\273\0\0\0""5\0\0\0\33\0\0\0\13\0\0\0\3" - "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\10\0\0\0\203\1\1\1\377\342\342" - "\342\377\363\363\363\377\351\351\351\377\330\330\330\377\227\227\227" - "\354\0\0\0\352\0\0\0\274\0\0\0g\0\0\0Y\0\0\0S\0\0\0Q\0\0\0Y\0\0\0\305" - "\234\234\234\351\335\335\335\371\340\340\340\377\330\330\330\377\273" - "\273\273\377\266\266\266\377\1\1\1\377\0\0\0x\0\0\0*\0\0\0\23\0\0\0\7" - "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0\15\0\0\0\354\271\271\271\377\363" - "\363\363\377\353\353\353\377\330\330\330\377\212\212\212\356\0\0\0\342" - "\0\0\0}\0\0\0W\0\0\0F\0\0\0""9\0\0\0""0\0\0\0.\0\0\0""1\0\0\0;\0\0\0" - "\224\222\222\222\337\333\333\333\367\337\337\337\377\316\316\316\377" - "\263\263\263\377\223\223\223\377\0\0\0\313\0\0\0:\0\0\0\36\0\0\0\13\0" - "\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0E\1\1\1\377\352\352\352\377\361\361" - "\361\377\335\335\335\377\300\300\300\377\2\2\2\350\0\0\0\214\0\0\0T\0" - "\0\0<\0\0\0)\0\0\0\34\0\0\0\25\0\0\0\23\0\0\0\26\0\0\0\37\0\0\0.\0\0" - "\0\240\242\242\242\337\345\345\345\377\335\335\335\377\300\300\300\377" - "\266\266\266\377\1\1\1\377\0\0\0a\0\0\0)\0\0\0\22\0\0\0\5\0\0\0\1\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\2\0\0\0\11\0\0\0p\240\240\240\377\361\361\361\377\350\350\350\377" - "\306\306\306\377\201\201\201\354\0\0\0\322\0\0\0Z\0\0\0>\0\0\0%\0\0\0" - "\24\0\0\0\13\0\0\0\7\0\0\0\5\0\0\0\7\0\0\0\15\0\0\0\30\0\0\0""0\2\2\2" - "\313\334\334\334\357\352\352\352\377\321\321\321\377\256\256\256\377" - "vvv\377\0\0\0\220\0\0\0""4\0\0\0\30\0\0\0\10\0\0\0\2\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\14" - "\0\0\0\223\320\320\320\377\362\362\362\377\331\331\331\377\300\300\300" - "\377///\345\0\0\0\213\0\0\0J\0\0\0,\0\0\0\25\0\0\0\11\0\0\0\3\0\0\0\1" - "\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\13\0\0\0\31\0\0\0n\202\202\202\340\356" - "\356\356\377\334\334\334\377\265\265\265\377\237\237\237\377\0\0\0\274" - "\0\0\0>\0\0\0\37\0\0\0\13\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\16\0\0\0\325\341\341\341" - "\377\361\361\361\377\314\314\314\377\300\300\300\377\17\17\17\331\0\0" - "\0e\0\0\0=\0\0\0\40\0\0\0\16\0\0\0\5\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1" - "\0\0\0\2\0\0\0\5\0\0\0\17\0\0\0#\37\37\37\323\354\354\354\377\342\342" - "\342\377\300\300\300\377\250\250\250\377\0\0\0\325\0\0\0G\0\0\0%\0\0" - "\0\16\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\2\0\0\0\7\0\0\0\24\0\0\0\336\346\346\346\377\357\357\357\377" - "\313\313\313\377\267\267\267\377\0\0\0\322\0\0\0W\0\0\0""6\0\0\0\34\0" - "\0\0\15\0\0\0\10\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\10\0\0" - "\0\16\0\0\0\35\0\0\0\301\351\351\351\377\345\345\345\377\305\305\305" - "\377\256\256\256\377\0\0\0\360\0\0\0O\0\0\0.\0\0\0\25\0\0\0\10\0\0\0" - "\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\6\0\0\0" - "\17\0\0\0\37\0\0\0\354\332\332\332\377\353\353\353\377\312\312\312\377" - "\253\253\253\377\0\0\0\322\0\0\0Y\0\0\0<\0\0\0%\0\0\0\32\0\0\0\26\0\0" - "\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\26\0\0\0\32\0\0\0&\0" - "\0\0\300\344\344\344\377\343\343\343\377\312\312\312\377\255\254\252" - "\377\0\0\0\371\0\0\0Y\0\0\0;\0\0\0\"\0\0\0\23\0\0\0\12\0\0\0\5\0\0\0" - "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5""1\26\7f7\31\10\3777\31\10\377" - "7\31\10\377\234R\27\377\270n%\377\271k&\377\247Z\34\3777\31\10\3777\31" - "\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10" - "\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\377" - "7\31\10\377\245^\37\377\274s*\377\270o'\377\227U\32\3777\31\10\3777\31" - "\10\3777\31\10\3777\31\10\377%\20\5_\0\0\0\33\0\0\0\16\0\0\0\5\0\0\0" - "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\3\0\0\0\12""7\31\10\377\311\234b\377\364\341\313" - "\377\364\340\311\377\357\333\276\377\354\325\267\377\353\322\264\377" - "\352\322\263\377\353\317\260\377\351\316\256\377\350\314\253\377\347" - "\314\250\377\350\307\241\377\346\306\241\377\346\306\241\377\346\306" - "\241\377\346\306\241\377\346\306\241\377\350\307\241\377\350\307\241" - "\377\346\306\241\377\345\305\240\377\345\305\240\377\343\302\232\377" - "\340\300\233\377\340\275\223\377\337\272\222\377\337\272\216\377\335" - "\263\206\377\325\254|\377\242a\33\3777\31\10\377\0\0\0""1\0\0\0\32\0" - "\0\0\12\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\20""7\31\10\377\365\346\320" - "\377\352\323\257\377\352\317\257\377\343\302\232\377\332\270\213\377" - "\332\266\207\377\330\260\201\377\326\256\177\377\323\253|\377\321\251" - "t\377\317\245n\377\314\243m\377\312\237g\377\312\237g\377\312\237g\377" - "\312\237g\377\312\237g\377\312\237g\377\312\237g\377\310\236g\377\306" - "\233c\377\302\230a\377\302\223[\377\277\220R\377\274\210K\377\275\204" - "@\377\272~=\377\263v4\377\247j\"\377\215S\24\3777\31\10\377\0\0\0E\0" - "\0\0&\0\0\0\17\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\23""7\31\10\377\365" - "\344\316\377\351\316\256\377\347\315\250\377\337\275\220\377\330\261" - "\203\377\325\255~\377\322\252{\377\322\246w\377\320\247q\377\315\243" - "l\377\310\237h\377\305\233d\377\304\231a\377\304\231a\377\304\231a\377" - "\305\232b\377\305\232b\377\305\232b\377\305\232b\377\304\231a\377\302" - "\230]\377\301\224Z\377\277\220T\377\276\216O\377\274\207I\377\272\202" - "\77\377\272~=\377\261t2\377\247j\"\377\213R\24\3777\31\10\377\0\0\0Q" - "\0\0\0.\0\0\0\23\0\0\0\5\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\24""7\31\10\377\365" - "\346\320\377\353\317\260\377\351\316\256\377\340\277\227\377\333\264" - "\206\377\330\260\201\377\327\257\200\377\322\254{\377\322\246w\377\320" - "\246o\377\314\243m\377\265\216\\\377\240~P\377\232yM\377\232yM\377\262" - "\214Y\377\307\234d\377\307\234d\377\307\234d\377\305\232b\377\302\227" - "_\377\302\223[\377\277\220T\377\276\216O\377\274\204A\377\272\202\77" - "\377\265|8\377\257s,\377\243f\36\377\207P\24\3777\31\10\377\0\0\0W\0" - "\0\0""2\0\0\0\25\0\0\0\5\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10\377\365" - "\344\316\377\352\317\257\377\350\315\251\377\337\274\222\377\325\255" - "~\377\322\253}\377\322\252{\377\320\253u\377\320\246o\377\315\243l\377" - "\263\216]\377\224tJ\377w^<\377\40\31\20\377\0\0\0\377\40\31\20\377y`" - ">\377\310\237h\377\312\237g\377\307\235f\377\305\233d\377\304\231a\377" - "\302\230]\377\277\221V\377\276\216O\377\276\206E\377\274\203\77\377\266" - "|7\377\252l#\377\215U\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25\0\0" - "\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10\377\365\344\316\377\351\316" - "\256\377\350\316\251\377\341\274\224\377\332\264\207\377\330\262\201" - "\377\327\257\200\377\322\252{\377\320\250s\377\317\245n\377\222tM\377" - "z`>\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377y`\77\377\312" - "\237g\377\305\233d\377\305\232b\377\302\227_\377\301\224Z\377\276\217" - "Q\377\274\207I\377\272\201=\377\267~:\377\263y4\377\246i!\377\213R\24" - "\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5" - "\0\0\0\25""7\31\10\377\364\341\313\377\350\315\251\377\345\311\244\377" - "\335\272\220\377\325\255~\377\322\252{\377\322\252{\377\322\245u\377" - "\321\247p\377\314\243m\377\225uL\377\40\32\20\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377!\32\20\377\327\267\216\377\310\236g\377" - "\306\233c\377\304\231a\377\302\227_\377\277\221V\377\275\214L\377\274" - "\210E\377\273\202>\377\266|7\377\251k\"\377\215S\24\3777\31\10\377\0" - "\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10" - "\377\365\344\316\377\351\315\254\377\347\313\246\377\337\274\222\377" - "\330\260\201\377\326\256\177\377\322\253}\377\322\252{\377\321\245r\377" - "\315\243l\377\226wN\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\341\313\255\377\307\235f\377\304\231a\377\302" - "\227_\377\300\223Y\377\276\217Q\377\275\214L\377\274\205C\377\272~=\377" - "\263x2\377\247j\"\377\213R\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25" - "\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10\377\364\341\313\377\350" - "\314\247\377\345\312\244\377\334\271\217\377\326\256\177\377\323\253" - "|\377\322\252{\377\322\245u\377\317\245n\377\312\241k\377\225uL\377\40" - "\31\20\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\40\31\17" - "\377\336\306\247\377\302\230a\377\301\222V\377\277\220T\377\275\215N" - "\377\274\207I\377\272\202\77\377\265}:\377\265x6\377\255r,\377\244f\35" - "\377\207P\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\1\0\0\0\5\0\0\0\25""7\31\10\377\365\344\316\377\351\315\254\377\347" - "\313\246\377\335\272\220\377\325\255~\377\322\253y\377\321\250r\377\317" - "\245n\377\312\241k\377\310\237h\377\305\232b\377u\\8\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377u[7\377\335\307\247\377\302\223" - "[\377\301\222V\377\277\220R\377\276\216O\377\274\210K\377\274\203\77" - "\377\267\177<\377\266|7\377\260u/\377\244h!\377\211Q\24\3777\31\10\377" - "\0\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10" - "\377\365\346\320\377\352\317\257\377\351\316\252\377\341\274\224\377" - "\333\264\206\377\332\263\205\377\332\263\205\377\326\256\177\377\322" - "\253y\377\320\250s\377\317\245n\377\314\243m\377z`>\377!\32\20\377\0" - "\0\0\377\40\32\21\377\222~c\377\343\317\263\377\324\263\210\377\306\233" - "c\377\302\230]\377\301\224Z\377\277\220T\377\275\214L\377\273\204D\377" - "\267\177<\377\266z9\377\261v0\377\244h!\377\213R\24\3777\31\10\377\0" - "\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10" - "\377\364\341\313\377\351\316\252\377\345\311\244\377\332\270\213\377" - "\322\254w\377\322\245u\377\321\250r\377\315\244n\377\312\241k\377\310" - "\236g\377\304\231a\377\302\230]\377\245}M\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\331\277\236\377\312\243q\377\304\231a\377\302\230a\377\302\223" - "[\377\277\221V\377\277\220T\377\275\214L\377\274\210E\377\272\202\77" - "\377\267}8\377\263x2\377\255o&\377\211Q\24\3777\31\10\377\0\0\0X\0\0" - "\0""3\0\0\0\25\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10\377\365" - "\344\316\377\351\316\252\377\347\313\246\377\334\271\217\377\326\256" - "\177\377\323\253|\377\322\252{\377\322\245u\377\320\246o\377\312\241" - "k\377\310\236g\377\272\223^\377\225tJ\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\305\263\233\377\304\231a\377\304\231a\377\302\230a\377\301\222V\377" - "\277\221V\377\276\216O\377\274\207I\377\274\203\77\377\267~:\377\265" - "y8\377\255v.\377\257r*\377\207P\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0" - "\0\25\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10\377\365\346\320\377" - "\352\317\257\377\351\316\252\377\341\275\226\377\333\264\206\377\330" - "\260\201\377\326\256\177\377\322\254{\377\320\250s\377\315\243l\377\312" - "\240i\377\265\217]\377\203fA\377\0\0\0\377\0\0\0\377\0\0\0\377\217uT" - "\377\336\306\247\377\304\231a\377\302\230]\377\301\222V\377\277\220T" - "\377\275\215N\377\274\211G\377\274\203\77\377\267~:\377\265y8\377\257" - "s,\377\275\202B\377\207P\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25\0" - "\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10\377\364\341\313\377\347" - "\314\250\377\346\306\241\377\333\270\216\377\323\253|\377\322\253y\377" - "\321\247v\377\320\246o\377\314\242k\377\312\237g\377\305\232b\377\264" - "\215Y\377lT3\377\0\0\0\377\0\0\0\377\0\0\0\377mU6\377\336\306\247\377" - "\304\231a\377\302\230a\377\302\223[\377\301\222V\377\277\220R\377\274" - "\210K\377\273\204D\377\272~=\377\264{7\377\261v0\377\300\215Q\377\211" - "N\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0" - "\0\5\0\0\0\25""7\31\10\377\364\340\311\377\347\313\246\377\346\306\241" - "\377\334\263\207\377\321\253v\377\321\245r\377\320\246o\377\315\243l" - "\377\310\237h\377\304\231a\377\262\213W\377\254\203N\377\77""0\34\377" - "\0\0\0\377\0\0\0\377\0\0\0\377@2\36\377\322\275\237\377\310\242q\377" - "\302\223[\377\277\221V\377\277\220T\377\275\215N\377\274\211G\377\270" - "\200=\377\265|8\377\265x6\377\257t.\377\300\215Q\377\206L\23\3777\31" - "\10\377\0\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25" - "7\31\10\377\364\341\313\377\346\312\245\377\346\306\241\377\333\264\206" - "\377\321\253v\377\320\247q\377\317\245n\377\312\241k\377\310\236g\377" - "\304\231a\377\262\207S\377\232uE\377\77""0\34\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\77""0\34\377\211h>\377\332\301\240\377\275\216P\377\275\215" - "N\377\274\210K\377\273\204D\377\272\202\77\377\267~:\377\264{7\377\261" - "w2\377\255q*\377\312\235c\377\207M\24\3777\31\10\377\0\0\0X\0\0\0""3" - "\0\0\0\25\0\0\0\6\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\25""7\31\10\377\364\341\313" - "\377\350\314\247\377\344\310\243\377\332\270\215\377\323\253|\377\322" - "\246w\377\320\253u\377\320\246o\377\313\242l\377\310\237h\377\267\217" - "[\377\177c\77\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377r" - "Y8\377\323\263\211\377\302\230a\377\301\222V\377\277\221V\377\276\217" - "Q\377\274\210K\377\274\204A\377\265}:\377\265|8\377\261v0\377\314\237" - "i\377\211Q\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\1\0\0\0\5\0\0\0\25""7\31\10\377\365\344\316\377\350\315\251\377\345" - "\311\244\377\334\271\217\377\325\255~\377\322\252{\377\322\253y\377\321" - "\247p\377\317\245n\377\312\241k\377\310\237h\377\305\232b\377\305\232" - "b\377\305\232b\377\305\232b\377\305\232b\377\305\232b\377\305\232b\377" - "\305\232b\377\304\231a\377\302\223[\377\277\221V\377\277\220R\377\274" - "\207I\377\274\203\77\377\267~:\377\270\177;\377\274\202=\377\316\241" - "k\377\211N\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\1\0\0\0\5\0\0\0\25""7\31\10\377\364\341\313\377\350\313\245\377\345" - "\311\244\377\332\270\213\377\322\252{\377\322\245u\377\321\247p\377\315" - "\244n\377\312\237g\377\307\234d\377\304\231a\377\301\227\\\377\300\223" - "Y\377\300\222W\377\300\222W\377\300\222W\377\300\222W\377\300\222W\377" - "\300\222W\377\277\221V\377\277\220R\377\276\216O\377\274\211G\377\273" - "\204D\377\271\201>\377\265|8\377\270\177;\377\274\205E\377\315\240j\377" - "\207P\24\3777\31\10\377\0\0\0X\0\0\0""3\0\0\0\25\0\0\0\6\0\0\0\1\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" - "\0\0\0\5\0\0\0\25""7\31\10\377\364\340\311\377\346\311\243\377\345\305" - "\240\377\331\270\210\377\323\246v\377\320\247q\377\317\245n\377\313\242" - "l\377\312\237g\377\306\233c\377\305\232b\377\304\231a\377\302\230]\377" - "\302\230a\377\302\230a\377\304\231a\377\304\231a\377\305\232b\377\305" - "\232b\377\304\231a\377\301\224Z\377\300\223Y\377\277\220T\377\274\214" - "M\377\274\211G\377\276\212M\377\304\231a\377\276\213O\377\307\235`\377" - "\211N\24\3777\31\10\377\0\0\0W\0\0\0""3\0\0\0\25\0\0\0\5\0\0\0\1\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" - "\0\0\0\5\0\0\0\24""7\31\10\377\364\340\311\377\346\310\241\377\341\303" - "\234\377\332\263\205\377\321\245r\377\317\245n\377\315\243l\377\310\237" - "h\377\305\233d\377\302\231_\377\302\223[\377\300\222W\377\277\221V\377" - "\277\221V\377\300\222W\377\302\223[\377\301\227\\\377\305\232b\377\310" - "\236g\377\315\243l\377\315\243l\377\316\241k\377\316\241k\377\322\253" - "y\377\322\252w\377\321\245r\377\324\247s\377\277\212L\377\261s0\377\207" - "M\24\3777\31\10\377\0\0\0T\0\0\0""0\0\0\0\24\0\0\0\5\0\0\0\1\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0" - "\0\5\0\0\0\22""3\27\7\301\262u-\377\307\235`\377\304\232]\377\275\214" - "L\377\272~=\377\270~9\377\266z9\377\265x6\377\263u2\377\257w.\377\255" - "r,\377\254t+\377\252r)\377\252r)\377\252r)\377\256q)\377\256q)\377\256" - "q)\377\256q)\377\252r)\377\251m&\377\252l#\377\245i\"\377\243g\40\377" - "\242e\35\377\236a\31\377\233_\30\377\231]\26\377\222V\25\377X0\15\377" - "&\21\5\264\0\0\0K\0\0\0*\0\0\0\21\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\16" - "+\23\6q1\26\7\3077\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10" - "\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\377" - "7\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31" - "\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10\3777\31\10" - "\3777\31\10\3777\31\10\3777\31\10\3777\31\10\377&\21\5\264\14\5\1e\0" - "\0\0;\0\0\0\40\0\0\0\14\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\11\0\0\0\30" - "\0\0\0,\0\0\0A\0\0\0O\0\0\0U\0\0\0W\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0" - "X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0" - "\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0X\0\0\0W\0\0\0S\0" - "\0\0K\0\0\0;\0\0\0'\0\0\0\24\0\0\0\7\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0" - "\0\4\0\0\0\15\0\0\0\30\0\0\0$\0\0\0,\0\0\0""0\0\0\0""3\0\0\0""3\0\0\0" - "3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0" - "\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3" - "\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""3\0\0\0""2\0\0\0""0\0\0\0" - "*\0\0\0\40\0\0\0\24\0\0\0\11\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\2\0\0\0\4\0\0\0\11\0\0\0\16\0\0\0\22\0\0\0\24\0\0\0\25\0\0\0\25\0" - "\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25" - "\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0" - "\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\25\0\0\0\24\0" - "\0\0\21\0\0\0\14\0\0\0\7\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0" - "\0\5\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6" - "\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0\0\6\0\0" - "\0\6\0\0\0\6\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2" - "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0" - "\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1" - "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0" - "\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0"}; - - diff --git a/packages/gnome/libgnomeui/no-pixbuf-csource.patch b/packages/gnome/libgnomeui/no-pixbuf-csource.patch deleted file mode 100644 index e0765bae18..0000000000 --- a/packages/gnome/libgnomeui/no-pixbuf-csource.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomeui-2.6.1.1/configure.in.old 2004-08-04 00:28:43.582266664 +0100 -+++ libgnomeui-2.6.1.1/configure.in 2004-08-04 00:29:27.496590672 +0100 -@@ -235,7 +235,7 @@ - - dnl This is installed from GTK+ 2.0's gdk-pixbuf - AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource) --test -z "$GDK_PIXBUF_CSOURCE" && AC_MSG_ERROR([ -+test -z "$GDK_PIXBUF_CSOURCE" && AC_MSG_WARN([ - *** You need the gdk-pixbuf-csource tool which is installed - *** from GTK+ 2.0's gdk-pixbuf. - *** diff --git a/packages/gnome/libgnomeui_2.12.0.bb b/packages/gnome/libgnomeui_2.12.0.bb deleted file mode 100644 index 9324676cec..0000000000 --- a/packages/gnome/libgnomeui_2.12.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r3" -DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" -DESCRIPTION = "GNOME User Interface Library" - -FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ - ${libdir}/libglade/*/lib*.so" - -inherit gnome - -FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" - -SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h -} - -do_stage() { -autotools_stage_all -} diff --git a/packages/gnome/libgnomeui_2.15.2.bb b/packages/gnome/libgnomeui_2.15.2.bb deleted file mode 100644 index a6700434c3..0000000000 --- a/packages/gnome/libgnomeui_2.15.2.bb +++ /dev/null @@ -1,24 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r0" -DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" -DESCRIPTION = "GNOME User Interface Library" - -DEFAULT_PREFERENCE = "-1" - -FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ - ${libdir}/libglade/*/lib*.so" - -inherit gnome - -SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h -} - -do_stage() { -autotools_stage_all -} diff --git a/packages/gnome/libgnomeui_2.16.1.bb b/packages/gnome/libgnomeui_2.16.1.bb deleted file mode 100644 index ca299d8cac..0000000000 --- a/packages/gnome/libgnomeui_2.16.1.bb +++ /dev/null @@ -1,27 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" -DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" -DESCRIPTION = "GNOME User Interface Library" - -DEFAULT_PREFERENCE = "-1" - -FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ - ${libdir}/libglade/*/lib*.so" - -inherit gnome - -FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" - -SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h -} - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnomeui_2.18.1.bb b/packages/gnome/libgnomeui_2.18.1.bb deleted file mode 100644 index 6cde2362d2..0000000000 --- a/packages/gnome/libgnomeui_2.18.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "GNOME User Interface Library" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" - -inherit gnome - -FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ - ${libdir}/libglade/*/lib*.so \ - ${datadir}/pixmaps/gnome-about-logo.png" -FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" - -SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h -} - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnomeui_2.23.90.bb b/packages/gnome/libgnomeui_2.23.90.bb deleted file mode 100644 index 6cde2362d2..0000000000 --- a/packages/gnome/libgnomeui_2.23.90.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "GNOME User Interface Library" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" - -inherit gnome - -FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ - ${libdir}/libglade/*/lib*.so \ - ${datadir}/pixmaps/gnome-about-logo.png" -FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" - -SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h -} - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnomeui_2.24.0.bb b/packages/gnome/libgnomeui_2.24.0.bb deleted file mode 100644 index 6cde2362d2..0000000000 --- a/packages/gnome/libgnomeui_2.24.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "GNOME User Interface Library" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" - -inherit gnome - -FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ - ${libdir}/libglade/*/lib*.so \ - ${datadir}/pixmaps/gnome-about-logo.png" -FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" - -SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h -} - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgnomeui_2.6.1.1.bb b/packages/gnome/libgnomeui_2.6.1.1.bb deleted file mode 100644 index 844d91b1fd..0000000000 --- a/packages/gnome/libgnomeui_2.6.1.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome/libs" -PR = "r1" -DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" -DESCRIPTION = "GNOME User Interface Library" - -FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ - ${libdir}/libglade/*/lib*.so" - -inherit gnome - -SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h -} - -do_stage() { - gnome_stage_includes - oe_libinstall -C libgnomeui -a -so libgnomeui-2 ${STAGING_LIBDIR} -} diff --git a/packages/gnome/libgtop_2.23.4.bb b/packages/gnome/libgtop_2.23.4.bb deleted file mode 100644 index 02d1d9405c..0000000000 --- a/packages/gnome/libgtop_2.23.4.bb +++ /dev/null @@ -1,10 +0,0 @@ -LICENSE = "LGPL" -DEPENDS = "glib-2.0" - -inherit gnome lib_package - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgtop_2.24.0.bb b/packages/gnome/libgtop_2.24.0.bb deleted file mode 100644 index 02d1d9405c..0000000000 --- a/packages/gnome/libgtop_2.24.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -LICENSE = "LGPL" -DEPENDS = "glib-2.0" - -inherit gnome lib_package - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgweather_2.22.3.bb b/packages/gnome/libgweather_2.22.3.bb deleted file mode 100644 index 83fe45eb41..0000000000 --- a/packages/gnome/libgweather_2.22.3.bb +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = "LGPL" -DEPENDS = "libgnome" - -inherit gnome - -do_configure_prepend() { - sed -i -e s:help:: ${S}/Makefile.am -} - - -PACKAGES =+ "libpanel-applet" -FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*" - -FILES_${PN} =+ "${datadir}/gnome* \ - ${datadir}/icons" - -EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libgweather_2.24.0.bb b/packages/gnome/libgweather_2.24.0.bb deleted file mode 100644 index f8da526b2b..0000000000 --- a/packages/gnome/libgweather_2.24.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -LICENSE = "LGPL" -DEPENDS = "libgnome libsoup-2.4 gtk+" - -PR = "r1" - -inherit gnome - -do_configure_prepend() { - sed -i -e s:help:: ${S}/Makefile.am -} - - -PACKAGES =+ "libpanel-applet" -FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*" - -FILES_${PN} =+ "${datadir}/gnome* \ - ${datadir}/icons" - -EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libsoup-2.4_2.24.3.bb b/packages/gnome/libsoup-2.4_2.24.3.bb deleted file mode 100644 index c63c5bdcf1..0000000000 --- a/packages/gnome/libsoup-2.4_2.24.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "An HTTP library implementation in C" -SECTION = "x11/gnome/libs" -LICENSE = "GPL" -DEPENDS = "glib-2.0 gnutls libxml2" - -inherit gnome - -SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2" -S = "${WORKDIR}/libsoup-${PV}" - -do_stage() { - autotools_stage_all -} - -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev = "${includedir}/ ${libdir}/" -FILES_${PN}-doc = "${datadir}/" diff --git a/packages/gnome/libsoup-2.4_2.4.1.bb b/packages/gnome/libsoup-2.4_2.4.1.bb deleted file mode 100644 index 574a5ff6dd..0000000000 --- a/packages/gnome/libsoup-2.4_2.4.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "An HTTP library implementation in C" -SECTION = "x11/gnome/libs" -LICENSE = "GPL" -DEPENDS = "glib-2.0 gnutls libxml2" - -inherit gnome - -SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2" -S = "${WORKDIR}/libsoup-${PV}" - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -do_stage() { - autotools_stage_all -} - -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev = "${includedir}/ ${libdir}/" -FILES_${PN}-doc = "${datadir}/" diff --git a/packages/gnome/libsoup_2.2.100.bb b/packages/gnome/libsoup_2.2.100.bb deleted file mode 100644 index d69a985627..0000000000 --- a/packages/gnome/libsoup_2.2.100.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "An HTTP library implementation in C" -LICENSE = "GPL" -SECTION = "x11/gnome/libs" - -PR = "r1" - -DEPENDS = "glib-2.0 gnutls libxml2" - -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" - -inherit autotools - -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev = "${includedir}/ ${libdir}/" -FILES_${PN}-doc = "${datadir}/" - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libsoup_2.2.7.bb b/packages/gnome/libsoup_2.2.7.bb deleted file mode 100644 index c0f0ab22bf..0000000000 --- a/packages/gnome/libsoup_2.2.7.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "An HTTP library implementation in C" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" -DEPENDS = "glib-2.0 gnutls libxml2" - -inherit autotools pkgconfig - -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev = "${includedir} ${libdir}" -FILES_${PN}-doc = "${datadir}" - -do_stage() { - autotools_stage_all - install -d ${STAGING_DATADIR}/pkgconfig - install -m 0644 ${S}/*.pc ${STAGING_DATADIR}/pkgconfig/ -} diff --git a/packages/gnome/libsoup_2.2.93.bb b/packages/gnome/libsoup_2.2.93.bb deleted file mode 100644 index d6fc8a540d..0000000000 --- a/packages/gnome/libsoup_2.2.93.bb +++ /dev/null @@ -1,16 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "An HTTP library implementation in C" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" -DEPENDS = "glib-2.0 gnutls libxml2" - -inherit autotools pkgconfig - -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev = "${includedir}/ ${libdir}/" -FILES_${PN}-doc = "${datadir}/" - -do_stage() { - autotools_stage_all - ln -s ${STAGING_DATADIR}/pkgconfig/libsoup.pc ${STAGING_DATADIR}/pkgconfig/libsoup-2.2.pc -} diff --git a/packages/gnome/libsoup_2.2.96.bb b/packages/gnome/libsoup_2.2.96.bb deleted file mode 100644 index d6fc8a540d..0000000000 --- a/packages/gnome/libsoup_2.2.96.bb +++ /dev/null @@ -1,16 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "An HTTP library implementation in C" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" -DEPENDS = "glib-2.0 gnutls libxml2" - -inherit autotools pkgconfig - -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev = "${includedir}/ ${libdir}/" -FILES_${PN}-doc = "${datadir}/" - -do_stage() { - autotools_stage_all - ln -s ${STAGING_DATADIR}/pkgconfig/libsoup.pc ${STAGING_DATADIR}/pkgconfig/libsoup-2.2.pc -} diff --git a/packages/gnome/libwnck_2.13.5.bb b/packages/gnome/libwnck_2.13.5.bb deleted file mode 100644 index b176493b93..0000000000 --- a/packages/gnome/libwnck_2.13.5.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Window navigation construction toolkit" -LICENSE = "LGPL" -SECTION = "x11/libs" -DEPENDS = "gtk+ gdk-pixbuf-csource-native" - -inherit gnome - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libwnck_2.23.6.bb b/packages/gnome/libwnck_2.23.6.bb deleted file mode 100644 index b176493b93..0000000000 --- a/packages/gnome/libwnck_2.23.6.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Window navigation construction toolkit" -LICENSE = "LGPL" -SECTION = "x11/libs" -DEPENDS = "gtk+ gdk-pixbuf-csource-native" - -inherit gnome - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libwnck_2.24.0.bb b/packages/gnome/libwnck_2.24.0.bb deleted file mode 100644 index b176493b93..0000000000 --- a/packages/gnome/libwnck_2.24.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Window navigation construction toolkit" -LICENSE = "LGPL" -SECTION = "x11/libs" -DEPENDS = "gtk+ gdk-pixbuf-csource-native" - -inherit gnome - -do_stage() { - autotools_stage_all -} diff --git a/packages/gnome/libxklavier_3.7.bb b/packages/gnome/libxklavier_3.7.bb deleted file mode 100644 index f21f73071d..0000000000 --- a/packages/gnome/libxklavier_3.7.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Helper lib for keyboard management" -LICENSE = "LGPL" - -PR = "r1" - -DEPENDS = "xkbcomp gtk+" - -inherit gnome - -do_configure_append() { - find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g - find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g -} - -do_compile_append() { - sed -i -e s:${STAGING_DIR_TARGET}::g \ - -e s:/${TARGET_SYS}::g \ - libxklavier.pc -} - -do_stage() { - autotools_stage_all -} - diff --git a/packages/gnome/metacity_2.24.0.bb b/packages/gnome/metacity_2.24.0.bb deleted file mode 100644 index c36958f54b..0000000000 --- a/packages/gnome/metacity_2.24.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SECTION = "x11/wm" -DESCRIPTION = "Metacity is the boring window manager for the adult in you." -LICENSE = "GPL" -DEPENDS = "libwnck startup-notification gtk+ gconf gdk-pixbuf-csource-native" - -PR = "r1" - -inherit gnome update-alternatives - -ALTERNATIVE_NAME = "x-window-manager" -ALTERNATIVE_LINK = "${bindir}/x-window-manager" -ALTERNATIVE_PATH = "${bindir}/metacity" -ALTERNATIVE_PRIORITY = "30" - -EXTRA_OECONF += "--disable-verbose \ - --disable-xinerama" - -FILES_${PN} += "${datadir}/themes ${datadir}/gnome*" - -do_stage () { - autotools_stage_all -} diff --git a/packages/gnome/orbit2-2.10.2/configure-lossage.patch b/packages/gnome/orbit2-2.10.2/configure-lossage.patch deleted file mode 100644 index 7485a0ce0c..0000000000 --- a/packages/gnome/orbit2-2.10.2/configure-lossage.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- orbit/configure.in~ 2004-05-07 09:31:32.000000000 +0100 -+++ orbit/configure.in 2004-05-08 19:27:35.000000000 +0100 -@@ -193,19 +193,19 @@ - dnl So many people with broken linking setups asked about this - dnl it turned out to be necessary to check for this. - dnl --dofus_save_libs="$LIBS" --LIBS="$ORBIT_LIBS $LIBS" --AC_TRY_RUN([ #include <stdio.h> -- main () -- { -- return 0; -- } ],, -- AC_MSG_ERROR([ --Linking is badly borked on your system. Please ensure your library path is correct --Check config.log for details - check near the end of the log above 'failed program was' --Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the --prefix you're compiling on: '${prefix}' ])) --LIBS="$dofus_save_libs" -+dnl dofus_save_libs="$LIBS" -+dnl LIBS="$ORBIT_LIBS $LIBS" -+dnl AC_TRY_RUN([ #include <stdio.h> -+dnl main () -+dnl { -+dnl return 0; -+dnl } ],, -+dnl AC_MSG_ERROR([ -+dnl Linking is badly borked on your system. Please ensure your library path is correct -+dnl Check config.log for details - check near the end of the log above 'failed program was' -+dnl Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the -+dnl prefix you're compiling on: '${prefix}' ])) -+dnl LIBS="$dofus_save_libs" - - orig_CPPFLAGS=$CPPFLAGS - CPPFLAGS="$CPPFLAGS $ORBIT_CFLAGS" diff --git a/packages/gnome/orbit2-2.13.2/configure-lossage.patch b/packages/gnome/orbit2-2.13.2/configure-lossage.patch deleted file mode 100644 index 7485a0ce0c..0000000000 --- a/packages/gnome/orbit2-2.13.2/configure-lossage.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- orbit/configure.in~ 2004-05-07 09:31:32.000000000 +0100 -+++ orbit/configure.in 2004-05-08 19:27:35.000000000 +0100 -@@ -193,19 +193,19 @@ - dnl So many people with broken linking setups asked about this - dnl it turned out to be necessary to check for this. - dnl --dofus_save_libs="$LIBS" --LIBS="$ORBIT_LIBS $LIBS" --AC_TRY_RUN([ #include <stdio.h> -- main () -- { -- return 0; -- } ],, -- AC_MSG_ERROR([ --Linking is badly borked on your system. Please ensure your library path is correct --Check config.log for details - check near the end of the log above 'failed program was' --Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the --prefix you're compiling on: '${prefix}' ])) --LIBS="$dofus_save_libs" -+dnl dofus_save_libs="$LIBS" -+dnl LIBS="$ORBIT_LIBS $LIBS" -+dnl AC_TRY_RUN([ #include <stdio.h> -+dnl main () -+dnl { -+dnl return 0; -+dnl } ],, -+dnl AC_MSG_ERROR([ -+dnl Linking is badly borked on your system. Please ensure your library path is correct -+dnl Check config.log for details - check near the end of the log above 'failed program was' -+dnl Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the -+dnl prefix you're compiling on: '${prefix}' ])) -+dnl LIBS="$dofus_save_libs" - - orig_CPPFLAGS=$CPPFLAGS - CPPFLAGS="$CPPFLAGS $ORBIT_CFLAGS" diff --git a/packages/gnome/orbit2-native_2.10.2.bb b/packages/gnome/orbit2-native_2.10.2.bb deleted file mode 100644 index 69fb3ded32..0000000000 --- a/packages/gnome/orbit2-native_2.10.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "CORBA ORB" -LICENSE = "LGPL GPL" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-${PV}.tar.bz2 \ - file://configure-lossage.patch;patch=1;pnum=1 \ - file://gtk-doc.m4 \ - file://gtk-doc.make" -DEPENDS = "libidl-native popt-native gtk-doc" - -S = "${WORKDIR}/ORBit2-${PV}" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/orbit2-${PV}" - -inherit autotools native pkgconfig - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - mkdir -p m4 - install ${WORKDIR}/gtk-doc.m4 ./m4/ - install ${WORKDIR}/gtk-doc.make ./ -} diff --git a/packages/gnome/orbit2-native_2.13.2.bb b/packages/gnome/orbit2-native_2.13.2.bb deleted file mode 100644 index f05af52695..0000000000 --- a/packages/gnome/orbit2-native_2.13.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "CORBA ORB" -LICENSE = "LGPL GPL" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.13/ORBit2-${PV}.tar.bz2 \ - file://configure-lossage.patch;patch=1;pnum=1 \ - file://gtk-doc.m4 \ - file://gtk-doc.make" -DEPENDS = "libidl-native popt-native gtk-doc" - -S = "${WORKDIR}/ORBit2-${PV}" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/orbit2-${PV}" - -PARALLEL_MAKE = "" -inherit autotools native pkgconfig - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - mkdir -p m4 - install ${WORKDIR}/gtk-doc.m4 ./m4/ - install ${WORKDIR}/gtk-doc.make ./ -} diff --git a/packages/gnome/orbit2-native_2.14.12.bb b/packages/gnome/orbit2-native_2.14.12.bb deleted file mode 100644 index 009974ade3..0000000000 --- a/packages/gnome/orbit2-native_2.14.12.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "CORBA ORB" -PR = "r0" -LICENSE = "LGPL GPL" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \ - file://configure-lossage.patch;patch=1;pnum=1 \ - file://gtk-doc.m4 \ - file://gtk-doc.make" -DEPENDS = "libidl-native popt-native gtk-doc" - -S = "${WORKDIR}/ORBit2-${PV}" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/orbit2" - -PARALLEL_MAKE = "" -inherit autotools native pkgconfig - -EXTRA_OECONF = "--disable-gtk-doc" - -do_configure_prepend() { - mkdir -p m4 - install ${WORKDIR}/gtk-doc.m4 ./m4/ - install ${WORKDIR}/gtk-doc.make ./ -} diff --git a/packages/gnome/orbit2/configure-lossage.patch b/packages/gnome/orbit2/configure-lossage.patch deleted file mode 100644 index 7485a0ce0c..0000000000 --- a/packages/gnome/orbit2/configure-lossage.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- orbit/configure.in~ 2004-05-07 09:31:32.000000000 +0100 -+++ orbit/configure.in 2004-05-08 19:27:35.000000000 +0100 -@@ -193,19 +193,19 @@ - dnl So many people with broken linking setups asked about this - dnl it turned out to be necessary to check for this. - dnl --dofus_save_libs="$LIBS" --LIBS="$ORBIT_LIBS $LIBS" --AC_TRY_RUN([ #include <stdio.h> -- main () -- { -- return 0; -- } ],, -- AC_MSG_ERROR([ --Linking is badly borked on your system. Please ensure your library path is correct --Check config.log for details - check near the end of the log above 'failed program was' --Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the --prefix you're compiling on: '${prefix}' ])) --LIBS="$dofus_save_libs" -+dnl dofus_save_libs="$LIBS" -+dnl LIBS="$ORBIT_LIBS $LIBS" -+dnl AC_TRY_RUN([ #include <stdio.h> -+dnl main () -+dnl { -+dnl return 0; -+dnl } ],, -+dnl AC_MSG_ERROR([ -+dnl Linking is badly borked on your system. Please ensure your library path is correct -+dnl Check config.log for details - check near the end of the log above 'failed program was' -+dnl Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the -+dnl prefix you're compiling on: '${prefix}' ])) -+dnl LIBS="$dofus_save_libs" - - orig_CPPFLAGS=$CPPFLAGS - CPPFLAGS="$CPPFLAGS $ORBIT_CFLAGS" diff --git a/packages/gnome/orbit2/pkgconfig-fix.patch b/packages/gnome/orbit2/pkgconfig-fix.patch deleted file mode 100644 index f629e506dd..0000000000 --- a/packages/gnome/orbit2/pkgconfig-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN ORBit2-2.14.12.orig/ORBit-2.0.pc.in ORBit2-2.14.12/ORBit-2.0.pc.in ---- ORBit2-2.14.12.orig/ORBit-2.0.pc.in 2008-01-29 13:45:22.000000000 +0100 -+++ ORBit2-2.14.12/ORBit-2.0.pc.in 2008-09-23 20:13:07.000000000 +0200 -@@ -2,7 +2,7 @@ - exec_prefix=@exec_prefix@ - libdir=@libdir@ - includedir=@includedir@ --orbit_idl=@bindir@/orbit-idl-2@EXEEXT@ -+orbit_idl=@exec_prefix@/bin/orbit-idl-2@EXEEXT@ - - - Name: ORBit-2.0 diff --git a/packages/gnome/orbit2_2.10.2.bb b/packages/gnome/orbit2_2.10.2.bb deleted file mode 100644 index 4ac4129414..0000000000 --- a/packages/gnome/orbit2_2.10.2.bb +++ /dev/null @@ -1,46 +0,0 @@ -LICENSE = "GPL" -PR = "r2" -DESCRIPTION = "CORBA ORB" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-${PV}.tar.bz2 \ - file://configure-lossage.patch;patch=1;pnum=1 \ - file://gtk-doc.m4 \ - file://gtk-doc.make" -DEPENDS = "libidl popt orbit2-native gtk-doc" - -FILES_${PN} += "${libdir}/orbit-2.0/*.so" - -S = "${WORKDIR}/ORBit2-${PV}" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-gtk-doc" -EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" - -do_configure_prepend() { - mkdir -p m4 - install ${WORKDIR}/gtk-doc.m4 ./m4/ - install ${WORKDIR}/gtk-doc.make ./ -} - -do_compile_append () { - sed 's:^orbit_idl=.*/:orbit_idl=${STAGING_BINDIR_NATIVE}/:' < ORBit-2.0.pc > ORBit-2.0.pc.new - mv ORBit-2.0.pc.new ORBit-2.0.pc -} - -do_stage() { - oe_libinstall -so -C src/orb libORBit-2 ${STAGING_LIBDIR} - oe_libinstall -so -C src/services/name libORBitCosNaming-2 ${STAGING_LIBDIR} - oe_libinstall -so -C src/services/imodule libORBit-imodule-2 ${STAGING_LIBDIR} - install -m 0644 src/services/name/libname-server-2.a ${STAGING_LIBDIR}/ - - for dir in orbit orbit/poa orbit/orb-core orbit/util orbit/dynamic; do - install -d ${STAGING_INCDIR}/orbit-2.0/$dir - ( cd include/$dir; for i in *.h; do install -m 0644 $i ${STAGING_INCDIR}/orbit-2.0/$dir/$i; done ) - done - - install -d ${STAGING_INCDIR}/orbit-2.0/ORBitservices - install -m 0644 src/services/name/CosNaming.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ - install -m 0644 src/services/name/CosNaming_impl.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ - install -m 0644 src/services/imodule/orbit-imodule.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ -} diff --git a/packages/gnome/orbit2_2.13.2.bb b/packages/gnome/orbit2_2.13.2.bb deleted file mode 100644 index e4d83408b1..0000000000 --- a/packages/gnome/orbit2_2.13.2.bb +++ /dev/null @@ -1,46 +0,0 @@ -LICENSE = "GPL" -PR = "r2" -DESCRIPTION = "CORBA ORB" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.13/ORBit2-${PV}.tar.bz2 \ - file://configure-lossage.patch;patch=1;pnum=1 \ - file://gtk-doc.m4 \ - file://gtk-doc.make" -DEPENDS = "libidl popt orbit2-native gtk-doc" - -FILES_${PN} += "${libdir}/orbit-2.0/*.so" - -S = "${WORKDIR}/ORBit2-${PV}" - -inherit autotools pkgconfig -PARALLEL_MAKE = "" -EXTRA_OECONF = "--disable-gtk-doc" -EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" - -do_configure_prepend() { - mkdir -p m4 - install ${WORKDIR}/gtk-doc.m4 ./m4/ - install ${WORKDIR}/gtk-doc.make ./ -} - -do_compile_append () { - sed 's:^orbit_idl=.*/:orbit_idl=${STAGING_BINDIR_NATIVE}/:' < ORBit-2.0.pc > ORBit-2.0.pc.new - mv ORBit-2.0.pc.new ORBit-2.0.pc -} - -do_stage() { - oe_libinstall -so -C src/orb libORBit-2 ${STAGING_LIBDIR} - oe_libinstall -so -C src/services/name libORBitCosNaming-2 ${STAGING_LIBDIR} - oe_libinstall -so -C src/services/imodule libORBit-imodule-2 ${STAGING_LIBDIR} - install -m 0644 src/services/name/libname-server-2.a ${STAGING_LIBDIR}/ - - for dir in orbit orbit/poa orbit/orb-core orbit/util orbit/dynamic; do - install -d ${STAGING_INCDIR}/orbit-2.0/$dir - ( cd include/$dir; for i in *.h; do install -m 0644 $i ${STAGING_INCDIR}/orbit-2.0/$dir/$i; done ) - done - - install -d ${STAGING_INCDIR}/orbit-2.0/ORBitservices - install -m 0644 src/services/name/CosNaming.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ - install -m 0644 src/services/name/CosNaming_impl.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ - install -m 0644 src/services/imodule/orbit-imodule.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ -} diff --git a/packages/gnome/orbit2_2.14.12.bb b/packages/gnome/orbit2_2.14.12.bb deleted file mode 100644 index 140776114d..0000000000 --- a/packages/gnome/orbit2_2.14.12.bb +++ /dev/null @@ -1,47 +0,0 @@ -LICENSE = "GPL" -PR = "r1" -DESCRIPTION = "CORBA ORB" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \ - file://configure-lossage.patch;patch=1;pnum=1 \ - file://pkgconfig-fix.patch;patch=1 \ - file://gtk-doc.m4 \ - file://gtk-doc.make" -DEPENDS = "libidl popt orbit2-native gtk-doc" -PARALLEL_MAKE = "" - -FILES_${PN} += "${libdir}/orbit-2.0/*.so" -FILES_${PN}-dev += "${libdir}/orbit-2.0/*.a ${libdir}/orbit-2.0/*.la" -FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug" - -S = "${WORKDIR}/ORBit2-${PV}" - -LEAD_SONAME = "libORBit-2.so" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-gtk-doc" -EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" - -do_configure_prepend() { - mkdir -p m4 - install ${WORKDIR}/gtk-doc.m4 ./m4/ - install ${WORKDIR}/gtk-doc.make ./ -} - -do_stage() { - oe_libinstall -so -C src/orb libORBit-2 ${STAGING_LIBDIR} - oe_libinstall -so -C src/services/name libORBitCosNaming-2 ${STAGING_LIBDIR} - oe_libinstall -so -C src/services/imodule libORBit-imodule-2 ${STAGING_LIBDIR} - install -m 0644 src/services/name/libname-server-2.a ${STAGING_LIBDIR}/ - - for dir in orbit orbit/poa orbit/orb-core orbit/util orbit/dynamic; do - install -d ${STAGING_INCDIR}/orbit-2.0/$dir - ( cd include/$dir; for i in *.h; do install -m 0644 $i ${STAGING_INCDIR}/orbit-2.0/$dir/$i; done ) - done - - install -d ${STAGING_INCDIR}/orbit-2.0/ORBitservices - install -m 0644 src/services/name/CosNaming.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ - install -m 0644 src/services/name/CosNaming_impl.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ - install -m 0644 src/services/imodule/orbit-imodule.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ -} diff --git a/packages/gnome/orbit2_2.14.16.bb b/packages/gnome/orbit2_2.14.16.bb deleted file mode 100644 index 5f6e6f6105..0000000000 --- a/packages/gnome/orbit2_2.14.16.bb +++ /dev/null @@ -1,46 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "CORBA ORB" -SECTION = "x11/gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \ - file://configure-lossage.patch;patch=1;pnum=1 \ - file://pkgconfig-fix.patch;patch=1 \ - file://gtk-doc.m4 \ - file://gtk-doc.make" -DEPENDS = "libidl popt orbit2-native gtk-doc" -PARALLEL_MAKE = "" - -FILES_${PN} += "${libdir}/orbit-2.0/*.so" -FILES_${PN}-dev += "${libdir}/orbit-2.0/*.a ${libdir}/orbit-2.0/*.la" -FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug" - -S = "${WORKDIR}/ORBit2-${PV}" - -LEAD_SONAME = "libORBit-2.so" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-gtk-doc" -EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" - -do_configure_prepend() { - mkdir -p m4 - install ${WORKDIR}/gtk-doc.m4 ./m4/ - install ${WORKDIR}/gtk-doc.make ./ -} - -do_stage() { - oe_libinstall -so -C src/orb libORBit-2 ${STAGING_LIBDIR} - oe_libinstall -so -C src/services/name libORBitCosNaming-2 ${STAGING_LIBDIR} - oe_libinstall -so -C src/services/imodule libORBit-imodule-2 ${STAGING_LIBDIR} - install -m 0644 src/services/name/libname-server-2.a ${STAGING_LIBDIR}/ - - for dir in orbit orbit/poa orbit/orb-core orbit/util orbit/dynamic; do - install -d ${STAGING_INCDIR}/orbit-2.0/$dir - ( cd include/$dir; for i in *.h; do install -m 0644 $i ${STAGING_INCDIR}/orbit-2.0/$dir/$i; done ) - done - - install -d ${STAGING_INCDIR}/orbit-2.0/ORBitservices - install -m 0644 src/services/name/CosNaming.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ - install -m 0644 src/services/name/CosNaming_impl.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ - install -m 0644 src/services/imodule/orbit-imodule.h ${STAGING_INCDIR}/orbit-2.0/ORBitservices/ -} diff --git a/packages/gnome/pyorbit_2.14.3.bb b/packages/gnome/pyorbit_2.14.3.bb deleted file mode 100644 index 8b9c1aa76f..0000000000 --- a/packages/gnome/pyorbit_2.14.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Python Orbit bindings" -LICENSE = "LGPL" - -PR = "r0" - -inherit gnome distutils-base pkgconfig - -do_configure() { - export HOST_SYS=${HOST_SYS} - export BUILD_SYS=${BUILD_SYS} - autotools_do_configure -} - -do_stage() { - install -d ${STAGING_INCDIR}/pyorbit-2 - install -m 0644 src/pyorbit.h ${STAGING_INCDIR}/pyorbit-2 -} diff --git a/packages/gnome/pyorbit_2.24.0.bb b/packages/gnome/pyorbit_2.24.0.bb deleted file mode 100644 index c98b99d1d5..0000000000 --- a/packages/gnome/pyorbit_2.24.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Python Orbit bindings" -LICENSE = "LGPL" - -PR = "r1" - -inherit gnome distutils-base pkgconfig - -SRC_URI += "file://acinclude.m4" - -EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" -EXTRA_OEMAKE = "-e" - -do_configure() { - install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ - export HOST_SYS=${HOST_SYS} - export BUILD_SYS=${BUILD_SYS} - export CC=${TARGET_PREFIX}gcc - autotools_do_configure -} - -do_stage() { - install -d ${STAGING_INCDIR}/pyorbit-2 - install -m 0644 src/pyorbit.h ${STAGING_INCDIR}/pyorbit-2 - autotools_stage_all -} |