initial import
This commit is contained in:
29
glib-networking/remove-systemd-support.patch
Normal file
29
glib-networking/remove-systemd-support.patch
Normal file
@@ -0,0 +1,29 @@
|
||||
diff --git a/proxy/libproxy/meson.build b/proxy/libproxy/meson.build
|
||||
index e459bc1..6c3a608 100644
|
||||
--- a/proxy/libproxy/meson.build
|
||||
+++ b/proxy/libproxy/meson.build
|
||||
@@ -3,24 +3,6 @@ service_conf.set('libexecdir', libexecdir)
|
||||
|
||||
service = 'org.gtk.GLib.PACRunner.service'
|
||||
|
||||
-configure_file(
|
||||
- input: service + '.in',
|
||||
- output: service,
|
||||
- install: true,
|
||||
- install_dir: join_paths(datadir, 'dbus-1', 'services'),
|
||||
- configuration: service_conf
|
||||
-)
|
||||
-
|
||||
-service = 'glib-pacrunner.service'
|
||||
-
|
||||
-configure_file(
|
||||
- input: service + '.in',
|
||||
- output: service,
|
||||
- install: true,
|
||||
- install_dir: join_paths('lib', 'systemd', 'user'),
|
||||
- configuration: service_conf
|
||||
-)
|
||||
-
|
||||
sources = files(
|
||||
'glibproxyresolver.c',
|
||||
'libproxy-module.c'
|
||||
Reference in New Issue
Block a user