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

Frederik Schwan freswa at gemini.archlinux.org
Mon Jul 11 19:35:47 UTC 2022


    Date: Monday, July 11, 2022 @ 19:35:47
  Author: freswa
Revision: 1249634

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  143 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 72 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 19:35:43 UTC (rev 1249633)
+++ PKGBUILD	2022-07-11 19:35:47 UTC (rev 1249634)
@@ -1,71 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-
-pkgname=fwupd
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="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
-         polkit shared-mime-info tpm2-tss flashrom
-         libjcat fwupd-efi gcab hicolor-icon-theme
-         libarchive.so libcurl.so libcbor.so
-         libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
-         libqmi-glib.so libprotobuf-c.so)
-optdepends=(
-    'udisks2: UEFI firmware upgrade support'
-)
-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)
-provides=(libfwupd.so)
-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/thunderbolt.conf'
-        'etc/fwupd/uefi_capsule.conf'
-)
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('5756466442eb9134fb40cdc8a46f9e01003247c8eac82fa5d8b16f6420375b79'
-            'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
-
-build() {
-    arch-meson ${pkgname}-${pkgver} build \
-        -D b_lto=false \
-        -D plugin_modem_manager=true \
-        -D plugin_intel_spi=true \
-        -D lzma=true \
-        -D cbor=enabled \
-        -D docs=gtkdoc \
-        -D plugin_flashrom=true \
-        -D supported_build=true \
-        -D efi_binary=false
-    meson compile -C build
-}
-
-check() {
-    meson test -C build
-}
-
-package() {
-    DESTDIR="${pkgdir}" meson install -C build
-    # Fixup mode to match polkit
-    install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-    # Remove the tests
-    rm -r "${pkgdir}"/usr/share/installed-tests/
-    mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
-    mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
-    # Remove msr module-load config as it is built-in
-    rm "${pkgdir}"/usr/lib/modules-load.d/fwupd-msr.conf
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 1249633, fwupd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 19:35:47 UTC (rev 1249634)
@@ -0,0 +1,72 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+
+pkgname=fwupd
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="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
+         polkit shared-mime-info tpm2-tss flashrom
+         libjcat fwupd-efi gcab hicolor-icon-theme
+         libarchive.so libcurl.so libcbor.so
+         libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
+         libqmi-glib.so libprotobuf-c.so)
+optdepends=(
+    'udisks2: UEFI firmware upgrade support'
+)
+makedepends=(meson valgrind gobject-introspection gi-docgen
+             python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+             bash-completion python-pillow help2man gnu-efi-libs)
+checkdepends=(umockdev)
+provides=(libfwupd.so)
+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/thunderbolt.conf'
+        'etc/fwupd/uefi_capsule.conf'
+)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('8baaf567d8e23600363a4ed3df1dcebbdff66593704c19ebd164ba78ea8598de'
+            'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
+
+build() {
+    arch-meson ${pkgname}-${pkgver} build \
+        -D b_lto=false \
+        -D gresource_quirks=disabled \
+        -D plugin_modem_manager=enabled \
+        -D plugin_intel_spi=true \
+        -D lzma=enabled \
+        -D cbor=enabled \
+        -D docs=enabled \
+        -D plugin_flashrom=true \
+        -D supported_build=true \
+        -D efi_binary=false
+    meson compile -C build
+}
+
+check() {
+    meson test -C build
+}
+
+package() {
+    DESTDIR="${pkgdir}" meson install -C build
+    # Fixup mode to match polkit
+    install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+    # Remove the tests
+    rm -r "${pkgdir}"/usr/share/installed-tests/
+    mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
+    mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
+    # Remove msr module-load config as it is built-in
+    rm "${pkgdir}"/usr/lib/modules-load.d/fwupd-msr.conf
+}



More information about the arch-commits mailing list