lp://staging/ubuntu/natty-backports/tickr
Created by
Ubuntu Package Importer
and last modified
- Get this branch:
- bzr branch lp://staging/ubuntu/natty-backports/tickr
Members of
Ubuntu branches
can upload to this branch. Log in for directions.
Branch information
Recent revisions
- 3. By Emmanuel Thomas-Maurin
-
* Fix sort_url_
list(EMPTY_ LIST) falsly returning one element list
(in news_list.c.) Now, program doesn't hang anymore if lauched with
no feed URLs selected.* Add in news_main.c: shift2left_
callback( ):
env->suspend_rq = TRUE / (cairo drawing code) / env->suspend_rq = FALSE* Tickr fails to build with ld --as-needed (recently-
set-as- default
linker flag) because libraries must be placed after objects needing
theirs symbols.
To fix that, we use autoconf macro PKG_CHECK_MODULES( GTK2, gtk+-2.0, ,)
and PKG_CHECK_MODULES( XML2, libxml-2.0, ,) in configure.ac, and we
may so remove `pkg-config --libs GTK+-2.0' and `xml-config --libs' from
src/tickr/Makefile. am.
(Closes: #647311 LP: #879880)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/precise/tickr