summaryrefslogtreecommitdiff
path: root/extra/libmsn
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
commit8d32e471d53634b308adf93007922a6ccbd2b830 (patch)
tree606fdcd5508936ffdfc7cf510a16b7324c2792e2 /extra/libmsn
parent4c9d76f582ae64854e30113e7f7dc621af3db820 (diff)
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/chmsee/PKGBUILD community/cupsddk/PKGBUILD community/optipng/PKGBUILD community/pcb/PKGBUILD community/taglib-rcc/PKGBUILD community/wmctrl/PKGBUILD extra/c-ares/PKGBUILD multilib/lib32-freetype2/PKGBUILD
Diffstat (limited to 'extra/libmsn')
-rw-r--r--extra/libmsn/PKGBUILD13
-rw-r--r--extra/libmsn/fix-header.patch12
2 files changed, 21 insertions, 4 deletions
diff --git a/extra/libmsn/PKGBUILD b/extra/libmsn/PKGBUILD
index 099031a95..d8d115132 100644
--- a/extra/libmsn/PKGBUILD
+++ b/extra/libmsn/PKGBUILD
@@ -1,22 +1,27 @@
-# $Id: PKGBUILD 142434 2011-11-09 18:49:42Z andrea $
+# $Id: PKGBUILD 143093 2011-11-22 18:18:21Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Charly Ghislain <charlyghislain@gmail.com>
pkgname=libmsn
pkgver=4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A reusable, open-source, fully documented library for connecting to Microsoft's MSN"
url="http://sourceforge.net/projects/libmsn/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
depends=('openssl')
makedepends=('cmake')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('8887196051d2960a9279a5e00c8416a4')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
+ 'fix-header.patch')
+md5sums=('8887196051d2960a9279a5e00c8416a4'
+ '918b4fc89910118c63b2147eacc2c3f3')
build() {
cd "${srcdir}"
+
+ patch -p0 -i "${srcdir}"/fix-header.patch
+
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
diff --git a/extra/libmsn/fix-header.patch b/extra/libmsn/fix-header.patch
new file mode 100644
index 000000000..82fae6fc4
--- /dev/null
+++ b/extra/libmsn/fix-header.patch
@@ -0,0 +1,12 @@
+diff -up libmsn-4.2/msn/CMakeLists.txt.xmlParser_h libmsn-4.2/msn/CMakeLists.txt
+--- libmsn-4.2/msn/CMakeLists.txt.xmlParser_h 2010-01-05 06:07:08.000000000 -0600
++++ libmsn-4.2/msn/CMakeLists.txt 2011-11-18 17:00:37.758298054 -0600
+@@ -37,7 +37,7 @@ set(msn_HEADERS
+ buddy.h
+ passport.h
+ sstream_fix.h
+- soap.h
++ soap.h xmlParser.h
+ p2p.h
+ msnobject.h
+ libmsn_export.h)