Skip to content

Commit

Permalink
fwupd: update to 1.2.7
Browse files Browse the repository at this point in the history
 - Enable more functionalities
  • Loading branch information
RedL0tus committed Apr 14, 2019
1 parent 67d9037 commit eea0122
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
36 changes: 23 additions & 13 deletions extra-admin/fwupd/autobuild/defines
Original file line number Diff line number Diff line change
@@ -1,29 +1,39 @@
PKGNAME=fwupd
PKGSEC=admin
PKGDEP="appstream-glib colord gcab gpgme libarchive libsoup polkit sqlite \
systemd"
BUILDDEP="docbook2x docbook-sgml fwupdate gtk-doc gobject-introspection \
intltool meson valgrind vim vala"
systemd libxmlb python-3 libgusb json-glib pycairo efivar gnutls \
polkit shared-mime-info modemmanager glib libgpg-error elfutils \
colord systemd dbus pillow pygobject-3 pango"
BUILDDEP="docbook-sgml gtk-doc gobject-introspection intltool meson vala \
valgrind pkg-config"
PKGDES="Firmware update daemon and utilities"

MESON_AFTER="-Denable-doc=false \
-Denable-man=false \
-Denable-thunderbolt=false \
-Denable-colorhug=true \
-Denable-tests=false"
MESON_AFTER="-Dagent=true
-Dgtkdoc=true \
-Dgpg=true \
-Dman=true \
-Dpkcs7=true \
-Dplugin_modem_manager=true \
-Dplugin_nvme=true \
-Dplugin_redfish=true \
-Dsystemd=true \
-Dconsolekit=true \
-Dtests=false"

if [[ "${CROSS:-$ARCH}" = "amd64" ]]; then
MESON_AFTER+=" -Dplugin_dell=true \
MESON_AFTER+=" -Denable-thunderbolt=true \
-Dplugin_dell=true \
-Dplugin_synaptics=true"
BUILDDEP+=" gnu-efi"
BUILDDEP+=" libsmbios thunderbolt-software-user-space"
else
MESON_AFTER+=" -Dplugin_dell=false \
MESON_AFTER+=" -Denable-thunderbolt=false \
-Dplugin_dell=false \
-Dplugin_synaptics=false"
fi
if [[ "${CROSS:-$ARCH}" != mips* && "${CROSS:-$ARCH}" != "powerpc" && \
"${CROSS:-$ARCH}" != "ppc64" ]]; then
BUILDDEP+=" dejavu-fonts py2cairo pygobject-3 pillow"
MESON_AFTER+=" -Denable-uefi=true"
BUILDDEP+=" fontconfig freetype dejavu-fonts gnu-efi cairo"
MESON_AFTER+=" -Dplugin_uefi=true"
fi

PKGBREAK="gnome-software<=3.26.1"
3 changes: 1 addition & 2 deletions extra-admin/fwupd/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
VER=1.2.5
VER=1.2.7
SRCTBL="https://github.com/hughsie/fwupd/archive/$VER.tar.gz"
SUBDIR="fwupd-$VER"
REL=1

0 comments on commit eea0122

Please sign in to comment.