[arch-commits] Commit in libsoup/repos (4 files)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Mar 25 14:24:33 UTC 2013
Date: Monday, March 25, 2013 @ 15:24:32
Author: jgc
Revision: 180663
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
libsoup/repos/gnome-unstable-i686/PKGBUILD
(from rev 180662, libsoup/trunk/PKGBUILD)
libsoup/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180662, libsoup/trunk/PKGBUILD)
Deleted:
libsoup/repos/gnome-unstable-i686/PKGBUILD
libsoup/repos/gnome-unstable-x86_64/PKGBUILD
--------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-i686/PKGBUILD | 34 -------------------
gnome-unstable-x86_64/PKGBUILD | 34 -------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2013-03-25 14:24:24 UTC (rev 180662)
+++ gnome-unstable-i686/PKGBUILD 2013-03-25 14:24:32 UTC (rev 180663)
@@ -1,34 +0,0 @@
-# $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-i686/PKGBUILD (from rev 180662, libsoup/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2013-03-25 14:24:32 UTC (rev 180663)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup
+pkgver=2.42.0
+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=('9e0e7eb5d3f7401ccf521fbc289fc1fa0923b7c7833729e2ed7696f7b848893e')
+
+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
+}
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2013-03-25 14:24:24 UTC (rev 180662)
+++ gnome-unstable-x86_64/PKGBUILD 2013-03-25 14:24:32 UTC (rev 180663)
@@ -1,34 +0,0 @@
-# $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 180662, libsoup/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2013-03-25 14:24:32 UTC (rev 180663)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup
+pkgver=2.42.0
+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=('9e0e7eb5d3f7401ccf521fbc289fc1fa0923b7c7833729e2ed7696f7b848893e')
+
+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