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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:53:58 UTC 2014


    Date: Friday, September 26, 2014 @ 12:53:58
  Author: jgc
Revision: 223061

db-move: moved libsoup from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libsoup/repos/testing-i686/
  libsoup/repos/testing-i686/PKGBUILD
    (from rev 223030, libsoup/repos/gnome-unstable-i686/PKGBUILD)
  libsoup/repos/testing-x86_64/
  libsoup/repos/testing-x86_64/PKGBUILD
    (from rev 223030, libsoup/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libsoup/repos/gnome-unstable-i686/
  libsoup/repos/gnome-unstable-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: libsoup/repos/testing-i686/PKGBUILD (from rev 223030, libsoup/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:53:58 UTC (rev 223061)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup
+pkgver=2.48.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 python python2)
+checkdepends=(apache php php-apache)
+provides=("libsoup-gnome=$pkgver-$pkgrel")
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ea34dd64fe44343445daf6dd690d0691e9d973468de44878da97371c16d89784')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libsoup/repos/testing-x86_64/PKGBUILD (from rev 223030, libsoup/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:53:58 UTC (rev 223061)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup
+pkgver=2.48.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 python python2)
+checkdepends=(apache php php-apache)
+provides=("libsoup-gnome=$pkgver-$pkgrel")
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ea34dd64fe44343445daf6dd690d0691e9d973468de44878da97371c16d89784')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list