[arch-commits] Commit in fwupd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Mar 28 22:51:38 UTC 2019


    Date: Thursday, March 28, 2019 @ 22:51:37
  Author: archange
Revision: 445649

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
    (from rev 445648, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-28 22:51:05 UTC (rev 445648)
+++ PKGBUILD	2019-03-28 22:51:37 UTC (rev 445649)
@@ -1,45 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-
-pkgname=fwupd
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="A simple daemon to allow session software to update firmware"
-arch=('x86_64')
-url="https://github.com/hughsie/fwupd"
-license=('LGPL')
-depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
-         'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
-         'libgudev' 'polkit' 'shared-mime-info')
-makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
-             'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 'vala'
-             'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
-optdepends=('tpm2-abrmd: TPM2 support'
-            'tpm2-tools: TPM2 support')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('056115790c95537fbaf5c348ea3d1ee8a3a005f55c2613fc83e6401c67faf920' 'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
-
-build() {
-    cd ${pkgname}-${pkgver}
-    arch-meson -D b_lto=false ../build
-    ninja -v -C ../build
-}
-
-check() {
-    cd build
-    meson test
-}
-
-package() {
-    DESTDIR="${pkgdir}" ninja -C build install
-    # Fixup mode to match polkit
-    install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-    # Move D-BUS policy
-    mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d
-    rmdir "${pkgdir}"/etc/dbus-1
-    # Remove the tests
-    rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 445648, fwupd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-28 22:51:37 UTC (rev 445649)
@@ -0,0 +1,46 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+
+pkgname=fwupd
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A simple daemon to allow session software to update firmware"
+arch=('x86_64')
+url="https://github.com/hughsie/fwupd"
+license=('LGPL')
+depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
+         'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
+         'libgudev' 'polkit' 'shared-mime-info' 'modemmanager')
+makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
+             'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 'vala'
+             'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
+optdepends=('tpm2-abrmd: TPM2 support'
+            'tpm2-tools: TPM2 support')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('36f53b652a0df9088c53311d0ab48dfff0b6cb79c56257fbd3034146b6979467'
+            'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
+
+build() {
+    cd ${pkgname}-${pkgver}
+    arch-meson -D b_lto=false ../build
+    ninja -v -C ../build
+}
+
+check() {
+    cd build
+    meson test
+}
+
+package() {
+    DESTDIR="${pkgdir}" ninja -C build install
+    # Fixup mode to match polkit
+    install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+    # Move D-BUS policy
+    mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d
+    rmdir "${pkgdir}"/etc/dbus-1
+    # Remove the tests
+    rm -r "${pkgdir}"/usr/share/installed-tests/
+}



More information about the arch-commits mailing list