[maemo-commits] [maemo-commits] r19058 - in projects/haf/trunk/maemo-launcher: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Aug 6 09:23:36 EEST 2009
- Previous message: [maemo-commits] r19057 - in projects/haf/trunk/hildon-control-panel: . debian src
- Next message: [maemo-commits] r19059 - projects/haf/trunk/maemo-launcher/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: makarhun Date: 2009-08-06 09:23:26 +0300 (Thu, 06 Aug 2009) New Revision: 19058 Modified: projects/haf/trunk/maemo-launcher/configure.ac projects/haf/trunk/maemo-launcher/debian/changelog Log: revise library listings for release Modified: projects/haf/trunk/maemo-launcher/configure.ac =================================================================== --- projects/haf/trunk/maemo-launcher/configure.ac 2009-08-06 06:21:23 UTC (rev 19057) +++ projects/haf/trunk/maemo-launcher/configure.ac 2009-08-06 06:23:26 UTC (rev 19058) @@ -58,34 +58,35 @@ PKG_CHECK_MODULES([BOOSTER_GTK], [ gtk+-2.0 >= 2.6.4 fontconfig - xft - pangoxft ]) if test x$hildon_booster = xtrue then PKG_CHECK_MODULES([BOOSTER_HILDON], [ - libdrm - xcomposite - xdamage - xv - liboil-0.3 - bluez + glib-2.0 + gio-2.0 libpulse + gnome-vfs-2.0 >= 2.8.0 alarm - gstreamer-base-0.10 - gstreamer-controller-0.10 - gnome-vfs-2.0 >= 2.8.0 - clinkc - libgtkhtml-3.14 libosso libhildonmime hildon-fm-2 libhildondesktop-1 hildon-1 + libi18n + telepathy-glib + libedataserver-1.2 + libedata-book-1.2 + libmodest-dbus-client-1.0 + sqlite3 + conic ]) +# Hack to add some more common items not available via pkg-config. + +LIBS="$LIBS -ljpeg -lgvfscommon" + fi AC_ARG_ENABLE([qt-booster], Modified: projects/haf/trunk/maemo-launcher/debian/changelog =================================================================== --- projects/haf/trunk/maemo-launcher/debian/changelog 2009-08-06 06:21:23 UTC (rev 19057) +++ projects/haf/trunk/maemo-launcher/debian/changelog 2009-08-06 06:23:26 UTC (rev 19058) @@ -1,9 +1,16 @@ +maemo-launcher (0.35-6) unstable; urgency=low + + * Revise hildon booster library listing, Fixes: NB#129909 + + -- Janne Karhunen <Janne.Karhunen at nokia.com> Tue, 04 Aug 2009 10:25:04 +0300 + maemo-launcher (0.35-5) unstable; urgency=low * Add timestamping to dlopen calls - * Use local instead of global lookup scope + * Initialize gnome volume manager (Fixes: NB#129288) + * Do not link against clinkc (Fixes: NB#128425) - -- Janne Karhunen <Janne.Karhunen at nokia.com> Mon, 27 May 2009 09:43:55 +0300 + -- Janne Karhunen <Janne.Karhunen at nokia.com> Fri, 24 Jul 2009 09:02:02 +0300 maemo-launcher (0.35-4) unstable; urgency=low
- Previous message: [maemo-commits] r19057 - in projects/haf/trunk/hildon-control-panel: . debian src
- Next message: [maemo-commits] r19059 - projects/haf/trunk/maemo-launcher/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]