fwupd: update to 1.0.6.
This commit is contained in:
parent
65ee48e504
commit
eb5f33b12d
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fwupd'
|
# Template file for 'fwupd'
|
||||||
pkgname=fwupd
|
pkgname=fwupd
|
||||||
version=1.0.4
|
version=1.0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# manpages fail to build
|
# manpages fail to build
|
||||||
|
@ -21,16 +21,16 @@ conf_files="
|
||||||
/etc/fwupd/remotes.d/lvfs-testing.conf
|
/etc/fwupd/remotes.d/lvfs-testing.conf
|
||||||
/etc/fwupd/remotes.d/lvfs.conf
|
/etc/fwupd/remotes.d/lvfs.conf
|
||||||
/etc/fwupd/remotes.d/vendor.conf"
|
/etc/fwupd/remotes.d/vendor.conf"
|
||||||
hostmakedepends="pkg-config gnutls-tools help2man dejavu-fonts-ttf"
|
hostmakedepends="dejavu-fonts-ttf gnutls-tools help2man pkg-config"
|
||||||
makedepends="libglib-devel polkit-devel libgudev-devel appstream-glib-devel libgusb-devel
|
makedepends="appstream-glib-devel cairo-devel colord-devel fwupdate-devel
|
||||||
sqlite-devel json-glib-devel libsoup-devel gnutls-devel gpgme-devel cairo-devel python3-gobject
|
gnutls-devel gpgme-devel json-glib-devel libgusb-devel libsoup-devel
|
||||||
python3-Pillow colord-devel fwupdate-devel"
|
polkit-devel python3-Pillow python3-gobject"
|
||||||
short_desc="A daemon to allow session software to update firmware"
|
short_desc="A daemon to allow session software to update firmware"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-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=925a8e37400e6327f0b6ca5861b6d633b97b168a2b86c63d6a5071f7ad5b08b2
|
checksum=437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64|i686) makedepends+=" libsmbios-devel" ;;
|
x86_64|i686) makedepends+=" libsmbios-devel" ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue