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

2020-10-03 Thread Jan Steffens via arch-commits
Date: Saturday, October 3, 2020 @ 14:50:17
  Author: heftig
Revision: 397196

1.24.4-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-03 14:50:13 UTC (rev 397195)
+++ PKGBUILD2020-10-03 14:50:17 UTC (rev 397196)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.24.2
+pkgver=1.24.4
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
 provides=(libmbim-glib.so)
-_commit=603dc8027afe319c858763d7885dd8b7395c9f42  # tags/1.24.2
+_commit=060584b1d79bd11c9059676c24cd1d882d5508b1  # tags/1.24.4
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-11 Thread Jan Steffens via arch-commits
Date: Saturday, July 11, 2020 @ 22:30:43
  Author: heftig
Revision: 391737

1.24.2-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-11 21:54:02 UTC (rev 391736)
+++ PKGBUILD2020-07-11 22:30:43 UTC (rev 391737)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.24.0
+pkgver=1.24.2
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
 provides=(libmbim-glib.so)
-_commit=1a186e61a34e0b267cc91e9a72dd266429ab6408  # tags/1.24.0
+_commit=603dc8027afe319c858763d7885dd8b7395c9f42  # tags/1.24.2
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-06-22 Thread Jan Steffens via arch-commits
Date: Monday, June 22, 2020 @ 23:09:58
  Author: heftig
Revision: 390144

1.24.0-1

Added:
  libmbim/trunk/PKGBUILD
(from rev 390143, libmbim/trunk/PKGBUILD.next)
Deleted:
  libmbim/trunk/PKGBUILD
  libmbim/trunk/PKGBUILD.next

---+
 PKGBUILD  |   85 
 PKGBUILD.next |   43 
 2 files changed, 43 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-22 23:03:23 UTC (rev 390143)
+++ PKGBUILD2020-06-22 23:09:58 UTC (rev 390144)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="MBIM modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git help2man autoconf-archive)
-provides=(libmbim-glib.so)
-_commit=697465da7e976d15b13061368d37f76d8e0c33c4  # tags/1.22.0
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#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 \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmbim/trunk/PKGBUILD (from rev 390143, libmbim/trunk/PKGBUILD.next)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-22 23:09:58 UTC (rev 390144)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
+provides=(libmbim-glib.so)
+_commit=1a186e61a34e0b267cc91e9a72dd266429ab6408  # tags/1.24.0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--enable-compile-warnings=minimum
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: PKGBUILD.next
===
--- PKGBUILD.next   2020-06-22 23:03:23 UTC (rev 390143)
+++ PKGBUILD.next   2020-06-22 23:09:58 UTC (rev 390144)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.24rc1
-pkgrel=1
-pkgdesc="MBIM modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
-provides=(libmbim-glib.so)
-_commit=47e2ed70db68f655710a558e03bc0d77e3be96d4  # tags/1.24-rc1
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---enable-compile-warnings=minimum
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}


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

2020-05-30 Thread Jan Steffens via arch-commits
Date: Saturday, May 30, 2020 @ 12:54:20
  Author: heftig
Revision: 387897

soprovides

Modified:
  libmbim/trunk/PKGBUILD
  libmbim/trunk/PKGBUILD.next

---+
 PKGBUILD  |1 +
 PKGBUILD.next |1 +
 2 files changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 12:20:54 UTC (rev 387896)
+++ PKGBUILD2020-05-30 12:54:20 UTC (rev 387897)
@@ -9,6 +9,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man autoconf-archive)
+provides=(libmbim-glib.so)
 _commit=697465da7e976d15b13061368d37f76d8e0c33c4  # tags/1.22.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')

Modified: PKGBUILD.next
===
--- PKGBUILD.next   2020-05-30 12:20:54 UTC (rev 387896)
+++ PKGBUILD.next   2020-05-30 12:54:20 UTC (rev 387897)
@@ -9,6 +9,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
+provides=(libmbim-glib.so)
 _commit=47e2ed70db68f655710a558e03bc0d77e3be96d4  # tags/1.24-rc1
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')


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

2020-01-15 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 18:30:07
  Author: heftig
Revision: 373525

1.22.0-1

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 16:49:36 UTC (rev 373524)
+++ PKGBUILD2020-01-15 18:30:07 UTC (rev 373525)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.20.4
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -8,8 +8,8 @@
 url="https://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git help2man)
-_commit=efa0874bd17fb4808911453a0b36843fd47d5744  # tags/1.20.4
+makedepends=(gtk-doc python git help2man autoconf-archive)
+_commit=697465da7e976d15b13061368d37f76d8e0c33c4  # tags/1.22.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-12-21 Thread Jan Steffens via arch-commits
Date: Saturday, December 21, 2019 @ 16:27:56
  Author: heftig
Revision: 372025

1.20.4-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-21 15:48:20 UTC (rev 372024)
+++ PKGBUILD2019-12-21 16:27:56 UTC (rev 372025)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.20.2
+pkgver=1.20.4
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=824812a906940884a0fab909d86734a65173f46c  # tags/1.20.2
+_commit=efa0874bd17fb4808911453a0b36843fd47d5744  # tags/1.20.4
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 12:25:02
  Author: heftig
Revision: 366844

1.20.2-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 11:44:18 UTC (rev 366843)
+++ PKGBUILD2019-11-06 12:25:02 UTC (rev 366844)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.20.0
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=376824c586fbf72ea0aeda3c8fb0df38c213a99e  # tags/1.20.0
+_commit=824812a906940884a0fab909d86734a65173f46c  # tags/1.20.2
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-09-07 Thread Jan Steffens via arch-commits
Date: Saturday, September 7, 2019 @ 20:26:33
  Author: heftig
Revision: 362032

1.20.0-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-07 20:26:33 UTC (rev 362031)
+++ PKGBUILD2019-09-07 20:26:33 UTC (rev 362032)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=2028fd2f2effbcf80d0503cc163ac8f6316d8359  # tags/1.18.2
+_commit=376824c586fbf72ea0aeda3c8fb0df38c213a99e  # tags/1.20.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-04-12 Thread Jan Steffens via arch-commits
Date: Friday, April 12, 2019 @ 18:31:42
  Author: heftig
Revision: 350650

1.18.2-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 18:30:49 UTC (rev 350649)
+++ PKGBUILD2019-04-12 18:31:42 UTC (rev 350650)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.18.0
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=18cd1d2b3f21ca825f4d2eb31a058b1e43860f5b  # tags/1.18.0
+_commit=2028fd2f2effbcf80d0503cc163ac8f6316d8359  # tags/1.18.2
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 13:19:37
  Author: heftig
Revision: 343109

1.18.0-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 12:05:40 UTC (rev 343108)
+++ PKGBUILD2019-01-08 13:19:37 UTC (rev 343109)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.16.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=8f885e389c8cd50264c6a93792327565b26d2934  # tags/1.16.2
+_commit=18cd1d2b3f21ca825f4d2eb31a058b1e43860f5b  # tags/1.18.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-09-22 Thread Jan Steffens via arch-commits
Date: Saturday, September 22, 2018 @ 14:10:16
  Author: heftig
Revision: 335235

Update source

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 13:44:10 UTC (rev 335234)
+++ PKGBUILD2018-09-22 14:10:16 UTC (rev 335235)
@@ -10,7 +10,7 @@
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
 _commit=8f885e389c8cd50264c6a93792327565b26d2934  # tags/1.16.2
-source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-08-12 Thread Jan Steffens via arch-commits
Date: Sunday, August 12, 2018 @ 13:37:31
  Author: heftig
Revision: 331398

1.16.2-1

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 13:32:15 UTC (rev 331397)
+++ PKGBUILD2018-08-12 13:37:31 UTC (rev 331398)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.16.0
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=16e15d49297f72397f6b691cf7a9ccf47bdae844  # tags/1.16.0
+_commit=8f885e389c8cd50264c6a93792327565b26d2934  # tags/1.16.2
 
source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,7 +27,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc
   make
 }
 


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

2018-01-25 Thread Jan Steffens via arch-commits
Date: Thursday, January 25, 2018 @ 09:43:00
  Author: heftig
Revision: 315432

1.16.0-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-25 09:42:09 UTC (rev 315431)
+++ PKGBUILD2018-01-25 09:43:00 UTC (rev 315432)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.14.2
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=6398b0d10e27b51ff05fda33dd4b9ddd5bf64bae  # tags/1.14.2
+_commit=16e15d49297f72397f6b691cf7a9ccf47bdae844  # tags/1.16.0
 
source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 13:18:53
  Author: heftig
Revision: 301763

1.14.2-1

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 08:17:34 UTC (rev 301762)
+++ PKGBUILD2017-08-08 13:18:53 UTC (rev 301763)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.14.0
-pkgrel=4
+pkgver=1.14.2
+pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/wiki/Software/libmbim/;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
+_commit=6398b0d10e27b51ff05fda33dd4b9ddd5bf64bae  # tags/1.14.2
 
source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:14:13
  Author: heftig
Revision: 291886

1.14.0-4

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:12:19 UTC (rev 291885)
+++ PKGBUILD2017-03-30 20:14:13 UTC (rev 291886)
@@ -3,13 +3,13 @@
 
 pkgname=libmbim
 pkgver=1.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git)
+makedepends=(gtk-doc python git help2man)
 _commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
 
source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
 sha256sums=('SKIP')


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:09:19
  Author: heftig
Revision: 291883

1.14.0-3

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:08:55 UTC (rev 291882)
+++ PKGBUILD2017-03-30 20:09:19 UTC (rev 291883)
@@ -3,15 +3,15 @@
 
 pkgname=libmbim
 pkgver=1.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libmbim/;
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git)
 _commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
-source=("git://anongit.freedesktop.org/libmbim/libmbim#commit=$_commit")
+source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-11-17 Thread Jan Steffens
Date: Thursday, November 17, 2016 @ 09:44:26
  Author: heftig
Revision: 280938

1.14.0-2

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-17 09:15:25 UTC (rev 280937)
+++ PKGBUILD2016-11-17 09:44:26 UTC (rev 280938)
@@ -3,18 +3,29 @@
 
 pkgname=libmbim
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
+makedepends=(gtk-doc python git)
+_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
+source=("git://anongit.freedesktop.org/libmbim/libmbim#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
   make
@@ -21,11 +32,11 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 19:57:02
  Author: heftig
Revision: 271143

1.14.0-1

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 18:45:22 UTC (rev 271142)
+++ PKGBUILD2016-07-07 19:57:02 UTC (rev 271143)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.12.4
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bd9af154e88ee1cccaf2fedd05e0f5cb82e3359ab6ad2a75cfec98bf57f973a')
+sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
   make
 }
 


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

2016-03-31 Thread Jan Steffens
Date: Thursday, March 31, 2016 @ 17:33:54
  Author: heftig
Revision: 263682

1.12.4

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 15:32:49 UTC (rev 263681)
+++ PKGBUILD2016-03-31 15:33:54 UTC (rev 263682)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.12.4
+pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/libmbim/;
@@ -11,7 +11,7 @@
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')
+sha256sums=('7bd9af154e88ee1cccaf2fedd05e0f5cb82e3359ab6ad2a75cfec98bf57f973a')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:22:11
  Author: foutrelis
Revision: 241082

upgpkg: libmbim 1.12.2-2

Rebuild for libgudev split.

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:21:04 UTC (rev 241081)
+++ PKGBUILD2015-06-19 20:22:11 UTC (rev 241082)
@@ -3,12 +3,12 @@
 
 pkgname=libmbim
 pkgver=1.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
-depends=(glib2 bash systemd)
+depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')


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

2015-02-10 Thread Jan Steffens
Date: Tuesday, February 10, 2015 @ 21:29:29
  Author: heftig
Revision: 231235

1.12.2

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 19:30:11 UTC (rev 231234)
+++ PKGBUILD2015-02-10 20:29:29 UTC (rev 231235)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.12.0
+pkgver=1.12.2
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('b5b9e72d6b0a4d9e5a92b913c16426946f8f6cf60e648635306ebade44ace553')
+sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --with-tests
+--libexecdir=/usr/lib/$pkgname --disable-static
   make
 }
 


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

2015-01-16 Thread Jan Steffens
Date: Friday, January 16, 2015 @ 12:30:17
  Author: heftig
Revision: 229415

1.12.0

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 11:29:52 UTC (rev 229414)
+++ PKGBUILD2015-01-16 11:30:17 UTC (rev 229415)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.10.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4e5eade46a61d0cd1f8b6ad47bee938868766eca617a64e7acd2d0b72ff38b6e')
+sha256sums=('b5b9e72d6b0a4d9e5a92b913c16426946f8f6cf60e648635306ebade44ace553')
 
 build() {
   cd $pkgname-$pkgver


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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:57:08
  Author: heftig
Revision: 220464

1.10.0

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:53:51 UTC (rev 220463)
+++ PKGBUILD2014-08-20 20:57:08 UTC (rev 220464)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.8.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('084b527ea88f7e1e31a6208840036aecede21fcd0668332523c81a2ebe2d9ea6')
+sha256sums=('4e5eade46a61d0cd1f8b6ad47bee938868766eca617a64e7acd2d0b72ff38b6e')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-tests --libexecdir=/usr/lib
+--libexecdir=/usr/lib/$pkgname --disable-static --with-tests
   make
 }
 



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

2014-03-15 Thread Jan Steffens
Date: Saturday, March 15, 2014 @ 22:05:28
  Author: heftig
Revision: 207964

1.8.0

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-15 19:48:48 UTC (rev 207963)
+++ PKGBUILD2014-03-15 21:05:28 UTC (rev 207964)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.6.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e0efbdaf2aeddec033b4c7c5d0f7934c91ce535c5c9f0cadf1e67527d10ab082')
+sha256sums=('084b527ea88f7e1e31a6208840036aecede21fcd0668332523c81a2ebe2d9ea6')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-05 Thread Jan Steffens
Date: Wednesday, February 5, 2014 @ 16:22:32
  Author: heftig
Revision: 205455

1.6.0

Modified:
  libmbim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-05 13:22:17 UTC (rev 205454)
+++ PKGBUILD2014-02-05 15:22:32 UTC (rev 205455)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.4.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7fa909df229574eb11baac89075ac1366a2ac1670f586483bdf0173257cf781')
+sha256sums=('e0efbdaf2aeddec033b4c7c5d0f7934c91ce535c5c9f0cadf1e67527d10ab082')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static
+--disable-static --with-tests --libexecdir=/usr/lib
   make
 }
 



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

2013-07-19 Thread Jan Steffens
Date: Friday, July 19, 2013 @ 13:49:24
  Author: heftig
Revision: 191185

1.4.0

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-19 08:42:12 UTC (rev 191184)
+++ PKGBUILD2013-07-19 11:49:24 UTC (rev 191185)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.2.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,13 +11,13 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 options=('!libtool')
-source=(http://cgit.freedesktop.org/libmbim/libmbim/snapshot/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b00085486bb34b772e56643d6605eaffc3b2dd620485bc598cab8b0c6051825')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7fa909df229574eb11baac89075ac1366a2ac1670f586483bdf0173257cf781')
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-tests
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static
   make
 }
 



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

2013-07-19 Thread Jan Steffens
Date: Friday, July 19, 2013 @ 13:53:49
  Author: heftig
Revision: 191187

fix url

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-19 11:52:46 UTC (rev 191186)
+++ PKGBUILD2013-07-19 11:53:49 UTC (rev 191187)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
-url=http://cgit.freedesktop.org/libmbim/libmbim;
+url=http://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)



[arch-commits] Commit in libmbim/trunk (PKGBUILD format.patch)

2013-06-16 Thread Eric BĂ©langer
Date: Sunday, June 16, 2013 @ 22:31:55
  Author: eric
Revision: 188602

upgpkg: libmbim 1.2.0-1

Upstream update, Remove old patch

Modified:
  libmbim/trunk/PKGBUILD
Deleted:
  libmbim/trunk/format.patch

--+
 PKGBUILD |   12 +++-
 format.patch |   14 --
 2 files changed, 3 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-16 20:09:06 UTC (rev 188601)
+++ PKGBUILD2013-06-16 20:31:55 UTC (rev 188602)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.0.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,15 +11,9 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 options=('!libtool')
-source=($url/snapshot/$pkgname-$pkgver.tar.xz format.patch)
-sha256sums=('c3d668a5dc51700749a62fb5d50f149900e8dd4265e4d132c1d9cc4cb77eef0c'
-'fbf54d12660c132f756c59cebd448a38750e3bbc9de8a7a97ceda466440dcb41')
+source=(http://cgit.freedesktop.org/libmbim/libmbim/snapshot/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b00085486bb34b772e56643d6605eaffc3b2dd620485bc598cab8b0c6051825')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../format.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Deleted: format.patch
===
--- format.patch2013-06-16 20:09:06 UTC (rev 188601)
+++ format.patch2013-06-16 20:31:55 UTC (rev 188602)
@@ -1,14 +0,0 @@
-diff -u -r libmbim-1.0.0/cli/mbimcli-basic-connect.c 
libmbim-1.0.0-format/cli/mbimcli-basic-connect.c
 libmbim-1.0.0/cli/mbimcli-basic-connect.c  2013-05-22 16:20:29.0 
+0200
-+++ libmbim-1.0.0-format/cli/mbimcli-basic-connect.c   2013-05-30 
05:53:49.269777442 +0200
-@@ -909,8 +909,8 @@
-  \t Network error: '%s'\n
-  \t  Packet service state: '%s'\n
-  \tAvailable data classes: '%s'\n
-- \t  Uplink speed: '%lu bps'\n
-- \tDownlink speed: '%lu bps'\n,
-+ \t  Uplink speed: '% G_GUINT64_FORMAT  bps'\n
-+ \tDownlink speed: '% G_GUINT64_FORMAT  bps'\n,
-  mbim_device_get_path_display (device),
-  VALIDATE_UNKNOWN (mbim_nw_error_get_string (nw_error)),
-  VALIDATE_UNKNOWN (mbim_packet_service_state_get_string 
(packet_service_state)),