[arch-commits] Commit in libsoup/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Apr 5 18:06:41 UTC 2017


    Date: Wednesday, April 5, 2017 @ 18:06:40
  Author: heftig
Revision: 292176

2.57.1+29+g5b6d632a-2

Modified:
  libsoup/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++-----------------
 1 file changed, 6 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-05 18:06:33 UTC (rev 292175)
+++ PKGBUILD	2017-04-05 18:06:40 UTC (rev 292176)
@@ -3,20 +3,15 @@
 
 pkgname=libsoup
 pkgver=2.57.1+29+g5b6d632a
-pkgrel=1
-pkgdesc="GNOME HTTP Library"
+pkgrel=2
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup"
 arch=(i686 x86_64)
 license=(LGPL)
-url="http://www.gnome.org"
 depends=(glib2 libxml2 glib-networking sqlite krb5)
 makedepends=(intltool gobject-introspection python vala git gtk-doc)
-checkdepends=(apache php php-apache)
-provides=("libsoup-gnome=$pkgver-$pkgrel")
-conflicts=(libsoup-gnome)
-replaces=(libsoup-gnome)
-options=('!emptydirs')
 _commit=5b6d632a34e1ce833e43f39fcdecff5388b26146  # master
-source=("git://git.gnome.org/libsoup#commit=$_commit")
+source=("git+https://git.gnome.org/browse/libsoup#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -28,21 +23,15 @@
   cd $pkgname
   NOCONFIGURE=1 ./autogen.sh
 }
-  
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static --enable-gtk-doc
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
-check() {
-  cd $pkgname
-#  make check
-}
-
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list