Hello community, here is the log from the commit of package PackageKit for openSUSE:Factory checked in at 2020-09-14 12:13:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PackageKit (Old) and /work/SRC/openSUSE:Factory/.PackageKit.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PackageKit" Mon Sep 14 12:13:14 2020 rev:204 rq:833698 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes 2020-08-15 21:17:16.255516852 +0200 +++ /work/SRC/openSUSE:Factory/.PackageKit.new.4249/PackageKit.changes 2020-09-14 12:15:41.048385257 +0200 @@ -1,0 +2,35 @@ +Mon Sep 7 14:04:19 UTC 2020 - Neal Gompa <[email protected]> + +- Update to version 1.2.1 + + Port to the meson build system + + Remove the GTK2 gtk-module support + + Do not do failable actions in the PkDbus constructor + + Do not do failable actions in the PkTransaction constructor + + Revert "Shutdown the daemon on idle by default" + + Actually merge in the PolicyKit translation + + Fix setting libexecdir for command-not-found helper + + Fix command-not-found handling arguments with spaces + + Use SQL statements for queries with input + + Exit pkcon with retval 5 if no packages needed be installed + + dnf: Load all the repos and vars directories + + dnf: Add vendor configuration for openSUSE + + zypp: Ignore already installed package when installing + + zypp: Remove upgrade-system implementation + + zypp: Clean up temporary files when PK quits + + zypp: Ensure ResPool is built before is_tumbleweed() +- Remove upstreamed patches + + PackageKit-dnf-Add-openSUSE-vendor.patch + + PackageKit-drop-gtk2.patch + + PackageKit-pkcon-exit-with-retval-5.patch + + PackageKit-zypp-cleanup-tmp-files.patch + + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + + PackageKit-zypp-ignore-already-installed-packages.patch + + PackageKit-zypp-update-packages-in-all-openSUSE.patch +- Add patch from upstream + + PackageKit-test-Install-required-helper-files.patch +- Refresh existing patches + + PackageKit-remove-polkit-rules.patch + + PackageKit-systemd-timers.patch +- Clean up legacy cruft, assume openSUSE Leap 15 or newer + +------------------------------------------------------------------- Old: ---- PackageKit-1.1.13.tar.xz PackageKit-1.1.13.tar.xz.asc PackageKit-dnf-Add-openSUSE-vendor.patch PackageKit-drop-gtk2.patch PackageKit-pkcon-exit-with-retval-5.patch PackageKit-zypp-cleanup-tmp-files.patch PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch PackageKit-zypp-ignore-already-installed-packages.patch PackageKit-zypp-update-packages-in-all-openSUSE.patch New: ---- PackageKit-1.2.1.tar.xz PackageKit-1.2.1.tar.xz.asc PackageKit-test-Install-required-helper-files.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PackageKit.spec ++++++ --- /var/tmp/diff_new_pack.PrX7kL/_old 2020-09-14 12:15:43.748388016 +0200 +++ /var/tmp/diff_new_pack.PrX7kL/_new 2020-09-14 12:15:43.752388020 +0200 @@ -16,28 +16,23 @@ # -%define BUILD_CNF 0 +%bcond_with cnf + %if 0%{?sle_version} %bcond_with offline_updates %else %bcond_without offline_updates %endif -# Only make DNF backend available on openSUSE flavors +# Only make DNF backend available openSUSE Leap 15.1+ %if 0%{?sle_version} >= 150100 || 0%{?suse_version} >= 1550 %bcond_without dnf %else %bcond_with dnf %endif -# $ pkcon search file /usr/bin/anjuta -#Compat macro for new _fillupdir macro introduced in Nov 2017 -%if ! %{defined _fillupdir} - %define _fillupdir %{_localstatedir}/adm/fillup-templates -%endif - Name: PackageKit -Version: 1.1.13 +Version: 1.2.1 Release: 0 Summary: Simple software installation management software License: GPL-2.0-or-later @@ -53,26 +48,11 @@ Patch1: PackageKit-systemd-timers.patch # PATCH-FIX-OPENSUSE PackageKit-remove-polkit-rules.patch bsc#1125434 [email protected] -- Remove polkit rules file Patch2: PackageKit-remove-polkit-rules.patch -# PATCH-FIX-UPSTREAM PackageKit-drop-gtk2.patch gh#/hughsie/PackageKit#333 - Port away from gtk2 dependency -Patch3: PackageKit-drop-gtk2.patch -# PATCH-FIX-UPSTREAM PackageKit-zypp-update-packages-in-all-openSUSE.patch [email protected] -- Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components. -Patch4: PackageKit-zypp-update-packages-in-all-openSUSE.patch -# PATCH-FIX-UPSTREAM PackageKit-zypp-ignore-already-installed-packages.patch bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011 [email protected] -- zypp: Ignore already installed package when installing. -Patch5: PackageKit-zypp-ignore-already-installed-packages.patch -# PATCH-FIX-UPSTREAM PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch gh#/hughsie/PackageKit/commit/5c0fd7d7 [email protected] -- zypp: Ensure ResPool is built before is_tumbleweed(). -Patch6: PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch -# PATCH-FIX-UPSTREAM PackageKit-pkcon-exit-with-retval-5.patch gh#/hughsie/PackageKit#405 bsc#1170562 [email protected] -- pkcon: exit with retval 5 if no packages needed be installed. -Patch7: PackageKit-pkcon-exit-with-retval-5.patch -# PATCH-FIX-UPSTREAM PackageKit-zypp-cleanup-tmp-files.patch gh#/hughsie/PackageKit/commit/807f410, bsc#1169739 [email protected] -- zypp: Cleanup temporary files when PackageKit quits. -Patch8: PackageKit-zypp-cleanup-tmp-files.patch -# PATCH-FIX-OPENSUSE PackageKit-dnf-Add-openSUSE-vendor.patch [email protected] -- Add openSUSE vendor -Patch1001: PackageKit-dnf-Add-openSUSE-vendor.patch # PATCH-FIX-OPENSUSE PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch [email protected] -- Band-aid to deal with OBS producing differently named appstream repodata files -Patch1002: PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch +Patch3: PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch +# PATCH-FIX-UPSTREAM PackageKit-test-Install-required-helper-files.patch gh#/hughsie/PackageKit/commit/a6904b4 [email protected] -- Fix installation of test backend files +Patch4: PackageKit-test-Install-required-helper-files.patch -BuildRequires: autoconf -BuildRequires: autoconf-archive -BuildRequires: automake BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel @@ -85,12 +65,14 @@ BuildRequires: libcppunit-devel %if %{with dnf} BuildRequires: appstream-glib-devel -BuildRequires: libdnf-devel >= 0.22.0 +BuildRequires: libdnf-devel >= 0.43.1 %endif BuildRequires: libgudev-1_0-devel BuildRequires: libtool BuildRequires: libzypp-devel +BuildRequires: meson >= 0.50 BuildRequires: mozilla-nspr-devel >= 4.8 +BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: polkit-devel >= 0.98 # We need the %%mime_database_* macros @@ -105,10 +87,6 @@ Requires: %{name}-backend Requires: %{name}-branding = %{version} Suggests: %{name}-backend-zypp -Requires(post): %fillup_prereq -%if 0%{suse_version} < 1500 -Suggests: cron -%endif # doc package only contained the website, and got removed in 0.7.4 Obsoletes: %{name}-doc < 0.7.4 # gtk+ 2 module was removed in 0.7.0 @@ -198,7 +176,7 @@ License: GPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: %{name} = %{version} -Requires: libpackagekit-glib2-devel +Requires: libpackagekit-glib2-devel = %{version}-%{release} %description devel This package contains all necessary include files, libraries, @@ -277,43 +255,29 @@ %prep %autosetup -p1 -translation-update-upstream - -# Due to DNF patches, need to regen configure... -autoreconf -fiv %build -NOCONFIGURE=1 ./autogen.sh -%configure \ - --disable-static \ - %{?with_dnf:--enable-dnf} \ - %{?with_dnf:--with-dnf-vendor=opensuse} \ - --enable-zypp \ - --enable-gstreamer-plugin \ -%if ! %{BUILD_CNF} - --disable-command-not-found \ -%else - --enable-command-not-found \ -%endif - --enable-systemd \ -%if %{with offline_updates} - --enable-offline-update \ -%else - --disable-offline-update \ -%endif -%if 0%{suse_version} >= 1500 - --disable-cron \ -%endif - %{nil} -%make_build +%meson \ + -Dgtk_doc=true \ + -Dpython_backend=false \ + -Dpackaging_backend=%{?with_dnf:dnf,}zypp \ + %{?with_dnf:-Ddnf_vendor=opensuse} \ + %{!?with_cnf:-Dbash_command_not_found=false} \ + %{!?with_offline_updates:-Doffline_update=false} \ + -Dcron=false \ + -Dlocal_checkout=false +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print -%if 0%{suse_version} < 1500 -# move the cron configuration to a sysconfig template -install -d %{buildroot}%{_fillupdir} -mv %{buildroot}%{_sysconfdir}/sysconfig/packagekit-background %{buildroot}%{_fillupdir}/sysconfig.packagekit-background +%meson_install + +%if %{with offline_updates} +# enable packagekit-offline-updates.service here for now, till we +# decide how to do it upstream after the meson conversion: +# https://github.com/hughsie/PackageKit/issues/401 +# https://bugzilla.redhat.com/show_bug.cgi?id=1833176 +mkdir -p %{buildroot}%{_unitdir}/system-update.target.wants/ +ln -sf ../packagekit-offline-update.service %{buildroot}%{_unitdir}/system-update.target.wants/packagekit-offline-update.service %endif # Prepare for update-alternatives mkdir -p %{buildroot}%{_sysconfdir}/alternatives @@ -336,22 +300,15 @@ %pre %service_add_pre packagekit.service -%if 0%{suse_version} >= 1500 %service_add_pre packagekit-background.service packagekit-background.timer -%endif %if %{with offline_updates} %service_add_pre packagekit-offline-update.service %endif %post -%if 0%{suse_version} < 1500 -%{fillup_only -n packagekit-background} -%endif %mime_database_post %service_add_post packagekit.service -%if 0%{suse_version} >= 1500 %service_add_post packagekit-background.service packagekit-background.timer -%endif %if %{with offline_updates} %service_add_post packagekit-offline-update.service %else @@ -366,9 +323,7 @@ %preun %service_del_preun packagekit.service -%if 0%{suse_version} >= 1500 %service_del_preun packagekit-background.service packagekit-background.timer -%endif %if %{with offline_updates} %service_del_preun packagekit-offline-update.service %endif @@ -378,9 +333,7 @@ # Do not restart PackageKit on upgrade - it kills the transaction export DISABLE_RESTART_ON_UPDATE=yes %service_del_postun packagekit.service -%if 0%{suse_version} >= 1500 %service_del_postun packagekit-background.service packagekit-background.timer -%endif %if %{with offline_updates} %service_del_postun packagekit-offline-update.service %endif @@ -394,14 +347,6 @@ update-alternatives --remove gst-install-plugins-helper %{_libexecdir}/pk-gstreamer-install fi -%if 0%{?suse_version} < 1330 -%post gtk3-module -%glib2_gsettings_schema_post - -%postun gtk3-module -%glib2_gsettings_schema_postun -%endif - %post -n libpackagekit-glib2-18 -p /sbin/ldconfig %postun -n libpackagekit-glib2-18 -p /sbin/ldconfig @@ -413,43 +358,31 @@ %dir %{_sysconfdir}/PackageKit %dir %{_datadir}/PackageKit %dir %{_datadir}/PackageKit/helpers -%dir %{_datadir}/PackageKit/helpers/test_spawn %dir %{_libdir}/packagekit-backend %dir %{_usr}/lib/tmpfiles.d %{_datadir}/bash-completion/completions/pkcon -%if 0%{suse_version} < 1500 -%{_sysconfdir}/cron.daily/packagekit-background.cron -%endif %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PackageKit.conf -%if %{BUILD_CNF} +%if %{with cnf} %{_sysconfdir}/profile.d/PackageKit.sh %endif -%if 0%{suse_version} < 1500 -%{_fillupdir}/sysconfig.packagekit-background -%endif %{_bindir}/pkcon %{_bindir}/pkmon %{_libdir}/packagekit-backend/libpk_backend_dummy.so %{_libexecdir}/packagekitd %{_libexecdir}/packagekit-direct -%if %{BUILD_CNF} +%if %{with cnf} %{_libexecdir}/pk-command-not-found %endif %{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.Transaction.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.xml -%{_datadir}/PackageKit/helpers/test_spawn/search-name.sh %{_datadir}/PackageKit/pk-upgrade-distro.sh -%if 0%{suse_version} >= 1500 %{_datadir}/PackageKit/packagekit-background.sh -%endif %verify(not md5 size mtime) %{_datadir}/PackageKit/transactions.db %{_datadir}/polkit-1/actions/org.freedesktop.packagekit.policy %{_datadir}/dbus-1/system-services/* %{_unitdir}/packagekit.service -%if 0%{suse_version} >= 1500 %{_unitdir}/packagekit-background.service %{_unitdir}/packagekit-background.timer -%endif %{_sbindir}/rcpackagekit %{_mandir}/man?/*%{ext_man} %{_tmpfilesdir}/PackageKit.conf @@ -485,15 +418,15 @@ %files devel %doc %{_datadir}/gtk-doc/html/PackageKit -%dir %{_datadir}/vala/vapi -%{_datadir}/vala/vapi/packagekit-glib2.vapi +%dir %{_includedir}/PackageKit # Test backends are not useful, except for developers %{_libdir}/packagekit-backend/libpk_backend_test_fail.so %{_libdir}/packagekit-backend/libpk_backend_test_nop.so %{_libdir}/packagekit-backend/libpk_backend_test_spawn.so %{_libdir}/packagekit-backend/libpk_backend_test_succeed.so %{_libdir}/packagekit-backend/libpk_backend_test_thread.so -%dir %{_includedir}/PackageKit +%dir %{_datadir}/PackageKit/helpers/test_spawn +%{_datadir}/PackageKit/helpers/test_spawn/search-name.sh %files -n libpackagekit-glib2-18 %license lib/packagekit-glib2/COPYING @@ -508,9 +441,12 @@ %dir %{_includedir}/PackageKit %{_includedir}/PackageKit/packagekit-glib2/ %{_datadir}/gir-1.0/PackageKitGlib-1.0.gir +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/packagekit-glib2.vapi +%{_datadir}/vala/vapi/packagekit-glib2.deps %files branding-upstream -%if %{BUILD_CNF} +%if %{with cnf} %config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf %endif %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf ++++++ PackageKit-1.1.13.tar.xz -> PackageKit-1.2.1.tar.xz ++++++ ++++ 300481 lines of diff (skipped) ++++++ PackageKit-remove-polkit-rules.patch ++++++ --- /var/tmp/diff_new_pack.PrX7kL/_old 2020-09-14 12:15:45.372389675 +0200 +++ /var/tmp/diff_new_pack.PrX7kL/_new 2020-09-14 12:15:45.372389675 +0200 @@ -1,13 +1,9 @@ -Index: PackageKit-1.1.12/policy/Makefile.am -=================================================================== ---- PackageKit-1.1.12.orig/policy/Makefile.am -+++ PackageKit-1.1.12/policy/Makefile.am -@@ -1,8 +1,4 @@ - --polkit_rulesdir = $(datadir)/polkit-1/rules.d --dist_polkit_rules_DATA = \ -- org.freedesktop.packagekit.rules -- - polkit_policydir = $(datadir)/polkit-1/actions - dist_polkit_policy_DATA = \ - org.freedesktop.packagekit.policy +diff -rup PackageKit-1.2.1/policy/meson.build PackageKit-1.2.1-rm-polkitrules/policy/meson.build +--- PackageKit-1.2.1/policy/meson.build 2020-09-07 05:14:48.879003300 -0400 ++++ PackageKit-1.2.1-rm-polkitrules/policy/meson.build 2020-09-07 10:12:34.746741536 -0400 +@@ -1,5 +1,3 @@ +-install_data('org.freedesktop.packagekit.rules', +- install_dir : join_paths(get_option('datadir'), 'polkit-1', 'rules.d')) + i18n.merge_file( + input: 'org.freedesktop.packagekit.policy.in', + output: 'org.freedesktop.packagekit.policy', ++++++ PackageKit-systemd-timers.patch ++++++ --- /var/tmp/diff_new_pack.PrX7kL/_old 2020-09-14 12:15:45.388389692 +0200 +++ /var/tmp/diff_new_pack.PrX7kL/_new 2020-09-14 12:15:45.392389696 +0200 @@ -1,70 +1,51 @@ -Index: PackageKit-1.1.12/data/Makefile.am -=================================================================== ---- PackageKit-1.1.12.orig/data/Makefile.am -+++ PackageKit-1.1.12/data/Makefile.am -@@ -9,12 +9,16 @@ SUBDIRS = \ - upgradescriptdir = $(datadir)/PackageKit - upgradescript_SCRIPTS = pk-upgrade-distro.sh - -+backgroundscriptdir = $(datadir)/PackageKit -+backgroundscript_SCRIPTS = packagekit-background.sh -+ - dbusdir = ${DBUS_SYS_DIR} - dist_dbus_DATA = \ - org.freedesktop.PackageKit.conf - - %.service: %.service.in Makefile - $(AM_V_GEN)sed -e 's|\@libexecdir\@|$(libexecdir)|' \ -+ -e 's|\@datadir\@|$(datadir)|' \ - -e 's|\@PACKAGEKIT_USER\@|$(PACKAGEKIT_USER)|' $< > [email protected] && mv [email protected] $@ - - servicemaindir = $(DBUS_SERVICES_DIR) -@@ -23,14 +27,18 @@ servicemain_DATA = $(servicemain_in_ - - systemdservice_in_files = \ - packagekit.service.in \ -+ packagekit-background.service.in \ - packagekit-offline-update.service.in - - if HAVE_SYSTEMD - systemdservicedir = $(systemdsystemunitdir) - systemdservice_DATA = packagekit.service -+systemdservice_DATA += packagekit-background.service - if ENABLE_OFFLINE_UPDATE - systemdservice_DATA += packagekit-offline-update.service - endif -+systemdtimerdir = $(systemdsystemunitdir) -+systemdtimer_DATA = packagekit-background.timer - endif - - -@@ -54,9 +62,11 @@ EXTRA_DIST = \ - $(servicetest_in_files) \ - $(serviceapt_in_files) \ - $(systemdservice_in_files) \ -+ $(systemdtimer_DATA) \ - $(localcache_DATA) \ - $(database_DATA) \ -- $(upgradescript_SCRIPTS) -+ $(upgradescript_SCRIPTS) \ -+ $(backgroundscript_SCRIPTS) - - clean-local: - rm -f *~ -Index: PackageKit-1.1.12/data/packagekit-background.service.in -=================================================================== ---- /dev/null -+++ PackageKit-1.1.12/data/packagekit-background.service.in +diff -rupN PackageKit-1.2.1/data/meson.build PackageKit-1.2.1-systemd-timers/data/meson.build +--- PackageKit-1.2.1/data/meson.build 2020-09-07 05:14:48.836002600 -0400 ++++ PackageKit-1.2.1-systemd-timers/data/meson.build 2020-09-07 10:26:55.514657134 -0400 +@@ -6,6 +6,7 @@ install_data( + dbus_config_data = configuration_data() + dbus_config_data.set('PACKAGEKIT_USER', get_option('packagekit_user')) + dbus_config_data.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir'))) ++dbus_config_data.set('datadir', join_paths(get_option('prefix'), get_option('datadir'))) + + dbus_sys_dir = get_option('dbus_sys') + if dbus_sys_dir == '' +@@ -43,6 +44,24 @@ if get_option('systemd') + install_dir: systemd_system_unit_dir, + ) + ++ configure_file( ++ input: 'packagekit-background.service.in', ++ output: 'packagekit-background.service', ++ configuration: dbus_config_data, ++ install: true, ++ install_dir: systemd_system_unit_dir, ++ ) ++ ++ install_data( ++ 'packagekit-background.timer', ++ install_dir: systemd_system_unit_dir, ++ ) ++ ++ install_data( ++ 'packagekit-background.sh', ++ install_dir: join_paths(get_option('datadir'), 'PackageKit'), ++ ) ++ + if get_option('offline_update') + configure_file( + input: 'packagekit-offline-update.service.in', +diff -rupN PackageKit-1.2.1/data/packagekit-background.service.in PackageKit-1.2.1-systemd-timers/data/packagekit-background.service.in +--- PackageKit-1.2.1/data/packagekit-background.service.in 1969-12-31 19:00:00.000000000 -0500 ++++ PackageKit-1.2.1-systemd-timers/data/packagekit-background.service.in 2020-09-07 10:27:07.897771008 -0400 @@ -0,0 +1,5 @@ +[Unit] +Description=Script to update the system with PackageKit + +[Service] +ExecStart=@datadir@/PackageKit/packagekit-background.sh -Index: PackageKit-1.1.12/data/packagekit-background.sh -=================================================================== ---- /dev/null -+++ PackageKit-1.1.12/data/packagekit-background.sh +diff -rupN PackageKit-1.2.1/data/packagekit-background.sh PackageKit-1.2.1-systemd-timers/data/packagekit-background.sh +--- PackageKit-1.2.1/data/packagekit-background.sh 1969-12-31 19:00:00.000000000 -0500 ++++ PackageKit-1.2.1-systemd-timers/data/packagekit-background.sh 2020-09-07 10:17:37.609526652 -0400 @@ -0,0 +1,102 @@ +#!/bin/bash +# Copyright (C) 2008 Richard Hughes <[email protected]> @@ -168,10 +149,9 @@ + +rm -f $PKTMP + -Index: PackageKit-1.1.12/data/packagekit-background.timer -=================================================================== ---- /dev/null -+++ PackageKit-1.1.12/data/packagekit-background.timer +diff -rupN PackageKit-1.2.1/data/packagekit-background.timer PackageKit-1.2.1-systemd-timers/data/packagekit-background.timer +--- PackageKit-1.2.1/data/packagekit-background.timer 1969-12-31 19:00:00.000000000 -0500 ++++ PackageKit-1.2.1-systemd-timers/data/packagekit-background.timer 2020-09-07 10:17:37.609526652 -0400 @@ -0,0 +1,11 @@ +[Unit] +Description=Systemd timer to update the system daily with PackageKit ++++++ PackageKit-test-Install-required-helper-files.patch ++++++ >From 758ebee56fa8fd617121e350ecf1289387b73f5d Mon Sep 17 00:00:00 2001 From: Neal Gompa <[email protected]> Date: Mon, 7 Sep 2020 11:45:03 -0400 Subject: [PATCH] test: Install required helper files During the conversion from Autotools to Meson, this part was accidentally lost, which makes the test backend not work quite right. This change installs the missing files for the test_spawn part of the test backend. --- backends/test/helpers/meson.build | 4 ++++ backends/test/meson.build | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 backends/test/helpers/meson.build diff --git a/backends/test/helpers/meson.build b/backends/test/helpers/meson.build new file mode 100644 index 000000000..486b7620f --- /dev/null +++ b/backends/test/helpers/meson.build @@ -0,0 +1,4 @@ +install_data( + 'search-name.sh', + install_dir: join_paths(get_option('datadir'), 'PackageKit', 'helpers', 'test_spawn'), +) diff --git a/backends/test/meson.build b/backends/test/meson.build index eba7dcdaa..bdf040c05 100644 --- a/backends/test/meson.build +++ b/backends/test/meson.build @@ -1,3 +1,5 @@ +subdir('helpers') + shared_module( 'pk_backend_test_fail', 'pk-backend-test-fail.c', -- 2.26.2
