fwupd: update to 1.1.3.
This commit is contained in:
parent
34d3f7eb64
commit
2b58ae9fcc
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fwupd'
|
# Template file for 'fwupd'
|
||||||
pkgname=fwupd
|
pkgname=fwupd
|
||||||
version=1.1.2
|
version=1.1.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# manpages fail to build
|
# manpages fail to build
|
||||||
# tests require unpackaged umockdev
|
# tests require unpackaged umockdev
|
||||||
|
@ -9,16 +9,16 @@ configure_args="-Dbootdir=/boot/EFI -Dconsolekit=false -Dgtkdoc=false
|
||||||
-Dintrospection=true -Dsystemd=false -Dplugin_altos=false -Dtests=false
|
-Dintrospection=true -Dsystemd=false -Dplugin_altos=false -Dtests=false
|
||||||
-Dman=false -Dpkcs7=false -Db_lto=false"
|
-Dman=false -Dpkcs7=false -Db_lto=false"
|
||||||
hostmakedepends="dejavu-fonts-ttf gnutls-tools help2man pkg-config gcab
|
hostmakedepends="dejavu-fonts-ttf gnutls-tools help2man pkg-config gcab
|
||||||
gobject-introspection"
|
gobject-introspection python3-Pillow"
|
||||||
makedepends="appstream-glib-devel cairo-devel colord-devel
|
makedepends="appstream-glib-devel cairo-devel colord-devel
|
||||||
gnutls-devel gpgme-devel json-glib-devel libgusb-devel polkit-devel
|
gnutls-devel gpgme-devel json-glib-devel libgusb-devel polkit-devel
|
||||||
python3-Pillow python3-gobject libefivar-devel gnu-efi-libs"
|
python3-gobject libefivar-devel gnu-efi-libs"
|
||||||
short_desc="Daemon to allow session software to update firmware"
|
short_desc="Daemon to allow session software to update firmware"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/hughsie/fwupd"
|
homepage="https://github.com/hughsie/fwupd"
|
||||||
distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
|
distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
|
||||||
checksum=90e152e1fac6be10985588e21f2e7cdd47fe843afbf5f2252022f681f1f7f96b
|
checksum=c8e53426fd32708b7240960b0ede0b8b2578218ad91844ec57c8243b94c7a255
|
||||||
nocross="depends on python3-gobject whether or not introspection is enabled"
|
nocross="depends on python3-gobject whether or not introspection is enabled"
|
||||||
conf_files="/etc/dbus-1/system.d/org.freedesktop.fwupd.conf
|
conf_files="/etc/dbus-1/system.d/org.freedesktop.fwupd.conf
|
||||||
/etc/fwupd/daemon.conf /etc/fwupd/remotes.d/*.conf"
|
/etc/fwupd/daemon.conf /etc/fwupd/remotes.d/*.conf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue