[arch-commits] Commit in libsoup/repos (4 files)

Jan Steffens heftig at nymeria.archlinux.org
Thu Mar 21 22:25:18 UTC 2013


    Date: Thursday, March 21, 2013 @ 23:25:17
  Author: heftig
Revision: 180457

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libsoup/repos/gnome-unstable-i686/
  libsoup/repos/gnome-unstable-i686/PKGBUILD
    (from rev 180456, libsoup/trunk/PKGBUILD)
  libsoup/repos/gnome-unstable-x86_64/
  libsoup/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 180456, libsoup/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 180456, libsoup/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-03-21 22:25:17 UTC (rev 180457)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup
+pkgver=2.41.92
+pkgrel=1
+pkgdesc="GNOME HTTP Library"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.gnome.org"
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python2)
+provides=("libsoup-gnome=$pkgver-$pkgrel")
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7980f94e38a61e9c61f516a1fc6905db858706418d8bbbdfdef73b3234651bc0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python3 has UnicodeDecodeErrors
+  sed -i -e '1s/python$/&2/' libsoup/tld-parser.py
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libsoup/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180456, libsoup/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-03-21 22:25:17 UTC (rev 180457)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup
+pkgver=2.41.92
+pkgrel=1
+pkgdesc="GNOME HTTP Library"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.gnome.org"
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python2)
+provides=("libsoup-gnome=$pkgver-$pkgrel")
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7980f94e38a61e9c61f516a1fc6905db858706418d8bbbdfdef73b3234651bc0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python3 has UnicodeDecodeErrors
+  sed -i -e '1s/python$/&2/' libsoup/tld-parser.py
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list