Merge pull request #79309 from jtojnar/hugsie-pkgs
fwupd: 1.3.3 → 1.3.7
This commit is contained in:
commit
f4f39fc824
@ -4,13 +4,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gusb";
|
pname = "gusb";
|
||||||
version = "0.3.0";
|
version = "0.3.3";
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "devdoc" ];
|
outputs = [ "bin" "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://people.freedesktop.org/~hughsient/releases/libgusb-${version}.tar.xz";
|
url = "https://people.freedesktop.org/~hughsient/releases/libgusb-${version}.tar.xz";
|
||||||
sha256 = "1p4f6jdjw6zl986f93gzdjg2hdcn5dlz6rcckcz4rbmnk47rbryq";
|
sha256 = "14pbd0812151ga7jrpzi88fcrwkckx6m07ay84l7dzkxbdc44fgr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
, glib
|
, glib
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtk-doc
|
, gtk-doc
|
||||||
, libuuid
|
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
@ -16,7 +15,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libxmlb";
|
pname = "libxmlb";
|
||||||
version = "0.1.13";
|
version = "0.1.14";
|
||||||
|
|
||||||
outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
|
outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
|
||||||
|
|
||||||
@ -24,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "hughsie";
|
owner = "hughsie";
|
||||||
repo = "libxmlb";
|
repo = "libxmlb";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "14bk7bk08mjbildak1l7jq7idcyask7384vigpq9zmwai1gax4s7";
|
sha256 = "05snbv1dvqa96k7xlwi2sj161315kps3baansr9xdpwim5ckmwc6";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -45,7 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
libuuid
|
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index b064cb8..1a470cf 100644
|
index 38486c9..c567613 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -103,8 +103,8 @@
|
@@ -110,8 +110,8 @@
|
||||||
|
prefix = get_option('prefix')
|
||||||
libexecdir = join_paths(prefix, get_option('libexecdir'))
|
datadir = join_paths(prefix, get_option('datadir'))
|
||||||
datadir = join_paths(prefix, get_option('datadir'))
|
libexecdir = join_paths(prefix, get_option('libexecdir'))
|
||||||
-installed_test_bindir = join_paths(libexecdir, 'installed-tests', meson.project_name())
|
- installed_test_bindir = join_paths(libexecdir, 'installed-tests', meson.project_name())
|
||||||
-installed_test_datadir = join_paths(datadir, 'installed-tests', meson.project_name())
|
- installed_test_datadir = join_paths(datadir, 'installed-tests', meson.project_name())
|
||||||
+installed_test_bindir = join_paths(get_option('installed_test_prefix'), 'libexec', 'installed-tests', meson.project_name())
|
+ installed_test_bindir = join_paths(get_option('installed_test_prefix'), 'libexec', 'installed-tests', meson.project_name())
|
||||||
+installed_test_datadir = join_paths(get_option('installed_test_prefix'), 'share', 'installed-tests', meson.project_name())
|
+ installed_test_datadir = join_paths(get_option('installed_test_prefix'), 'share', 'installed-tests', meson.project_name())
|
||||||
|
endif
|
||||||
|
|
||||||
gio = dependency('gio-2.0', version : '>= 2.45.8')
|
gio = dependency('gio-2.0', version : '>= 2.45.8')
|
||||||
uuid = dependency('uuid')
|
|
||||||
diff --git a/meson_options.txt b/meson_options.txt
|
diff --git a/meson_options.txt b/meson_options.txt
|
||||||
index 27e8cb6..74548ae 100644
|
index 27e8cb6..74548ae 100644
|
||||||
--- a/meson_options.txt
|
--- a/meson_options.txt
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
diff --git a/data/meson.build b/data/meson.build
|
diff --git a/data/meson.build b/data/meson.build
|
||||||
index 25db9509..f394eb25 100644
|
index d59bdc88..4a4cfc35 100644
|
||||||
--- a/data/meson.build
|
--- a/data/meson.build
|
||||||
+++ b/data/meson.build
|
+++ b/data/meson.build
|
||||||
@@ -13,7 +13,7 @@
|
@@ -16,7 +16,7 @@
|
||||||
if build_daemon
|
|
||||||
subdir('installed-tests')
|
if build_standalone
|
||||||
install_data(['daemon.conf'],
|
install_data(['daemon.conf'],
|
||||||
- install_dir : join_paths(sysconfdir, 'fwupd')
|
- install_dir : join_paths(sysconfdir, 'fwupd')
|
||||||
+ install_dir : join_paths(sysconfdir_install, 'fwupd')
|
+ install_dir : join_paths(sysconfdir_install, 'fwupd')
|
||||||
@ -76,10 +76,10 @@ index 826a3c1d..b78db663 100644
|
|||||||
+ install_dir: join_paths(sysconfdir_install, 'fwupd', 'remotes.d'),
|
+ install_dir: join_paths(sysconfdir_install, 'fwupd', 'remotes.d'),
|
||||||
)
|
)
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index 8e1de887..a5bb1fe6 100644
|
index b1a523d2..aacb8e0a 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -158,6 +158,12 @@
|
@@ -169,6 +169,12 @@
|
||||||
mandir = join_paths(prefix, get_option('mandir'))
|
mandir = join_paths(prefix, get_option('mandir'))
|
||||||
localedir = join_paths(prefix, get_option('localedir'))
|
localedir = join_paths(prefix, get_option('localedir'))
|
||||||
|
|
||||||
@ -89,14 +89,14 @@ index 8e1de887..a5bb1fe6 100644
|
|||||||
+ sysconfdir_install = sysconfdir
|
+ sysconfdir_install = sysconfdir
|
||||||
+endif
|
+endif
|
||||||
+
|
+
|
||||||
|
diffcmd = find_program('diff')
|
||||||
gio = dependency('gio-2.0', version : '>= 2.45.8')
|
gio = dependency('gio-2.0', version : '>= 2.45.8')
|
||||||
giounix = dependency('gio-unix-2.0', version : '>= 2.45.8')
|
giounix = dependency('gio-unix-2.0', version : '>= 2.45.8', required: false)
|
||||||
if gio.version().version_compare ('>= 2.55.0')
|
|
||||||
diff --git a/meson_options.txt b/meson_options.txt
|
diff --git a/meson_options.txt b/meson_options.txt
|
||||||
index 71b50c6a..561c2031 100644
|
index be0adfef..73983333 100644
|
||||||
--- a/meson_options.txt
|
--- a/meson_options.txt
|
||||||
+++ b/meson_options.txt
|
+++ b/meson_options.txt
|
||||||
@@ -24,6 +24,7 @@
|
@@ -26,6 +26,7 @@
|
||||||
option('systemd', type : 'boolean', value : true, description : 'enable systemd support')
|
option('systemd', type : 'boolean', value : true, description : 'enable systemd support')
|
||||||
option('systemdunitdir', type: 'string', value: '', description: 'Directory for systemd units')
|
option('systemdunitdir', type: 'string', value: '', description: 'Directory for systemd units')
|
||||||
option('elogind', type : 'boolean', value : false, description : 'enable elogind support')
|
option('elogind', type : 'boolean', value : false, description : 'enable elogind support')
|
||||||
@ -105,10 +105,10 @@ index 71b50c6a..561c2031 100644
|
|||||||
option('udevdir', type: 'string', value: '', description: 'Directory for udev rules')
|
option('udevdir', type: 'string', value: '', description: 'Directory for udev rules')
|
||||||
option('efi-cc', type : 'string', value : 'gcc', description : 'the compiler to use for EFI modules')
|
option('efi-cc', type : 'string', value : 'gcc', description : 'the compiler to use for EFI modules')
|
||||||
diff --git a/plugins/dell-esrt/meson.build b/plugins/dell-esrt/meson.build
|
diff --git a/plugins/dell-esrt/meson.build b/plugins/dell-esrt/meson.build
|
||||||
index cb9f4555..b972d7fb 100644
|
index ed4eee70..76dbdb1d 100644
|
||||||
--- a/plugins/dell-esrt/meson.build
|
--- a/plugins/dell-esrt/meson.build
|
||||||
+++ b/plugins/dell-esrt/meson.build
|
+++ b/plugins/dell-esrt/meson.build
|
||||||
@@ -36,5 +36,5 @@
|
@@ -37,5 +37,5 @@
|
||||||
output : 'dell-esrt.conf',
|
output : 'dell-esrt.conf',
|
||||||
configuration : con2,
|
configuration : con2,
|
||||||
install: true,
|
install: true,
|
||||||
@ -116,10 +116,10 @@ index cb9f4555..b972d7fb 100644
|
|||||||
+ install_dir: join_paths(sysconfdir_install, 'fwupd', 'remotes.d'),
|
+ install_dir: join_paths(sysconfdir_install, 'fwupd', 'remotes.d'),
|
||||||
)
|
)
|
||||||
diff --git a/plugins/redfish/meson.build b/plugins/redfish/meson.build
|
diff --git a/plugins/redfish/meson.build b/plugins/redfish/meson.build
|
||||||
index 5c88504e..7706da71 100644
|
index 25fc5c7d..77eb9a83 100644
|
||||||
--- a/plugins/redfish/meson.build
|
--- a/plugins/redfish/meson.build
|
||||||
+++ b/plugins/redfish/meson.build
|
+++ b/plugins/redfish/meson.build
|
||||||
@@ -26,7 +26,7 @@
|
@@ -27,7 +27,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
install_data(['redfish.conf'],
|
install_data(['redfish.conf'],
|
||||||
@ -129,7 +129,7 @@ index 5c88504e..7706da71 100644
|
|||||||
|
|
||||||
if get_option('tests')
|
if get_option('tests')
|
||||||
diff --git a/plugins/thunderbolt/meson.build b/plugins/thunderbolt/meson.build
|
diff --git a/plugins/thunderbolt/meson.build b/plugins/thunderbolt/meson.build
|
||||||
index 42718abf..bc815491 100644
|
index 06ab34ee..297a9182 100644
|
||||||
--- a/plugins/thunderbolt/meson.build
|
--- a/plugins/thunderbolt/meson.build
|
||||||
+++ b/plugins/thunderbolt/meson.build
|
+++ b/plugins/thunderbolt/meson.build
|
||||||
@@ -46,7 +46,7 @@
|
@@ -46,7 +46,7 @@
|
||||||
@ -142,10 +142,10 @@ index 42718abf..bc815491 100644
|
|||||||
# we use functions from 2.52 in the tests
|
# we use functions from 2.52 in the tests
|
||||||
if get_option('tests') and umockdev.found() and gio.version().version_compare('>= 2.52')
|
if get_option('tests') and umockdev.found() and gio.version().version_compare('>= 2.52')
|
||||||
diff --git a/plugins/uefi/meson.build b/plugins/uefi/meson.build
|
diff --git a/plugins/uefi/meson.build b/plugins/uefi/meson.build
|
||||||
index 45b18d7d..ef8e0b04 100644
|
index 39b5f566..0f904a22 100644
|
||||||
--- a/plugins/uefi/meson.build
|
--- a/plugins/uefi/meson.build
|
||||||
+++ b/plugins/uefi/meson.build
|
+++ b/plugins/uefi/meson.build
|
||||||
@@ -85,7 +85,7 @@
|
@@ -87,7 +87,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
install_data(['uefi.conf'],
|
install_data(['uefi.conf'],
|
||||||
|
@ -87,14 +87,14 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fwupd";
|
pname = "fwupd";
|
||||||
version = "1.3.3";
|
version = "1.3.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
|
url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
|
||||||
sha256 = "0nqzqvx8nzflhb4kzvkdcv7kixb50vh6h21kpkd7pjxp942ndzql";
|
sha256 = "02mzn3whk5mba4nxyrkypawr1gzjx79n4nrkhrp8vja6mxxgsf10";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "dev" "devdoc" "man" "installedTests" ];
|
outputs = [ "out" "dev" "devdoc" "man" "installedTests" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
@ -148,10 +148,6 @@ stdenv.mkDerivation rec {
|
|||||||
./fix-paths.patch
|
./fix-paths.patch
|
||||||
./add-option-for-installation-sysconfdir.patch
|
./add-option-for-installation-sysconfdir.patch
|
||||||
|
|
||||||
# do not require which
|
|
||||||
# https://github.com/fwupd/fwupd/pull/1568
|
|
||||||
./no-which.patch
|
|
||||||
|
|
||||||
# installed tests are installed to different output
|
# installed tests are installed to different output
|
||||||
# we also cannot have fwupd-tests.conf in $out/etc since it would form a cycle
|
# we also cannot have fwupd-tests.conf in $out/etc since it would form a cycle
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
@ -163,7 +159,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs \
|
patchShebangs \
|
||||||
libfwupd/generate-version-script.py \
|
contrib/get-version.py \
|
||||||
|
contrib/generate-version-script.py \
|
||||||
meson_post_install.sh \
|
meson_post_install.sh \
|
||||||
po/make-images \
|
po/make-images \
|
||||||
po/make-images.sh \
|
po/make-images.sh \
|
||||||
@ -173,11 +170,6 @@ stdenv.mkDerivation rec {
|
|||||||
# https://github.com/NixOS/nix/issues/1846
|
# https://github.com/NixOS/nix/issues/1846
|
||||||
substituteInPlace data/installed-tests/meson.build --subst-var installedTests
|
substituteInPlace data/installed-tests/meson.build --subst-var installedTests
|
||||||
|
|
||||||
# install plug-ins to out, they are not really part of the library
|
|
||||||
substituteInPlace meson.build \
|
|
||||||
--replace "plugin_dir = join_paths(libdir, 'fwupd-plugins-3')" \
|
|
||||||
"plugin_dir = join_paths('${placeholder "out"}', 'fwupd_plugins-3')"
|
|
||||||
|
|
||||||
substituteInPlace data/meson.build --replace \
|
substituteInPlace data/meson.build --replace \
|
||||||
"install_dir: systemd.get_pkgconfig_variable('systemdshutdowndir')" \
|
"install_dir: systemd.get_pkgconfig_variable('systemdshutdowndir')" \
|
||||||
"install_dir: '${placeholder "out"}/lib/systemd/system-shutdown'"
|
"install_dir: '${placeholder "out"}/lib/systemd/system-shutdown'"
|
||||||
@ -211,7 +203,6 @@ stdenv.mkDerivation rec {
|
|||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"-Dsysconfdir_install=${placeholder "out"}/etc"
|
"-Dsysconfdir_install=${placeholder "out"}/etc"
|
||||||
"--libexecdir=${placeholder "out"}/libexec"
|
|
||||||
] ++ stdenv.lib.optionals (!haveDell) [
|
] ++ stdenv.lib.optionals (!haveDell) [
|
||||||
"-Dplugin_dell=false"
|
"-Dplugin_dell=false"
|
||||||
"-Dplugin_synaptics=false"
|
"-Dplugin_synaptics=false"
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
--- a/plugins/uefi/efi/generate_binary.sh
|
|
||||||
+++ b/plugins/uefi/efi/generate_binary.sh
|
|
||||||
@@ -1,9 +1,9 @@
|
|
||||||
#!/bin/sh
|
|
||||||
output=$2
|
|
||||||
-objcopy_cmd=$(which objcopy)
|
|
||||||
-genpeimg_cmd=$(which genpeimg)
|
|
||||||
+objcopy_cmd=$(command -v objcopy)
|
|
||||||
+genpeimg_cmd=$(command -v genpeimg)
|
|
||||||
|
|
||||||
-$objcopy_cmd -j .text \
|
|
||||||
+"$objcopy_cmd" -j .text \
|
|
||||||
-j .sdata \
|
|
||||||
-j .data \
|
|
||||||
-j .dynamic \
|
|
||||||
@@ -11,7 +11,7 @@
|
|
||||||
-j .rel \
|
|
||||||
-j .rela \
|
|
||||||
-j .reloc \
|
|
||||||
- $*
|
|
||||||
+ "$@"
|
|
||||||
|
|
||||||
if [ -n "${genpeimg_cmd}" ]; then
|
|
||||||
$genpeimg_cmd -d \
|
|
||||||
@@ -20,5 +20,5 @@
|
|
||||||
+n \
|
|
||||||
-d \
|
|
||||||
+s \
|
|
||||||
- $output
|
|
||||||
+ "$output"
|
|
||||||
fi
|
|
Loading…
Reference in New Issue
Block a user