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

2019-11-11 Thread Maxime Gauduin via arch-commits
Date: Monday, November 11, 2019 @ 11:26:27
  Author: alucryd
Revision: 526648

upgpkg: lib32-libmbim 1.20.2-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 11:25:29 UTC (rev 526647)
+++ PKGBUILD2019-11-11 11:26:27 UTC (rev 526648)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.20.0
+pkgver=1.20.2
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   git
   python
 )
-source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=376824c586fbf72ea0aeda3c8fb0df38c213a99e)
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=824812a906940884a0fab909d86734a65173f46c)
 sha256sums=(SKIP)
 
 pkgver() {


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

2019-09-09 Thread Maxime Gauduin via arch-commits
Date: Monday, September 9, 2019 @ 07:14:30
  Author: alucryd
Revision: 509041

upgpkg: lib32-libmbim 1.20.0-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-09 07:07:52 UTC (rev 509040)
+++ PKGBUILD2019-09-09 07:14:30 UTC (rev 509041)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=(x86_64)
@@ -18,9 +18,15 @@
   git
   python
 )
-source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=${pkgver})
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=376824c586fbf72ea0aeda3c8fb0df38c213a99e)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd libmbim
+
+  git describe --tags
+}
+
 prepare() {
   cd libmbim
 


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:03:41
  Author: alucryd
Revision: 451809

upgpkg: lib32-libmbim 1.18.2-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 22 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:56:16 UTC (rev 451808)
+++ PKGBUILD2019-04-16 14:03:41 UTC (rev 451809)
@@ -2,16 +2,24 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.18.0
+pkgver=1.18.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')
+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
@@ -23,14 +31,14 @@
   cd libmbim
 
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/libmbim' \
---localstatedir='/var' \
---sysconfdir='/etc' \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32/libmbim \
+--localstatedir=/var \
+--sysconfdir=/etc \
 --disable-gtk-doc-html \
 --disable-static
   make


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

2019-01-09 Thread Maxime Gauduin via arch-commits
Date: Wednesday, January 9, 2019 @ 13:37:50
  Author: alucryd
Revision: 421192

upgpkg: lib32-libmbim 1.18.0-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-09 13:37:45 UTC (rev 421191)
+++ PKGBUILD2019-01-09 13:37:50 UTC (rev 421192)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.16.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=('x86_64')


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

2018-08-26 Thread Maxime Gauduin via arch-commits
Date: Sunday, August 26, 2018 @ 13:46:37
  Author: alucryd
Revision: 374247

upgpkg: lib32-libmbim 1.16.2-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-26 13:44:40 UTC (rev 374246)
+++ PKGBUILD2018-08-26 13:46:37 UTC (rev 374247)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.16.0
+pkgver=1.16.2
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=('x86_64')
@@ -10,12 +10,18 @@
 url='https://www.freedesktop.org/wiki/Software/libmbim/'
 license=('GPL2')
 depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
-makedepends=('gcc-multilib' 'python')
-source=("https://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz;)
-sha256sums=('c8ca50beeddd4b43309df5b698917268303bf176cea58fe4fe53d5bf0e93fac2')
+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-${pkgver}
+  cd libmbim
 
   export CC='gcc -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
@@ -32,9 +38,7 @@
 }
 
 package() {
-  cd libmbim-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C libmbim install
   rm -rf "${pkgdir}"/usr/{bin,include,share}
 }
 


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

2018-03-27 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 27, 2018 @ 15:41:58
  Author: alucryd
Revision: 312873

upgpkg: lib32-libmbim 1.16.0-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 15:39:50 UTC (rev 312872)
+++ PKGBUILD2018-03-27 15:41:58 UTC (rev 312873)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.14.2
+pkgver=1.16.0
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
 makedepends=('gcc-multilib' 'python')
 
source=("https://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz;)
-sha256sums=('22cafe6b8432433aa58bedcf7db7522ce6531bfe24e8e9b6058412cd31cf')
+sha256sums=('c8ca50beeddd4b43309df5b698917268303bf176cea58fe4fe53d5bf0e93fac2')
 
 build() {
   cd libmbim-${pkgver}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:49:48
  Author: alucryd
Revision: 266157

upgpkg: lib32-libmbim 1.14.2-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:49:08 UTC (rev 266156)
+++ PKGBUILD2017-11-10 18:49:48 UTC (rev 266157)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.14.0
+pkgver=1.14.2
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
 makedepends=('gcc-multilib' 'python')
 
source=("https://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz;)
-sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
+sha256sums=('22cafe6b8432433aa58bedcf7db7522ce6531bfe24e8e9b6058412cd31cf')
 
 build() {
   cd libmbim-${pkgver}


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

2016-11-02 Thread Maxime Gauduin
Date: Wednesday, November 2, 2016 @ 14:30:47
  Author: alucryd
Revision: 194458

Capital S was right

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 14:30:45 UTC (rev 194457)
+++ PKGBUILD2016-11-02 14:30:47 UTC (rev 194458)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=('x86_64')
-url='https://www.freedesktop.org/wiki/software/libmbim/'
+url='https://www.freedesktop.org/wiki/Software/libmbim/'
 license=('GPL2')
 depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
 makedepends=('gcc-multilib' 'python')


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

2016-11-02 Thread Maxime Gauduin
Date: Wednesday, November 2, 2016 @ 14:29:01
  Author: alucryd
Revision: 194455

HTTPS/GPG todo

Modified:
  lib32-libmbim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 14:27:12 UTC (rev 194454)
+++ PKGBUILD2016-11-02 14:29:01 UTC (rev 194455)
@@ -7,11 +7,11 @@
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=('x86_64')
-url='http://www.freedesktop.org/wiki/Software/libmbim/'
+url='https://www.freedesktop.org/wiki/software/libmbim/'
 license=('GPL2')
 depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
 makedepends=('gcc-multilib' 'python')
-source=("http://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz;)
+source=("https://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz;)
 sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
 
 build() {