lp:ubuntu/jaunty/awn-extras-applets

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/jaunty/awn-extras-applets
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

14. By Julien Lavergne

[ Julien Lavergne ]
* debian/patches/90-shinyswitcher-null-crash-1140.patch
 - From upstream (r1140): Fix for various crash for some configurations.
   (LP: #332928) (LP: #347046).
* debian/patches/91-shiny-shinyswitcher-init-wallpaper-1162.patch:
 - From upstream (r1162): Initialize wallpaper variable to avoid a
   possible crash.
* debian/patches/92-notification-daemon-disable-notify-osd-1160-1161.patch:
 - From upstream (r1160 and r1161): Disable notify-osd when
   awn-notification-daemon is actived. (LP: #357273)
* debian/awn-applets-python-extras.install: Enable pynot applets with
  transparency support (LP: #353443).
* debian/control:
 - Add description for pynot-rgba applet.
 - Add missing XB-Python-Version for python-awn-extras.

[ Iain Lane ]
* Add dependency on python-xlib for pynot-rgba plugin

13. By Matthias Klose

No-change rebuild to fix lpia shared library dependencies.

12. By Julien Lavergne

* New upstream release (LP: #276047), (LP: #293253), (LP: #324835),
  (LP: #340260)
 - Applets added : notification-area, animal farm.
 - Applets removed : cairo-menu classic, switcher, tsclient.
* debian/control:
 - Update with new applets.
 - Add Recommends on hal instead of acpi because new battery-applet use it
   now (Closes: #510018).
 - Bump valac Build-Depends to (>= 0.5.4)
 - Add python-dateutil and libgweather-common as Recommends for cairo-clock.
 - Add gnome-applets as Recommends for cpufreq applet.
 - Add fortune as Recommends for animal-farm.
 - Bump python-awnlib version to 0.3.2.
 - Remove Recommends for tsclient, the applet was removed.
 - Remove libtrackerclient as Build-Depends, the affinity applet was removed.
 - Replace python2.5 by python (>= 2.5).
 - Drop libawn-extras0 depends, handle by debian/rules.
* debian/patches
 - 01-hardcode-icon-location.patch: Remove, fixed upstream.
 - 02-shinyswitcher-default-layout : Set the layout to 4x1 workspaces by
   default, and applet's size to 80% of the bar.
 - 10-implicit-pointer-conversion.patch: Removed, the affinity applet was
   removed.
 - 99-gnomeui-CFLAGS.patch: Remove, fixed upstream.
* debian/rules
 - Add libawn-extras0 as a shlibs.
 - Add exclude=* to dh_makeshlibs to remove useless shlibs file.
* debian/copyright
 - Update with new applets.
 - Replace (C) by ©
* debian/*.install:
 - Update with new and removed applets.

11. By Michael Bienia

Python 2.6 transition (lp: #338550).

10. By Steve Langasek

Also add a missing build-dependency on libgnomeui-dev, overlooked in
the previous upload.

9. By Steve Langasek

* Rebuild against libgnome-desktop-2-11. LP: #309529.
* Add missing build-dependency on libglade2-dev.
* debian/patches/99-gnomeui-CFLAGS.patch: Add libgnomeui-2.0 CFLAGS,
  since aff-utils.c needs gnome-icon-lookup.h.

8. By Steve Langasek

No-change rebuild against libgnome-desktop-2-11.

7. By Julien Lavergne

* New upstream snapshot.
* debian/patches
 - All patches are merged upstream. Remaining patches :
 - 10-implicit-pointer-conversion.patch :
  + Update to apply only to affinity applet.
  + Add Debian and Upstream bug tracker entries.
 - 01-hardcode-icon-location.patch:
  + Hardcode icon location to workaround build system.
* debian/*.install & debian/*.links
 - Update location, from /usr/*/awn/ to /usr/*/avant-window-navigator/
 - Install new applets.
 - Update schemas files installation.
 - Update AWNLib installation.
* debian/control
 - Bump libawn-dev Build-Depends to >= 0.3~bzr489.
 - Bump python-awnlib Depends to >= 0.3~bzr912.
 - Bump awn-manager Recommends to >= 0.3~bzr489.
 - Suggest extras packages for each core binaries.
 - Add valac for Build-Depends and Depends.
 - Add libwebkit-deb as Build-Depends for webapplet.
 - Add python2.5 as Build-Depends if python-elementtree is not installed.
 - Add squilte3 and python-sqlalchemy as Depends for arss applet.
 - Add python-xlib as Recommends for pynot applet.
 - Add xdg-utils as Recommends for trash applet.
 - Add python-dbus as Recommends for battery-applet.
 - Add Conflicts and Replaces with previous version because calendar is now
   in python-extras.
 - Add Suggests tomboy for tomboy applet.
 - Remove gnome-icon-theme, not needed as the icon is now available.
 - Update description for new applets.
* debian/copyright
 - Add new copyright and licence for new applets.
* debian/rules
 - Pass --with-webkit flag to build webapplet.
* debian/libawn-extras0.symbols
 - Add with current symbols.

6. By Julien Lavergne

* debian/patches
 - 11-volume-channel-missing.patch: from Debian, fix volume applet when
   current channel disappear. Thanks Jean-Michel Philippe for the patch.
 - 96_shinyswitcher_cairo_set_operator.patch : from upstream, fix
   cairo_set_operator() crash (LP: #256166).
 - 105_mimenu_missing_bookmark.patch: don't crash Main Menu applet if there is
   no bookmark.
 - 106_fbl_missing_bookmark.patch: don't crash file-browser-launcher applet
   if there is no bookmark.

5. By Julien Lavergne

* debian/awn-applets-python-core.links
 - Add links for stacks to fix error in loading images.
 - Add link for file-browser-launcher to point to icon of a folder.
* debian/control
 - Add depends on human-icon-theme for the file-browser-launcher link.
* debian/patches :
 - 94_shinyswitcher_string_to_color.patch: from upstream, fix
   awn_cairo_string_to_color crash for shinyswitcher.
 - 95_weather_correct_url.patch: from upstream, update URL to fetch the data
   for the weather applet.
 - 101_places_string_to_color.patch: fix awn_cairo_string_to_color crash for
   shinyswitcher.
 - 102_fbl_trash_location.patch: fix location of Trash in file browser
   launcher applet.
 - 103-fix-schemas-generation.patch: Generate schemas files at build time.
 - 104_tsclient_create_home.patch: create ~/.tsclient to avoid applet to
   crash (LP: #282510).
* debian/awn-applets-c-*.install
 - Install schemas files.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/karmic/awn-extras-applets
This branch contains Public information 
Everyone can see this information.

Subscribers