~ubuntuone-control-tower/libubuntuone/trunk

« back to all changes in this revision

Viewing changes to libubuntuoneui.pc.in

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-01-31 19:50:47 UTC
  • mfrom: (145.1.5 split-ui-lib)
  • Revision ID: tarmac-20120131195047-5owytdny1vs4d737
Switch to webkitgtk-3.0
Move the current libubuntuone to libubuntuoneui
Update all the current references to libubuntuone to be libubuntuoneui
Add back a libubuntuone directory for coming code
Change the API version to 3.0 to break compat

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
libdir=${exec_prefix}/lib
4
4
includedir=${exec_prefix}/include
5
5
 
6
 
Name: libubuntuone
 
6
Name: libubuntuoneui
7
7
Description: Widget library for Ubuntu One integration in applications
8
8
Version: @VERSION@
9
 
Libs: -L${libdir} -lubuntuone-1.0
10
 
Cflags: -I${includedir}/libubuntuone-1.0
11
 
Requires: webkit-1.0
 
9
Libs: -L${libdir} -lubuntuoneui-3.0
 
10
Cflags: -I${includedir}/libubuntuoneui-3.0
 
11
Requires: webkitgtk-3.0