Make 3.0 parallel-installable to 2.x

In particular, rename

  - libraries to lib*-3.0.so
  - pc files to *-3.0.pc
  - include paths to /usr/include/gtk-3.0/*
  - module paths to /usr/lib/gtk-3.0/*
  - rc files names to gtk-3.0/gtkrc
  - commandline utilities to *-3.0
  - adjust documentation

Also change the install location for unix-print headers to
/usr/include/gtk-3.0/unix-print/gtk.
This commit is contained in:
Matthias Clasen
2010-05-08 01:18:53 -04:00
parent 51ddf0e1c9
commit 7447ef0fc2
242 changed files with 5986 additions and 2393 deletions

View File

@ -63,7 +63,7 @@ crossingevents_SOURCES = crossingevents.c
crossingevents_LDADD = $(progs_ldadd)
# this doesn't work in make distcheck, since it doesn't
# find file-chooser-test-dir
# find file-chooser-test-dir
# TEST_PROGS += filechooser
filechooser_SOURCES = filechooser.c pixbuf-init.c
filechooser_LDADD = $(progs_ldadd)
@ -76,7 +76,7 @@ builder_LDFLAGS = -export-dynamic
if OS_UNIX
TEST_PROGS += defaultvalue
endif
defaultvalue_SOURCES = defaultvalue.c pixbuf-init.c
defaultvalue_SOURCES = defaultvalue.c pixbuf-init.c
defaultvalue_LDADD = $(progs_ldadd)
TEST_PROGS += textbuffer