[arch-commits] Commit in libsoup/repos (4 files)
Jan Steffens
heftig at archlinux.org
Wed Apr 5 18:07:52 UTC 2017
Date: Wednesday, April 5, 2017 @ 18:07:52
Author: heftig
Revision: 292178
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
libsoup/repos/gnome-unstable-i686/PKGBUILD
(from rev 292177, libsoup/trunk/PKGBUILD)
libsoup/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292177, libsoup/trunk/PKGBUILD)
Deleted:
libsoup/repos/gnome-unstable-i686/PKGBUILD
libsoup/repos/gnome-unstable-x86_64/PKGBUILD
--------------------------------+
/PKGBUILD | 76 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-i686/PKGBUILD | 49 -------------------------
gnome-unstable-x86_64/PKGBUILD | 49 -------------------------
3 files changed, 76 insertions(+), 98 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2017-04-05 18:07:22 UTC (rev 292177)
+++ gnome-unstable-i686/PKGBUILD 2017-04-05 18:07:52 UTC (rev 292178)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libsoup
-pkgver=2.57.1+29+g5b6d632a
-pkgrel=1
-pkgdesc="GNOME HTTP Library"
-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")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-
-build() {
- cd $pkgname
- ./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
-}
Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 292177, libsoup/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-04-05 18:07:52 UTC (rev 292178)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup
+pkgver=2.57.1+29+g5b6d632a
+pkgrel=2
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5)
+makedepends=(intltool gobject-introspection python vala git gtk-doc)
+_commit=5b6d632a34e1ce833e43f39fcdecff5388b26146 # master
+source=("git+https://git.gnome.org/browse/libsoup#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./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
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2017-04-05 18:07:22 UTC (rev 292177)
+++ gnome-unstable-x86_64/PKGBUILD 2017-04-05 18:07:52 UTC (rev 292178)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libsoup
-pkgver=2.57.1+29+g5b6d632a
-pkgrel=1
-pkgdesc="GNOME HTTP Library"
-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")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-
-build() {
- cd $pkgname
- ./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
-}
Copied: libsoup/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292177, libsoup/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-04-05 18:07:52 UTC (rev 292178)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup
+pkgver=2.57.1+29+g5b6d632a
+pkgrel=2
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5)
+makedepends=(intltool gobject-introspection python vala git gtk-doc)
+_commit=5b6d632a34e1ce833e43f39fcdecff5388b26146 # master
+source=("git+https://git.gnome.org/browse/libsoup#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./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
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list