mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
fwupd: update to 1.0.7.
Closes #14011. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
4056db29c6
commit
01875627be
1 changed files with 9 additions and 20 deletions
|
@ -1,36 +1,25 @@
|
||||||
# Template file for 'fwupd'
|
# Template file for 'fwupd'
|
||||||
pkgname=fwupd
|
pkgname=fwupd
|
||||||
version=1.0.6
|
version=1.0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# manpages fail to build
|
# manpages fail to build
|
||||||
# tests require unpackaged umockdev
|
# tests require unpackaged umockdev
|
||||||
configure_args="
|
configure_args="-Dbootdir=/boot/EFI -Dconsolekit=false -Dgtkdoc=false
|
||||||
-Dbootdir=/boot/EFI
|
-Dintrospection=false -Dsystemd=false -Dplugin_altos=false -Dtests=false
|
||||||
-Dconsolekit=false
|
-Dman=false -Dpkcs7=false"
|
||||||
-Dgtkdoc=false
|
|
||||||
-Dintrospection=false
|
|
||||||
-Dsystemd=false
|
|
||||||
-Dplugin_altos=false
|
|
||||||
-Dtests=false
|
|
||||||
-Dman=false"
|
|
||||||
conf_files="
|
|
||||||
/etc/dbus-1/system.d/org.freedesktop.fwupd.conf
|
|
||||||
/etc/fwupd/daemon.conf
|
|
||||||
/etc/fwupd/remotes.d/fwupd.conf
|
|
||||||
/etc/fwupd/remotes.d/lvfs-testing.conf
|
|
||||||
/etc/fwupd/remotes.d/lvfs.conf
|
|
||||||
/etc/fwupd/remotes.d/vendor.conf"
|
|
||||||
hostmakedepends="dejavu-fonts-ttf gnutls-tools help2man pkg-config"
|
hostmakedepends="dejavu-fonts-ttf gnutls-tools help2man pkg-config"
|
||||||
makedepends="appstream-glib-devel cairo-devel colord-devel fwupdate-devel
|
makedepends="appstream-glib-devel cairo-devel colord-devel fwupdate-devel
|
||||||
gnutls-devel gpgme-devel json-glib-devel libgusb-devel libsoup-devel
|
gnutls-devel gpgme-devel json-glib-devel libgusb-devel polkit-devel
|
||||||
polkit-devel python3-Pillow python3-gobject"
|
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.0-or-later"
|
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=437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223
|
checksum=477813f1d50f9736849b9f5369cea0afd88020b0bac3062a5fe6b4f7091b1a3f
|
||||||
|
conf_files="/etc/dbus-1/system.d/org.freedesktop.fwupd.conf
|
||||||
|
/etc/fwupd/daemon.conf /etc/fwupd/remotes.d/*.conf"
|
||||||
|
|
||||||
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
Reference in a new issue