~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to libspreadsheet.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-07 11:10:47 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607111047-l3rtbzfjxvmi1kx0
Tags: 1.9.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
includedir=@includedir@
5
5
VERSION=@VERSION@
6
6
gnumeric_libdir=@gnumeric_libdir@
7
 
libgoffice=@LIBGOFFICE@
 
7
GOFFICE_API_VER=@GOFFICE_API_VER@
 
8
libgoffice=libgoffice-${GOFFICE_API_VER}
 
9
GNUMERIC_API_VER=@GNUMERIC_API_VER@
8
10
 
9
11
Name: libspreadsheet
10
12
Description: The spreadsheet internals of Gnumeric (DEVELOPMENT VERSION)
11
13
Version: @VERSION@
12
14
URL: http://www.gnumeric.org
13
 
Requires: glib-2.0 gobject-2.0 libgsf-1 libxml-2.0 gtk+-2.0 libglade-2.0 @LIBGOFFICE@
14
 
Requires.private: libart-2.0
15
 
Libs: -L${libdir} -lspreadsheet-@GNUMERIC_API_VER@ @GTK_EXTRA_LIBS@
 
15
Requires: glib-2.0 gobject-2.0 libgsf-1 libxml-2.0 gtk+-2.0 libglade-2.0 ${libgoffice}
 
16
Requires.private:
 
17
Libs: -L${libdir} -lspreadsheet-${VERSION}
16
18
 
17
19
# for now include both the directory and the child, until we rename the includes in svn
18
20
Cflags: -I${includedir}/libspreadsheet-@GNUMERIC_API_VER@/spreadsheet -I${includedir}/libspreadsheet-@GNUMERIC_API_VER@ -I${gnumeric_libdir}/include