]> git.pld-linux.org Git - packages/PackageKit.git/blame - PackageKit-meson.patch
- updated backend dependencies; dnf is now buildable in Th
[packages/PackageKit.git] / PackageKit-meson.patch
CommitLineData
aa278a7b
JB
1--- PackageKit-1.2.0/backends/entropy/meson.build.orig 2020-05-04 14:21:36.494296600 +0200
2+++ PackageKit-1.2.0/backends/entropy/meson.build 2020-05-08 18:37:34.869588729 +0200
3@@ -15,6 +15,6 @@
4
5 install_data(
6 'entropyBackend.py',
7- install_dir: join_paths(get_option('datadir'), 'PackageKit', 'helpers', 'entropy')
8+ install_dir: join_paths(get_option('datadir'), 'PackageKit', 'helpers', 'entropy'),
9 install_mode: 'rwxr--r--'
10 )
11--- PackageKit-1.2.0/backends/portage/meson.build.orig 2020-05-04 14:21:36.495296500 +0200
12+++ PackageKit-1.2.0/backends/portage/meson.build 2020-05-08 18:49:08.452497934 +0200
13@@ -15,6 +15,6 @@
14
15 install_data(
16 'portageBackend.py',
17- install_dir: join_paths(get_option('datadir'), 'PackageKit', 'helpers', 'portage')
18+ install_dir: join_paths(get_option('datadir'), 'PackageKit', 'helpers', 'portage'),
19 install_mode: 'rwxr--r--'
20 )
This page took 0.024281 seconds and 4 git commands to generate.