summaryrefslogtreecommitdiff
path: root/meta/recipes-support/libfm
AgeCommit message (Collapse)AuthorFiles
2012-05-25libfm: fix build with automake 1.12Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-02-24libfm: Fix packaging and dependency issuesRichard Purdie1
Add missing pango and glib-2.0 dependencies. Fix QA warnings: WARNING: For recipe libfm, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gio WARNING: /usr/lib/gio/modules WARNING: /usr/share/mime WARNING: /usr/share/mime/packages WARNING: /usr/share/mime/packages/libfm.xml Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-21recipes: bump PR to rebuild .la files without libz.laMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj1
Dont use autotools, it really not so autoconf like. the configure script gets updated with every release of zlib and we overwrite that. Instead use the upstream provided configure copyright year was changed in zlib.h which caused change in LIC_FILE_CHECKSUM fix.inverted.LFS.logic.patch is already applied upstream so drop it Drop the configure.ac and Makefile.am scripts since we do not autoreconf anymore and do not inherit autotools anymore Bump PR for depending recipes so a rebuild it ensues so that they dont depend on .la anymore and add missing dependencies discovered during incremental build Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-12-02libfm: Upgrade to 0.1.17Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-10-14libfm: Upgrade to 0.1.16Zhai Edwin3
Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update configure.ac Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-08-04libfm: depend on intltool-native instead of intltoolMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-17Upstream-Status: Update patch upstream-status for libfm, eggdbus, screenshot...Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-28libfm: Remove the flag of G_DISABLE_DEPRECATEDDongxiao Xu2
Latest glib-2.0 changes some macros and function definitions to be deprecated. However libfm still uses them. Therefore the flag G_DISABLE_DEPRECATED should be removed in libfm's Makefile. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-01libfm: remove add_missing.patch as part of glib-2.0 downgradeSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-22libfm: rename patch directory for package updateSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-22libfm: Update to 0.1.14Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-18libfm: add missing definitions and declarationsDongxiao Xu2
Some macro definitions are missing in the new glib headers, which are needed by libfm. Add these to fix the libfm build issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>