Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=953503be723a827e0d1f92abbae96b62a579f828

commit 953503be723a827e0d1f92abbae96b62a579f828
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Fri Sep 2 10:47:55 2011 +0200

gmime-2.6.0-1-x86_64
*version bump

diff --git a/source/lib/gmime/FrugalBuild b/source/lib/gmime/FrugalBuild
index 0d107b5..5f2a570 100644
--- a/source/lib/gmime/FrugalBuild
+++ b/source/lib/gmime/FrugalBuild
@@ -3,18 +3,20 @@
# Contributor: AlexExtreme <a...@alex-smith.me.uk>

pkgname=gmime
-pkgver=2.4.26
+pkgver=2.6.0
pkgrel=1
pkgdesc="Provides a core library and set of utilities for the creation and 
parsing of messages using MIME"
url="http://spruce.sourceforge.net/gmime/";
-depends=('glib2>=2.18.2' 'sharutils' 'zlib')
+depends=('glib2>=2.18.2' 'sharutils' 'zlib' 'gpgme')
makedepends=('gtk2-sharp>=2.12.6' 'mono>=2.10')
groups=('lib')
archs=('i686' 'x86_64' 'ppc')
options=('scriptlet')
-sha1sums=('16c36f80fd61f893861156a6f4c75fdd5cba02c3')
_F_mono_aot=0
Finclude mono gnome
+source=($source gpg.diff)
+sha1sums=('1d9477f7d9debbb155453dd8f6fd71c5ddd154ad' \
+          'efed4463f356fa86a42bb4f5db5c79fd97a2b50b')
subpkgs=('gmime-sharp')
subgroups=('lib-extra')
subdescs=('gmime SHARP bindings')
@@ -31,7 +33,7 @@ build() {

Fmonocleanup
Fsplit gmime-sharp usr/lib/mono
-       Fsplit gmime-sharp usr/lib/pkgconfig/gmime-sharp-2.4.pc
+       Fsplit gmime-sharp usr/lib/pkgconfig/gmime-sharp-2.6.pc
}

# optimization OK
diff --git a/source/lib/gmime/gpg.diff b/source/lib/gmime/gpg.diff
new file mode 100644
index 0000000..5fbcf86
--- /dev/null
+++ b/source/lib/gmime/gpg.diff
@@ -0,0 +1,24 @@
+diff -up gmime-2.5.8/tests/Makefile.am.bak gmime-2.5.8/tests/Makefile.am
+--- gmime-2.5.8/tests/Makefile.am.bak  2011-06-17 15:31:05.000000000 +0200
++++ gmime-2.5.8/tests/Makefile.am      2011-06-17 15:30:40.000000000 +0200
+@@ -39,7 +39,7 @@ endif
+ noinst_PROGRAMS = $(AUTOMATED_TESTS) $(MANUAL_TESTS)
+
+ DEPS = $(top_builddir)/gmime/libgmime-$(GMIME_API_VERSION).la
+-LDADDS = $(top_builddir)/gmime/libgmime-$(GMIME_API_VERSION).la $(GLIB_LIBS)
++LDADDS = $(top_builddir)/gmime/libgmime-$(GMIME_API_VERSION).la -lgpg-error 
$(GLIB_LIBS)
+
+ test_best_SOURCES = test-best.c
+ test_best_LDFLAGS =
+diff -up gmime-2.5.8/tests/test-pkcs7.c.bak gmime-2.5.8/tests/test-pkcs7.c
+--- gmime-2.5.8/tests/test-pkcs7.c.bak 2011-03-18 04:44:35.000000000 +0100
++++ gmime-2.5.8/tests/test-pkcs7.c     2011-06-17 15:30:15.000000000 +0200
+@@ -32,6 +32,7 @@
+
+ #include <gmime/gmime.h>
+ #include <gmime/gmime-pkcs7-context.h>
++#include <gpg-error.h>
+
+ #include "testsuite.h"
+
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to