[arch-commits] Commit in libmsn/repos (6 files)

Andrea Scarpino andrea at archlinux.org
Tue Nov 22 18:18:21 UTC 2011


    Date: Tuesday, November 22, 2011 @ 13:18:21
  Author: andrea
Revision: 143093

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libmsn/repos/extra-i686/PKGBUILD
    (from rev 143092, libmsn/trunk/PKGBUILD)
  libmsn/repos/extra-i686/fix-header.patch
    (from rev 143092, libmsn/trunk/fix-header.patch)
  libmsn/repos/extra-x86_64/PKGBUILD
    (from rev 143092, libmsn/trunk/PKGBUILD)
  libmsn/repos/extra-x86_64/fix-header.patch
    (from rev 143092, libmsn/trunk/fix-header.patch)
Deleted:
  libmsn/repos/extra-i686/PKGBUILD
  libmsn/repos/extra-x86_64/PKGBUILD

-------------------------------+
 extra-i686/PKGBUILD           |   67 +++++++++++++++++++++-------------------
 extra-i686/fix-header.patch   |   12 +++++++
 extra-x86_64/PKGBUILD         |   67 +++++++++++++++++++++-------------------
 extra-x86_64/fix-header.patch |   12 +++++++
 4 files changed, 96 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-11-22 18:17:53 UTC (rev 143092)
+++ extra-i686/PKGBUILD	2011-11-22 18:18:21 UTC (rev 143093)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Charly Ghislain <charlyghislain at gmail.com>
-
-pkgname=libmsn
-pkgver=4.2
-pkgrel=1
-pkgdesc="A reusable, open-source, fully documented library for connecting to Microsoft's MSN"
-url="http://sourceforge.net/projects/libmsn/"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('8887196051d2960a9279a5e00c8416a4')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make "DESTDIR=${pkgdir}" install
-}

Copied: libmsn/repos/extra-i686/PKGBUILD (from rev 143092, libmsn/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-11-22 18:18:21 UTC (rev 143093)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Charly Ghislain <charlyghislain at gmail.com>
+
+pkgname=libmsn
+pkgver=4.2
+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')
+license=('GPL2')
+depends=('openssl')
+makedepends=('cmake')
+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} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make "DESTDIR=${pkgdir}" install
+}

Copied: libmsn/repos/extra-i686/fix-header.patch (from rev 143092, libmsn/trunk/fix-header.patch)
===================================================================
--- extra-i686/fix-header.patch	                        (rev 0)
+++ extra-i686/fix-header.patch	2011-11-22 18:18:21 UTC (rev 143093)
@@ -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)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-11-22 18:17:53 UTC (rev 143092)
+++ extra-x86_64/PKGBUILD	2011-11-22 18:18:21 UTC (rev 143093)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Charly Ghislain <charlyghislain at gmail.com>
-
-pkgname=libmsn
-pkgver=4.2
-pkgrel=1
-pkgdesc="A reusable, open-source, fully documented library for connecting to Microsoft's MSN"
-url="http://sourceforge.net/projects/libmsn/"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('8887196051d2960a9279a5e00c8416a4')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make "DESTDIR=${pkgdir}" install
-}

Copied: libmsn/repos/extra-x86_64/PKGBUILD (from rev 143092, libmsn/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-11-22 18:18:21 UTC (rev 143093)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Charly Ghislain <charlyghislain at gmail.com>
+
+pkgname=libmsn
+pkgver=4.2
+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')
+license=('GPL2')
+depends=('openssl')
+makedepends=('cmake')
+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} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make "DESTDIR=${pkgdir}" install
+}

Copied: libmsn/repos/extra-x86_64/fix-header.patch (from rev 143092, libmsn/trunk/fix-header.patch)
===================================================================
--- extra-x86_64/fix-header.patch	                        (rev 0)
+++ extra-x86_64/fix-header.patch	2011-11-22 18:18:21 UTC (rev 143093)
@@ -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)




More information about the arch-commits mailing list