[maemo-commits] [maemo-commits] r14641 - in projects/haf/trunk/python-hildondesktop: . debian libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Oct 26 16:43:44 EEST 2007
- Previous message: [maemo-commits] r14640 - in projects/haf/trunk/dbus/debian: . patches
- Next message: [maemo-commits] r14642 - projects/haf/trunk/python-hildondesktop/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-10-26 16:43:42 +0300 (Fri, 26 Oct 2007) New Revision: 14641 Modified: projects/haf/trunk/python-hildondesktop/ChangeLog projects/haf/trunk/python-hildondesktop/debian/changelog projects/haf/trunk/python-hildondesktop/debian/control projects/haf/trunk/python-hildondesktop/debian/python-hildondesktop.install projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.defs Log: 2007-10-26 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildondesktop.defs: correctly declare HildonDesktopContainer interface. Modified: projects/haf/trunk/python-hildondesktop/ChangeLog =================================================================== --- projects/haf/trunk/python-hildondesktop/ChangeLog 2007-10-26 13:23:24 UTC (rev 14640) +++ projects/haf/trunk/python-hildondesktop/ChangeLog 2007-10-26 13:43:42 UTC (rev 14641) @@ -1,5 +1,10 @@ 2007-10-26 Lucas Rocha <lucas.rocha at nokia.com> + * libhildondesktop/hildondesktop.defs: correctly declare + HildonDesktopContainer interface. + +2007-10-26 Lucas Rocha <lucas.rocha at nokia.com> + * configure.ac: update dependency checks for Python 2.5. * loader/hd-plugin-loader-python.c: update for Python 2.5. * libhildondesktop/hildondesktop.override, Modified: projects/haf/trunk/python-hildondesktop/debian/changelog =================================================================== --- projects/haf/trunk/python-hildondesktop/debian/changelog 2007-10-26 13:23:24 UTC (rev 14640) +++ projects/haf/trunk/python-hildondesktop/debian/changelog 2007-10-26 13:43:42 UTC (rev 14641) @@ -1,3 +1,9 @@ +python-hildondesktop (0.0.2-1) unstable; urgency=low + + * Update package dependencies to Python 2.5. + + -- Lucas Rocha <lucas.rocha at nokia.com> Fri, 26 Oct 2007 11:02:00 +0300 + python-hildondesktop (0.0.1-1) unstable; urgency=low * Update HomeAre so that it inherits from GtkContainer instead Modified: projects/haf/trunk/python-hildondesktop/debian/control =================================================================== --- projects/haf/trunk/python-hildondesktop/debian/control 2007-10-26 13:23:24 UTC (rev 14640) +++ projects/haf/trunk/python-hildondesktop/debian/control 2007-10-26 13:43:42 UTC (rev 14641) @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Moises Martinez <moises.martinez at nokia.com> -Build-Depends: debhelper (>= 4.0.0), pkg-config, hildon-desktop-dev, python2.4, python2.4-dev, python2.4-gtk2-dev, libhildondesktop-dev +Build-Depends: debhelper (>= 4.0.0), pkg-config, hildon-desktop-dev, python2.5, python2.5-dev, python2.5-gtk2-dev, libhildondesktop-dev Standards-Version: 3.6.1 Package: python-hildondesktop @@ -15,6 +15,6 @@ Package: hildon-desktop-python-loader Section: libs Architecture: any -Depends: hildon-desktop, python2.4, ${misc:Depends} +Depends: hildon-desktop, python2.5, ${misc:Depends} Description: Hildon Desktop Python Plugin Loader Plugin Loader for Hildon Desktop for loading python plugins Modified: projects/haf/trunk/python-hildondesktop/debian/python-hildondesktop.install =================================================================== --- projects/haf/trunk/python-hildondesktop/debian/python-hildondesktop.install 2007-10-26 13:23:24 UTC (rev 14640) +++ projects/haf/trunk/python-hildondesktop/debian/python-hildondesktop.install 2007-10-26 13:43:42 UTC (rev 14641) @@ -1,3 +1,3 @@ -usr/lib/python2.4/site-packages/hildondesktop*.* +usr/lib/python2.5/site-packages/hildondesktop*.* usr/share/pygtk/2.0/defs/hildondesktop.defs Modified: projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.defs =================================================================== --- projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.defs 2007-10-26 13:23:24 UTC (rev 14640) +++ projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.defs 2007-10-26 13:43:42 UTC (rev 14641) @@ -1,6 +1,6 @@ ;; -*- scheme -*- ; object definitions ... -(define-object Container +(define-interface Container (in-module "HildonDesktop") (c-name "HildonDesktopContainer") (gtype-id "HILDON_DESKTOP_TYPE_CONTAINER") @@ -32,6 +32,7 @@ (parent "HildonDesktopPanel") (c-name "HildonDesktopPanelExpandable") (gtype-id "HILDON_DESKTOP_TYPE_PANEL_EXPANDABLE") + (implements "HildonDesktopContainer") ) (define-object PanelItem
- Previous message: [maemo-commits] r14640 - in projects/haf/trunk/dbus/debian: . patches
- Next message: [maemo-commits] r14642 - projects/haf/trunk/python-hildondesktop/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]