[arch-commits] Commit in libmsn/repos/extra-i686 (PKGBUILD PKGBUILD fix-header.patch)
Andrea Scarpino
andrea at archlinux.org
Mon Dec 5 12:44:30 UTC 2011
Date: Monday, December 5, 2011 @ 07:44:30
Author: andrea
Revision: 144374
archrelease: copy trunk to extra-i686
Added:
libmsn/repos/extra-i686/PKGBUILD
(from rev 144373, libmsn/trunk/PKGBUILD)
Deleted:
libmsn/repos/extra-i686/PKGBUILD
libmsn/repos/extra-i686/fix-header.patch
------------------+
PKGBUILD | 62 ++++++++++++++++++++++++++---------------------------
fix-header.patch | 12 ----------
2 files changed, 31 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-05 12:44:03 UTC (rev 144373)
+++ PKGBUILD 2011-12-05 12:44:30 UTC (rev 144374)
@@ -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.1
-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=('38e46e589720eefd71f92b6b76993bf0')
-
-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 144373, libmsn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-12-05 12:44:30 UTC (rev 144374)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Charly Ghislain <charlyghislain at gmail.com>
+
+pkgname=libmsn
+pkgver=4.2.1
+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=('38e46e589720eefd71f92b6b76993bf0')
+
+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
+}
Deleted: fix-header.patch
===================================================================
--- fix-header.patch 2011-12-05 12:44:03 UTC (rev 144373)
+++ fix-header.patch 2011-12-05 12:44:30 UTC (rev 144374)
@@ -1,12 +0,0 @@
-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