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

2020-12-19 Thread Filipe Laíns via arch-commits
Date: Saturday, December 19, 2020 @ 14:26:05
  Author: ffy00
Revision: 779973

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 14:26:02 UTC (rev 779972)
+++ PKGBUILD2020-12-19 14:26:05 UTC (rev 779973)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.5.3
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('06499404ae58af706ada445fbc2afa43be1d4fef6ad414d116ced4ca222fbe00'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true -D supported_build=true
-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
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 779972, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-19 14:26:05 UTC (rev 779973)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.5.4
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('24eda0aea7bbdfbca2dab3f1dcc0e0a6751ca29ce0f08dd5b963e0875d75bcc8'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true -D supported_build=true
+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
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-12-19 Thread Filipe Laíns via arch-commits
Date: Saturday, December 19, 2020 @ 14:26:02
  Author: ffy00
Revision: 779972

upgpkg: fwupd 1.5.4-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 14:19:39 UTC (rev 779971)
+++ PKGBUILD2020-12-19 14:26:02 UTC (rev 779972)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -31,7 +31,7 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('06499404ae58af706ada445fbc2afa43be1d4fef6ad414d116ced4ca222fbe00'
+sha256sums=('24eda0aea7bbdfbca2dab3f1dcc0e0a6751ca29ce0f08dd5b963e0875d75bcc8'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


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

2020-12-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, December 8, 2020 @ 19:04:57
  Author: ffy00
Revision: 772005

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 19:04:54 UTC (rev 772004)
+++ PKGBUILD2020-12-08 19:04:57 UTC (rev 772005)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.5.2
-pkgrel=2
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('3db590be144971c16d08ed01fea110bb534537689f81b71517cf79a4d1bb77a7'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true -D supported_build=true
-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
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 772004, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 19:04:57 UTC (rev 772005)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.5.3
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('06499404ae58af706ada445fbc2afa43be1d4fef6ad414d116ced4ca222fbe00'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true -D supported_build=true
+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
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-12-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, December 8, 2020 @ 19:04:54
  Author: ffy00
Revision: 772004

upgpkg: fwupd 1.5.3-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:03:37 UTC (rev 772003)
+++ PKGBUILD2020-12-08 19:04:54 UTC (rev 772004)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.5.2
-pkgrel=2
+pkgver=1.5.3
+pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -31,7 +31,7 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('3db590be144971c16d08ed01fea110bb534537689f81b71517cf79a4d1bb77a7'
+sha256sums=('06499404ae58af706ada445fbc2afa43be1d4fef6ad414d116ced4ca222fbe00'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


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

2020-11-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, November 25, 2020 @ 22:01:24
  Author: ffy00
Revision: 761304

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-25 22:01:16 UTC (rev 761303)
+++ PKGBUILD2020-11-25 22:01:24 UTC (rev 761304)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.5.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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('3db590be144971c16d08ed01fea110bb534537689f81b71517cf79a4d1bb77a7'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
-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
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 761303, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-25 22:01:24 UTC (rev 761304)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.5.2
+pkgrel=2
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('3db590be144971c16d08ed01fea110bb534537689f81b71517cf79a4d1bb77a7'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true -D supported_build=true
+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
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-11-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, November 25, 2020 @ 22:01:16
  Author: ffy00
Revision: 761303

remove warning about the package not having upstream support (1.5.2-2)

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 21:58:26 UTC (rev 761302)
+++ PKGBUILD2020-11-25 22:01:16 UTC (rev 761303)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -36,7 +36,7 @@
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true -D supported_build=true
 meson compile -C build
 }
 


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

2020-11-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, November 25, 2020 @ 14:18:23
  Author: ffy00
Revision: 761052

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-25 14:18:09 UTC (rev 761051)
+++ PKGBUILD2020-11-25 14:18:23 UTC (rev 761052)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.5.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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('ee69507aae998c5991a9503589f0cb3a720a2294576342fd8d11beb80c65fd3a'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
-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
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 761051, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-25 14:18:23 UTC (rev 761052)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.5.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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('3db590be144971c16d08ed01fea110bb534537689f81b71517cf79a4d1bb77a7'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+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
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-11-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, November 25, 2020 @ 14:18:09
  Author: ffy00
Revision: 761051

upgpkg: fwupd 1.5.2-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 14:09:37 UTC (rev 761050)
+++ PKGBUILD2020-11-25 14:18:09 UTC (rev 761051)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -31,7 +31,7 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('ee69507aae998c5991a9503589f0cb3a720a2294576342fd8d11beb80c65fd3a'
+sha256sums=('3db590be144971c16d08ed01fea110bb534537689f81b71517cf79a4d1bb77a7'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


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

2020-11-03 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 4, 2020 @ 06:04:05
  Author: archange
Revision: 741523

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-04 06:03:40 UTC (rev 741522)
+++ PKGBUILD2020-11-04 06:04:05 UTC (rev 741523)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.5.0
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('712ce5ee3af87edfbaff991f352d887250293917aa3509899b3b659b0baff743'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
-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
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 741522, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-04 06:04:05 UTC (rev 741523)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.5.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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('ee69507aae998c5991a9503589f0cb3a720a2294576342fd8d11beb80c65fd3a'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+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
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-11-03 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 4, 2020 @ 06:03:40
  Author: archange
Revision: 741522

upgpkg: fwupd 1.5.1-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-04 04:51:30 UTC (rev 741521)
+++ PKGBUILD2020-11-04 06:03:40 UTC (rev 741522)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -31,7 +31,7 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('712ce5ee3af87edfbaff991f352d887250293917aa3509899b3b659b0baff743'
+sha256sums=('ee69507aae998c5991a9503589f0cb3a720a2294576342fd8d11beb80c65fd3a'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


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

2020-10-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 27, 2020 @ 14:09:08
  Author: archange
Revision: 734425

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-27 14:09:08 UTC (rev 734424)
+++ PKGBUILD2020-10-27 14:09:08 UTC (rev 734425)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.6
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('00a1b9b2d8a822f79073ba2861bff652839a0736cf505cd893cb592b4af3bcad'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
-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
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 734423, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-27 14:09:08 UTC (rev 734425)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.5.0
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('712ce5ee3af87edfbaff991f352d887250293917aa3509899b3b659b0baff743'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+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
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-10-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 27, 2020 @ 14:08:43
  Author: archange
Revision: 734422

upgpkg: fwupd 1.5.0-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 14:05:52 UTC (rev 734421)
+++ PKGBUILD2020-10-27 14:08:43 UTC (rev 734422)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.4.6
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -31,7 +31,7 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('00a1b9b2d8a822f79073ba2861bff652839a0736cf505cd893cb592b4af3bcad'
+sha256sums=('712ce5ee3af87edfbaff991f352d887250293917aa3509899b3b659b0baff743'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-09-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, September 8, 2020 @ 18:58:35
  Author: ffy00
Revision: 701284

upgpkg: fwupd 1.4.6-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-08 18:52:38 UTC (rev 701283)
+++ PKGBUILD2020-09-08 18:58:35 UTC (rev 701284)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.4.5
-pkgrel=2
+pkgver=1.4.6
+pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -31,7 +31,7 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('bc1b625503d7e3ff73d7d69348b38e5337f40d60f6722d1820c4e2b530eff842'
+sha256sums=('00a1b9b2d8a822f79073ba2861bff652839a0736cf505cd893cb592b4af3bcad'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
@@ -50,4 +50,6 @@
 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
 }


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

2020-09-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, September 8, 2020 @ 18:58:38
  Author: ffy00
Revision: 701285

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  108 +++--
 1 file changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-08 18:58:35 UTC (rev 701284)
+++ PKGBUILD2020-09-08 18:58:38 UTC (rev 701285)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.5
-pkgrel=2
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('bc1b625503d7e3ff73d7d69348b38e5337f40d60f6722d1820c4e2b530eff842'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
-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/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 701284, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-08 18:58:38 UTC (rev 701285)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.6
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('00a1b9b2d8a822f79073ba2861bff652839a0736cf505cd893cb592b4af3bcad'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+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
+}


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

2020-08-23 Thread Bruno Pagani via arch-commits
Date: Sunday, August 23, 2020 @ 12:21:10
  Author: archange
Revision: 687093

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 12:20:44 UTC (rev 687092)
+++ PKGBUILD2020-08-23 12:21:10 UTC (rev 687093)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.5
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('bc1b625503d7e3ff73d7d69348b38e5337f40d60f6722d1820c4e2b530eff842'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
-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/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 687092, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-23 12:21:10 UTC (rev 687093)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.5
+pkgrel=2
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('bc1b625503d7e3ff73d7d69348b38e5337f40d60f6722d1820c4e2b530eff842'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-08-23 Thread Bruno Pagani via arch-commits
Date: Sunday, August 23, 2020 @ 12:20:44
  Author: archange
Revision: 687092

libxmlb 0.2 rebuild

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 12:19:47 UTC (rev 687091)
+++ PKGBUILD2020-08-23 12:20:44 UTC (rev 687092)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-07-30 Thread Filipe Laíns via arch-commits
Date: Thursday, July 30, 2020 @ 16:00:46
  Author: ffy00
Revision: 665920

upgpkg: fwupd 1.4.5-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-30 15:35:33 UTC (rev 665919)
+++ PKGBUILD2020-07-30 16:00:46 UTC (rev 665920)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -31,7 +31,7 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d742d5f30b6018a936486c3e42f6f2542ed8724afe04f517eb7b14dda749d60f'
+sha256sums=('bc1b625503d7e3ff73d7d69348b38e5337f40d60f6722d1820c4e2b530eff842'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


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

2020-07-30 Thread Filipe Laíns via arch-commits
Date: Thursday, July 30, 2020 @ 16:00:57
  Author: ffy00
Revision: 665921

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-30 16:00:46 UTC (rev 665920)
+++ PKGBUILD2020-07-30 16:00:57 UTC (rev 665921)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.4
-pkgrel=2
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d742d5f30b6018a936486c3e42f6f2542ed8724afe04f517eb7b14dda749d60f'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
-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/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 665920, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-30 16:00:57 UTC (rev 665921)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.5
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('bc1b625503d7e3ff73d7d69348b38e5337f40d60f6722d1820c4e2b530eff842'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-07-20 Thread Bruno Pagani via arch-commits
Date: Monday, July 20, 2020 @ 11:16:48
  Author: archange
Revision: 664619

Rebuild for libjcat 0.1.3

See https://github.com/fwupd/fwupd/issues/2267
Also mesonify PKGBUILD

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 09:37:54 UTC (rev 664618)
+++ PKGBUILD2020-07-20 11:16:48 UTC (rev 664619)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -36,18 +36,16 @@
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false -D plugin_flashrom=true ../build
-ninja -v -C ../build
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+meson compile -C build
 }
 
 check() {
-cd build
-meson test
+meson test -C build
 }
 
 package() {
-DESTDIR="${pkgdir}" ninja -C build install
+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


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

2020-07-20 Thread Bruno Pagani via arch-commits
Date: Monday, July 20, 2020 @ 11:16:59
  Author: archange
Revision: 664620

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  108 +
 1 file changed, 53 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 11:16:48 UTC (rev 664619)
+++ PKGBUILD2020-07-20 11:16:59 UTC (rev 664620)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.4
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d742d5f30b6018a936486c3e42f6f2542ed8724afe04f517eb7b14dda749d60f'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false -D plugin_flashrom=true ../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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 664619, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 11:16:59 UTC (rev 664620)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.4
+pkgrel=2
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d742d5f30b6018a936486c3e42f6f2542ed8724afe04f517eb7b14dda749d60f'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+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/
+}


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

2020-06-17 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 17, 2020 @ 15:00:07
  Author: ffy00
Revision: 646357

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 15:00:01 UTC (rev 646356)
+++ PKGBUILD2020-06-17 15:00:07 UTC (rev 646357)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('200d37d82a83436d8b3de3b14c4aee2d1303c952d1aa777a77d527f4810d90f1'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false -D plugin_flashrom=true ../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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 646356, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 15:00:07 UTC (rev 646357)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.4
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d742d5f30b6018a936486c3e42f6f2542ed8724afe04f517eb7b14dda749d60f'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false -D plugin_flashrom=true ../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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-06-17 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 17, 2020 @ 15:00:01
  Author: ffy00
Revision: 646356

upgpkg: fwupd 1.4.4-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 14:45:33 UTC (rev 646355)
+++ PKGBUILD2020-06-17 15:00:01 UTC (rev 646356)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.4.2
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -31,7 +31,7 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('200d37d82a83436d8b3de3b14c4aee2d1303c952d1aa777a77d527f4810d90f1'
+sha256sums=('d742d5f30b6018a936486c3e42f6f2542ed8724afe04f517eb7b14dda749d60f'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-05-18 Thread Filipe Laíns via arch-commits
Date: Monday, May 18, 2020 @ 19:16:56
  Author: ffy00
Revision: 629640

upgpkg: fwupd 1.4.2-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-18 19:11:32 UTC (rev 629639)
+++ PKGBUILD2020-05-18 19:16:56 UTC (rev 629640)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -31,7 +31,8 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('81af0ca5b63db53c2bd23b268c400cc85c430bec83e0b053c798174578a0df53' 
'SKIP')
+sha256sums=('200d37d82a83436d8b3de3b14c4aee2d1303c952d1aa777a77d527f4810d90f1'
+'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


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

2020-05-18 Thread Filipe Laíns via arch-commits
Date: Monday, May 18, 2020 @ 19:17:06
  Author: ffy00
Revision: 629641

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-18 19:16:56 UTC (rev 629640)
+++ PKGBUILD2020-05-18 19:17:06 UTC (rev 629641)
@@ -1,54 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('81af0ca5b63db53c2bd23b268c400cc85c430bec83e0b053c798174578a0df53' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false -D plugin_flashrom=true ../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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 629640, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-18 19:17:06 UTC (rev 629641)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('200d37d82a83436d8b3de3b14c4aee2d1303c952d1aa777a77d527f4810d90f1'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false -D plugin_flashrom=true ../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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2020-05-11 Thread Bruno Pagani via arch-commits
Date: Monday, May 11, 2020 @ 18:47:04
  Author: archange
Revision: 626312

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-11 18:46:59 UTC (rev 626311)
+++ PKGBUILD2020-05-11 18:47:04 UTC (rev 626312)
@@ -1,54 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.0
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('575df5fe5d3914a6056af44c5d16a25b56d09130849fb313cb20fe6ea602954e' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 626311, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-11 18:47:04 UTC (rev 626312)
@@ -0,0 +1,54 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('81af0ca5b63db53c2bd23b268c400cc85c430bec83e0b053c798174578a0df53' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false -D plugin_flashrom=true ../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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-05-11 Thread Bruno Pagani via arch-commits
Date: Monday, May 11, 2020 @ 18:46:59
  Author: archange
Revision: 626311

upgpkg: fwupd 1.4.1-1

Also enable flashrom

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-11 18:45:09 UTC (rev 626310)
+++ PKGBUILD2020-05-11 18:46:59 UTC (rev 626311)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -31,12 +31,12 @@
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('575df5fe5d3914a6056af44c5d16a25b56d09130849fb313cb20fe6ea602954e' 
'SKIP')
+sha256sums=('81af0ca5b63db53c2bd23b268c400cc85c430bec83e0b053c798174578a0df53' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {
 cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
+arch-meson -D b_lto=false -D plugin_flashrom=true ../build
 ninja -v -C ../build
 }
 


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

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 13:50:03
  Author: archange
Revision: 614712

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  114 -
 1 file changed, 54 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 13:49:54 UTC (rev 614711)
+++ PKGBUILD2020-04-15 13:50:03 UTC (rev 614712)
@@ -1,60 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.9
-pkgrel=2
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
-
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
-'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../fwupd-fix-fwupdtool-path.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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 614711, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 13:50:03 UTC (rev 614712)
@@ -0,0 +1,54 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.0
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('575df5fe5d3914a6056af44c5d16a25b56d09130849fb313cb20fe6ea602954e' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 15, 2020 @ 13:49:54
  Author: archange
Revision: 614711

upgpkg: fwupd 1.4.0-1

Patch is now released

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 13:33:17 UTC (rev 614710)
+++ PKGBUILD2020-04-15 13:49:54 UTC (rev 614711)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.9
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -10,7 +10,8 @@
 license=(LGPL)
 depends=(libxmlb efivar python libsmbios libgusb
  libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
 optdepends=(
 'modemmanager: modem firmware upgrade support'
 'udisks2: UEFI firmware upgrade support'
@@ -29,17 +30,10 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
-
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
-'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('575df5fe5d3914a6056af44c5d16a25b56d09130849fb313cb20fe6ea602954e' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
-}
-
 build() {
 cd ${pkgname}-${pkgver}
 arch-meson -D b_lto=false ../build


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:56:49
  Author: archange
Revision: 613153

FS#65814

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
+++ PKGBUILD2020-04-10 18:56:49 UTC (rev 613153)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -29,10 +29,17 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
+sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
+'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
+}
+
 build() {
 cd ${pkgname}-${pkgver}
 arch-meson -D b_lto=false ../build


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:56:54
  Author: archange
Revision: 613154

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  113 -
 1 file changed, 60 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 18:56:49 UTC (rev 613153)
+++ PKGBUILD2020-04-10 18:56:54 UTC (rev 613154)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.9
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'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)
-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'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 613153, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 18:56:54 UTC (rev 613154)
@@ -0,0 +1,60 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.9
+pkgrel=2
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
+sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
+'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../fwupd-fix-fwupdtool-path.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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-03-04 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 4, 2020 @ 16:54:42
  Author: archange
Revision: 590291

upgpkg: fwupd 1.3.9-1

Also FS#65288 (following FS#64875, might want to reevaluate FS#64095)

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-04 16:41:28 UTC (rev 590290)
+++ PKGBUILD2020-03-04 16:54:42 UTC (rev 590291)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.8
-pkgrel=2
+pkgver=1.3.9
+pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -11,10 +11,13 @@
 depends=(libxmlb efivar python libsmbios libgusb
  libsoup json-glib gcab libarchive gpgme
  libgudev polkit shared-mime-info tpm2-tss)
-optdepends=('modemmanager: modem firmware upgrade support')
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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 tpm2-tss)
+ bash-completion python-pillow help2man gnu-efi-libs)
 checkdepends=(umockdev)
 backup=('etc/fwupd/daemon.conf'
 'etc/fwupd/redfish.conf'
@@ -24,10 +27,10 @@
 'etc/fwupd/remotes.d/lvfs.conf'
 'etc/fwupd/remotes.d/vendor-directory.conf'
 'etc/fwupd/remotes.d/vendor.conf'
-'etc/fwupd/uefi.conf')
+'etc/fwupd/uefi.conf'
+'etc/fwupd/upower.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('1d49f33fd18af6e0cef630092abe4b48253841915b18cd83f9c40e23c6e50b92'
-'SKIP')
+sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


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

2020-03-04 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 4, 2020 @ 16:54:54
  Author: archange
Revision: 590292

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  103 +++--
 1 file changed, 53 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-04 16:54:42 UTC (rev 590291)
+++ PKGBUILD2020-03-04 16:54:54 UTC (rev 590292)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.8
-pkgrel=2
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
-optdepends=('modemmanager: modem 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 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})
-sha256sums=('1d49f33fd18af6e0cef630092abe4b48253841915b18cd83f9c40e23c6e50b92'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 590291, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-04 16:54:54 UTC (rev 590292)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.9
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'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)
+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'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2020-02-24 Thread Filipe Laíns via arch-commits
Date: Monday, February 24, 2020 @ 10:55:39
  Author: ffy00
Revision: 580340

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-24 10:55:20 UTC (rev 580339)
+++ PKGBUILD2020-02-24 10:55:39 UTC (rev 580340)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.8
-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
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
-optdepends=('modemmanager: modem 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 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})
-sha256sums=('1d49f33fd18af6e0cef630092abe4b48253841915b18cd83f9c40e23c6e50b92'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 580339, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-24 10:55:39 UTC (rev 580340)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.8
+pkgrel=2
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss)
+optdepends=('modemmanager: modem 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 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})
+sha256sums=('1d49f33fd18af6e0cef630092abe4b48253841915b18cd83f9c40e23c6e50b92'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-02-24 Thread Filipe Laíns via arch-commits
Date: Monday, February 24, 2020 @ 10:55:20
  Author: ffy00
Revision: 580339

libgusb 0.3.4 rebuild (1.3.8-2)

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-24 10:54:05 UTC (rev 580338)
+++ PKGBUILD2020-02-24 10:55:20 UTC (rev 580339)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;


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

2020-02-14 Thread Bruno Pagani via arch-commits
Date: Friday, February 14, 2020 @ 12:55:17
  Author: archange
Revision: 571005

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   99 ++---
 1 file changed, 50 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-14 12:55:11 UTC (rev 571004)
+++ PKGBUILD2020-02-14 12:55:17 UTC (rev 571005)
@@ -1,49 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.6
-pkgrel=1
-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 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})
-sha256sums=('8393c8471a0c797282d05e9dec292ffd39b2c1b775315af3915f66782d81d269' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 571004, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-14 12:55:17 UTC (rev 571005)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.8
+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
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss)
+optdepends=('modemmanager: modem 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 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})
+sha256sums=('1d49f33fd18af6e0cef630092abe4b48253841915b18cd83f9c40e23c6e50b92'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2020-02-14 Thread Bruno Pagani via arch-commits
Date: Friday, February 14, 2020 @ 12:55:11
  Author: archange
Revision: 571004

upgpkg: fwupd 1.3.8-1 + FS#64875

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 12:52:57 UTC (rev 571003)
+++ PKGBUILD2020-02-14 12:55:11 UTC (rev 571004)
@@ -2,16 +2,16 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.6
+pkgver=1.3.8
 pkgrel=1
-pkgdesc="A simple daemon to allow session software to update firmware"
+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
  libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info modemmanager
- tpm2-tss)
+ libgudev polkit shared-mime-info tpm2-tss)
+optdepends=('modemmanager: modem 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 tpm2-tss)
@@ -26,7 +26,8 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('8393c8471a0c797282d05e9dec292ffd39b2c1b775315af3915f66782d81d269' 
'SKIP')
+sha256sums=('1d49f33fd18af6e0cef630092abe4b48253841915b18cd83f9c40e23c6e50b92'
+'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


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

2019-12-30 Thread Bruno Pagani via arch-commits
Date: Tuesday, December 31, 2019 @ 00:39:52
  Author: archange
Revision: 545033

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   99 ++---
 1 file changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-31 00:39:41 UTC (rev 545032)
+++ PKGBUILD2019-12-31 00:39:52 UTC (rev 545033)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.5
-pkgrel=1
-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 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})
-sha256sums=('e3356138d45f32fc17372611445f2f095c397a718a40add35e3a52d0399c4bf4'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 545032, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-31 00:39:52 UTC (rev 545033)
@@ -0,0 +1,49 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.6
+pkgrel=1
+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 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})
+sha256sums=('8393c8471a0c797282d05e9dec292ffd39b2c1b775315af3915f66782d81d269' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-12-30 Thread Bruno Pagani via arch-commits
Date: Tuesday, December 31, 2019 @ 00:39:31
  Author: archange
Revision: 545030

upgpkg: fwupd 1.3.6-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-31 00:32:16 UTC (rev 545029)
+++ PKGBUILD2019-12-31 00:39:31 UTC (rev 545030)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -26,8 +26,7 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('e3356138d45f32fc17372611445f2f095c397a718a40add35e3a52d0399c4bf4'
-'SKIP')
+sha256sums=('8393c8471a0c797282d05e9dec292ffd39b2c1b775315af3915f66782d81d269' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


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

2019-11-29 Thread Filipe Laíns via arch-commits
Date: Saturday, November 30, 2019 @ 01:11:21
  Author: ffy00
Revision: 534541

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-30 01:11:09 UTC (rev 534540)
+++ PKGBUILD2019-11-30 01:11:21 UTC (rev 534541)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.4
-pkgrel=1
-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 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})
-sha256sums=('3cfd5f7215771496fc95ac28081c83a6e494b57e2fe6f988255e74076e78e89a'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 534540, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-30 01:11:21 UTC (rev 534541)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.5
+pkgrel=1
+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 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})
+sha256sums=('e3356138d45f32fc17372611445f2f095c397a718a40add35e3a52d0399c4bf4'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-11-29 Thread Filipe Laíns via arch-commits
Date: Saturday, November 30, 2019 @ 01:11:09
  Author: ffy00
Revision: 534540

upgpkg: fwupd 1.3.5-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-29 23:29:57 UTC (rev 534539)
+++ PKGBUILD2019-11-30 01:11:09 UTC (rev 534540)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -26,7 +26,7 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('3cfd5f7215771496fc95ac28081c83a6e494b57e2fe6f988255e74076e78e89a'
+sha256sums=('e3356138d45f32fc17372611445f2f095c397a718a40add35e3a52d0399c4bf4'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:37:24
  Author: archange
Revision: 533133

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   99 ++---
 1 file changed, 50 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:37:15 UTC (rev 533132)
+++ PKGBUILD2019-11-25 00:37:24 UTC (rev 533133)
@@ -1,49 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.3
-pkgrel=1
-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 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})
-sha256sums=('14ff660549b7cb7bdabc330868e00665f538cf666dee3fc982d47d8bfac61f5b' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 533132, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:37:24 UTC (rev 533133)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.4
+pkgrel=1
+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 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})
+sha256sums=('3cfd5f7215771496fc95ac28081c83a6e494b57e2fe6f988255e74076e78e89a'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:37:15
  Author: archange
Revision: 533132

upgpkg: fwupd 1.3.4-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:32:39 UTC (rev 533131)
+++ PKGBUILD2019-11-25 00:37:15 UTC (rev 533132)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -26,7 +26,8 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('14ff660549b7cb7bdabc330868e00665f538cf666dee3fc982d47d8bfac61f5b' 
'SKIP')
+sha256sums=('3cfd5f7215771496fc95ac28081c83a6e494b57e2fe6f988255e74076e78e89a'
+'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-11-03 Thread Bruno Pagani via arch-commits
Date: Sunday, November 3, 2019 @ 12:53:39
  Author: archange
Revision: 522510

upgpkg: fwupd 1.3.3-1

Fix FS#64095 (while waiting for upstream to enhance the error message).
Tests are also fixed by having tpm2-tss installed in the chroot.

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 12:38:44 UTC (rev 522509)
+++ PKGBUILD2019-11-03 12:53:39 UTC (rev 522510)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -10,8 +10,8 @@
 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')
+ 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 tpm2-tss)
@@ -26,18 +26,9 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('33a52b6140b6b0860db649674d0b9af23387328cf92a2eafd8f3a766f365891e'
-'SKIP')
+sha256sums=('14ff660549b7cb7bdabc330868e00665f538cf666dee3fc982d47d8bfac61f5b' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
-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


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

2019-11-03 Thread Bruno Pagani via arch-commits
Date: Sunday, November 3, 2019 @ 12:53:50
  Author: archange
Revision: 522511

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  107 +++--
 1 file changed, 49 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-03 12:53:39 UTC (rev 522510)
+++ PKGBUILD2019-11-03 12:53:50 UTC (rev 522511)
@@ -1,58 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.2
-pkgrel=1
-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})
-sha256sums=('33a52b6140b6b0860db649674d0b9af23387328cf92a2eafd8f3a766f365891e'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 522510, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-03 12:53:50 UTC (rev 522511)
@@ -0,0 +1,49 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.3
+pkgrel=1
+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 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})
+sha256sums=('14ff660549b7cb7bdabc330868e00665f538cf666dee3fc982d47d8bfac61f5b' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2019-09-26 Thread Filipe Laíns via arch-commits
Date: Thursday, September 26, 2019 @ 15:28:30
  Author: ffy00
Revision: 511861

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  124 -
 1 file changed, 58 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-26 15:28:20 UTC (rev 511860)
+++ PKGBUILD2019-09-26 15:28:30 UTC (rev 511861)
@@ -1,66 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-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 

-
-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/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 511860, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-26 15:28:30 UTC (rev 511861)
@@ -0,0 +1,58 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.2
+pkgrel=1
+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})
+sha256sums=('33a52b6140b6b0860db649674d0b9af23387328cf92a2eafd8f3a766f365891e'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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
+

[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-09-26 Thread Filipe Laíns via arch-commits
Date: Thursday, September 26, 2019 @ 15:28:20
  Author: ffy00
Revision: 511860

upgpkg: fwupd 1.3.2-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-26 15:19:22 UTC (rev 511859)
+++ PKGBUILD2019-09-26 15:28:20 UTC (rev 511860)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -25,11 +25,9 @@
 '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')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('33a52b6140b6b0860db649674d0b9af23387328cf92a2eafd8f3a766f365891e'
+'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 prepare() {
@@ -38,9 +36,6 @@
   # 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() {
@@ -58,9 +53,6 @@
 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/
 }


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-09-18 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 18, 2019 @ 10:46:57
  Author: ffy00
Revision: 511036

upgpkg: fwupd 1.3.1-3

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 10:25:03 UTC (rev 511035)
+++ PKGBUILD2019-09-18 10:46:57 UTC (rev 511036)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -10,11 +10,11 @@
 license=(LGPL)
 depends=(libxmlb efivar python libsmbios libgusb
  libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info modemmanager
- tpm2-tss)
+ 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)
+ bash-completion python-pillow help2man gnu-efi-libs tpm2-tss)
 checkdepends=(umockdev)
 backup=('etc/fwupd/daemon.conf'
 'etc/fwupd/redfish.conf'
@@ -25,8 +25,11 @@
 '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')
+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 

 
 prepare() {
@@ -35,6 +38,9 @@
   # 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() {


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

2019-09-18 Thread Filipe Laíns via arch-commits
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
===
--- PKGBUILD2019-09-18 10:46:57 UTC (rev 511036)
+++ PKGBUILD2019-09-18 10:47:09 UTC (rev 511037)
@@ -1,60 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-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 

-
-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)
+++ PKGBUILD2019-09-18 10:47:09 UTC (rev 511037)
@@ -0,0 +1,66 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+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 

+
+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
+

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

2019-09-16 Thread Bruno Pagani via arch-commits
Date: Monday, September 16, 2019 @ 20:20:56
  Author: archange
Revision: 510935

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  113 -
 1 file changed, 60 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-16 20:20:43 UTC (rev 510934)
+++ PKGBUILD2019-09-16 20:20:56 UTC (rev 510935)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.10
-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/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=('4bee2032da8e3b690ecdc9a8a5662ea9b8287f72ba557758aa5321128f7ed646' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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 510934, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-16 20:20:56 UTC (rev 510935)
@@ -0,0 +1,60 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+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 

+
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-09-16 Thread Bruno Pagani via arch-commits
Date: Monday, September 16, 2019 @ 20:20:43
  Author: archange
Revision: 510934

Fix PKGBUILD and rebuild

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-16 20:15:47 UTC (rev 510933)
+++ PKGBUILD2019-09-16 20:20:43 UTC (rev 510934)
@@ -3,20 +3,18 @@
 
 pkgname=fwupd
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
-url="https://github.com/hughsie/fwupd;
+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)
+ 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
- tpm2-tss)
-optdepends=('tpm2-abrmd: TPM2 support'
-'tpm2-tools: TPM2 support')
+ bash-completion python-pillow help2man gnu-efi-libs)
 checkdepends=(umockdev)
 backup=('etc/fwupd/daemon.conf'
 'etc/fwupd/redfish.conf'
@@ -28,8 +26,7 @@
 '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')
+sha256sums=('6fcb6773a2e1fe12bd7aa86aebcfd2cb6a877f7400590abaad8347cc881f7aa0' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 prepare() {


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-09-16 Thread Filipe Laíns via arch-commits
Date: Monday, September 16, 2019 @ 11:34:21
  Author: ffy00
Revision: 510876

upgpkg: fwupd 1.3.1-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-16 11:34:13 UTC (rev 510875)
+++ PKGBUILD2019-09-16 11:34:21 UTC (rev 510876)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.10
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -13,7 +13,8 @@
  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)
+ bash-completion python-pillow help2man gnu-efi-libs
+ tpm2-tss)
 optdepends=('tpm2-abrmd: TPM2 support'
 'tpm2-tools: TPM2 support')
 checkdepends=(umockdev)
@@ -27,9 +28,18 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('4bee2032da8e3b690ecdc9a8a5662ea9b8287f72ba557758aa5321128f7ed646' 
'SKIP')
+sha256sums=('6fcb6773a2e1fe12bd7aa86aebcfd2cb6a877f7400590abaad8347cc881f7aa0'
+'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
+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


[arch-commits] Commit in fwupd/repos (2 files)

2019-09-16 Thread Filipe Laíns via arch-commits
Date: Monday, September 16, 2019 @ 11:34:26
  Author: ffy00
Revision: 510877

archrelease: copy trunk to community-testing-x86_64

Added:
  fwupd/repos/community-testing-x86_64/
  fwupd/repos/community-testing-x86_64/PKGBUILD
(from rev 510876, fwupd/trunk/PKGBUILD)

--+
 PKGBUILD |   63 +
 1 file changed, 63 insertions(+)

Copied: fwupd/repos/community-testing-x86_64/PKGBUILD (from rev 510876, 
fwupd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-09-16 11:34:26 UTC (rev 510877)
@@ -0,0 +1,63 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.1
+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
+ tpm2-tss)
+optdepends=('tpm2-abrmd: TPM2 support'
+'tpm2-tools: TPM2 support')
+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 

+
+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/
+}


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

2019-07-16 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 16, 2019 @ 09:07:29
  Author: archange
Revision: 490010

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 09:07:19 UTC (rev 490009)
+++ PKGBUILD2019-07-16 09:07:29 UTC (rev 490010)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.9
-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/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=('65fedf85a3c518aa8c657321b2f854e207d6dd1e987cfd9eaf649f070d381da0' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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 490009, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 09:07:29 UTC (rev 490010)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.10
+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/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=('4bee2032da8e3b690ecdc9a8a5662ea9b8287f72ba557758aa5321128f7ed646' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-07-16 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 16, 2019 @ 09:07:19
  Author: archange
Revision: 490009

upgpkg: fwupd 1.2.10-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 09:01:42 UTC (rev 490008)
+++ PKGBUILD2019-07-16 09:07:19 UTC (rev 490009)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -27,7 +27,7 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('65fedf85a3c518aa8c657321b2f854e207d6dd1e987cfd9eaf649f070d381da0' 
'SKIP')
+sha256sums=('4bee2032da8e3b690ecdc9a8a5662ea9b8287f72ba557758aa5321128f7ed646' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-05-21 Thread Bruno Pagani via arch-commits
Date: Tuesday, May 21, 2019 @ 13:47:41
  Author: archange
Revision: 468191

upgpkg: fwupd 1.2.9-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 12:59:32 UTC (rev 468190)
+++ PKGBUILD2019-05-21 13:47:41 UTC (rev 468191)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -27,7 +27,7 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('8c03a17b3de08d0de89902ac676c9c0ce66c14152e8798120c9669c044c17b61' 
'SKIP')
+sha256sums=('65fedf85a3c518aa8c657321b2f854e207d6dd1e987cfd9eaf649f070d381da0' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


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

2019-05-21 Thread Bruno Pagani via arch-commits
Date: Tuesday, May 21, 2019 @ 13:47:52
  Author: archange
Revision: 468192

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 13:47:41 UTC (rev 468191)
+++ PKGBUILD2019-05-21 13:47:52 UTC (rev 468192)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.8
-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/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=('8c03a17b3de08d0de89902ac676c9c0ce66c14152e8798120c9669c044c17b61' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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 468191, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 13:47:52 UTC (rev 468192)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.9
+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/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=('65fedf85a3c518aa8c657321b2f854e207d6dd1e987cfd9eaf649f070d381da0' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-04-24 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 24, 2019 @ 12:51:39
  Author: archange
Revision: 453321

upgpkg: fwupd 1.2.8-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 12:51:30 UTC (rev 453320)
+++ PKGBUILD2019-04-24 12:51:39 UTC (rev 453321)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -27,7 +27,7 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('c37ed23f7e89c2dc3670589b24c4f28ced7405ccee04f996a677ef5283e10cb9' 
'SKIP')
+sha256sums=('8c03a17b3de08d0de89902ac676c9c0ce66c14152e8798120c9669c044c17b61' 
'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


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

2019-04-24 Thread Bruno Pagani via arch-commits
Date: Wednesday, April 24, 2019 @ 12:51:54
  Author: archange
Revision: 453322

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 12:51:39 UTC (rev 453321)
+++ PKGBUILD2019-04-24 12:51:54 UTC (rev 453322)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.7
-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/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=('c37ed23f7e89c2dc3670589b24c4f28ced7405ccee04f996a677ef5283e10cb9' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-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 453321, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 12:51:54 UTC (rev 453322)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.8
+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/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=('8c03a17b3de08d0de89902ac676c9c0ce66c14152e8798120c9669c044c17b61' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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/
+}


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

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 23:02:07
  Author: archange
Revision: 451674

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   99 -
 1 file changed, 53 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 23:01:55 UTC (rev 451673)
+++ PKGBUILD2019-04-14 23:02:07 UTC (rev 451674)
@@ -1,46 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-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 

-
-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 451673, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 23:02:07 UTC (rev 451674)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.7
+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/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=('c37ed23f7e89c2dc3670589b24c4f28ced7405ccee04f996a677ef5283e10cb9' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 23:01:55
  Author: archange
Revision: 451673

upgpkg: fwupd 1.2.7-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   35 +--
 1 file changed, 21 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 22:51:10 UTC (rev 451672)
+++ PKGBUILD2019-04-14 23:01:55 UTC (rev 451673)
@@ -2,26 +2,33 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
-arch=('x86_64')
+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')
+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')
+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=('36f53b652a0df9088c53311d0ab48dfff0b6cb79c56257fbd3034146b6979467'
-'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+sha256sums=('c37ed23f7e89c2dc3670589b24c4f28ced7405ccee04f996a677ef5283e10cb9' 
'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-03-28 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2019-03-28 22:51:05 UTC (rev 445648)
+++ PKGBUILD2019-03-28 22:51:37 UTC (rev 445649)
@@ -1,45 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-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 

-
-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)
+++ PKGBUILD2019-03-28 22:51:37 UTC (rev 445649)
@@ -0,0 +1,46 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+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 

+
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-03-28 Thread Bruno Pagani via arch-commits
Date: Thursday, March 28, 2019 @ 22:51:05
  Author: archange
Revision: 445648

upgpkg: fwupd 1.2.6-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-28 22:50:37 UTC (rev 445647)
+++ PKGBUILD2019-03-28 22:51:05 UTC (rev 445648)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL')
 depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
  'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
- 'libgudev' 'polkit' 'shared-mime-info')
+ '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')
@@ -19,7 +19,8 @@
 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')
+sha256sums=('36f53b652a0df9088c53311d0ab48dfff0b6cb79c56257fbd3034146b6979467'
+'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2019-02-25 Thread Bruno Pagani via arch-commits
Date: Monday, February 25, 2019 @ 23:35:35
  Author: archange
Revision: 436061

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-25 23:35:26 UTC (rev 436060)
+++ PKGBUILD2019-02-25 23:35:35 UTC (rev 436061)
@@ -1,45 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.4
-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=('ac57addecfef39dfac5a98359425917ac124f1a16552fac9a9790dd8d4716777' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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 436060, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-25 23:35:35 UTC (rev 436061)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+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 

+
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-02-25 Thread Bruno Pagani via arch-commits
Date: Monday, February 25, 2019 @ 23:35:26
  Author: archange
Revision: 436060

upgpkg: fwupd 1.2.5-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-25 23:29:07 UTC (rev 436059)
+++ PKGBUILD2019-02-25 23:35:26 UTC (rev 436060)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('ac57addecfef39dfac5a98359425917ac124f1a16552fac9a9790dd8d4716777' 
'SKIP')
+sha256sums=('056115790c95537fbaf5c348ea3d1ee8a3a005f55c2613fc83e6401c67faf920' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2019-02-02 Thread Bruno Pagani via arch-commits
Date: Saturday, February 2, 2019 @ 19:57:03
  Author: archange
Revision: 429214

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-02 19:55:42 UTC (rev 429213)
+++ PKGBUILD2019-02-02 19:57:03 UTC (rev 429214)
@@ -1,45 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.3
-pkgrel=2
-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=('541343f6ae677a8619ce9ac6b52a4bb6f0993c7b53d4954dc25035cb6c7c1787' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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 429213, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-02 19:57:03 UTC (rev 429214)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.4
+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=('ac57addecfef39dfac5a98359425917ac124f1a16552fac9a9790dd8d4716777' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-02-02 Thread Bruno Pagani via arch-commits
Date: Saturday, February 2, 2019 @ 19:55:42
  Author: archange
Revision: 429213

upgpkg: fwupd 1.2.4-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 19:22:43 UTC (rev 429212)
+++ PKGBUILD2019-02-02 19:55:42 UTC (rev 429213)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
 url="https://github.com/hughsie/fwupd;
@@ -19,7 +19,7 @@
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('541343f6ae677a8619ce9ac6b52a4bb6f0993c7b53d4954dc25035cb6c7c1787' 
'SKIP')
+sha256sums=('ac57addecfef39dfac5a98359425917ac124f1a16552fac9a9790dd8d4716777' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 22:42:49
  Author: archange
Revision: 422775

Fix D-BUS policy dir + FS#61257

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 22:36:35 UTC (rev 422774)
+++ PKGBUILD2019-01-12 22:42:49 UTC (rev 422775)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
 url="https://github.com/hughsie/fwupd;
@@ -14,6 +14,8 @@
 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})
@@ -35,6 +37,9 @@
 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/
 }


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

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 22:43:04
  Author: archange
Revision: 422776

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   85 -
 1 file changed, 45 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 22:42:49 UTC (rev 422775)
+++ PKGBUILD2019-01-12 22:43:04 UTC (rev 422776)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.3
-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')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('541343f6ae677a8619ce9ac6b52a4bb6f0993c7b53d4954dc25035cb6c7c1787' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 422775, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 22:43:04 UTC (rev 422776)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.3
+pkgrel=2
+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=('541343f6ae677a8619ce9ac6b52a4bb6f0993c7b53d4954dc25035cb6c7c1787' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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/
+}


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

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 13:33:08
  Author: archange
Revision: 420536

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 13:33:01 UTC (rev 420535)
+++ PKGBUILD2019-01-04 13:33:08 UTC (rev 420536)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.2
-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')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('593d8ad46379d6f75636f14f67eccaa8562e0c17bf44f575728dc4f90a2689d3' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 420535, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 13:33:08 UTC (rev 420536)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.3
+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')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('541343f6ae677a8619ce9ac6b52a4bb6f0993c7b53d4954dc25035cb6c7c1787' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 13:33:01
  Author: archange
Revision: 420535

upgpkg: fwupd 1.2.3-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 13:25:35 UTC (rev 420534)
+++ PKGBUILD2019-01-04 13:33:01 UTC (rev 420535)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('593d8ad46379d6f75636f14f67eccaa8562e0c17bf44f575728dc4f90a2689d3' 
'SKIP')
+sha256sums=('541343f6ae677a8619ce9ac6b52a4bb6f0993c7b53d4954dc25035cb6c7c1787' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2019-01-01 Thread Bruno Pagani via arch-commits
Date: Tuesday, January 1, 2019 @ 13:42:45
  Author: archange
Revision: 420153

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-01 13:42:25 UTC (rev 420152)
+++ PKGBUILD2019-01-01 13:42:45 UTC (rev 420153)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.1
-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')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('e1c1d629d09756388f28e2e769443dad918cb9a188898ab5547e3e02351dcb88' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 420152, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-01 13:42:45 UTC (rev 420153)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.2
+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')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('593d8ad46379d6f75636f14f67eccaa8562e0c17bf44f575728dc4f90a2689d3' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2019-01-01 Thread Bruno Pagani via arch-commits
Date: Tuesday, January 1, 2019 @ 13:42:25
  Author: archange
Revision: 420152

upgpkg: fwupd 1.2.2-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-01 13:38:33 UTC (rev 420151)
+++ PKGBUILD2019-01-01 13:42:25 UTC (rev 420152)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('e1c1d629d09756388f28e2e769443dad918cb9a188898ab5547e3e02351dcb88' 
'SKIP')
+sha256sums=('593d8ad46379d6f75636f14f67eccaa8562e0c17bf44f575728dc4f90a2689d3' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {
@@ -34,7 +34,7 @@
 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"
+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/
+rm -r "${pkgdir}"/usr/share/installed-tests/
 }


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

2018-11-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 27, 2018 @ 23:18:37
  Author: archange
Revision: 410247

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 23:18:21 UTC (rev 410246)
+++ PKGBUILD2018-11-27 23:18:37 UTC (rev 410247)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.0
-pkgrel=2
-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')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6d2b91fddbcd1ea9a0c3a9c1867cac5580ac5c0deb9dabde63bba438f45a6f21' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 410246, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 23:18:37 UTC (rev 410247)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.1
+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')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('e1c1d629d09756388f28e2e769443dad918cb9a188898ab5547e3e02351dcb88' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-11-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 27, 2018 @ 23:18:21
  Author: archange
Revision: 410246

upgpkg: fwupd 1.2.1-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-27 22:58:39 UTC (rev 410245)
+++ PKGBUILD2018-11-27 23:18:21 UTC (rev 410246)
@@ -2,8 +2,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
 url="https://github.com/hughsie/fwupd;
@@ -17,7 +17,7 @@
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6d2b91fddbcd1ea9a0c3a9c1867cac5580ac5c0deb9dabde63bba438f45a6f21' 
'SKIP')
+sha256sums=('e1c1d629d09756388f28e2e769443dad918cb9a188898ab5547e3e02351dcb88' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2018-11-19 Thread Bruno Pagani via arch-commits
Date: Monday, November 19, 2018 @ 15:21:09
  Author: archange
Revision: 408819

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-19 15:20:54 UTC (rev 408818)
+++ PKGBUILD2018-11-19 15:21:09 UTC (rev 408819)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.0
-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')
-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/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6d2b91fddbcd1ea9a0c3a9c1867cac5580ac5c0deb9dabde63bba438f45a6f21' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 408818, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-19 15:21:09 UTC (rev 408819)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.0
+pkgrel=2
+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')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6d2b91fddbcd1ea9a0c3a9c1867cac5580ac5c0deb9dabde63bba438f45a6f21' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-11-19 Thread Bruno Pagani via arch-commits
Date: Monday, November 19, 2018 @ 15:20:54
  Author: archange
Revision: 408818

Fix FS#60802

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-19 15:20:41 UTC (rev 408817)
+++ PKGBUILD2018-11-19 15:20:54 UTC (rev 408818)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
 url="https://github.com/hughsie/fwupd;
@@ -10,7 +10,7 @@
 license=('LGPL')
 depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
  'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
- 'libgudev' 'polkit')
+ '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')


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

2018-11-08 Thread Bruno Pagani via arch-commits
Date: Thursday, November 8, 2018 @ 11:52:15
  Author: archange
Revision: 403983

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-08 11:51:55 UTC (rev 403982)
+++ PKGBUILD2018-11-08 11:52:15 UTC (rev 403983)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.1.3
-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=('appstream-glib' 'efivar' 'python' 'libsmbios' 'libgusb')
-makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
- 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
- 'libsoup' 'polkit' 'gcab'
- 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('474568a98af8ae82255c18da90ce2e4d290875da98638c4b1c44632c758314af'
-'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 403982, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-08 11:52:15 UTC (rev 403983)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.0
+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')
+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/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6d2b91fddbcd1ea9a0c3a9c1867cac5580ac5c0deb9dabde63bba438f45a6f21' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-11-08 Thread Bruno Pagani via arch-commits
Date: Thursday, November 8, 2018 @ 11:51:48
  Author: archange
Revision: 403981

upgpkg: fwupd 1.2.0-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-08 11:51:39 UTC (rev 403980)
+++ PKGBUILD2018-11-08 11:51:48 UTC (rev 403981)
@@ -2,22 +2,22 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
+pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
+url="https://github.com/hughsie/fwupd;
 license=('LGPL')
-depends=('appstream-glib' 'efivar' 'python' 'libsmbios' 'libgusb')
+depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
+ 'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
+ 'libgudev' 'polkit')
 makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
  'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
- 'libsoup' 'polkit' 'gcab'
  'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('474568a98af8ae82255c18da90ce2e4d290875da98638c4b1c44632c758314af'
-'SKIP')
+sha256sums=('6d2b91fddbcd1ea9a0c3a9c1867cac5580ac5c0deb9dabde63bba438f45a6f21' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 18:04:30
  Author: archange
Revision: 398280

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   77 +++--
 1 file changed, 40 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 18:03:45 UTC (rev 398279)
+++ PKGBUILD2018-10-21 18:04:30 UTC (rev 398280)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.1.2
-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=('appstream-glib' 'efivar' 'python' 'libsmbios')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala' 'gnu-efi-libs')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 398279, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 18:04:30 UTC (rev 398280)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.1.3
+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=('appstream-glib' 'efivar' 'python' 'libsmbios' 'libgusb')
+makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
+ 'libsoup' 'polkit' 'gcab'
+ 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('474568a98af8ae82255c18da90ce2e4d290875da98638c4b1c44632c758314af'
+'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 18:03:45
  Author: archange
Revision: 398279

upgpkg: fwupd 1.1.3-1

Sync dependency listing with upstream

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 17:43:20 UTC (rev 398278)
+++ PKGBUILD2018-10-21 18:03:45 UTC (rev 398279)
@@ -2,19 +2,22 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.1.2
+pkgver=1.1.3
 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=('appstream-glib' 'efivar' 'python' 'libsmbios')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala' 'gnu-efi-libs')
+depends=('appstream-glib' 'efivar' 'python' 'libsmbios' 'libgusb')
+makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
+ 'libsoup' 'polkit' 'gcab'
+ 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 
'SKIP')
+sha256sums=('474568a98af8ae82255c18da90ce2e4d290875da98638c4b1c44632c758314af'
+'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2018-09-16 Thread Bruno Pagani via arch-commits
Date: Sunday, September 16, 2018 @ 14:46:44
  Author: archange
Revision: 382214

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   75 ++---
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 14:46:25 UTC (rev 382213)
+++ PKGBUILD2018-09-16 14:46:44 UTC (rev 382214)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.1.1
-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=('appstream-glib' 'efivar' 'python' 'libsmbios')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala' 'gnu-efi-libs')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('1a8126176dffe3909bd0a52822ce7557f58b64b980ac1dc7de885e73ad9bea6b' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 382213, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 14:46:44 UTC (rev 382214)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.1.2
+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=('appstream-glib' 'efivar' 'python' 'libsmbios')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala' 'gnu-efi-libs')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-09-16 Thread Bruno Pagani via arch-commits
Date: Sunday, September 16, 2018 @ 14:46:25
  Author: archange
Revision: 382213

upgpkg: fwupd 1.1.2-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-16 12:07:28 UTC (rev 382212)
+++ PKGBUILD2018-09-16 14:46:25 UTC (rev 382213)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
@@ -10,11 +10,11 @@
 license=('LGPL')
 depends=('appstream-glib' 'efivar' 'python' 'libsmbios')
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala' 'gnu-efi-libs')
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala' 'gnu-efi-libs')
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('1a8126176dffe3909bd0a52822ce7557f58b64b980ac1dc7de885e73ad9bea6b' 
'SKIP')
+sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2018-08-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, August 14, 2018 @ 15:54:32
  Author: archange
Revision: 371593

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-14 15:54:17 UTC (rev 371592)
+++ PKGBUILD2018-08-14 15:54:32 UTC (rev 371593)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.1.0
-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=('appstream-glib' 'efivar' 'python' 'libsmbios')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala' 'gnu-efi-libs')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('cd1321195f04779b5d2dd8b55b42cab38c388c2653f1db5aeff17507d6bf8e3a' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 371592, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-14 15:54:32 UTC (rev 371593)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.1.1
+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=('appstream-glib' 'efivar' 'python' 'libsmbios')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala' 'gnu-efi-libs')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('1a8126176dffe3909bd0a52822ce7557f58b64b980ac1dc7de885e73ad9bea6b' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-08-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, August 14, 2018 @ 15:54:17
  Author: archange
Revision: 371592

upgpkg: fwupd 1.1.1-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 15:51:02 UTC (rev 371591)
+++ PKGBUILD2018-08-14 15:54:17 UTC (rev 371592)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('cd1321195f04779b5d2dd8b55b42cab38c388c2653f1db5aeff17507d6bf8e3a' 
'SKIP')
+sha256sums=('1a8126176dffe3909bd0a52822ce7557f58b64b980ac1dc7de885e73ad9bea6b' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-07-14 Thread Bruno Pagani via arch-commits
Date: Saturday, July 14, 2018 @ 21:52:01
  Author: archange
Revision: 359482

upgpkg: fwupd 1.1.0-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-14 21:51:08 UTC (rev 359481)
+++ PKGBUILD2018-07-14 21:52:01 UTC (rev 359482)
@@ -3,19 +3,19 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.0.8
+pkgver=1.1.0
 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=('appstream-glib' 'fwupdate' 'python')
+depends=('appstream-glib' 'efivar' 'python' 'libsmbios')
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala' 'gnu-efi-libs')
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('96a68c8bfd9c2b1d961fcd80fe623099aed96177c1f537190e8b24655a6e501f' 
'SKIP')
+sha256sums=('cd1321195f04779b5d2dd8b55b42cab38c388c2653f1db5aeff17507d6bf8e3a' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2018-07-14 Thread Bruno Pagani via arch-commits
Date: Saturday, July 14, 2018 @ 21:52:21
  Author: archange
Revision: 359483

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-14 21:52:01 UTC (rev 359482)
+++ PKGBUILD2018-07-14 21:52:21 UTC (rev 359483)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.0.8
-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=('appstream-glib' 'fwupdate' 'python')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('96a68c8bfd9c2b1d961fcd80fe623099aed96177c1f537190e8b24655a6e501f' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 359482, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-14 21:52:21 UTC (rev 359483)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.1.0
+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=('appstream-glib' 'efivar' 'python' 'libsmbios')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala' 'gnu-efi-libs')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('cd1321195f04779b5d2dd8b55b42cab38c388c2653f1db5aeff17507d6bf8e3a' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


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

2018-06-07 Thread Bruno Pagani via arch-commits
Date: Thursday, June 7, 2018 @ 21:20:53
  Author: archange
Revision: 341917

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-07 21:18:38 UTC (rev 341916)
+++ PKGBUILD2018-06-07 21:20:53 UTC (rev 341917)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
-checkdepends=('umockdev')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('bca73fb9995249e1998b2288dc9eef31e55902acbe13bdd8e416c5031cc64757' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 341916, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-07 21:20:53 UTC (rev 341917)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.0.8
+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=('appstream-glib' 'fwupdate' 'python')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('96a68c8bfd9c2b1d961fcd80fe623099aed96177c1f537190e8b24655a6e501f' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-06-07 Thread Bruno Pagani via arch-commits
Date: Thursday, June 7, 2018 @ 21:18:38
  Author: archange
Revision: 341916

upgpkg: fwupd 1.0.8-1

Upstream relicensed to LGPLv2.1+

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-07 21:08:47 UTC (rev 341915)
+++ PKGBUILD2018-06-07 21:18:38 UTC (rev 341916)
@@ -3,19 +3,19 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
 url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
+license=('LGPL')
+depends=('appstream-glib' 'fwupdate' 'python')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
  'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('bca73fb9995249e1998b2288dc9eef31e55902acbe13bdd8e416c5031cc64757' 
'SKIP')
+sha256sums=('96a68c8bfd9c2b1d961fcd80fe623099aed96177c1f537190e8b24655a6e501f' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-05-17 Thread Bruno Pagani via arch-commits
Date: Thursday, May 17, 2018 @ 14:20:54
  Author: archange
Revision: 323814

Fix FS#58629

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 14:20:31 UTC (rev 323813)
+++ PKGBUILD2018-05-17 14:20:54 UTC (rev 323814)
@@ -13,6 +13,7 @@
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
  'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
 checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
 sha256sums=('bca73fb9995249e1998b2288dc9eef31e55902acbe13bdd8e416c5031cc64757' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 



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

2018-05-09 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 9, 2018 @ 16:19:04
  Author: archange
Revision: 319897

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 319896, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD
  fwupd/repos/community-x86_64/capsule-changes.patch
  fwupd/repos/community-x86_64/config-esp-path.patch

---+
 PKGBUILD  |   73 +++---
 capsule-changes.patch |  135 --
 config-esp-path.patch |  242 
 3 files changed, 37 insertions(+), 413 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 16:18:44 UTC (rev 319896)
+++ PKGBUILD2018-05-09 16:19:04 UTC (rev 319897)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
-checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223')
-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 319896, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 16:19:04 UTC (rev 319897)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord' 'python')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
+checkdepends=('umockdev')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('bca73fb9995249e1998b2288dc9eef31e55902acbe13bdd8e416c5031cc64757' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}

Deleted: capsule-changes.patch
===
--- capsule-changes.patch   2018-05-09 16:18:44 UTC (rev 319896)
+++ capsule-changes.patch   2018-05-09 16:19:04 UTC (rev 319897)
@@ -1,135 +0,0 @@
-From 02c469052f56dc088705484cbb9f0b788df23b08 Mon Sep 17 00:00:00 2001
-From: Mario Limonciello 
-Date: Mon, 19 Feb 2018 13:11:27 -0600
-Subject: [PATCH] uefi: Report if UX capsule was supported in the report
- metadata
-

- plugins/uefi/fu-plugin-uefi.c | 47 +++
- 1 file changed, 21 insertions(+), 26 deletions(-)
-
-diff --git a/plugins/uefi/fu-plugin-uefi.c b/plugins/uefi/fu-plugin-uefi.c
-index 1f59a99c..87950d7c 100644
 a/plugins/uefi/fu-plugin-uefi.c
-+++ b/plugins/uefi/fu-plugin-uefi.c
-@@ -29,6 +29,10 @@
- #include "fu-plugin.h"
- #include "fu-plugin-vfuncs.h"
- 
-+struct FuPluginData {
-+  gbooleanux_capsule;
-+};
-+
- /* drop when upgrading minimum required version of efivar to 33 */
- #if !defined (efi_guid_ux_capsule)
- #define efi_guid_ux_capsule 
EFI_GUID(0x3b8c8162,0x188c,0x46a4,0xaec9,0xbe,0x43,0xf1,0xd6,0x56,0x97)
-@@ -37,6 +41,8 @@
- void
- fu_plugin_init (FuPlugin *plugin)
- {
-+  FuPluginData *data = fu_plugin_alloc_data (plugin, sizeof 
(FuPluginData));
-+  data->ux_capsule = FALSE;
-   fu_plugin_add_rule (plugin, FU_PLUGIN_RULE_RUN_AFTER, "upower");
-   fu_plugin_add_report_metadata (plugin, 

[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-05-09 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 9, 2018 @ 16:18:44
  Author: archange
Revision: 319896

upgpkg: fwupd 1.0.7-1

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 15:59:13 UTC (rev 319895)
+++ PKGBUILD2018-05-09 16:18:44 UTC (rev 319896)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
 checkdepends=('umockdev')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('15017c142f9e76b7133b6f31fccc456bbcb324700f15e2461a883e58849c95d3' 
'SKIP')
+sha256sums=('bca73fb9995249e1998b2288dc9eef31e55902acbe13bdd8e416c5031cc64757' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 12:49:52
  Author: archange
Revision: 313383

Update source URL, new one comes with GPG as well

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 12:47:59 UTC (rev 313382)
+++ PKGBUILD2018-03-29 12:49:52 UTC (rev 313383)
@@ -13,8 +13,9 @@
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
  'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
 checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('15017c142f9e76b7133b6f31fccc456bbcb324700f15e2461a883e58849c95d3' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {
 cd ${pkgname}-${pkgver}



[arch-commits] Commit in fwupd/trunk (capsule-changes.patch config-esp-path.patch)

2018-03-12 Thread Bruno Pagani via arch-commits
Date: Monday, March 12, 2018 @ 15:03:44
  Author: archange
Revision: 306395

Remove patches from tree

Deleted:
  fwupd/trunk/capsule-changes.patch
  fwupd/trunk/config-esp-path.patch

---+
 capsule-changes.patch |  135 --
 config-esp-path.patch |  242 
 2 files changed, 377 deletions(-)

Deleted: capsule-changes.patch
===
--- capsule-changes.patch   2018-03-12 15:01:15 UTC (rev 306394)
+++ capsule-changes.patch   2018-03-12 15:03:44 UTC (rev 306395)
@@ -1,135 +0,0 @@
-From 02c469052f56dc088705484cbb9f0b788df23b08 Mon Sep 17 00:00:00 2001
-From: Mario Limonciello 
-Date: Mon, 19 Feb 2018 13:11:27 -0600
-Subject: [PATCH] uefi: Report if UX capsule was supported in the report
- metadata
-

- plugins/uefi/fu-plugin-uefi.c | 47 +++
- 1 file changed, 21 insertions(+), 26 deletions(-)
-
-diff --git a/plugins/uefi/fu-plugin-uefi.c b/plugins/uefi/fu-plugin-uefi.c
-index 1f59a99c..87950d7c 100644
 a/plugins/uefi/fu-plugin-uefi.c
-+++ b/plugins/uefi/fu-plugin-uefi.c
-@@ -29,6 +29,10 @@
- #include "fu-plugin.h"
- #include "fu-plugin-vfuncs.h"
- 
-+struct FuPluginData {
-+  gbooleanux_capsule;
-+};
-+
- /* drop when upgrading minimum required version of efivar to 33 */
- #if !defined (efi_guid_ux_capsule)
- #define efi_guid_ux_capsule 
EFI_GUID(0x3b8c8162,0x188c,0x46a4,0xaec9,0xbe,0x43,0xf1,0xd6,0x56,0x97)
-@@ -37,6 +41,8 @@
- void
- fu_plugin_init (FuPlugin *plugin)
- {
-+  FuPluginData *data = fu_plugin_alloc_data (plugin, sizeof 
(FuPluginData));
-+  data->ux_capsule = FALSE;
-   fu_plugin_add_rule (plugin, FU_PLUGIN_RULE_RUN_AFTER, "upower");
-   fu_plugin_add_report_metadata (plugin, "FwupdateVersion", 
LIBFWUP_LIBRARY_VERSION);
-   fu_plugin_add_report_metadata (plugin, "EfivarVersion", 
EFIVAR_LIBRARY_VERSION);
-@@ -89,22 +95,6 @@ fu_plugin_uefi_find (fwup_resource_iter *iter, const gchar 
*guid_str, GError **e
-   return re_matched;
- }
- 
--static fwup_resource *
--fu_plugin_uefi_find_raw (fwup_resource_iter *iter, efi_guid_t *guid)
--{
--  fwup_resource *re_matched = NULL;
--  fwup_resource *re = NULL;
--  while (fwup_resource_iter_next (iter, ) > 0) {
--  efi_guid_t *guid_tmp;
--  fwup_get_guid (re, _tmp);
--  if (efi_guid_cmp (guid_tmp, guid) == 0) {
--  re_matched = re;
--  break;
--  }
--  }
--  return re_matched;
--}
--
- static void
- _fwup_resource_iter_free (fwup_resource_iter *iter)
- {
-@@ -317,12 +307,6 @@ fu_plugin_uefi_update_splash (GError **error)
-   { 0, 0 }
-   };
- 
--  /* is this supported? */
--  fwup_resource_iter_create ();
--  re = fu_plugin_uefi_find_raw (iter, _guid_ux_capsule);
--  if (re == NULL)
--  return TRUE;
--
-   /* get the boot graphics resource table data */
- #ifdef HAVE_FWUP_GET_BGRT_INFO
-   rc = fwup_get_ux_capsule_info (_width, _height);
-@@ -381,6 +365,7 @@ fu_plugin_update (FuPlugin *plugin,
- FwupdInstallFlags flags,
- GError **error)
- {
-+  FuPluginData *data = fu_plugin_get_data (plugin);
-   fwup_resource *re = NULL;
-   guint64 hardware_instance = 0;  /* FIXME */
-   g_autoptr(fwup_resource_iter) iter = NULL;
-@@ -402,9 +387,12 @@ fu_plugin_update (FuPlugin *plugin,
-   /* perform the update */
-   g_debug ("Performing UEFI capsule update");
-   fu_device_set_status (device, FWUPD_STATUS_SCHEDULING);
--  if (!fu_plugin_uefi_update_splash (_splash)) {
--  g_warning ("failed to upload BGRT splash text: %s",
-- error_splash->message);
-+
-+  if (data->ux_capsule) {
-+  if (!fu_plugin_uefi_update_splash (_splash)) {
-+  g_warning ("failed to upload UEFI UX capsule text: %s",
-+ error_splash->message);
-+  }
-   }
-   if (!fu_plugin_uefi_update_resource (re, hardware_instance, blob_fw, 
error))
-   return FALSE;
-@@ -508,6 +496,7 @@ fu_plugin_uefi_get_name_for_type (FuPlugin *plugin, 
guint32 uefi_type)
- static void
- fu_plugin_uefi_coldplug_resource (FuPlugin *plugin, fwup_resource *re)
- {
-+  FuPluginData *data = fu_plugin_get_data (plugin);
-   AsVersionParseFlag parse_flags;
-   efi_guid_t *guid_raw;
-   guint32 uefi_type;
-@@ -523,7 +512,7 @@ fu_plugin_uefi_coldplug_resource (FuPlugin *plugin, 
fwup_resource *re)
-   /* detect the fake GUID used for uploading the image */
-   fwup_get_guid (re, _raw);
-   if (efi_guid_cmp (guid_raw, _guid_ux_capsule) == 0) {
--  g_debug ("skipping entry, detected fake BGRT");
-+  data->ux_capsule = TRUE;
-   return;
-   }
- 
-@@ 

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

2018-03-12 Thread Bruno Pagani via arch-commits
Date: Monday, March 12, 2018 @ 15:01:15
  Author: archange
Revision: 306394

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 306393, fwupd/trunk/PKGBUILD)
  fwupd/repos/community-x86_64/capsule-changes.patch
(from rev 306393, fwupd/trunk/capsule-changes.patch)
  fwupd/repos/community-x86_64/config-esp-path.patch
(from rev 306393, fwupd/trunk/config-esp-path.patch)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD
  fwupd/repos/community-x86_64/capsule-changes.patch
  fwupd/repos/community-x86_64/config-esp-path.patch

---+
 PKGBUILD  |   82 +++-
 capsule-changes.patch |  270 +-
 config-esp-path.patch |  484 
 3 files changed, 413 insertions(+), 423 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-12 15:00:53 UTC (rev 306393)
+++ PKGBUILD2018-03-12 15:01:15 UTC (rev 306394)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject')
-checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
-'capsule-changes.patch'
-'config-esp-path.patch')
-sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324'
-'5361c6cfc2b7d0cb9a161b7082b780ba30b468347b6489dd32a83e7a376716ac'
-'541b7d31eee9fc9386ad451bf92bb17f400216183bd76c554e7628c7006e90ba')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../capsule-changes.patch
-patch -p1 -i ../config-esp-path.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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 306393, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-12 15:01:15 UTC (rev 306394)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord' 'python')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
+checkdepends=('umockdev')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223')
+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}

Deleted: capsule-changes.patch
===
--- capsule-changes.patch   2018-03-12 15:00:53 UTC (rev 306393)
+++ capsule-changes.patch   2018-03-12 15:01:15 UTC (rev 306394)
@@ -1,135 +0,0 @@
-From 02c469052f56dc088705484cbb9f0b788df23b08 Mon Sep 17 00:00:00 2001
-From: Mario Limonciello 
-Date: Mon, 19 Feb 2018 13:11:27 -0600
-Subject: [PATCH] uefi: Report if UX capsule was supported in the report
- metadata
-

- plugins/uefi/fu-plugin-uefi.c | 47 +++
- 1 file changed, 21 insertions(+), 26 deletions(-)
-
-diff --git a/plugins/uefi/fu-plugin-uefi.c b/plugins/uefi/fu-plugin-uefi.c
-index 1f59a99c..87950d7c 100644
 a/plugins/uefi/fu-plugin-uefi.c
-+++ b/plugins/uefi/fu-plugin-uefi.c
-@@ -29,6 +29,10 @@
- #include "fu-plugin.h"
- #include "fu-plugin-vfuncs.h"
- 
-+struct FuPluginData {
-+  gbooleanux_capsule;
-+};
-+
- /* drop when upgrading minimum required version of efivar to 33 */
- #if !defined 

[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-03-12 Thread Bruno Pagani via arch-commits
Date: Monday, March 12, 2018 @ 14:58:21
  Author: archange
Revision: 306391

upgpkg: fwupd 1.0.6-1

Patches integrated in this release.
Vala bindings where added upstream.

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-12 13:58:00 UTC (rev 306390)
+++ PKGBUILD2018-03-12 14:58:21 UTC (rev 306391)
@@ -3,8 +3,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
 url='https://github.com/hughsie/fwupd'
@@ -11,21 +11,11 @@
 license=('GPL2')
 depends=('appstream-glib' 'fwupdate' 'colord' 'python')
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject')
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
 checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
-'capsule-changes.patch'
-'config-esp-path.patch')
-sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324'
-'5361c6cfc2b7d0cb9a161b7082b780ba30b468347b6489dd32a83e7a376716ac'
-'541b7d31eee9fc9386ad451bf92bb17f400216183bd76c554e7628c7006e90ba')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223')
 
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../capsule-changes.patch
-patch -p1 -i ../config-esp-path.patch
-}
-
 build() {
 cd ${pkgname}-${pkgver}
 arch-meson -D b_lto=false ../build


[arch-commits] Commit in fwupd/repos (4 files)

2018-03-04 Thread Bruno Pagani via arch-commits
Date: Sunday, March 4, 2018 @ 17:07:28
  Author: archange
Revision: 302440

archrelease: copy trunk to community-testing-x86_64

Added:
  fwupd/repos/community-testing-x86_64/
  fwupd/repos/community-testing-x86_64/PKGBUILD
(from rev 302439, fwupd/trunk/PKGBUILD)
  fwupd/repos/community-testing-x86_64/capsule-changes.patch
(from rev 302439, fwupd/trunk/capsule-changes.patch)
  fwupd/repos/community-testing-x86_64/config-esp-path.patch
(from rev 302439, fwupd/trunk/config-esp-path.patch)

---+
 PKGBUILD  |   46 +
 capsule-changes.patch |  135 ++
 config-esp-path.patch |  242 
 3 files changed, 423 insertions(+)

Copied: fwupd/repos/community-testing-x86_64/PKGBUILD (from rev 302439, 
fwupd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-04 17:07:28 UTC (rev 302440)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord' 'python')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject')
+checkdepends=('umockdev')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
+'capsule-changes.patch'
+'config-esp-path.patch')
+sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324'
+'5361c6cfc2b7d0cb9a161b7082b780ba30b468347b6489dd32a83e7a376716ac'
+'541b7d31eee9fc9386ad451bf92bb17f400216183bd76c554e7628c7006e90ba')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../capsule-changes.patch
+patch -p1 -i ../config-esp-path.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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}

Copied: fwupd/repos/community-testing-x86_64/capsule-changes.patch (from rev 
302439, fwupd/trunk/capsule-changes.patch)
===
--- community-testing-x86_64/capsule-changes.patch  
(rev 0)
+++ community-testing-x86_64/capsule-changes.patch  2018-03-04 17:07:28 UTC 
(rev 302440)
@@ -0,0 +1,135 @@
+From 02c469052f56dc088705484cbb9f0b788df23b08 Mon Sep 17 00:00:00 2001
+From: Mario Limonciello 
+Date: Mon, 19 Feb 2018 13:11:27 -0600
+Subject: [PATCH] uefi: Report if UX capsule was supported in the report
+ metadata
+
+---
+ plugins/uefi/fu-plugin-uefi.c | 47 +++
+ 1 file changed, 21 insertions(+), 26 deletions(-)
+
+diff --git a/plugins/uefi/fu-plugin-uefi.c b/plugins/uefi/fu-plugin-uefi.c
+index 1f59a99c..87950d7c 100644
+--- a/plugins/uefi/fu-plugin-uefi.c
 b/plugins/uefi/fu-plugin-uefi.c
+@@ -29,6 +29,10 @@
+ #include "fu-plugin.h"
+ #include "fu-plugin-vfuncs.h"
+ 
++struct FuPluginData {
++  gbooleanux_capsule;
++};
++
+ /* drop when upgrading minimum required version of efivar to 33 */
+ #if !defined (efi_guid_ux_capsule)
+ #define efi_guid_ux_capsule 
EFI_GUID(0x3b8c8162,0x188c,0x46a4,0xaec9,0xbe,0x43,0xf1,0xd6,0x56,0x97)
+@@ -37,6 +41,8 @@
+ void
+ fu_plugin_init (FuPlugin *plugin)
+ {
++  FuPluginData *data = fu_plugin_alloc_data (plugin, sizeof 
(FuPluginData));
++  data->ux_capsule = FALSE;
+   fu_plugin_add_rule (plugin, FU_PLUGIN_RULE_RUN_AFTER, "upower");
+   fu_plugin_add_report_metadata (plugin, "FwupdateVersion", 
LIBFWUP_LIBRARY_VERSION);
+   fu_plugin_add_report_metadata (plugin, "EfivarVersion", 
EFIVAR_LIBRARY_VERSION);
+@@ -89,22 +95,6 @@ fu_plugin_uefi_find (fwup_resource_iter *iter, const gchar 
*guid_str, GError **e
+   return re_matched;
+ }
+ 
+-static fwup_resource *
+-fu_plugin_uefi_find_raw (fwup_resource_iter *iter, efi_guid_t *guid)
+-{
+-  fwup_resource *re_matched = NULL;
+-  fwup_resource *re = NULL;
+-  while (fwup_resource_iter_next (iter, ) > 0) {
+-  efi_guid_t *guid_tmp;
+-  fwup_get_guid (re, _tmp);
+-  if (efi_guid_cmp (guid_tmp, guid) == 0) {
+-  re_matched = re;
+-  break;
+-  }
+-  }
+-  return re_matched;
+-}
+-
+ static void
+ _fwup_resource_iter_free 

[arch-commits] Commit in fwupd/trunk (3 files)

2018-03-04 Thread Bruno Pagani via arch-commits
Date: Sunday, March 4, 2018 @ 17:07:10
  Author: archange
Revision: 302439

Add patch for allowing different ESP mount point

As well as a previous commit required to patch.

Added:
  fwupd/trunk/capsule-changes.patch
  fwupd/trunk/config-esp-path.patch
Modified:
  fwupd/trunk/PKGBUILD

---+
 PKGBUILD  |   18 ++-
 capsule-changes.patch |  135 ++
 config-esp-path.patch |  242 
 3 files changed, 390 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-04 16:22:40 UTC (rev 302438)
+++ PKGBUILD2018-03-04 17:07:10 UTC (rev 302439)
@@ -4,7 +4,7 @@
 
 pkgname=fwupd
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
 url='https://github.com/hughsie/fwupd'
@@ -13,14 +13,22 @@
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
  'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject')
 checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
+'capsule-changes.patch'
+'config-esp-path.patch')
+sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324'
+'5361c6cfc2b7d0cb9a161b7082b780ba30b468347b6489dd32a83e7a376716ac'
+'541b7d31eee9fc9386ad451bf92bb17f400216183bd76c554e7628c7006e90ba')
 
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../capsule-changes.patch
+patch -p1 -i ../config-esp-path.patch
+}
+
 build() {
 cd ${pkgname}-${pkgver}
-
 arch-meson -D b_lto=false ../build
-
 ninja -v -C ../build
 }
 

Added: capsule-changes.patch
===
--- capsule-changes.patch   (rev 0)
+++ capsule-changes.patch   2018-03-04 17:07:10 UTC (rev 302439)
@@ -0,0 +1,135 @@
+From 02c469052f56dc088705484cbb9f0b788df23b08 Mon Sep 17 00:00:00 2001
+From: Mario Limonciello 
+Date: Mon, 19 Feb 2018 13:11:27 -0600
+Subject: [PATCH] uefi: Report if UX capsule was supported in the report
+ metadata
+
+---
+ plugins/uefi/fu-plugin-uefi.c | 47 +++
+ 1 file changed, 21 insertions(+), 26 deletions(-)
+
+diff --git a/plugins/uefi/fu-plugin-uefi.c b/plugins/uefi/fu-plugin-uefi.c
+index 1f59a99c..87950d7c 100644
+--- a/plugins/uefi/fu-plugin-uefi.c
 b/plugins/uefi/fu-plugin-uefi.c
+@@ -29,6 +29,10 @@
+ #include "fu-plugin.h"
+ #include "fu-plugin-vfuncs.h"
+ 
++struct FuPluginData {
++  gbooleanux_capsule;
++};
++
+ /* drop when upgrading minimum required version of efivar to 33 */
+ #if !defined (efi_guid_ux_capsule)
+ #define efi_guid_ux_capsule 
EFI_GUID(0x3b8c8162,0x188c,0x46a4,0xaec9,0xbe,0x43,0xf1,0xd6,0x56,0x97)
+@@ -37,6 +41,8 @@
+ void
+ fu_plugin_init (FuPlugin *plugin)
+ {
++  FuPluginData *data = fu_plugin_alloc_data (plugin, sizeof 
(FuPluginData));
++  data->ux_capsule = FALSE;
+   fu_plugin_add_rule (plugin, FU_PLUGIN_RULE_RUN_AFTER, "upower");
+   fu_plugin_add_report_metadata (plugin, "FwupdateVersion", 
LIBFWUP_LIBRARY_VERSION);
+   fu_plugin_add_report_metadata (plugin, "EfivarVersion", 
EFIVAR_LIBRARY_VERSION);
+@@ -89,22 +95,6 @@ fu_plugin_uefi_find (fwup_resource_iter *iter, const gchar 
*guid_str, GError **e
+   return re_matched;
+ }
+ 
+-static fwup_resource *
+-fu_plugin_uefi_find_raw (fwup_resource_iter *iter, efi_guid_t *guid)
+-{
+-  fwup_resource *re_matched = NULL;
+-  fwup_resource *re = NULL;
+-  while (fwup_resource_iter_next (iter, ) > 0) {
+-  efi_guid_t *guid_tmp;
+-  fwup_get_guid (re, _tmp);
+-  if (efi_guid_cmp (guid_tmp, guid) == 0) {
+-  re_matched = re;
+-  break;
+-  }
+-  }
+-  return re_matched;
+-}
+-
+ static void
+ _fwup_resource_iter_free (fwup_resource_iter *iter)
+ {
+@@ -317,12 +307,6 @@ fu_plugin_uefi_update_splash (GError **error)
+   { 0, 0 }
+   };
+ 
+-  /* is this supported? */
+-  fwup_resource_iter_create ();
+-  re = fu_plugin_uefi_find_raw (iter, _guid_ux_capsule);
+-  if (re == NULL)
+-  return TRUE;
+-
+   /* get the boot graphics resource table data */
+ #ifdef HAVE_FWUP_GET_BGRT_INFO
+   rc = fwup_get_ux_capsule_info (_width, _height);
+@@ -381,6 +365,7 @@ fu_plugin_update (FuPlugin *plugin,
+ FwupdInstallFlags flags,
+ GError **error)
+ {
++  FuPluginData *data = fu_plugin_get_data (plugin);
+   fwup_resource *re = NULL;
+   guint64 hardware_instance = 0;  /* 

[arch-commits] Commit in fwupd/trunk (PKGBUILD)

2018-02-21 Thread Bruno Pagani via arch-commits
Date: Wednesday, February 21, 2018 @ 12:09:40
  Author: archange
Revision: 296667

upgpkg: fwupd 1.0.5-1

Test failure has been fixed in umockdev.
docbook and related dependencies are no longer required to build man pages.

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 09:24:00 UTC (rev 29)
+++ PKGBUILD2018-02-21 12:09:40 UTC (rev 296667)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
@@ -10,12 +10,11 @@
 url='https://github.com/hughsie/fwupd'
 license=('GPL2')
 depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls' 
'help2man'
- 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
- 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject')
 checkdepends=('umockdev')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('925a8e37400e6327f0b6ca5861b6d633b97b168a2b86c63d6a5071f7ad5b08b2')
+sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324')
 
 build() {
 cd ${pkgname}-${pkgver}
@@ -27,8 +26,7 @@
 
 check() {
 cd build
-# https://github.com/hughsie/fwupd/issues/370
-meson test || echo "WARNING: Tests failed"
+meson test
 }
 
 package() {


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

2018-02-21 Thread Bruno Pagani via arch-commits
Date: Wednesday, February 21, 2018 @ 12:09:58
  Author: archange
Revision: 296668

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   78 +
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 12:09:40 UTC (rev 296667)
+++ PKGBUILD2018-02-21 12:09:58 UTC (rev 296668)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls' 
'help2man'
- 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
- 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
-checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('925a8e37400e6327f0b6ca5861b6d633b97b168a2b86c63d6a5071f7ad5b08b2')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-arch-meson -D b_lto=false ../build
-
-ninja -v -C ../build
-}
-
-check() {
-cd build
-# https://github.com/hughsie/fwupd/issues/370
-meson test || echo "WARNING: Tests failed"
-}
-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 296667, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-21 12:09:58 UTC (rev 296668)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord' 'python')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject')
+checkdepends=('umockdev')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324')
+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


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

2018-02-01 Thread Bruno Pagani via arch-commits
Date: Thursday, February 1, 2018 @ 10:16:53
  Author: archange
Revision: 288467

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-01 10:16:31 UTC (rev 288466)
+++ PKGBUILD2018-02-01 10:16:53 UTC (rev 288467)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls' 
'help2man'
- 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
- 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
-checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('0ed3f10a8165ef2fec9842645d46f84a3f4a79ec8203690ff3577744a7dc9c37')
-
-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"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 288466, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-01 10:16:53 UTC (rev 288467)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord' 'python')
+makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls' 
'help2man'
+ 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
+ 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+checkdepends=('umockdev')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('925a8e37400e6327f0b6ca5861b6d633b97b168a2b86c63d6a5071f7ad5b08b2')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+arch-meson -D b_lto=false ../build
+
+ninja -v -C ../build
+}
+
+check() {
+cd build
+# https://github.com/hughsie/fwupd/issues/370
+meson test || echo "WARNING: Tests failed"
+}
+
+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"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


  1   2   >