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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 11 11:26:32 UTC 2019


    Date: Monday, November 11, 2019 @ 11:26:32
  Author: alucryd
Revision: 526649

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 11:26:27 UTC (rev 526648)
+++ PKGBUILD	2019-11-11 11:26:32 UTC (rev 526649)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=lib32-libmbim
-pkgver=1.20.0
-pkgrel=1
-pkgdesc='MBIM modem protocol helper library'
-arch=(x86_64)
-url=https://www.freedesktop.org/wiki/Software/libmbim/
-license=(GPL2)
-depends=(
-  lib32-glib2
-  lib32-glibc
-  lib32-libgudev
-  libmbim
-)
-makedepends=(
-  git
-  python
-)
-source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=376824c586fbf72ea0aeda3c8fb0df38c213a99e)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libmbim
-
-  git describe --tags
-}
-
-prepare() {
-  cd libmbim
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libmbim
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
-    --prefix=/usr \
-    --libdir=/usr/lib32 \
-    --libexecdir=/usr/lib32/libmbim \
-    --localstatedir=/var \
-    --sysconfdir=/etc \
-    --disable-gtk-doc-html \
-    --disable-static
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libmbim install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libmbim/repos/multilib-x86_64/PKGBUILD (from rev 526648, lib32-libmbim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-11 11:26:32 UTC (rev 526649)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libmbim
+pkgver=1.20.2
+pkgrel=1
+pkgdesc='MBIM modem protocol helper library'
+arch=(x86_64)
+url=https://www.freedesktop.org/wiki/Software/libmbim/
+license=(GPL2)
+depends=(
+  lib32-glib2
+  lib32-glibc
+  lib32-libgudev
+  libmbim
+)
+makedepends=(
+  git
+  python
+)
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=824812a906940884a0fab909d86734a65173f46c)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libmbim
+
+  git describe --tags
+}
+
+prepare() {
+  cd libmbim
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libmbim
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
+    --libexecdir=/usr/lib32/libmbim \
+    --localstatedir=/var \
+    --sysconfdir=/etc \
+    --disable-gtk-doc-html \
+    --disable-static
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libmbim install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list