2005-09-23 Mike Kestner <mkestner@novell.com>
* configure.in.in : expand glib-sharp-2.0.pc. * glib/glib-sharp-2.0.pc.in : new pc file template. * glib/Makefile.am : dist and install pc file. * gtk/gtk-sharp-2.0.pc.in : Require glib-sharp-2.0. svn path=/trunk/gtk-sharp/; revision=50641
This commit is contained in:
parent
f9be897c3f
commit
0435b45895
5 changed files with 23 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-09-23 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* configure.in.in : expand glib-sharp-2.0.pc.
|
||||||
|
* glib/glib-sharp-2.0.pc.in : new pc file template.
|
||||||
|
* glib/Makefile.am : dist and install pc file.
|
||||||
|
* gtk/gtk-sharp-2.0.pc.in : Require glib-sharp-2.0.
|
||||||
|
|
||||||
2005-09-21 Mike Kestner <mkestner@novell.com>
|
2005-09-21 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
* bootstrap* : expose POLICY_VERSIONS variable.
|
* bootstrap* : expose POLICY_VERSIONS variable.
|
||||||
|
|
|
@ -265,6 +265,7 @@ parser/gapi2-parser
|
||||||
generator/Makefile
|
generator/Makefile
|
||||||
generator/gapi2-codegen
|
generator/gapi2-codegen
|
||||||
glib/Makefile
|
glib/Makefile
|
||||||
|
glib/glib-sharp-2.0.pc
|
||||||
glib/glib-sharp.dll.config
|
glib/glib-sharp.dll.config
|
||||||
glib/glue/Makefile
|
glib/glue/Makefile
|
||||||
pango/Makefile
|
pango/Makefile
|
||||||
|
|
|
@ -4,6 +4,8 @@ TARGET = $(ASSEMBLY)
|
||||||
ASSEMBLY = $(ASSEMBLY_NAME).dll
|
ASSEMBLY = $(ASSEMBLY_NAME).dll
|
||||||
ASSEMBLY_NAME = glib-sharp
|
ASSEMBLY_NAME = glib-sharp
|
||||||
noinst_DATA = $(ASSEMBLY) $(ASSEMBLY).config $(POLICY_ASSEMBLIES)
|
noinst_DATA = $(ASSEMBLY) $(ASSEMBLY).config $(POLICY_ASSEMBLIES)
|
||||||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
pkgconfig_DATA = glib-sharp-2.0.pc
|
||||||
|
|
||||||
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb gtk-sharp.snk AssemblyInfo.cs $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)
|
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb gtk-sharp.snk AssemblyInfo.cs $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)
|
||||||
DISTCLEANFILES = $(ASSEMBLY).config
|
DISTCLEANFILES = $(ASSEMBLY).config
|
||||||
|
@ -65,6 +67,7 @@ dist_sources = $(sources)
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(dist_sources) \
|
$(dist_sources) \
|
||||||
$(ASSEMBLY).config.in \
|
$(ASSEMBLY).config.in \
|
||||||
|
glib-sharp-2.0.pc.in \
|
||||||
makefile.win32
|
makefile.win32
|
||||||
|
|
||||||
gtk-sharp.snk: $(top_srcdir)/gtk-sharp.snk
|
gtk-sharp.snk: $(top_srcdir)/gtk-sharp.snk
|
||||||
|
|
10
glib/glib-sharp-2.0.pc.in
Normal file
10
glib/glib-sharp-2.0.pc.in
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
|
||||||
|
|
||||||
|
Name: GLib#
|
||||||
|
Description: GLib# - .NET Binding for the glib library.
|
||||||
|
Version: @VERSION@
|
||||||
|
Cflags:
|
||||||
|
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/glib-sharp.dll
|
|
@ -8,4 +8,5 @@ Name: Gtk#
|
||||||
Description: Gtk# - GNOME .NET Binding
|
Description: Gtk# - GNOME .NET Binding
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Cflags: -I:${gapidir}/pango-api.xml -I:${gapidir}/atk-api.xml -I:${gapidir}/gdk-api.xml -I:${gapidir}/gtk-api.xml
|
Cflags: -I:${gapidir}/pango-api.xml -I:${gapidir}/atk-api.xml -I:${gapidir}/gdk-api.xml -I:${gapidir}/gtk-api.xml
|
||||||
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/glib-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/pango-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/atk-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gdk-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gtk-sharp.dll
|
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/pango-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/atk-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gdk-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gtk-sharp.dll
|
||||||
|
Requires: glib-sharp-2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue