[arch-commits] Commit in libmbim/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Jan 8 13:21:51 UTC 2019
Date: Tuesday, January 8, 2019 @ 13:21:49
Author: heftig
Revision: 343110
archrelease: copy trunk to extra-x86_64
Added:
libmbim/repos/extra-x86_64/PKGBUILD
(from rev 343109, libmbim/trunk/PKGBUILD)
Deleted:
libmbim/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 83 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-08 13:19:37 UTC (rev 343109)
+++ PKGBUILD 2019-01-08 13:21:49 UTC (rev 343110)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=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=(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")
-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/repos/extra-x86_64/PKGBUILD (from rev 343109, libmbim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-08 13:21:49 UTC (rev 343110)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=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=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=18cd1d2b3f21ca825f4d2eb31a058b1e43860f5b # tags/1.18.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
+}
More information about the arch-commits
mailing list