- Add nm-strongswan-fix-config.patch: Fix path to NM plugins in config files (boo#944769). - Add nm-strongswan-UI-fixup.patch: Fix broken UI (boo#944769). - Add libtool BuildRequires and call to autoreconf, as above patch touches the build system. OBS-URL: https://build.opensuse.org/request/show/330016 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-strongswan?expand=0&rev=16
23 lines
855 B
Diff
23 lines
855 B
Diff
Index: NetworkManager-strongswan-1.3.1/properties/nm-strongswan-dialog.ui
|
|
===================================================================
|
|
--- NetworkManager-strongswan-1.3.1.orig/properties/nm-strongswan-dialog.ui
|
|
+++ NetworkManager-strongswan-1.3.1/properties/nm-strongswan-dialog.ui
|
|
@@ -1,10 +1,6 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 2.12 -->
|
|
- <object class="GtkWindow" id="strongswan-widget">
|
|
- <property name="can_focus">False</property>
|
|
- <property name="title" translatable="yes">window1</property>
|
|
- <child>
|
|
<object class="GtkVBox" id="strongswan-vbox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
@@ -374,6 +370,4 @@
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
- </child>
|
|
- </object>
|
|
</interface>
|