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

Maxime Gauduin alucryd at archlinux.org
Wed Jan 9 13:38:01 UTC 2019


    Date: Wednesday, January 9, 2019 @ 13:38:00
  Author: alucryd
Revision: 421193

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-09 13:37:50 UTC (rev 421192)
+++ PKGBUILD	2019-01-09 13:38:00 UTC (rev 421193)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=lib32-libmbim
-pkgver=1.16.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=${pkgver}")
-sha256sums=('SKIP')
-
-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 421192, lib32-libmbim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-09 13:38:00 UTC (rev 421193)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libmbim
+pkgver=1.18.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=${pkgver}")
+sha256sums=('SKIP')
+
+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