[arch-commits] Commit in libqmi/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Sep 8 20:33:38 UTC 2021
Date: Wednesday, September 8, 2021 @ 20:33:38
Author: heftig
Revision: 423586
archrelease: copy trunk to extra-x86_64
Added:
libqmi/repos/extra-x86_64/PKGBUILD
(from rev 423584, libqmi/trunk/PKGBUILD)
Deleted:
libqmi/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-08 20:33:38 UTC (rev 423585)
+++ PKGBUILD 2021-09-08 20:33:38 UTC (rev 423586)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=libqmi
-pkgver=1.30.0
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libqmi/"
-license=(GPL2)
-depends=(libmbim libqrtr-glib libgudev)
-makedepends=(gtk-doc python git help2man gobject-introspection)
-provides=(libqmi-glib.so)
-_commit=42182b38e1e6b3a5167b78cc2f503080de74612d # tags/1.30.0
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.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=yes
- make
-}
-
-check() {
- cd $pkgname
- make check
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 423584, libqmi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-08 20:33:38 UTC (rev 423586)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=libqmi
+pkgver=1.30.2
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libqmi/"
+license=(GPL2)
+depends=(libmbim libqrtr-glib libgudev)
+makedepends=(gtk-doc python git help2man gobject-introspection)
+provides=(libqmi-glib.so)
+_commit=4831d54483ee7e517068dee189f489d3eed1cd81 # tags/1.30.2
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.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=yes
+ make
+}
+
+check() {
+ cd $pkgname
+ make check
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list