[arch-commits] Commit in lib32-libsoup/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Sep 12 19:06:41 UTC 2019


    Date: Thursday, September 12, 2019 @ 19:06:41
  Author: alucryd
Revision: 509766

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libsoup/repos/multilib-x86_64/PKGBUILD
    (from rev 509765, lib32-libsoup/trunk/PKGBUILD)
Deleted:
  lib32-libsoup/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   99 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 54 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 19:06:36 UTC (rev 509765)
+++ PKGBUILD	2019-09-12 19:06:41 UTC (rev 509766)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Maximilian Stein <theoddbird at posteo.org>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-pkgname=lib32-libsoup
-pkgver=2.66.2
-pkgrel=1
-pkgdesc='HTTP client/server library for GNOME'
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/libsoup
-license=(LGPL)
-depends=(
-  lib32-glib-networking
-  lib32-krb5
-  lib32-libxml2
-  lib32-sqlite
-  lib32-libpsl
-  libsoup
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  arch-meson libsoup build \
-    --libdir='/usr/lib32'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 509765, lib32-libsoup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-12 19:06:41 UTC (rev 509766)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Maximilian Stein <theoddbird at posteo.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-libsoup
+pkgver=2.68.1
+pkgrel=1
+pkgdesc='HTTP client/server library for GNOME'
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/libsoup
+license=(LGPL)
+depends=(
+  lib32-brotli
+  lib32-glib-networking
+  lib32-krb5
+  lib32-libxml2
+  lib32-sqlite
+  lib32-libpsl
+  libsoup
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  meson
+  samba
+  vala
+)
+optdepends=('samba: Windows Domain SSO')
+source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=2ab83649576045d4c10bd7734c0a739279faf51f)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libsoup
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  arch-meson libsoup build \
+    --libdir=/usr/lib32
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list