gmime r1286 - in trunk: . mono
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: gmime r1286 - in trunk: . mono
- Date: Tue, 27 May 2008 16:46:24 +0000 (UTC)
Author: fejj
Date: Tue May 27 16:46:24 2008
New Revision: 1286
URL: http://svn.gnome.org/viewvc/gmime?rev=1286&view=rev
Log:
generate gmime-sharp-2.4.pc instead of gmime-sharp.pc
Added:
trunk/mono/gmime-sharp-2.4.pc.in
Removed:
trunk/mono/gmime-sharp.pc.in
Modified:
trunk/configure.in
trunk/mono/Makefile.am
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue May 27 16:46:24 2008
@@ -469,6 +469,11 @@
AC_MSG_ERROR([You need to install gtk-sharp2-gapi])
fi
+ AC_PATH_PROG(GAPI_PARSER, gapi2-parser, no)
+ if test "x$GAPI_PARSER" = "xno"; then
+ AC_MSG_ERROR([You need to install gtk-sharp2-gapi])
+ fi
+
dnl The version should be along the lines of
dnl "<major>.<minor>.0.<interface count>", where major and minor are
dnl the current major and minor gmime versions, and interface count is
@@ -517,7 +522,7 @@
mono/Makefile
mono/AssemblyInfo.cs
mono/gmime-sharp.dll.config
-mono/gmime-sharp.pc
+mono/gmime-sharp-2.4.pc
src/Makefile
tests/Makefile
gmime-2.4.pc
Modified: trunk/mono/Makefile.am
==============================================================================
--- trunk/mono/Makefile.am (original)
+++ trunk/mono/Makefile.am Tue May 27 16:46:24 2008
@@ -15,7 +15,7 @@
DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gmime-sharp.pc
+pkgconfig_DATA = gmime-sharp-2.4.pc
sources = \
InternetAddressList.cs \
@@ -50,7 +50,7 @@
$(customs) \
$(sources) \
$(SOURCES_XML) \
- gmime-sharp.pc.in
+ gmime-sharp-2.4.pc.in
$(API): $(srcdir)/$(RAW_API) $(METADATA)
cp $(srcdir)/$(RAW_API) $(API)
Added: trunk/mono/gmime-sharp-2.4.pc.in
==============================================================================
--- (empty file)
+++ trunk/mono/gmime-sharp-2.4.pc.in Tue May 27 16:46:24 2008
@@ -0,0 +1,7 @@
+prefix= prefix@
+libdir=${prefix}/lib
+
+Name: gmime-sharp
+Version: @VERSION@
+Description: .NET bindings for GMime
+Libs: -r:${libdir}/mono/gmime-sharp/gmime-sharp.dll
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]