--- avant-window-navigator-0.4.0~rc1.orig/debian/awn-settings.1 +++ avant-window-navigator-0.4.0~rc1/debian/awn-settings.1 @@ -0,0 +1,15 @@ +.TH AWN-SETTINGS 1 "June 25, 2007" +.SH NAME +awn-settings \- A manager for the preferences of avant-window-navigator + +.SH SYNOPSIS +.B awn-settings + +.SH DESCRIPTION +\fBawn-settings\fP provide a simple way to configure avant-window-navigator. You can manage preferences, themes, applets and launchers with a graphical interface. + +.SH AUTHOR +awn-settings was written by Neil Jagdish Patel . +.PP +This manual page was written by Julien Lavergne , +for the Debian project (but may be used by others). --- avant-window-navigator-0.4.0~rc1.orig/debian/avant-window-navigator.1 +++ avant-window-navigator-0.4.0~rc1/debian/avant-window-navigator.1 @@ -0,0 +1,15 @@ +.TH AVANT-WINDOW-NAVIGATOR 1 "June 25, 2007" +.SH NAME +avant-window-navigator \- A MacOS X like panel for GNOME + +.SH SYNOPSIS +.B avant-window-navigator + +.SH DESCRIPTION +\fBavant-window-navigator\fP is a dock-like bar which sits at the bottom of the screen. It has support for launchers, task lists, and applets. You can drag and drop icon of the main menu of GNOME to create launchers. When you clic on this launcher, the window is captured like in the windows list of the gnome-panel. The applications can send messages via DBUS and change their icon (like the Rhythmbox icon can become the covert art for the current song). Avant-window-navigator can also be extended by some applets(like a trash applet, a clock ...). See the home page of the project for more informations. + +.SH AUTHOR +avant-window-navigator was written by Neil Jagdish Patel . +.PP +This manual page was written by Julien Lavergne , +for the Debian project (but may be used by others). --- avant-window-navigator-0.4.0~rc1.orig/debian/awn-settings.install +++ avant-window-navigator-0.4.0~rc1/debian/awn-settings.install @@ -0,0 +1,5 @@ +usr/share/avant-window-navigator/awn-settings/ +usr/share/icons/hicolor/*/apps/awn-settings.* +usr/share/icons/hicolor/*/categories/awn-plugins.* +usr/bin/awn-settings +usr/share/applications/awn-settings.desktop --- avant-window-navigator-0.4.0~rc1.orig/debian/compat +++ avant-window-navigator-0.4.0~rc1/debian/compat @@ -0,0 +1 @@ +7 --- avant-window-navigator-0.4.0~rc1.orig/debian/rules +++ avant-window-navigator-0.4.0~rc1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +#DH_VERBOSE=1 + +%: + dh --with quilt $@ + +override_dh_auto_configure: + ./configure --prefix=/usr --disable-pymod-checks --enable-gtk-doc --with-gconf-schema-file-dir=/etc/gconf/schemas LDFLAGS="-Wl,-z,defs -Wl,--as-needed" + +override_dh_strip: + dh_strip --dbg-package=libawn1-dbg + +override_dh_auto_test: + #Pass, tests don't pass for now. + +override_dh_makeshlibs: + dh_makeshlibs -pavant-window-navigator -a -n --exclude=* + dh_makeshlibs -plibawn1 -V"libawn1 (>= 0.3.9~bzr1890)" --- avant-window-navigator-0.4.0~rc1.orig/debian/control +++ avant-window-navigator-0.4.0~rc1/debian/control @@ -0,0 +1,144 @@ +Source: avant-window-navigator +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Julien Lavergne +Build-Depends: debhelper (>= 7.0.50~), + quilt, + intltool, + libwnck-dev, + libdbus-glib-1-dev, + libxcomposite-dev, + libxdamage-dev, + libgtop2-dev, + libssl-dev, + python-support (>= 0.7.0), + python-all-dev (>= 2.4), + python-gtk2-dev (>= 2.12), + python-cairo-dev, + gtk-doc-tools, + doc-base, + valac (>= 0.5.4), + python (>= 2.5), + gconf2, + libdesktop-agnostic-dev, + libdesktop-agnostic-bin, + python-desktop-agnostic, + vala-desktop-agnostic +Standards-Version: 3.8.3 +Homepage: https://launchpad.net/avant-window-navigator/ +Vcs-Git: git://github.com/gilir/awn-debian.git +Vcs-Browser: http://github.com/gilir/awn-debian/tree + +Package: avant-window-navigator +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + avant-window-navigator-data (>= ${source:Version}), + libdesktop-agnostic-vfs, + libdesktop-agnostic-fdo, + libdesktop-agnostic-cfg, + dbus-x11, + awn-settings +Recommends: awn-applets-python-core, + awn-applets-c-core, + metacity (>= 2.21.5) | xcompmgr | compiz | xfwm4 (>= 4.2) | kde-window-manager (>= 4:4.0.0) | mutter +Conflicts: awn-applets-c-core (<< 0.3.9~bzr1890) +Replaces: awn-applets-c-core (<< 0.3.9~bzr1890) +Description: A MacOS X like panel for GNOME + The avant-window-navigator is a MacOS X like panel for the GNOME Desktop + written in C. In addition to launchers that can be dragged onto the bar, + it features a taskbar that behaves similarly to the Mac OSX dock. The window + navigator uses the composite extension for transparency and other effects. + +Package: avant-window-navigator-data +Architecture: all +Depends: ${misc:Depends} +Conflicts: avant-window-navigator (<= 0.2.1-dfsg1-1) +Replaces: avant-window-navigator (<= 0.2.1-dfsg1-1) +Description: Common files for avant-window-navigator + This package contains all images and locales for avant-windows-navigator. + +Package: libawn1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Suggests: metacity (>= 2.21.5) | xcompmgr | compiz | xfwm4 (>= 4.2) | kde-window-manager (>= 4:4.0.0) | mutter +Description: library for avant-window-navigator + This library is used by avant-window-navigator and its applets. It provides + functions to create the bar and the applets. + +Package: libawn-doc +Section: doc +Architecture: all +Depends: libawn1 (>= ${source:Version}), + ${misc:Depends} +Description: library for avant-window-navigator - documentation files + This package contains documentation for avant-window-navigator and its library + libawn to develop applets or the bar. + +Package: libawn-dev +Section: libdevel +Architecture: any +Depends: libawn1 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends}, + libdesktop-agnostic-dev, + libgtk2.0-dev, + libdbus-glib-1-dev +Description: library for avant-window-navigator - development files + This package provides the include files and static library for the + avant-window-navigator library functions. + +Package: awn-settings +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends}, + avant-window-navigator, + python-desktop-agnostic, + python-dbus, + gnome-menus, + librsvg2-common, + python-awn, + python-xdg, + bzr +Conflicts: awn-manager +Description: A preferences manager for avant-window-navigator + awn-settings provides a simple way to configure avant-window-navigator. + You can manage preferences, themes, applets and launchers. + +Package: python-awn +Section: python +Architecture: any +Depends: libawn1 (= ${binary:Version}), + python-gtk2, + ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends} +Provides: ${python:Provides} +Description: Python bindings for avant-window-navigator library + This library is used by avant-window-navigator. It provides Python bindings + to create and use Python applets for avant-window-navigator. + +Package: vala-awn +Architecture: all +Depends: libawn1 (>= ${source:Version}), + vala-desktop-agnostic, + ${shlibs:Depends}, + ${misc:Depends} +Description: Vala bindings for avant-window-navigator library + This library is used by avant-window-navigator. It provides Vala bindings + to create and use Vala applets for avant-window-navigator. + +Package: libawn1-dbg +Section: debug +Priority: extra +Architecture: any +Depends: libawn1 (= ${binary:Version}), + ${misc:Depends} +Description: library for avant-window-navigator - debug package + This library is used by avant-window-navigator and its applets. It provides + functions to create the bar and the applets. + . + This package contains the debugging symbols. --- avant-window-navigator-0.4.0~rc1.orig/debian/libawn1.symbols +++ avant-window-navigator-0.4.0~rc1/debian/libawn1.symbols @@ -0,0 +1,283 @@ +libawn.so.1 libawn1 #MINVER# + awn_alignment_get_offset_modifier@Base 0.3.9~bzr1890 + awn_alignment_get_type@Base 0.3.9~bzr1890 + awn_alignment_new_for_applet@Base 0.3.9~bzr1890 + awn_alignment_set_offset_modifier@Base 0.3.9~bzr1890 + awn_applet_create_about_item@Base 0.3.9~bzr1890 + awn_applet_create_about_item_simple@Base 0.3.9~bzr1890 + awn_applet_create_default_menu@Base 0.3.9~bzr1890 + awn_applet_create_pref_item@Base 0.3.9~bzr1890 + awn_applet_docklet_request@Base 0.3.9~bzr1890 + awn_applet_flags_get_type@Base 0.3.9~bzr1890 + awn_applet_get_behavior@Base 0.3.9~bzr1890 + awn_applet_get_canonical_name@Base 0.3.9~bzr1890 + awn_applet_get_offset@Base 0.3.9~bzr1890 + awn_applet_get_offset_at@Base 0.3.9~bzr1890 + awn_applet_get_path_type@Base 0.3.9~bzr1890 + awn_applet_get_pos_type@Base 0.3.9~bzr1890 + awn_applet_get_size@Base 0.3.9~bzr1890 + awn_applet_get_type@Base 0.3.9~bzr1890 + awn_applet_get_uid@Base 0.3.9~bzr1890 + awn_applet_inhibit_autohide@Base 0.3.9~bzr1890 + awn_applet_license_get_type@Base 0.3.9~bzr1890 + awn_applet_new@Base 0.3.9~bzr1890 + awn_applet_set_behavior@Base 0.3.9~bzr1890 + awn_applet_set_offset@Base 0.3.9~bzr1890 + awn_applet_set_path_type@Base 0.3.9~bzr1890 + awn_applet_set_pos_type@Base 0.3.9~bzr1890 + awn_applet_set_size@Base 0.3.9~bzr1890 + awn_applet_set_uid@Base 0.3.9~bzr1890 + awn_applet_simple_get_icon@Base 0.3.9~bzr1890 + awn_applet_simple_get_message@Base 0.3.9~bzr1890 + awn_applet_simple_get_progress@Base 0.3.9~bzr1890 + awn_applet_simple_get_tooltip_text@Base 0.3.9~bzr1890 + awn_applet_simple_get_type@Base 0.3.9~bzr1890 + awn_applet_simple_new@Base 0.3.9~bzr1890 + awn_applet_simple_set_effect@Base 0.3.9~bzr1890 + awn_applet_simple_set_icon_context@Base 0.3.9~bzr1890 + awn_applet_simple_set_icon_info@Base 0.3.9~bzr1890 + awn_applet_simple_set_icon_name@Base 0.3.9~bzr1890 + awn_applet_simple_set_icon_pixbuf@Base 0.3.9~bzr1890 + awn_applet_simple_set_icon_state@Base 0.3.9~bzr1890 + awn_applet_simple_set_icon_surface@Base 0.3.9~bzr1890 + awn_applet_simple_set_message@Base 0.3.9~bzr1890 + awn_applet_simple_set_progress@Base 0.3.9~bzr1890 + awn_applet_simple_set_tooltip_text@Base 0.3.9~bzr1890 + awn_applet_uninhibit_autohide@Base 0.3.9~bzr1890 + awn_arrow_type_get_type@Base 0.3.9~bzr1890 + awn_box_get_type@Base 0.3.9~bzr1890 + awn_box_new@Base 0.3.9~bzr1890 + awn_box_set_orientation@Base 0.3.9~bzr1890 + awn_box_set_orientation_from_pos_type@Base 0.3.9~bzr1890 + awn_cairo_pattern_add_color_stop_color@Base 0.3.9~bzr1890 + awn_cairo_pattern_add_color_stop_color_with_alpha_multiplier@Base 0.3.9~bzr1890 + awn_cairo_round_corners_get_type@Base 0.3.9~bzr1890 + awn_cairo_rounded_rect@Base 0.3.9~bzr1890 + awn_cairo_rounded_rect_shadow@Base 0.3.9~bzr1890 + awn_cairo_set_source_color@Base 0.3.9~bzr1890 + awn_cairo_set_source_color_with_alpha_multiplier@Base 0.3.9~bzr1890 + awn_cairo_set_source_color_with_multipliers@Base 0.3.9~bzr1890 + awn_config_free@Base 0.3.9~bzr1890 + awn_config_get_default@Base 0.3.9~bzr1890 + awn_config_get_default_for_applet@Base 0.3.9~bzr1890 + awn_config_get_default_for_applet_by_info@Base 0.3.9~bzr1890 + awn_dbus_watcher_get_default@Base 0.3.9~bzr1890 + awn_dbus_watcher_get_type@Base 0.3.9~bzr1890 + awn_dbus_watcher_has_name@Base 0.3.9~bzr1890 + awn_desktop_lookup_client_get_type@Base 0.3.9~bzr1890 + awn_desktop_lookup_client_new@Base 0.3.9~bzr1890 + awn_dialog_get_content_area@Base 0.3.9~bzr1890 + awn_dialog_get_type@Base 0.3.9~bzr1890 + awn_dialog_new@Base 0.3.9~bzr1890 + awn_dialog_new_for_widget@Base 0.3.9~bzr1890 + awn_dialog_new_for_widget_with_applet@Base 0.3.9~bzr1890 + awn_dialog_set_padding@Base 0.3.9~bzr1890 + awn_effect_check_max_loops@Base 0.3.9~bzr1890 + awn_effect_check_top_effect@Base 0.3.9~bzr1890 + awn_effect_emit_anim_end@Base 0.3.9~bzr1890 + awn_effect_emit_anim_start@Base 0.3.9~bzr1890 + awn_effect_force_timeout@Base 0.3.9~bzr1890 + awn_effect_get_type@Base 0.3.9~bzr1890 + awn_effect_handle_repeating@Base 0.3.9~bzr1890 + awn_effect_sequence_get_type@Base 0.3.9~bzr1890 + awn_effect_suspend_animation@Base 0.3.9~bzr1890 + awn_effects_add_overlay@Base 0.3.9~bzr1890 + awn_effects_cairo_create@Base 0.3.9~bzr1890 + awn_effects_cairo_create_clipped@Base 0.3.9~bzr1890 + awn_effects_cairo_destroy@Base 0.3.9~bzr1890 + awn_effects_emit_anim_end@Base 0.3.9~bzr1890 + awn_effects_emit_anim_start@Base 0.3.9~bzr1890 + awn_effects_get_base_coords@Base 0.3.9~bzr1890 + awn_effects_get_overlays@Base 0.3.9~bzr1890 + awn_effects_get_type@Base 0.3.9~bzr1890 + awn_effects_main_effect_loop@Base 0.3.9~bzr1890 + awn_effects_new_for_widget@Base 0.3.9~bzr1890 + awn_effects_post_op_active@Base 0.3.9~bzr1890 + awn_effects_post_op_alpha@Base 0.3.9~bzr1890 + awn_effects_post_op_arrow@Base 0.3.9~bzr1890 + awn_effects_post_op_clip@Base 0.3.9~bzr1890 + awn_effects_post_op_depth@Base 0.3.9~bzr1890 + awn_effects_post_op_glow@Base 0.3.9~bzr1890 + awn_effects_post_op_progress@Base 0.3.9~bzr1890 + awn_effects_post_op_reflection@Base 0.3.9~bzr1890 + awn_effects_post_op_saturate@Base 0.3.9~bzr1890 + awn_effects_post_op_shadow@Base 0.3.9~bzr1890 + awn_effects_post_op_spotlight@Base 0.3.9~bzr1890 + awn_effects_pre_op_clear@Base 0.3.9~bzr1890 + awn_effects_pre_op_clip@Base 0.3.9~bzr1890 + awn_effects_pre_op_flip@Base 0.3.9~bzr1890 + awn_effects_pre_op_rotate@Base 0.3.9~bzr1890 + awn_effects_pre_op_scale@Base 0.3.9~bzr1890 + awn_effects_pre_op_translate@Base 0.3.9~bzr1890 + awn_effects_redraw@Base 0.3.9~bzr1890 + awn_effects_remove_overlay@Base 0.3.9~bzr1890 + awn_effects_set_icon_size@Base 0.3.9~bzr1890 + awn_effects_start@Base 0.3.9~bzr1890 + awn_effects_start_ex@Base 0.3.9~bzr1890 + awn_effects_stop@Base 0.3.9~bzr1890 + awn_icon_box_get_type@Base 0.3.9~bzr1890 + awn_icon_box_new@Base 0.3.9~bzr1890 + awn_icon_box_new_for_applet@Base 0.3.9~bzr1890 + awn_icon_box_set_offset@Base 0.3.9~bzr1890 + awn_icon_box_set_pos_type@Base 0.3.9~bzr1890 + awn_icon_clicked@Base 0.3.9~bzr1890 + awn_icon_get_hover_effects@Base 0.3.9~bzr1890 + awn_icon_get_indicator_count@Base 0.3.9~bzr1890 + awn_icon_get_input_mask@Base 0.3.9~bzr1890 + awn_icon_get_is_active@Base 0.3.9~bzr1890 + awn_icon_get_offset@Base 0.3.9~bzr1890 + awn_icon_get_pos_type@Base 0.3.9~bzr1890 + awn_icon_get_tooltip@Base 0.3.9~bzr1890 + awn_icon_get_tooltip_text@Base 0.3.9~bzr1890 + awn_icon_get_type@Base 0.3.9~bzr1890 + awn_icon_middle_clicked@Base 0.3.9~bzr1890 + awn_icon_new@Base 0.3.9~bzr1890 + awn_icon_set_custom_paint@Base 0.3.9~bzr1890 + awn_icon_set_effect@Base 0.3.9~bzr1890 + awn_icon_set_from_context@Base 0.3.9~bzr1890 + awn_icon_set_from_pixbuf@Base 0.3.9~bzr1890 + awn_icon_set_from_surface@Base 0.3.9~bzr1890 + awn_icon_set_hover_effects@Base 0.3.9~bzr1890 + awn_icon_set_indicator_count@Base 0.3.9~bzr1890 + awn_icon_set_is_active@Base 0.3.9~bzr1890 + awn_icon_set_offset@Base 0.3.9~bzr1890 + awn_icon_set_pos_type@Base 0.3.9~bzr1890 + awn_icon_set_tooltip_text@Base 0.3.9~bzr1890 + awn_image_get_type@Base 0.3.9~bzr1890 + awn_image_new@Base 0.3.9~bzr1890 + awn_label_get_type@Base 0.3.9~bzr1890 + awn_label_new@Base 0.3.9~bzr1890 + awn_overlay_align_get_type@Base 0.3.9~bzr1890 + awn_overlay_get_apply_effects@Base 0.3.9~bzr1890 + awn_overlay_get_type@Base 0.3.9~bzr1890 + awn_overlay_get_use_source_op@Base 0.3.9~bzr1890 + awn_overlay_move_to@Base 0.3.9~bzr1890 + awn_overlay_new@Base 0.3.9~bzr1890 + awn_overlay_pixbuf_file_get_type@Base 0.3.9~bzr1890 + awn_overlay_pixbuf_file_new@Base 0.3.9~bzr1890 + awn_overlay_pixbuf_get_type@Base 0.3.9~bzr1890 + awn_overlay_pixbuf_new@Base 0.3.9~bzr1890 + awn_overlay_pixbuf_new_with_pixbuf@Base 0.3.9~bzr1890 + awn_overlay_progress_circle_get_type@Base 0.3.9~bzr1890 + awn_overlay_progress_circle_new@Base 0.3.9~bzr1890 + awn_overlay_progress_get_type@Base 0.3.9~bzr1890 + awn_overlay_progress_new@Base 0.3.9~bzr1890 + awn_overlay_render@Base 0.3.9~bzr1890 + awn_overlay_set_apply_effects@Base 0.3.9~bzr1890 + awn_overlay_set_use_source_op@Base 0.3.9~bzr1890 + awn_overlay_text_get_size@Base 0.3.9~bzr1890 + awn_overlay_text_get_type@Base 0.3.9~bzr1890 + awn_overlay_text_new@Base 0.3.9~bzr1890 + awn_overlay_themed_icon_get_type@Base 0.3.9~bzr1890 + awn_overlay_themed_icon_new@Base 0.3.9~bzr1890 + awn_overlay_throbber_get_type@Base 0.3.9~bzr1890 + awn_overlay_throbber_new@Base 0.3.9~bzr1890 + awn_overlayable_add_overlay@Base 0.3.9~bzr1890 + awn_overlayable_get_effects@Base 0.3.9~bzr1890 + awn_overlayable_get_overlays@Base 0.3.9~bzr1890 + awn_overlayable_get_type@Base 0.3.9~bzr1890 + awn_overlayable_remove_overlay@Base 0.3.9~bzr1890 + awn_path_type_get_type@Base 0.3.9~bzr1890 + awn_pixbuf_cache_get_default@Base 0.3.9~bzr1890 + awn_pixbuf_cache_get_type@Base 0.3.9~bzr1890 + awn_pixbuf_cache_insert_null_result@Base 0.3.9~bzr1890 + awn_pixbuf_cache_insert_pixbuf@Base 0.3.9~bzr1890 + awn_pixbuf_cache_insert_pixbuf_simple_key@Base 0.3.9~bzr1890 + awn_pixbuf_cache_invalidate@Base 0.3.9~bzr1890 + awn_pixbuf_cache_lookup@Base 0.3.9~bzr1890 + awn_pixbuf_cache_lookup_simple_key@Base 0.3.9~bzr1890 + awn_pixbuf_cache_new@Base 0.3.9~bzr1890 + awn_themed_icon_clear_icons@Base 0.3.9~bzr1890 + awn_themed_icon_clear_info@Base 0.3.9~bzr1890 + awn_themed_icon_create_custom_icon_item@Base 0.3.9~bzr1890 + awn_themed_icon_create_remove_custom_icon_item@Base 0.3.9~bzr1890 + awn_themed_icon_drag_data_received@Base 0.3.9~bzr1890 + awn_themed_icon_drag_data_received_internal@Base 0.3.9~bzr1890 + awn_themed_icon_get_awn_theme@Base 0.3.9~bzr1890 + awn_themed_icon_get_default_theme_name@Base 0.3.9~bzr1890 + awn_themed_icon_get_icon_at_size@Base 0.3.9~bzr1890 + awn_themed_icon_get_size@Base 0.3.9~bzr1890 + awn_themed_icon_get_state@Base 0.3.9~bzr1890 + awn_themed_icon_get_type@Base 0.3.9~bzr1890 + awn_themed_icon_new@Base 0.3.9~bzr1890 + awn_themed_icon_override_gtk_theme@Base 0.3.9~bzr1890 + awn_themed_icon_preload_icon@Base 0.3.9~bzr1890 + awn_themed_icon_set_applet_info@Base 0.3.9~bzr1890 + awn_themed_icon_set_info@Base 0.3.9~bzr1890 + awn_themed_icon_set_info_append@Base 0.3.9~bzr1890 + awn_themed_icon_set_info_simple@Base 0.3.9~bzr1890 + awn_themed_icon_set_size@Base 0.3.9~bzr1890 + awn_themed_icon_set_state@Base 0.3.9~bzr1890 + awn_tooltip_get_delay@Base 0.3.9~bzr1890 + awn_tooltip_get_text@Base 0.3.9~bzr1890 + awn_tooltip_get_type@Base 0.3.9~bzr1890 + awn_tooltip_new_for_widget@Base 0.3.9~bzr1890 + awn_tooltip_set_background_color@Base 0.3.9~bzr1890 + awn_tooltip_set_delay@Base 0.3.9~bzr1890 + awn_tooltip_set_focus_widget@Base 0.3.9~bzr1890 + awn_tooltip_set_font_color@Base 0.3.9~bzr1890 + awn_tooltip_set_font_name@Base 0.3.9~bzr1890 + awn_tooltip_set_outline_color@Base 0.4.0~rc1 + awn_tooltip_set_position_hint@Base 0.3.9~bzr1890 + awn_tooltip_set_text@Base 0.3.9~bzr1890 + awn_tooltip_update_position@Base 0.3.9~bzr1890 + awn_utils_ensure_transparent_bg@Base 0.3.9~bzr1890 + awn_utils_get_gtk_icon_theme_name@Base 0.3.9~bzr1890 + awn_utils_get_offset_modifier_by_path_type@Base 0.3.9~bzr1890 + awn_utils_gslist_to_gvaluearray@Base 0.3.9~bzr1890 + awn_utils_make_transparent_bg@Base 0.3.9~bzr1890 + awn_utils_show_menu_images@Base 0.3.9~bzr1890 + blur_surface_shadow@Base 0.3.9~bzr1890 + bounce_effect@Base 0.3.9~bzr1890 + bounce_effect_finalize@Base 0.3.9~bzr1890 + bounce_hover_effect@Base 0.3.9~bzr1890 + bounce_opening_effect@Base 0.3.9~bzr1890 + bounce_squish_attention_effect@Base 0.3.9~bzr1890 + bounce_squish_closing_effect@Base 0.3.9~bzr1890 + bounce_squish_effect@Base 0.3.9~bzr1890 + bounce_squish_effect_finalize@Base 0.3.9~bzr1890 + bounce_squish_hover_effect@Base 0.3.9~bzr1890 + bounce_squish_opening_effect@Base 0.3.9~bzr1890 + darken_surface@Base 0.3.9~bzr1890 + desaturate_effect@Base 0.3.9~bzr1890 + desaturate_effect_finalize@Base 0.3.9~bzr1890 + fade_out_effect@Base 0.3.9~bzr1890 + fading_effect@Base 0.3.9~bzr1890 + fading_effect_finalize@Base 0.3.9~bzr1890 + fading_hover_effect@Base 0.3.9~bzr1890 + glow_attention_effect@Base 0.3.9~bzr1890 + glow_closing_effect@Base 0.3.9~bzr1890 + glow_effect@Base 0.3.9~bzr1890 + glow_effect_finalize@Base 0.3.9~bzr1890 + glow_opening_effect@Base 0.3.9~bzr1890 + libawn_marshal_VOID__STRING_BOXED@Base 0.3.9~bzr1890 + lighten_component@Base 0.3.9~bzr1890 + lighten_surface@Base 0.3.9~bzr1890 + paint_arrow_dot@Base 0.3.9~bzr1890 + paint_arrow_triangle@Base 0.3.9~bzr1890 + simple_attention_effect@Base 0.3.9~bzr1890 + simple_closing_effect@Base 0.3.9~bzr1890 + simple_hover_effect@Base 0.3.9~bzr1890 + simple_opening_effect@Base 0.3.9~bzr1890 + spotlight3D_closing_effect@Base 0.3.9~bzr1890 + spotlight3D_effect@Base 0.3.9~bzr1890 + spotlight3D_effect_finalize@Base 0.3.9~bzr1890 + spotlight3D_hover_effect@Base 0.3.9~bzr1890 + spotlight3D_opening_effect@Base 0.3.9~bzr1890 + spotlight_closing_effect@Base 0.3.9~bzr1890 + spotlight_effect_finalize@Base 0.3.9~bzr1890 + spotlight_half_fade_effect@Base 0.3.9~bzr1890 + spotlight_hover_effect@Base 0.3.9~bzr1890 + spotlight_init@Base 0.3.9~bzr1890 + spotlight_opening_effect@Base 0.3.9~bzr1890 + surface_saturate@Base 0.3.9~bzr1890 + turn_closing_effect@Base 0.3.9~bzr1890 + turn_effect@Base 0.3.9~bzr1890 + turn_effect_finalize@Base 0.3.9~bzr1890 + turn_hover_effect@Base 0.3.9~bzr1890 + turn_opening_effect@Base 0.3.9~bzr1890 + zoom_attention_effect@Base 0.3.9~bzr1890 + zoom_closing_effect@Base 0.3.9~bzr1890 + zoom_effect@Base 0.3.9~bzr1890 + zoom_effect_finalize@Base 0.3.9~bzr1890 + zoom_opening_effect@Base 0.3.9~bzr1890 --- avant-window-navigator-0.4.0~rc1.orig/debian/python-awn.install +++ avant-window-navigator-0.4.0~rc1/debian/python-awn.install @@ -0,0 +1,3 @@ +usr/lib/python2.*/*-packages/awn/awn.so +usr/lib/python2.*/*-packages/awn/__init__.py +usr/share/pygtk --- avant-window-navigator-0.4.0~rc1.orig/debian/avant-window-navigator.install +++ avant-window-navigator-0.4.0~rc1/debian/avant-window-navigator.install @@ -0,0 +1,9 @@ +usr/bin/avant-window-navigator +usr/bin/awn-applet +usr/lib/awn/applets/*/*.so +usr/share/applications/avant-window-navigator.desktop +usr/share/avant-window-navigator/applets/*.desktop +usr/share/avant-window-navigator/applets/*/*/*.xml +usr/share/avant-window-navigator/schemas/*.schema-ini +usr/share/avant-window-navigator/*.ui +etc/gconf --- avant-window-navigator-0.4.0~rc1.orig/debian/copyright +++ avant-window-navigator-0.4.0~rc1/debian/copyright @@ -0,0 +1,419 @@ +This package was debianized by Julien Lavergne on +Mon, 31 Jun 2007 23:36:52 +0200. + +It was downloaded from + +Upstream Authors: + + Neil Jagdish Patel + haytjes + Miika-Petteri Matikainen + Anthony Arobone + Ryan Rushton + Michal Hruby + Julien Lavergne + Mark Lee + Rodney Cryderman + +Copyright: + + Copyright © 2007-2008 Neil Jagdish Patel + Copyright © 2007-2009 Anthony Arobone + Copyright © 2001-2003 Sun Microsystems, Inc. + Copyright © 2007-2009 Michal Hruby + Copyright © 2007 Rosetta Contributors and Canonical Ltd 2007 + Copyright © 2001 Havoc Pennington + Copyright © 2006 Travis Watkins + Copyright © 2007-2009 Mark Lee + Copyright © 1999, 2000 Red Hat Inc. + Copyright © 2001 Sid Vicious + Copyright © 2007 Emmanuele Bassi + Copyright © 2007 Novell, Inc. + Copyright © 2001 George Lebl + Copyright © 2009 haytjes + Copyright © 2008-2010 Rodney Cryderman + +Licence for libawn/*, + src/xutils.* + bindings/* + src/awn-throbber.* + src/awn-separator.* + applets/taskmanager/xutils.* + +Copyright (C) 2006-2007 Red Hat, Inc. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA. + + See `/usr/share/common-licenses/LGPL-2' for the complete licence. + +Licence for data/avant-window-naviagtor.svg, + data/avant-window-navigator-*.png + awn-settings/*.svg + awn-settings/*.png + + is Creative Commons Attribution-Share Alike 3.0 License. + + See below for the complete licence. + +License for applets/separator/applet.c + applets/expander/applet.c + applets/taskmanager/task-manager-api-wrapper.* + applets/taskmanager/task-window.h + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + +License for other files: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA. + + See `/usr/share/common-licenses/GPL-2' for the complete licence. + + +============================ COMPLETE LICENCES ============================ +Creative Commons Attribution-Share Alike 3.0 License (Complete Licence): + + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS + PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR + OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS + LICENSE OR COPYRIGHT LAW IS PROHIBITED. + + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE + BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED + TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN + CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + + 1. "Adaptation" means a work based upon the Work, or upon the Work and other + pre-existing works, such as a translation, adaptation, derivative work, arrangement + of music or other alterations of a literary or artistic work, or phonogram or performance + and includes cinematographic adaptations or any other form in which the Work may be + recast, transformed, or adapted including in any form recognizably derived from the + original, except that a work that constitutes a Collection will not be considered an + Adaptation for the purpose of this License. For the avoidance of doubt, where the Work + is a musical work, performance or phonogram, the synchronization of the Work in + timed-relation with a moving image ("synching") will be considered an Adaptation for + the purpose of this License. + + 2. "Collection" means a collection of literary or artistic works, such as encyclopedias + and anthologies, or performances, phonograms or broadcasts, or other works or subject + matter other than works listed in Section 1(f) below, which, by reason of the selection + and arrangement of their contents, constitute intellectual creations, in which the Work + is included in its entirety in unmodified form along with one or more other contributions, + each constituting separate and independent works in themselves, which together are + assembled into a collective whole. A work that constitutes a Collection will not be + considered an Adaptation (as defined below) for the purposes of this License. + + 3. "Creative Commons Compatible License" means a license that is listed at + http://creativecommons.org/compatiblelicenses that has been approved by Creative + Commons as being essentially equivalent to this License, including, at a minimum, because + that license: (i) contains terms that have the same purpose, meaning and effect as the + License Elements of this License; and, (ii) explicitly permits the relicensing of + adaptations of works made available under that license under this License or a Creative + Commons jurisdiction license with the same License Elements as this License. + + 4. "Distribute" means to make available to the public the original and copies of the Work + or Adaptation, as appropriate, through sale or other transfer of ownership. + + 5. "License Elements" means the following high-level license attributes as selected by + Licensor and indicated in the title of this License: Attribution, ShareAlike. + + 6. "Licensor" means the individual, individuals, entity or entities that offer(s) + the Work under the terms of this License. + + 7. "Original Author" means, in the case of a literary or artistic work, the individual, + individuals, entity or entities who created the Work or if no individual or entity can + be identified, the publisher; and in addition + (i) in the case of a performance the actors, singers, musicians, dancers, and other + persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary + or artistic works or expressions of folklore; + (ii) in the case of a phonogram the producer being the person or legal entity who first + fixes the sounds of a performance or other sounds; and, + (iii) in the case of broadcasts, the organization that transmits the broadcast. + + 8. "Work" means the literary and/or artistic work offered under the terms of this License + including without limitation any production in the literary, scientific and artistic + domain, whatever may be the mode or form of its expression including digital form, + such as a book, pamphlet and other writing; a lecture, address, sermon or other work of + the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment + in dumb show; a musical composition with or without words; a cinematographic work to which + are assimilated works expressed by a process analogous to cinematography; a work of drawing, + painting, architecture, sculpture, engraving or lithography; a photographic work to which + are assimilated works expressed by a process analogous to photography; a work of applied art; + an illustration, map, plan, sketch or three-dimensional work relative to geography, + topography, architecture or science; a performance; a broadcast; a phonogram; a compilation + of data to the extent it is protected as a copyrightable work; or a work performed by a + variety or circus performer to the extent it is not otherwise considered a literary or + artistic work. + + 9. "You" means an individual or entity exercising rights under this License who has not + previously violated the terms of this License with respect to the Work, or who has received + express permission from the Licensor to exercise rights under this License despite a + previous violation. + + 10. "Publicly Perform" means to perform public recitations of the Work and to communicate + to the public those public recitations, by any means or process, including by wire or + wireless means or public digital performances; to make available to the public Works in + such a way that members of the public may access these Works from a place and at a place + individually chosen by them; to perform the Work to the public by any means or process + and the communication to the public of the performances of the Work, including by public + digital performance; to broadcast and rebroadcast the Work by any means including signs, + sounds or images. + + 11. "Reproduce" means to make copies of the Work by any means including without limitation + by sound or visual recordings and the right of fixation and reproducing fixations of the + Work, including storage of a protected performance or phonogram in digital form or other + electronic medium. + + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict + any uses free from copyright or rights arising from limitations or exceptions that are + provided for in connection with the copyright protection under copyright law or other + applicable laws. + + 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby + grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the + applicable copyright) license to exercise the rights in the Work as stated below: + + 1. to Reproduce the Work, to incorporate the Work into one or more Collections, and to + Reproduce the Work as incorporated in the Collections; + + 2. to create and Reproduce Adaptations provided that any such Adaptation, including any + translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise + identify that changes were made to the original Work. For example, a translation could be + marked "The original work was translated from English to Spanish," or a modification could + indicate "The original work has been modified."; + + 3. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + 4. to Distribute and Publicly Perform Adaptations. + 5. For the avoidance of doubt: + 1. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right + to collect royalties through any statutory or compulsory licensing scheme cannot be waived, + the Licensor reserves the exclusive right to collect such royalties for any exercise by + You of the rights granted under this License; + 2. Waivable Compulsory License Schemes. In those jurisdictions in which the right + to collect royalties through any statutory or compulsory licensing scheme can be waived, + the Licensor waives the exclusive right to collect such royalties for any exercise by + You of the rights granted under this License; and, + 3. Voluntary License Schemes. The Licensor waives the right to collect royalties, + whether individually or, in the event that the Licensor is a member of a collecting society + that administers voluntary licensing schemes, via that society, from any exercise by You of + the rights granted under this License. + + The above rights may be exercised in all media and formats whether now known or hereafter + devised. The above rights include the right to make such modifications as are technically + necessary to exercise the rights in other media and formats. Subject to Section 8(f), + all rights not expressly granted by Licensor are hereby reserved. + + 4. Restrictions. The license granted in Section 3 above is expressly made subject to + and limited by the following restrictions: + + 1. You may Distribute or Publicly Perform the Work only under the terms of this License. + You must include a copy of, or the Uniform Resource Identifier (URI) for, this License + with every copy of the Work You Distribute or Publicly Perform. You may not offer or + impose any terms on the Work that restrict the terms of this License or the ability of + the recipient of the Work to exercise the rights granted to that recipient under the terms + of the License. You may not sublicense the Work. You must keep intact all notices that + refer to this License and to the disclaimer of warranties with every copy of the Work + You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, + You may not impose any effective technological measures on the Work that restrict the + ability of a recipient of the Work from You to exercise the rights granted to that + recipient under the terms of the License. This Section 4(a) applies to the Work as + incorporated in a Collection, but this does not require the Collection apart from the + Work itself to be made subject to the terms of this License. If You create a Collection, + upon notice from any Licensor You must, to the extent practicable, remove from the + Collection any credit as required by Section 4©, as requested. If You create an + Adaptation, upon notice from any Licensor You must, to the extent practicable, remove + from the Adaptation any credit as required by Section 4©, as requested. + + 2. You may Distribute or Publicly Perform an Adaptation only under the terms of: + (i) this License; + (ii) a later version of this License with the same License Elements as this License; + (iii) a Creative Commons jurisdiction license (either this or a later license version) + that contains the same License Elements as this License (e.g., Attribution-ShareAlike + 3.0 US)); + (iv) a Creative Commons Compatible License. If you license the Adaptation under one of + the licenses mentioned in (iv), you must comply with the terms of that license. + If you license the Adaptation under the terms of any of the licenses mentioned in (i), + (ii) or (iii) (the "Applicable License"), you must comply with the terms of the + Applicable License generally and the following provisions: + (I) You must include a copy of, or the URI for, the Applicable License with every copy + of each Adaptation You Distribute or Publicly Perform; + (II) You may not offer or impose any terms on the Adaptation that restrict the terms + of the Applicable License or the ability of the recipient of the Adaptation to exercise + the rights granted to that recipient under the terms of the Applicable License; + (III) You must keep intact all notices that refer to the Applicable License and to + the disclaimer of warranties with every copy of the Work as included in the Adaptation + You Distribute or Publicly Perform; + (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any + effective technological measures on the Adaptation that restrict the ability of a + recipient of the Adaptation from You to exercise the rights granted to that recipient + under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as + incorporated in a Collection, but this does not require the Collection apart from the + Adaptation itself to be made subject to the terms of the Applicable License. + + 3. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, + You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright + notices for the Work and provide, reasonable to the medium or means You are utilizing: + (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if + the Original Author and/or Licensor designate another party or parties (e.g., a sponsor + institute, publishing entity, journal) for attribution ("Attribution Parties") in + Licensor's copyright notice, terms of service or by other reasonable means, the name of + such party or parties; + (ii) the title of the Work if supplied; + (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies + to be associated with the Work, unless such URI does not refer to the copyright notice + or licensing information for the Work; and + (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying + the use of the Work in the Adaptation (e.g., "French translation of the Work by Original + Author," or "Screenplay based on original Work by Original Author"). The credit required + by this Section 4© may be implemented in any reasonable manner; provided, however, + that in the case of a Adaptation or Collection, at a minimum such credit will appear, + if a credit for all contributing authors of the Adaptation or Collection appears, then + as part of these credits and in a manner at least as prominent as the credits for the + other contributing authors. For the avoidance of doubt, You may only use the credit + required by this Section for the purpose of attribution in the manner set out above and, + by exercising Your rights under this License, You may not implicitly or explicitly assert + or imply any connection with, sponsorship or endorsement by the Original Author, Licensor + and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the + separate, express prior written permission of the Original Author, Licensor and/or + Attribution Parties. + + 4. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted + by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by + itself or as part of any Adaptations or Collections, You must not distort, mutilate, + modify or take other derogatory action in relation to the Work which would be prejudicial + to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions + (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License + (the right to make Adaptations) would be deemed to be a distortion, mutilation, + modification or other derogatory action prejudicial to the Original Author's honor and + reputation, the Licensor will waive or not assert, as appropriate, this Section, to the + fullest extent permitted by the applicable national law, to enable You to reasonably + exercise Your right under Section 3(b) of this License (right to make Adaptations) but + not otherwise. + + 5. Representations, Warranties and Disclaimer + + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK + AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, + IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, + MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF + LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT + DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO + SUCH EXCLUSION MAY NOT APPLY TO YOU. + + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT + WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, + CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE + OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 7. Termination + + 1. This License and the rights granted hereunder will terminate automatically upon any + breach by You of the terms of this License. Individuals or entities who have received + Adaptations or Collections from You under this License, however, will not have their + licenses terminated provided such individuals or entities remain in full compliance with + those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + + 2. Subject to the above terms and conditions, the license granted here is perpetual + (for the duration of the applicable copyright in the Work). Notwithstanding the above, + Licensor reserves the right to release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such election will not serve + to withdraw this License (or any other license that has been, or is required to be, granted + under the terms of this License), and this License will continue in full force and effect + unless terminated as stated above. + + 8. Miscellaneous + + 1. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor + offers to the recipient a license to the Work on the same terms and conditions as the + license granted to You under this License. + + 2. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the + recipient a license to the original Work on the same terms and conditions as the license + granted to You under this License. + + 3. If any provision of this License is invalid or unenforceable under applicable law, + it shall not affect the validity or enforceability of the remainder of the terms of this + License, and without further action by the parties to this agreement, such provision + shall be reformed to the minimum extent necessary to make such provision valid and + enforceable. + + 4. No term or provision of this License shall be deemed waived and no breach consented + to unless such waiver or consent shall be in writing and signed by the party to be charged + with such waiver or consent. + + 5. This License constitutes the entire agreement between the parties with respect to the + Work licensed here. There are no understandings, agreements or representations with respect + to the Work not specified here. Licensor shall not be bound by any additional provisions + that may appear in any communication from You. This License may not be modified without + the mutual written agreement of the Licensor and You. + + 6. The rights granted under, and the subject matter referenced, in this License were + drafted utilizing the terminology of the Berne Convention for the Protection of Literary + and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the + WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and + the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject + matter take effect in the relevant jurisdiction in which the License terms are sought to + be enforced according to the corresponding provisions of the implementation of those + treaty provisions in the applicable national law. If the standard suite of rights granted + under applicable copyright law includes additional rights not granted under this License, + such additional rights are deemed to be included in the License; this License is not intended + to restrict the license of any rights under applicable law. + + Creative Commons Notice + + Creative Commons is not a party to this License, and makes no warranty whatsoever in + connection with the Work. Creative Commons will not be liable to You or any party on any + legal theory for any damages whatsoever, including without limitation any general, + special, incidental or consequential damages arising in connection to this license. + Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly + identified itself as the Licensor hereunder, it shall have all rights and obligations + of Licensor. + + Except for the limited purpose of indicating to the public that the Work is licensed + under the CCPL, Creative Commons does not authorize the use by either party of the + trademark "Creative Commons" or any related trademark or logo of Creative Commons + without the prior written consent of Creative Commons. Any permitted use will be in + compliance with Creative Commons' then-current trademark usage guidelines, as may be + published on its website or otherwise made available upon request from time to time. + For the avoidance of doubt, this trademark restriction does not form part of the License. + +The Debian packaging is © 2007, Julien Lavergne and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. --- avant-window-navigator-0.4.0~rc1.orig/debian/avant-window-navigator-data.install +++ avant-window-navigator-0.4.0~rc1/debian/avant-window-navigator-data.install @@ -0,0 +1,4 @@ +usr/share/icons/hicolor/*/apps/avant-window-navigator.* +usr/share/avant-window-navigator/index.theme +usr/share/locale/ +usr/share/avant-window-navigator/themes/* --- avant-window-navigator-0.4.0~rc1.orig/debian/awn-applet.1 +++ avant-window-navigator-0.4.0~rc1/debian/awn-applet.1 @@ -0,0 +1,15 @@ +.TH AWN-APPLET 1 "June 25, 2007" +.SH NAME +awn-applet \- A tool for launching applets of avant-window-navigator + +.SH SYNOPSIS +.B awn-applet + +.SH DESCRIPTION +\fBawn-applet\fP is a tool for launching applets of avant-window-navigator. Please see man avant-window-navigator for more details. + +.SH AUTHOR +awn-applet was written by Neil Jagdish Patel . +.PP +This manual page was written by Julien Lavergne , +for the Debian project (but may be used by others). --- avant-window-navigator-0.4.0~rc1.orig/debian/changelog +++ avant-window-navigator-0.4.0~rc1/debian/changelog @@ -0,0 +1,353 @@ +avant-window-navigator (0.4.0~rc1-0ubuntu1) lucid; urgency=low + + * New upstream release (0.4.0 rc1) (LP: #542684) + - Ensure the autostart exist before trying to delete it. + (LP: #334454) + - Fix position with multiple screen. (LP: #248769) + * debian/control: + - Move awn-settings to depends, to ensure migration from awn-manager. + (LP: #512411) + * debian/patches/01-require-lda.patch : Only require 0.0.1 version of lda. + * debian/libawn1.symbols: Add missing symbol. + + -- Julien Lavergne Tue, 23 Mar 2010 00:24:44 +0100 + +avant-window-navigator (0.3.9.1~bzr603-0ubuntu1) lucid; urgency=low + + * New upstream snapshot. + - Switch to main trunk branch. + * debian/control: + - Add Conflicts on awn-manager for awn-settings (LP: #507822) + - Remove build-depends on python-elementtree. + + -- Julien Lavergne Thu, 18 Feb 2010 00:22:52 +0100 + +avant-window-navigator (0.3.9~bzr1890-0ubuntu1) lucid; urgency=low + + * New upstream snapshot. + - Fix autohide behavior (LP: #130235) + - Allow only 1 instance of Awn (LP: #258675) + * debian/patches: + - 10_correct_exception.patch: Dropped, problem fixed in the new version. + - 00-wm-behavior.patch and 01-tasks-have-arrow.patch: Merged upstream. + - 03-python-import.patch: Refresh. + * Bump libawn SONAME. + * debian/control: + - Add minimum requirement for libwnck-dev libgtk2.0-dev and libglib2.0-dev. + - Drop build-depends on libgnome2-dev, libgnome-desktop-dev, libglade2-dev. + - Bump build-depends for debhelper to (>= 7.0.50~) for overrides. + - Build-depends on libgtop2-dev. + - Replace build-depends on python-gnome-dev by python-gtk2-dev (>= 2.12). + - Build-depends on gconf2, libdesktop-agnostic-dev, libdesktop-agnostic-bin, + python-desktop-agnostic, vala-desktop-agnostic for desktop-agnostic + support. + - Demote the composite manager to Recommends, Awn works without it. + - Depends on libdesktop-agnostic-* and dbus. + - Bump libawn SONAME. + - Rename awn-manager to awn-settings. + - libawn-dev : drop libgnome*-dev and add libdesktop-agnostic-dev depends. + - Replace depends on awn-manager by Recommends on awn-settings for + avant-window-navigator. + - Add depends on avant-window-navigator, python-desktop-agnostic, bzr and + python-dbus for awn-settings. + - Replace vala depends by vala-desktop-agnostic for vala-awn. + - Bump standard version to 3.8.3, no change needed. + - Add Conflicts/Replaces to replace separator applets which is in core now. + * debian/rules: + - Rewrite with overrides. + - Remove awn.wrapper. + - Bump libawn SONAME. + - Remove LDFLAGS and useless flag from configure. + * debian/awn.wrapper & debian/avant-window-navigator.links: + - Dropped, previous configuration is incompatible. + * debian/avant-window-navigator{,-data}.install: + - Update installed files in core. + - Install core applets + * debian/awn-manager.install + - Rename to awn-settings.install + - Update installed files. + * debian/awn-applet*.1 && debian/avant-window-navigator.manpages + - Update manpages. + * debian/awn-manager.* + - Rename awn-manager to awn-settings. + - Remove unused manpages. + * debian/python-awn: + - Update to the new location. + * debian/README.Debian: + - Mention that real transparency is not needed. + - Add mutter in the list of composite managers. + * debian/copyright: + - Update copyright and licenses. + + -- Julien Lavergne Mon, 11 Jan 2010 22:27:06 +0100 + +avant-window-navigator (0.3.2.1-4ubuntu2) lucid; urgency=low + + * debian/control: added build depednency on libssl-dev to fix a FTBFS because + of missing -lssl at link time + + -- Fabrice Coutadeur Tue, 22 Dec 2009 06:06:52 +0000 + +avant-window-navigator (0.3.2.1-4ubuntu1) karmic; urgency=low + + * debian/patches/10_correct_execption.patch + - Don't crash when raising exception. (LP: #397440) + + -- Julien Lavergne Thu, 15 Oct 2009 00:02:26 +0200 + +avant-window-navigator (0.3.2.1-4) unstable; urgency=low + + * debian/rules: Build python-awn for only 1 version of python. + (Closes: #531176) + + -- Julien Lavergne Wed, 17 Jun 2009 00:20:41 +0200 + +avant-window-navigator (0.3.2.1-3) unstable; urgency=medium + + * Rename preinst to python-awn.preinst to use it only on python-awn binary, + really Closes: #530274 + * debian/control: Remove XS-Python-Version. + + -- Julien Lavergne Wed, 27 May 2009 20:23:57 +0200 + +avant-window-navigator (0.3.2.1-2) unstable; urgency=medium + + * debian/control: Use XS-Python-Version to avoid breakage during upgrade + (Closes: #530274) + + -- Julien Lavergne Sat, 23 May 2009 22:23:41 +0200 + +avant-window-navigator (0.3.2.1-1) unstable; urgency=low + + * New Upstream Version. + * debian/control + - Remove depends on python-gnome2 and python-gnome2-desktop for + awn-manager, not needed anymore. + - Add python-gtk2 as depends for python-awn. + - Remove depends on avant-window-navigator for awn-manager to avoid + circular dependency. This is unnecessary until awn depends on awn-manager + for the migration script. (Closes: #520120). + - Add libgnome-desktop-dev and libdbus-glib-1-dev as depends for libawn-dev. + - Switch from python-central to python-support. + - Remove X{B,S}-Python-Version. + - Bump build-depends on debhelper to (>= 7). + - Remove build-depends on cdbs. + - Build depends on quilt. + - Add Vcs fields. + - Move libawn-dbg section to debug. + - Bump Standards-Version to 3.8.1 (no change needed). + * debian/rules: + - Rewrite to drop the use of cdbs and build python bindings for all versions + of python. + - Switch from python-central to python-support. + * debian/pycompat: + - Remove. + * debian/pyversions: + - Add, python >= 2.4 is supported. + * debian/compat: + - Bump to 7. + * debian/*.manpages: + - Add for avant-window-navigator and awn-manager. + * debian/README.source + - Replace since the package use quilt. + * debian/patches + - Switch to use quilt. + * debian/preinst + - add preinst maintainer script to clean after pycentral. + + -- Julien Lavergne Wed, 06 May 2009 09:54:52 +0200 + +avant-window-navigator (0.3.2-1) unstable; urgency=low + + * New upstream release (Closes : #514681) (LP: #327443) + - Add a script to delay the start of awn when using the autostart. + (Closes: #493640) + - Fix awn-manager permission when trying to edit some desktop file + (LP: #260987) + - Update position on screen resolution changes (LP: #276734) + * debian/awn.wrapper + - A script to update applets path using awn-applets-migration script. + * debian/*.install: + - Add the themes directory to avant-window-navigator-data.install. + - Add awn-autostart to avant-window-navigator.install. + - Add awn-applets-migration to awn-manager.install. + - Remove usr/bin/avant-window-navigator, handle by debian/rules. + - Install python bindings in *-packages instead of site-packages only, + needed for the python migration in squeeze (LP: #335785). + * debian/control: + - Add missing ${misc:Depends}. + - Bump Build-Depends and Depends for vala to (>= 0.5.4). + - Set awn-manager as Depends rather than Recommends, needed by the + awn-applets-migration script. + - Remove unnecessary "Section: gnome" + - Note that the libawn0-dbg contains debuggins symbols. + - Set Build-Depends on python (>= 2.5) instead of hardcoding the python + version. + * debian/awn-autostart.1 & debian/awn-applets-migrations: + - Add new man pages. + * debian/avant-window-navigator.links + - Symlink awn.1 with avant-window-navigator.1 + * debian/rules: + - Move avant-window-navigator to awn, and copy awn.wrapper to + avant-window-navigator + - Add new man pages. + * debian/patches/ + - 00-wm-behavior.patch : Don't bring the windows to the current workspace + when the icon of the bar is clicked. Keep the same behavior that the + gnome-panel applet. + - 01-tasks-have-arrow.patch: Set the option "Tasks have arrow" by default. + - 03-python-import.path : Update. + * debian/copyright + - Replace (C) by ©. + + -- Julien Lavergne Mon, 19 Jan 2009 19:35:52 +0100 + +avant-window-navigator (0.3~bzr489-1) experimental; urgency=low + + * New upstream snapshot (Closes: #484008) + * debian/patches: + - 01-gconf-not-empty.patch : dropped, merged upstream. + - 02-awn-manager.patch : dropped, merged upstream. + - 04-fix-colormap.patch : dropped, merged upstream. + - 90_null_awn_cairo.patch dropped, merged upstream. + - 02-awn-manager-applets.patch : dropped, merged upstream. + - 03-python-import.patch : Update and add upstream and Debian bugtracker + entry for this patch. + * debian/control: + - Add libglade2-dev to Build-Depends. + - Bump Standards-Version to 3.8.0. + - Bump vala version to 0.3.4 for Depends and Build-Depends. + * debian/README.source + - Added according to Standards-Version 3.8.0. + * debian/avant-window-navigator.install + - Update location of desktop files. + - Install schemas-ini files. + * debian/avant-window-navigator.install + - Update icons location. + * debian/rules: + - Add --enable-gtk-doc flag to generate documentation. + - Update version requirement for libawn0. + * debian/libawn0.symbols: + - Add symbols file for libawn0. + + -- Julien Lavergne Tue, 11 Nov 2008 14:38:44 +0100 + +avant-window-navigator (0.2.6-7) unstable; urgency=medium + + * debian/control + - Set a dependency on a composite manager rather than just suggest it. + (Closes: #483673). Urgency set to medium as it's a RC bug. + * debian/README.debian + - Document how to enable composite manager for each application. + * debian/patches/90_null_awn_cairo.patch + - From upstream, fix a possible crash when a applet return wrong + informations. + + -- Julien Lavergne Fri, 06 Jun 2008 15:58:24 +0200 + +avant-window-navigator (0.2.6-6) unstable; urgency=low + + * debian/patches/04-fix-colormap.patch + - Fix crash in awn-manager if colormap == None. Thanks Emme for the + patch. (Closes: #482030) + + -- Julien Lavergne Sat, 24 May 2008 14:42:01 +0200 + +avant-window-navigator (0.2.6-5) unstable; urgency=low + + * debian/control + - Drop the depends of awn-data on awn binary to avoid circular dependency. + Only the depends of awn on awn-data is needed. (Closes: #478709). + - Add a debug binary. + * debian rules + - Add the strip command to the libawn0-dbg binary. + + -- Julien Lavergne Sun, 04 May 2008 13:21:01 +0200 + +avant-window-navigator (0.2.6-4) unstable; urgency=medium + + * debian/patches/03-python-import.patch : Import correct version of python + at runtime. Thanks Luca Bruno for the patch. (Closes: #476400, #476829) + * debian/control + - Set dbus-x11 as Recommends rather than Depends, not needed if D-Bus + is running. + - Add awn-applets-c-core and awn-applets-python-core to Recommends to + install a set of applets. + - Bump awn-manager version to (0.2.6-3) needed for the applets. + - Add python2.5 as Build-Depends if python-elementtree is not installed. + + -- Julien Lavergne Mon, 21 Apr 2008 10:55:45 +0200 + +avant-window-navigator (0.2.6-3) unstable; urgency=low + + * debian/patches + - 02-awn-manager-applets.patch : Search for applets installed in /usr/share. + - 01-gconf-not-empty.patch : Update with upstream changes. + * debian/control + - Set a correct short description for libawn-doc (Closes: #472333). + * debian/watch + - Switch to http, require by Launchpad. + + -- Julien Lavergne Tue, 01 Apr 2008 19:22:42 +0200 + +avant-window-navigator (0.2.6-2) unstable; urgency=low + + * Add python-xdg Depends for awn-manager (Closes: #471372). + + -- Julien Lavergne Mon, 17 Mar 2008 23:12:30 +0100 + +avant-window-navigator (0.2.6-1) unstable; urgency=low + + * New upsteam release. + * Create new man pages: awn-launcher-editor.1 and awn-schema-to-gconf.1 + * debian/patches: + - Drop 01-Fix-desktop-exec-path.patch, merged upstream. + - Drop 02-Fix-encode-in-desktop.patch, merged upstream. + - 01-gconf-not-empty.patch: Don't install gconf schemas with empty entries. + * debian/control: + - Add gtk-doc-tools, valac (>= 0.1.6) and python-elementtree Build-Depends + needed by the new version. + - Add doc-base Build-Depends for the documentation. + - Add binaries vala binding, libawn-doc and avant-window-navigator-data + binaries. + - Add avant-window-navigator-data and dbus-x11 Depends for + avant-window-navigator. + - Add python-awn Depends for awn-manager. + - Add ${shlibs:Depends} to libawn-dev. + - Replace "current" by ">= 2.4" for Build-Depends and XS-Python-Version. + - Add a Provide: ${python:Provides} for the python-awn module. + - Add depends on libawn0 for all bindings. + - Fix spelling error. + * debian/rules: + - Bump libawn0 shlibs to >= 0.2.6 + - Add LDFLAGS= "-Wl,-z,defs -Wl,--as-needed" to reduce depends. + - Add extras configure flags for backward compatibility. + - Add awn-launcher-editor.1 and awn-schema-to-gconf.1 as man pages. + - Only call pycentral with binary-post-install for python binaries. + * debian/awn-manager.install: + - Add awn-launcher-editor and awn-schema-to-gconf. + - Add awn-manager icon. + * debian/avant-window-navigator.install + - Add the gconf schemas. + - Move locales and images to avant-window-navigator-data, an + arch-independent binary. + * debian/libawn-dev + - Install only *.h files. + * debian/copyright: + - All libawn/* is now LGPL-2. + - Update Copyright and Upstream Authors. + - Remove note about the repack. + * Add libawn-doc.install and libawn-doc.doc-base to install documentation. + + -- Julien Lavergne Fri, 07 Mar 2008 01:00:50 +0100 + +avant-window-navigator (0.2.1-dfsg1-1) unstable; urgency=low + + * Initial release version (Closes: #428246) + * debian/patches: + - 01-Fix-desktop-exec-path.patch : Fix lintian warning in + applets/taskman.desktop.in.in + - 02-Fix-encode-in-desktop.patch : Remove Encoding in the *.desktop files + * Original tarball repack due to the licence of the icon. + + -- Julien Lavergne Mon, 28 Jan 2008 20:30:03 +0100 --- avant-window-navigator-0.4.0~rc1.orig/debian/README.source +++ avant-window-navigator-0.4.0~rc1/debian/README.source @@ -0,0 +1,57 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: + + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + fi + done + +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: + + quilt push -a + +The last patch listed in debian/patches/series will become the current +patch. + +To add a new set of changes, first run quilt push -a, and then run: + + quilt new + +where is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete + +You may need to run quilt pop -a to unapply patches first before running +this command. --- avant-window-navigator-0.4.0~rc1.orig/debian/libawn-doc.links +++ avant-window-navigator-0.4.0~rc1/debian/libawn-doc.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/libawn usr/share/doc/libawn-doc/libawn --- avant-window-navigator-0.4.0~rc1.orig/debian/libawn1.install +++ avant-window-navigator-0.4.0~rc1/debian/libawn1.install @@ -0,0 +1 @@ +usr/lib/libawn.so.1* --- avant-window-navigator-0.4.0~rc1.orig/debian/libawn-doc.install +++ avant-window-navigator-0.4.0~rc1/debian/libawn-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/libawn --- avant-window-navigator-0.4.0~rc1.orig/debian/pyversions +++ avant-window-navigator-0.4.0~rc1/debian/pyversions @@ -0,0 +1 @@ +2.4- --- avant-window-navigator-0.4.0~rc1.orig/debian/awn-settings.manpages +++ avant-window-navigator-0.4.0~rc1/debian/awn-settings.manpages @@ -0,0 +1 @@ +debian/awn-settings.1 --- avant-window-navigator-0.4.0~rc1.orig/debian/avant-window-navigator.manpages +++ avant-window-navigator-0.4.0~rc1/debian/avant-window-navigator.manpages @@ -0,0 +1,2 @@ +debian/avant-window-navigator.1 +debian/awn-applet.1 --- avant-window-navigator-0.4.0~rc1.orig/debian/python-awn.preinst +++ avant-window-navigator-0.4.0~rc1/debian/python-awn.preinst @@ -0,0 +1,11 @@ +#!/bin/sh +# TODO: remove this file after releasing Squeeze +set -e +if [ "$1" = upgrade ] +then + if dpkg --compare-versions "$2" lt 0.3.2.1-1; then + pycentral pkgremove python-awn + fi +fi + +#DEBHELPER# --- avant-window-navigator-0.4.0~rc1.orig/debian/libawn-doc.doc-base +++ avant-window-navigator-0.4.0~rc1/debian/libawn-doc.doc-base @@ -0,0 +1,10 @@ +Document: libawn +Title: Libawn Reference Manual +Author: Neil Jagdish Patel +Abstract: Libawn is a library to develop applets for Avant-window-navigator, a + Mac OS X dock-like. +Section: Games/Toys + +Format: HTML +Index: /usr/share/doc/libawn-doc/libawn/index.html +Files: /usr/share/doc/libawn-doc/libawn/*.html --- avant-window-navigator-0.4.0~rc1.orig/debian/README.Debian +++ avant-window-navigator-0.4.0~rc1/debian/README.Debian @@ -0,0 +1,12 @@ +avant-window-navigator +========== + +Avant-window-navigator is an application which work better with real transparency. +You can obtain this using a composite manager like : + +- xcompmgr : run xcompmgr before running avant-window-navigator +- xfwm4 (>= 4.2.0) : you need to enable composite support in xfwm4 settings. +- compiz : run compiz before running avant-window-navigator. +- metacity (>= 2.21.5) : you need to enable composite support in gconf settings ( /apps/metacity/general/compositing_manager). +- kde-window-manager (>= 4:4.0.0) : run kde-window-manager before running avant-window-navigator. +- mutter (used in gnome-shell) --- avant-window-navigator-0.4.0~rc1.orig/debian/vala-awn.install +++ avant-window-navigator-0.4.0~rc1/debian/vala-awn.install @@ -0,0 +1 @@ +usr/share/vala --- avant-window-navigator-0.4.0~rc1.orig/debian/libawn-dev.install +++ avant-window-navigator-0.4.0~rc1/debian/libawn-dev.install @@ -0,0 +1,3 @@ +usr/lib/pkgconfig +usr/include/libawn/*.h +usr/lib/libawn.so --- avant-window-navigator-0.4.0~rc1.orig/debian/watch +++ avant-window-navigator-0.4.0~rc1/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/awn/+download http://launchpad.net/awn/.*/avant-window-navigator-(.+)\.tar.gz --- avant-window-navigator-0.4.0~rc1.orig/debian/patches/series +++ avant-window-navigator-0.4.0~rc1/debian/patches/series @@ -0,0 +1,2 @@ +01-require-lda.patch +03-python-import.patch --- avant-window-navigator-0.4.0~rc1.orig/debian/patches/03-python-import.patch +++ avant-window-navigator-0.4.0~rc1/debian/patches/03-python-import.patch @@ -0,0 +1,17 @@ +# Hardcode python location to avoid rebuilding package when the python version change. + +Index: avant-window-navigator-0.3.9/awn-settings/awnSettings.py.in +=================================================================== +--- avant-window-navigator-0.3.9.orig/awn-settings/awnSettings.py.in 2010-01-10 15:25:44.000000000 +0100 ++++ avant-window-navigator-0.3.9/awn-settings/awnSettings.py.in 2010-01-10 15:25:59.000000000 +0100 +@@ -26,8 +26,8 @@ + import time + import pwd + +-PLAT_PKG = '@PY_PLAT_PKG@' +-SITE_PKG = '@PY_SITE_PKG@' ++PLAT_PKG = '/usr/lib/python'+sys.version[0:3]+'/site-packages' ++SITE_PKG = '/usr/lib/python'+sys.version[0:3]+'/site-packages' + AWN_SETTINGS_DIR = os.path.join('@PKGDATADIR@', 'awn-settings') + sys.path = [AWN_SETTINGS_DIR] + sys.path + if PLAT_PKG not in sys.path: --- avant-window-navigator-0.4.0~rc1.orig/debian/patches/01-require-lda.patch +++ avant-window-navigator-0.4.0~rc1/debian/patches/01-require-lda.patch @@ -0,0 +1,26 @@ +Index: avant-window-navigator-0.4.0~rc1/configure +=================================================================== +--- avant-window-navigator-0.4.0~rc1.orig/configure 2010-03-20 14:24:10.000000000 +0100 ++++ avant-window-navigator-0.4.0~rc1/configure 2010-03-20 14:25:09.000000000 +0100 +@@ -13946,7 +13946,7 @@ + MIN_GLIB_VERSION=2.16.0 + MIN_GTK_VERSION=2.12.0 + MIN_WNCK_VERSION=2.22 +-MIN_LDA_VERSION=0.3.9 ++MIN_LDA_VERSION=0.0.1 + + # Extract the first word of "glib-genmarshal", so it can be a program name with args. + set dummy glib-genmarshal; ac_word=$2 +Index: avant-window-navigator-0.4.0~rc1/configure.in +=================================================================== +--- avant-window-navigator-0.4.0~rc1.orig/configure.in 2010-03-20 14:24:13.000000000 +0100 ++++ avant-window-navigator-0.4.0~rc1/configure.in 2010-03-20 14:24:49.000000000 +0100 +@@ -124,7 +124,7 @@ + MIN_GLIB_VERSION=2.16.0 + MIN_GTK_VERSION=2.12.0 + MIN_WNCK_VERSION=2.22 +-MIN_LDA_VERSION=0.3.9 ++MIN_LDA_VERSION=0.0.1 + + AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal, glib-genmarshal) +