2004-04-02 Todd Berman <tberman@sevenl.net>

* configure.in: added new .pc files
        * gtk-sharp.pc.in: modified to include Libs: line
        * art/.cvsignore: added art-sharp.pc
        * art/Makefile.am: added rules for installing .pc
        * art/art-sharp.pc.in: new .pc file
        * gconf/GConf/.cvsignore: added gconf-sharp.pc
        * gconf/GConf/Makefile.am: added rules for installing .pc
        * gconf/GConf/gconf-sharp.pc.in: new .pc file
        * gda/.cvsignore: added gda-sharp.pc
        * gda/Makefile.am: added rules for installing .pc
        * gda/gda-sharp.pc.in: new .pc file
        * glade/.cvsignore: added glade-sharp.pc
        * glade/Makefile.am: added rules for installing .pc
        * glade/glade-sharp.pc.in: new .pc file
        * gnome/.cvsignore: added gnome-sharp.pc
        * gnome/Makefile.am: added rules for installing .pc
        * gnome/gnome-sharp.pc.in: new .pc file
        * gnomedb/.cvsignore: added gnomedb-sharp.pc
        * gnomedb/Makefile.am: added rules for installing .pc
        * gnomedb/gnomedb-sharp.pc.in: new .pc file
        * gtkhtml/.cvsignore: added gtkhtml-sharp.pc
        * gtkhtml/Makefile.am: added rules for installing .pc
        * gtkhtml/gtkhtml-sharp.pc.in: new .pc file
        * rsvg/.cvsignore: added rsvg-sharp.pc
        * rsvg/Makefile.am: added rules for installing .pc
        * rsvg/rsvg-sharp.pc.in: new .pc file
        * vte/.cvsignore: added vte-sharp.pc
        * vte/Makefile.am: added rules for installing .pc
        * vte/vte-sharp.pc.in: new .pc file

svn path=/trunk/gtk-sharp/; revision=24992
This commit is contained in:
Todd Berman 2004-04-03 05:12:17 +00:00
parent cd716a5979
commit 2190751eba
30 changed files with 192 additions and 9 deletions

View File

@ -1,3 +1,35 @@
2004-04-02 Todd Berman <tberman@sevenl.net>
* configure.in: added new .pc files
* gtk-sharp.pc.in: modified to include Libs: line
* art/.cvsignore: added art-sharp.pc
* art/Makefile.am: added rules for installing .pc
* art/art-sharp.pc.in: new .pc file
* gconf/GConf/.cvsignore: added gconf-sharp.pc
* gconf/GConf/Makefile.am: added rules for installing .pc
* gconf/GConf/gconf-sharp.pc.in: new .pc file
* gda/.cvsignore: added gda-sharp.pc
* gda/Makefile.am: added rules for installing .pc
* gda/gda-sharp.pc.in: new .pc file
* glade/.cvsignore: added glade-sharp.pc
* glade/Makefile.am: added rules for installing .pc
* glade/glade-sharp.pc.in: new .pc file
* gnome/.cvsignore: added gnome-sharp.pc
* gnome/Makefile.am: added rules for installing .pc
* gnome/gnome-sharp.pc.in: new .pc file
* gnomedb/.cvsignore: added gnomedb-sharp.pc
* gnomedb/Makefile.am: added rules for installing .pc
* gnomedb/gnomedb-sharp.pc.in: new .pc file
* gtkhtml/.cvsignore: added gtkhtml-sharp.pc
* gtkhtml/Makefile.am: added rules for installing .pc
* gtkhtml/gtkhtml-sharp.pc.in: new .pc file
* rsvg/.cvsignore: added rsvg-sharp.pc
* rsvg/Makefile.am: added rules for installing .pc
* rsvg/rsvg-sharp.pc.in: new .pc file
* vte/.cvsignore: added vte-sharp.pc
* vte/Makefile.am: added rules for installing .pc
* vte/vte-sharp.pc.in: new .pc file
2004-04-01 Mike Kestner <mkestner@ximian.com>
* art/Art.metadata : mark dst pass_as=out on Affine.Point

View File

@ -1,3 +1,4 @@
art-sharp.pc
*.dll
generated
generated-stamp

View File

@ -1,6 +1,8 @@
if ENABLE_LIBART
TARGET = $(ASSEMBLY)
APIS = $(API) $(ADDITIONAL_API)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = art-sharp.pc
else
TARGET =
APIS =
@ -20,6 +22,8 @@ assembly_DATA = $(TARGET)
api_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = art-sharp.pc
sources =
build_sources = $(addprefix $(srcdir)/, $(sources))
@ -35,7 +39,8 @@ EXTRA_DIST = \
$(ADDITIONAL_API) \
$(METADATA) \
$(dist_customs) \
$(dist_sources)
$(dist_sources) \
art-sharp.pc.in
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
cp $(srcdir)/$(RAW_API) $(API)

9
art/art-sharp.pc.in Normal file
View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: Art#
Description: Art# - libart .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:art-sharp

View File

@ -188,25 +188,34 @@ glib/glue/Makefile
pango/Makefile
atk/Makefile
art/Makefile
art/art-sharp.pc
gdk/Makefile
gdk/glue/Makefile
gtk/Makefile
gtk/glue/Makefile
glade/Makefile
glade/glade-sharp.pc
glade/glue/Makefile
gnome/Makefile
gnome/gnome-sharp.pc
gnome/glue/Makefile
gda/Makefile
gda/gda-sharp.pc
gnomedb/Makefile
gnomedb/gnomedb-sharp.pc
gconf/Makefile
gconf/doc/Makefile
gconf/GConf/Makefile
gconf/GConf/gconf-sharp.pc
gconf/GConf.PropertyEditors/Makefile
gconf/tools/Makefile
gconf/tools/gconfsharp-schemagen
gtkhtml/Makefile
gtkhtml/gtkhtml-sharp.pc
rsvg/Makefile
rsvg/rsvg-sharp.pc
vte/Makefile
vte/vte-sharp.pc
doc/Makefile
sample/GtkDemo/Makefile
sample/Makefile

View File

@ -1,3 +1,4 @@
gconf-sharp.pc
Makefile
Makefile.in
*.dll

View File

@ -1,10 +1,19 @@
if ENABLE_GNOME
ASSEMBLY = gconf-sharp.dll
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gconf-sharp.pc
else
ASSEMBLY =
endif
assemblydir = $(libdir)
assembly_DATA = $(ASSEMBLY)
CLEANFILES = $(ASSEMBLY)
DISTCLEANFILES = gconf-sharp.pc
EXTRA_DIST = \
$(sources)
$(sources) \
gconf-sharp.pc.in
references = \
/r:../../glib/glib-sharp.dll

View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: GConf#
Description: GConf# - GConf .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:gconf-sharp -r:gconf-sharp-peditors

View File

@ -1,3 +1,4 @@
gda-sharp.pc
*.dll
generated
generated-stamp

View File

@ -1,6 +1,8 @@
if ENABLE_GDA
TARGET = $(ASSEMBLY)
APIS = $(API)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gda-sharp.pc
else
TARGET =
APIS =
@ -19,6 +21,8 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = gda-sharp.pc
sources = \
Application.cs
@ -32,7 +36,8 @@ EXTRA_DIST = \
$(RAW_API) \
$(METADATA) \
$(customs) \
$(sources)
$(sources) \
gda-sharp.pc.in
$(API): $(srcdir)/$(srcdir)/$(METADATA)
cp $(srcdir)/$(RAW_API) $(API)

9
gda/gda-sharp.pc.in Normal file
View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: Gda#
Description: Gda# - Gda .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:gda-sharp

View File

@ -1,3 +1,4 @@
glade-sharp.pc
*.dll
generated
generated-stamp

View File

@ -3,6 +3,8 @@ SUBDIRS = glue
if ENABLE_GLADE
TARGET = $(ASSEMBLY)
APIS = $(API) $(ADDITIONAL_API)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glade-sharp.pc
else
TARGET =
APIS =
@ -22,6 +24,8 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = glade-sharp.pc
sources = \
HandlerNotFoundExeception.cs \
WidgetAttribute.cs
@ -38,7 +42,8 @@ EXTRA_DIST = \
$(RAW_API) \
$(METADATA) \
$(customs) \
$(sources)
$(sources) \
glade-sharp.pc.in
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
cp $(srcdir)/$(RAW_API) $(API)

9
glade/glade-sharp.pc.in Normal file
View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: Glade#
Description: Glade# - Glade .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:glade-sharp

View File

@ -1,3 +1,4 @@
gnome-sharp.pc
*.dll
generated
generated-stamp

View File

@ -3,6 +3,10 @@ SUBDIRS = glue
if ENABLE_GNOME
TARGET = $(ASSEMBLY)
APIS = $(API)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-sharp.pc
else
TARGET =
APIS =
@ -22,6 +26,8 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = gnome-sharp.pc
sources = \
CanvasProxy.cs \
GtkSharp.BoundsHandler.cs \
@ -66,7 +72,8 @@ EXTRA_DIST = \
$(RAW_API) \
$(METADATA) \
$(customs) \
$(sources)
$(sources) \
gnome-sharp.pc.in
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
cp $(srcdir)/$(RAW_API) $(API)

9
gnome/gnome-sharp.pc.in Normal file
View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: Gnome#
Description: Gnome# - GNOME .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:gnome-sharp

View File

@ -1,3 +1,4 @@
gnomedb-sharp.pc
*.dll
generated
generated-stamp

View File

@ -1,6 +1,8 @@
if ENABLE_GNOMEDB
TARGET = $(ASSEMBLY)
APIS = $(API)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnomedb-sharp.pc
else
TARGET =
APIS =
@ -19,6 +21,8 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = gnomedb-sharp.pc
sources = \
Application.cs
@ -32,7 +36,8 @@ EXTRA_DIST = \
$(RAW_API) \
$(METADATA) \
$(customs) \
$(sources)
$(sources) \
gnomedb-sharp.pc.in
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
cp $(srcdir)/$(RAW_API) $(API)

View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: GnomeDB#
Description: GnomeDB# - GNOMEDB .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:gnomedb-sharp

View File

@ -6,3 +6,4 @@ libdir=${exec_prefix}/lib
Name: Gtk#
Description: Gtk# - GNOME .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:glib-sharp -r:pango-sharp -r:atk-sharp -r:gdk-sharp -r:gtk-sharp

View File

@ -1,3 +1,4 @@
gtkhtml-sharp.pc
*.dll
generated
generated-stamp

View File

@ -1,6 +1,8 @@
if ENABLE_GTKHTML
TARGET = $(ASSEMBLY)
APIS = $(API)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gtkhtml-sharp.pc
else
TARGET =
APIS =
@ -19,6 +21,8 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = gtkhtml-sharp.pc
sources =
build_sources = $(addprefix $(srcdir)/, $(sources))
@ -32,7 +36,8 @@ EXTRA_DIST = \
$(RAW_API) \
$(METADATA) \
$(customs) \
$(sources)
$(sources) \
gtkhtml-sharp.pc.in
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
cp $(srcdir)/$(RAW_API) $(API)

View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: Gtkhtml#
Description: Gtkhtml# - Gtkhtml .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:gtkhtml-sharp

View File

@ -1,3 +1,4 @@
rsvg-sharp.pc
*.dll
generated
generated-stamp

View File

@ -1,6 +1,8 @@
if ENABLE_RSVG
TARGET = $(ASSEMBLY)
APIS = $(API)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = rsvg-sharp.pc
else
TARGET =
APIS =
@ -20,6 +22,8 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = rsvg-sharp.pc
sources = \
Tool.cs
@ -33,7 +37,8 @@ EXTRA_DIST = \
$(RAW_API) \
$(METADATA) \
$(customs) \
$(sources)
$(sources) \
rsvg-sharp.pc.in
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
cp $(srcdir)/$(RAW_API) $(API)

9
rsvg/rsvg-sharp.pc.in Normal file
View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: Rsvg#
Description: Rsvg# - librsvg .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:rsvg-sharp

View File

@ -1,3 +1,4 @@
vte-sharp.pc
vte-sharp.dll
generated
generated-stamp

View File

@ -1,6 +1,8 @@
if ENABLE_VTE
TARGET = $(ASSEMBLY)
APIS = $(API)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = vte-sharp.pc
else
TARGET =
APIS =
@ -19,6 +21,8 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = vte-sharp.pc
sources =
build_sources = $(addprefix $(srcdir)/, $(sources))
@ -31,7 +35,8 @@ EXTRA_DIST = \
$(RAW_API) \
$(METADATA) \
$(customs) \
$(sources)
$(sources) \
vte-sharp.pc.in
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
cp $(srcdir)/$(RAW_API) $(API)

9
vte/vte-sharp.pc.in Normal file
View File

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
Name: Vte#
Description: Vte# - libvte .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:vte-sharp