diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 23:43:49 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 23:43:49 +0100 |
commit | 47d62840a0a17ab1d9abf62acd4542370fe5b7ad (patch) | |
tree | 8258e868d6976162c54cfaaf866cea1b08d9a5c7 /community/sysprof | |
parent | 238b6bccbab3b844079fa109d5cee096b81756d3 (diff) | |
download | aports-47d62840a0a17ab1d9abf62acd4542370fe5b7ad.tar.bz2 aports-47d62840a0a17ab1d9abf62acd4542370fe5b7ad.tar.xz |
Remove unused patches in community/
These patches are no longer used
Diffstat (limited to 'community/sysprof')
-rw-r--r-- | community/sysprof/allow-disabling-systemdunitdir.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community/sysprof/allow-disabling-systemdunitdir.patch b/community/sysprof/allow-disabling-systemdunitdir.patch deleted file mode 100644 index 4c0329e08c..0000000000 --- a/community/sysprof/allow-disabling-systemdunitdir.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/data/meson.build b/data/meson.build -index cc924ae..63dc69b 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -86,16 +86,18 @@ if get_option('with_sysprofd') == 'bundled' - ) - - systemdunitdir = get_option('systemdunitdir') -- if systemdunitdir == '' -- systemdunitdir = dependency('systemd').get_pkgconfig_variable('systemdsystemunitdir') -+ if systemdunitdir != 'no' -+ if systemdunitdir == '' -+ systemdunitdir = dependency('systemd').get_pkgconfig_variable('systemdsystemunitdir') -+ endif -+ configure_file( -+ input: 'sysprof2.service.in', -+ output: 'sysprof2.service', -+ configuration: sysprofdconf, -+ install: true, -+ install_dir: systemdunitdir, -+ ) - endif -- configure_file( -- input: 'sysprof2.service.in', -- output: 'sysprof2.service', -- configuration: sysprofdconf, -- install: true, -- install_dir: systemdunitdir, -- ) - - i18n.merge_file( - input: 'org.gnome.sysprof2.policy.in', |