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

Filipe Laíns ffy00 at archlinux.org
Wed Sep 18 10:47:10 UTC 2019


    Date: Wednesday, September 18, 2019 @ 10:47:09
  Author: ffy00
Revision: 511037

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  126 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 66 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-18 10:46:57 UTC (rev 511036)
+++ PKGBUILD	2019-09-18 10:47:09 UTC (rev 511037)
@@ -1,60 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-
-pkgname=fwupd
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="A simple daemon to allow session software to update firmware"
-arch=(x86_64)
-url="https://github.com/fwupd/fwupd"
-license=(LGPL)
-depends=(libxmlb efivar python libsmbios libgusb
-         libsoup json-glib gcab libarchive gpgme
-         libgudev polkit shared-mime-info modemmanager
-         tpm2-tss)
-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)
-checkdepends=(umockdev)
-backup=('etc/fwupd/daemon.conf'
-        'etc/fwupd/redfish.conf'
-        'etc/fwupd/remotes.d/dell-esrt.conf'
-        'etc/fwupd/remotes.d/fwupd-tests.conf'
-        'etc/fwupd/remotes.d/lvfs-testing.conf'
-        'etc/fwupd/remotes.d/lvfs.conf'
-        'etc/fwupd/remotes.d/vendor-directory.conf'
-        'etc/fwupd/remotes.d/vendor.conf'
-        'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6fcb6773a2e1fe12bd7aa86aebcfd2cb6a877f7400590abaad8347cc881f7aa0' 'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # This tests are failing inside a chroot
-  sed -i "/test('uefi-self-test', e)/d" plugins/uefi/meson.build
-  sed -i "/test('dell-self-test', e)/d" plugins/dell/meson.build
-}
-
-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 511036, fwupd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-18 10:47:09 UTC (rev 511037)
@@ -0,0 +1,66 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+
+pkgname=fwupd
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="A simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/fwupd/fwupd"
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+         libsoup json-glib gcab libarchive gpgme
+         libgudev polkit shared-mime-info modemmanager)
+optdepends=('tpm2-tss: UEFI plugin')
+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 tpm2-tss)
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+        'etc/fwupd/redfish.conf'
+        'etc/fwupd/remotes.d/dell-esrt.conf'
+        'etc/fwupd/remotes.d/fwupd-tests.conf'
+        'etc/fwupd/remotes.d/lvfs-testing.conf'
+        'etc/fwupd/remotes.d/lvfs.conf'
+        'etc/fwupd/remotes.d/vendor-directory.conf'
+        'etc/fwupd/remotes.d/vendor.conf'
+        'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
+        "fix-tpm2-abrmd.patch::${url}/commit/8b98b1cbd9d96479510faca3aed5bfdeff16066b.patch")
+sha256sums=('6fcb6773a2e1fe12bd7aa86aebcfd2cb6a877f7400590abaad8347cc881f7aa0'
+            'SKIP'
+            'd5c333757abede95fbb3e67e70718c59a3d011e39da86b8bc67eceb921af660b')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # This tests are failing inside a chroot
+  sed -i "/test('uefi-self-test', e)/d" plugins/uefi/meson.build
+  sed -i "/test('dell-self-test', e)/d" plugins/dell/meson.build
+
+  # Fix crashing on tpm2-abrmd debug messages
+  patch -p1 < ../fix-tpm2-abrmd.patch
+}
+
+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