Date: Tuesday, July 16, 2019 @ 12:50:55 Author: alucryd Revision: 490032
upgpkg: lib32-libmm-glib 1.10.4-1 Modified: lib32-libmm-glib/trunk/PKGBUILD ----------+ PKGBUILD | 52 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-16 12:21:01 UTC (rev 490031) +++ PKGBUILD 2019-07-16 12:50:55 UTC (rev 490032) @@ -3,17 +3,31 @@ # Contributor: Jan Alexander Steffens (heftig) <[email protected]> pkgname=lib32-libmm-glib -pkgver=1.10.2 +pkgver=1.10.4 pkgrel=1 pkgdesc='ModemManager library' -arch=('x86_64') -url='https://www.freedesktop.org/wiki/Software/ModemManager/' -license=('GPL2' 'LGPL2.1') -depends=('lib32-glib2' 'libmm-glib') -makedepends=('git' 'intltool' 'lib32-libmbim' 'lib32-libqmi' - 'lib32-polkit' 'lib32-systemd' 'python' 'vala') -source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#tag=${pkgver}") -sha256sums=('SKIP') +arch=(x86_64) +url=https://www.freedesktop.org/wiki/Software/ModemManager/ +license=( + GPL2 + LGPL2.1 +) +depends=( + lib32-glib2 + libmm-glib +) +makedepends=( + git + intltool + lib32-libmbim + lib32-libqmi + lib32-polkit + lib32-systemd + python + vala +) +source=(git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#tag=${pkgver}) +sha256sums=(SKIP) prepare() { cd ModemManager @@ -25,21 +39,21 @@ cd ModemManager export CC='gcc -m32' - export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + export PKG_CONFIG_PATH=/usr/lib32/pkgconfig ./configure \ - --prefix='/usr' \ - --libdir='/usr/lib32' \ - --localstatedir='/var' \ - --sbindir='/usr/bin' \ - --sysconfdir='/etc' \ + --prefix=/usr \ + --libdir=/usr/lib32 \ + --localstatedir=/var \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ --disable-gtk-doc-html \ --disable-static \ - --with-dbus-sys-dir='/usr/share/dbus-1/system.d' \ - --with-polkit='permissive' \ - --with-suspend-resume='systemd' \ + --with-dbus-sys-dir=/usr/share/dbus-1/system.d \ + --with-polkit=permissive \ + --with-suspend-resume=systemd \ --with-systemd-journal \ - --with-udev-base-dir='/usr/lib32/udev' + --with-udev-base-dir=/usr/lib32/udev sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make -C include make -C libmm-glib
