Merge lp:~docky-core/docky/drop-rsvg2 into lp:docky

Proposed by Rico Tzschichholz
Status: Merged
Merged at revision: 1843
Proposed branch: lp:~docky-core/docky/drop-rsvg2
Merge into: lp:docky
Diff against target: 293 lines (+31/-33)
18 files modified
Docky.CairoHelper/Docky.CairoHelper.csproj (+0/-3)
Docky.CairoHelper/Makefile.am (+1/-2)
Docky.Items/Docky.Items.csproj (+0/-3)
Docky.Items/Makefile.am (+1/-2)
Docky.Services/Docky.Services.csproj (+0/-4)
Docky.Services/Docky.Services.dll.config (+2/-1)
Docky.Services/Docky.Services/Extensions/GdkPixbufExtension.cs (+5/-0)
Docky.Services/Docky.Services/NativeInterop.cs (+17/-0)
Docky.Services/Makefile.am (+2/-3)
Docky/Docky.csproj (+0/-4)
Docky/Makefile.am (+0/-1)
StandardPlugins/Clock/Clock.csproj (+0/-3)
StandardPlugins/Clock/Makefile.am (+0/-1)
StandardPlugins/Clock/src/ClockDockItem.cs (+1/-1)
StandardPlugins/Desktop/Makefile.am (+0/-1)
StandardPlugins/NetworkMonitor/Makefile.am (+0/-1)
StandardPlugins/WorkspaceSwitcher/Makefile.am (+0/-1)
configure.ac (+2/-2)
To merge this branch: bzr merge lp:~docky-core/docky/drop-rsvg2
Reviewer Review Type Date Requested Status
Rico Tzschichholz Approve
Robert Dyer Pending
Review via email: mp+163602@code.launchpad.net
To post a comment you must log in.
lp:~docky-core/docky/drop-rsvg2 updated
1844. By Rico Tzschichholz

services: update dllmap

Revision history for this message
Rico Tzschichholz (ricotz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Docky.CairoHelper/Docky.CairoHelper.csproj'
--- Docky.CairoHelper/Docky.CairoHelper.csproj 2011-12-22 15:47:35 +0000
+++ Docky.CairoHelper/Docky.CairoHelper.csproj 2013-05-13 19:51:24 +0000
@@ -43,9 +43,6 @@
43 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">43 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
44 <Package>gtk-sharp-2.0</Package>44 <Package>gtk-sharp-2.0</Package>
45 </Reference>45 </Reference>
46 <Reference Include="rsvg2-sharp, Version=2.18.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
47 <Package>rsvg2-sharp-2.0</Package>
48 </Reference>
49 <Reference Include="System.Core">46 <Reference Include="System.Core">
50 <RequiredTargetFramework>3.5</RequiredTargetFramework>47 <RequiredTargetFramework>3.5</RequiredTargetFramework>
51 </Reference>48 </Reference>
5249
=== modified file 'Docky.CairoHelper/Makefile.am'
--- Docky.CairoHelper/Makefile.am 2010-12-29 08:12:28 +0000
+++ Docky.CairoHelper/Makefile.am 2013-05-13 19:51:24 +0000
@@ -17,7 +17,6 @@
17 System.Core \17 System.Core \
18 $(GLIB_SHARP_20_LIBS) \18 $(GLIB_SHARP_20_LIBS) \
19 $(GTK_SHARP_20_LIBS) \19 $(GTK_SHARP_20_LIBS) \
20 $(MONO_CAIRO_LIBS) \20 $(MONO_CAIRO_LIBS)
21 $(LIBRSVG_SHARP_LIBS)
2221
23MCS_FLAGS += -unsafe22MCS_FLAGS += -unsafe
2423
=== modified file 'Docky.Items/Docky.Items.csproj'
--- Docky.Items/Docky.Items.csproj 2011-12-22 15:47:35 +0000
+++ Docky.Items/Docky.Items.csproj 2013-05-13 19:51:24 +0000
@@ -45,9 +45,6 @@
45 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">45 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
46 <Package>gtk-sharp-2.0</Package>46 <Package>gtk-sharp-2.0</Package>
47 </Reference>47 </Reference>
48 <Reference Include="rsvg2-sharp, Version=2.18.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
49 <Package>rsvg2-sharp-2.0</Package>
50 </Reference>
51 <Reference Include="System.Core">48 <Reference Include="System.Core">
52 <RequiredTargetFramework>3.5</RequiredTargetFramework>49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
53 </Reference>50 </Reference>
5451
=== modified file 'Docky.Items/Makefile.am'
--- Docky.Items/Makefile.am 2011-01-02 12:42:36 +0000
+++ Docky.Items/Makefile.am 2013-05-13 19:51:24 +0000
@@ -60,8 +60,7 @@
60 $(GTK_SHARP_20_LIBS) \60 $(GTK_SHARP_20_LIBS) \
61 $(GLIB_SHARP_20_LIBS) \61 $(GLIB_SHARP_20_LIBS) \
62 $(GIO_SHARP_LIBS) \62 $(GIO_SHARP_LIBS) \
63 $(LIBRSVG_SHARP_LIBS) \
64 $(WNCK_SHARP_10_LIBS) \63 $(WNCK_SHARP_10_LIBS) \
65 $(NOTIFY_SHARP_LIBS)64 $(NOTIFY_SHARP_LIBS)
66 65
67MCS_FLAGS += -unsafe66MCS_FLAGS += -unsafe
6867
=== modified file 'Docky.Services/Docky.Services.csproj'
--- Docky.Services/Docky.Services.csproj 2011-12-22 15:47:35 +0000
+++ Docky.Services/Docky.Services.csproj 2013-05-13 19:51:24 +0000
@@ -48,10 +48,6 @@
48 <SpecificVersion>False</SpecificVersion>48 <SpecificVersion>False</SpecificVersion>
49 <Package>gtk-sharp-2.0</Package>49 <Package>gtk-sharp-2.0</Package>
50 </Reference>50 </Reference>
51 <Reference Include="rsvg2-sharp, Version=2.18.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
52 <SpecificVersion>False</SpecificVersion>
53 <Package>rsvg2-sharp-2.0</Package>
54 </Reference>
55 <Reference Include="System.Core">51 <Reference Include="System.Core">
56 <RequiredTargetFramework>3.5</RequiredTargetFramework>52 <RequiredTargetFramework>3.5</RequiredTargetFramework>
57 </Reference>53 </Reference>
5854
=== modified file 'Docky.Services/Docky.Services.dll.config'
--- Docky.Services/Docky.Services.dll.config 2011-06-11 06:14:27 +0000
+++ Docky.Services/Docky.Services.dll.config 2013-05-13 19:51:24 +0000
@@ -1,7 +1,8 @@
1<configuration>1<configuration>
2 <dllmap dll="libgobject-2.0" target="libgobject-2.0.so.0"/>2 <dllmap dll="libgobject-2.0" target="libgobject-2.0.so.0"/>
3 <dllmap dll="libgtk-x11-2.0" target="libgtk-x11-2.0.so.0"/>3 <dllmap dll="libgtk-x11-2.0" target="libgtk-x11-2.0.so.0"/>
4 <dllmap dll="libgdk-x11-2.0" target="libgdk-x11-2.0.so.0"/>4 <dllmap dll="libgdk-x11-2.0" target="libgdk-x11-2.0.so.0"/>
5 <dllmap dll="libgdk_pixbuf-2.0" target="libgdk_pixbuf-2.0.so.0"/>
5 <dllmap dll="libgio-2.0" target="libgio-2.0.so.0"/>6 <dllmap dll="libgio-2.0" target="libgio-2.0.so.0"/>
6 <dllmap dll="libX11" target="libX11.so.6"/>7 <dllmap dll="libX11" target="libX11.so.6"/>
7</configuration>8</configuration>
89
=== modified file 'Docky.Services/Docky.Services/Extensions/GdkPixbufExtension.cs'
--- Docky.Services/Docky.Services/Extensions/GdkPixbufExtension.cs 2010-11-11 23:33:22 +0000
+++ Docky.Services/Docky.Services/Extensions/GdkPixbufExtension.cs 2013-05-13 19:51:24 +0000
@@ -129,5 +129,10 @@
129 129
130 return tmp;130 return tmp;
131 }131 }
132
133 public static Pixbuf FromFileAtSize (string filename, int width, int height)
134 {
135 return NativeInterop.GdkPixbufNewFromFileAtSize (filename, width, height);
136 }
132 }137 }
133}138}
134139
=== modified file 'Docky.Services/Docky.Services/NativeInterop.cs'
--- Docky.Services/Docky.Services/NativeInterop.cs 2011-06-11 06:14:27 +0000
+++ Docky.Services/Docky.Services/NativeInterop.cs 2013-05-13 19:51:24 +0000
@@ -54,6 +54,9 @@
54 [DllImport("libgtk-x11-2.0", CallingConvention = CallingConvention.Cdecl)]54 [DllImport("libgtk-x11-2.0", CallingConvention = CallingConvention.Cdecl)]
55 private static extern IntPtr gtk_icon_theme_lookup_by_gicon (IntPtr icon_theme, IntPtr icon, int size, int flags);55 private static extern IntPtr gtk_icon_theme_lookup_by_gicon (IntPtr icon_theme, IntPtr icon, int size, int flags);
5656
57 [DllImport("libgdk_pixbuf-2.0")]
58 private static extern IntPtr gdk_pixbuf_new_from_file_at_size (string filename, int width, int height, out IntPtr error);
59
57 #region Workaround for GLib.FileInfo leaks...60 #region Workaround for GLib.FileInfo leaks...
58 61
59 // some attributes must be looked up as bytestrings, not strings62 // some attributes must be looked up as bytestrings, not strings
@@ -108,6 +111,7 @@
108 const string GIO_NOT_FOUND = "Could not find gio-2.0, please report immediately.";111 const string GIO_NOT_FOUND = "Could not find gio-2.0, please report immediately.";
109 const string GOBJECT_NOT_FOUND = "Could not find gobject-2.0, please report immediately.";112 const string GOBJECT_NOT_FOUND = "Could not find gobject-2.0, please report immediately.";
110 const string GTK_NOT_FOUND = "Could not find gtk-2.0, please report immediately.";113 const string GTK_NOT_FOUND = "Could not find gtk-2.0, please report immediately.";
114 const string GDK_PIXBUF_NOT_FOUND = "Could not find gdk_pixbuf-2.0, please report immediately.";
111 115
112 public static string StrUri (File file)116 public static string StrUri (File file)
113 {117 {
@@ -292,6 +296,19 @@
292 "Failed to query icon {0}");296 "Failed to query icon {0}");
293 }297 }
294 298
299 public static Gdk.Pixbuf GdkPixbufNewFromFileAtSize (string filename, int width, int height)
300 {
301 return NativeHelper<Gdk.Pixbuf> (() =>
302 {
303 IntPtr error = IntPtr.Zero;
304 IntPtr pixbuf = gdk_pixbuf_new_from_file_at_size (filename, width, height, out error);
305 if (error != IntPtr.Zero)
306 throw new GLib.GException (error);
307 return new Gdk.Pixbuf (pixbuf);
308 }, GDK_PIXBUF_NOT_FOUND,
309 "Failed to load pixbuf from file {0}");
310 }
311
295 public static void GObjectUnref (IntPtr objectHandle)312 public static void GObjectUnref (IntPtr objectHandle)
296 {313 {
297 NativeHelper (() =>314 NativeHelper (() =>
298315
=== modified file 'Docky.Services/Makefile.am'
--- Docky.Services/Makefile.am 2010-10-09 12:54:14 +0000
+++ Docky.Services/Makefile.am 2013-05-13 19:51:24 +0000
@@ -52,7 +52,7 @@
5252
53PROJECT_REFERENCES= \53PROJECT_REFERENCES= \
54 Docky.CairoHelper54 Docky.CairoHelper
55 55
56REFERENCES = \56REFERENCES = \
57 System \57 System \
58 System.Core \58 System.Core \
@@ -66,8 +66,7 @@
66 $(GTK_SHARP_20_LIBS) \66 $(GTK_SHARP_20_LIBS) \
67 $(GNOME_KEYRING_SHARP_LIBS) \67 $(GNOME_KEYRING_SHARP_LIBS) \
68 $(NOTIFY_SHARP_LIBS) \68 $(NOTIFY_SHARP_LIBS) \
69 $(WNCK_SHARP_10_LIBS) \69 $(WNCK_SHARP_10_LIBS)
70 $(LIBRSVG_SHARP_LIBS)
7170
72EXTRA_DIST += Docky.Services.dll.config71EXTRA_DIST += Docky.Services.dll.config
7372
7473
=== modified file 'Docky/Docky.csproj'
--- Docky/Docky.csproj 2013-05-12 20:15:37 +0000
+++ Docky/Docky.csproj 2013-05-13 19:51:24 +0000
@@ -94,10 +94,6 @@
94 <Package>glib-sharp-2.0</Package>94 <Package>glib-sharp-2.0</Package>
95 </Reference>95 </Reference>
96 <Reference Include="System" />96 <Reference Include="System" />
97 <Reference Include="rsvg2-sharp, Version=2.18.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
98 <SpecificVersion>False</SpecificVersion>
99 <Package>rsvg2-sharp-2.0</Package>
100 </Reference>
101 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">97 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
102 <SpecificVersion>False</SpecificVersion>98 <SpecificVersion>False</SpecificVersion>
103 <Package>gtk-sharp-2.0</Package>99 <Package>gtk-sharp-2.0</Package>
104100
=== modified file 'Docky/Makefile.am'
--- Docky/Makefile.am 2013-05-12 20:15:37 +0000
+++ Docky/Makefile.am 2013-05-13 19:51:24 +0000
@@ -71,7 +71,6 @@
71 $(GTK_SHARP_20_LIBS) \71 $(GTK_SHARP_20_LIBS) \
72 $(GKEYFILE_SHARP_LIBS) \72 $(GKEYFILE_SHARP_LIBS) \
73 $(WNCK_SHARP_10_LIBS) \73 $(WNCK_SHARP_10_LIBS) \
74 $(LIBRSVG_SHARP_LIBS) \
75 $(NOTIFY_SHARP_LIBS) \74 $(NOTIFY_SHARP_LIBS) \
76 $(DBUS_SHARP_10_LIBS) \75 $(DBUS_SHARP_10_LIBS) \
77 $(DBUS_SHARP_GLIB_10_LIBS) \76 $(DBUS_SHARP_GLIB_10_LIBS) \
7877
=== modified file 'StandardPlugins/Clock/Clock.csproj'
--- StandardPlugins/Clock/Clock.csproj 2011-12-22 15:47:35 +0000
+++ StandardPlugins/Clock/Clock.csproj 2013-05-13 19:51:24 +0000
@@ -41,9 +41,6 @@
41 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">41 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
42 <Package>gtk-sharp-2.0</Package>42 <Package>gtk-sharp-2.0</Package>
43 </Reference>43 </Reference>
44 <Reference Include="rsvg2-sharp, Version=2.18.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
45 <Package>rsvg2-sharp-2.0</Package>
46 </Reference>
47 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">44 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
48 <Package>gtk-sharp-2.0</Package>45 <Package>gtk-sharp-2.0</Package>
49 </Reference>46 </Reference>
5047
=== modified file 'StandardPlugins/Clock/Makefile.am'
--- StandardPlugins/Clock/Makefile.am 2010-02-22 23:14:53 +0000
+++ StandardPlugins/Clock/Makefile.am 2013-05-13 19:51:24 +0000
@@ -26,5 +26,4 @@
26 Mono.Posix \26 Mono.Posix \
27 $(GIO_SHARP_LIBS) \27 $(GIO_SHARP_LIBS) \
28 $(MONO_CAIRO_LIBS) \28 $(MONO_CAIRO_LIBS) \
29 $(LIBRSVG_SHARP_LIBS) \
30 $(GTK_SHARP_20_LIBS)29 $(GTK_SHARP_20_LIBS)
3130
=== modified file 'StandardPlugins/Clock/src/ClockDockItem.cs'
--- StandardPlugins/Clock/src/ClockDockItem.cs 2011-03-13 16:47:29 +0000
+++ StandardPlugins/Clock/src/ClockDockItem.cs 2013-05-13 19:51:24 +0000
@@ -174,7 +174,7 @@
174 if (!File.Exists (file))174 if (!File.Exists (file))
175 return;175 return;
176 176
177 using (Gdk.Pixbuf pbuf = Rsvg.Tool.PixbufFromFileAtSize (file, size, size)) {177 using (Gdk.Pixbuf pbuf = GdkPixbufExtension.FromFileAtSize (file, size, size)) {
178 Gdk.CairoHelper.SetSourcePixbuf (cr, pbuf, 0, 0);178 Gdk.CairoHelper.SetSourcePixbuf (cr, pbuf, 0, 0);
179 cr.Paint ();179 cr.Paint ();
180 }180 }
181181
=== modified file 'StandardPlugins/Desktop/Makefile.am'
--- StandardPlugins/Desktop/Makefile.am 2010-12-29 08:44:38 +0000
+++ StandardPlugins/Desktop/Makefile.am 2013-05-13 19:51:24 +0000
@@ -33,5 +33,4 @@
33 $(GTK_SHARP_20_LIBS) \33 $(GTK_SHARP_20_LIBS) \
34 $(GLIB_SHARP_20_LIBS) \34 $(GLIB_SHARP_20_LIBS) \
35 $(GIO_SHARP_LIBS) \35 $(GIO_SHARP_LIBS) \
36 $(LIBRSVG_SHARP_LIBS) \
37 $(WNCK_SHARP_10_LIBS)36 $(WNCK_SHARP_10_LIBS)
3837
=== modified file 'StandardPlugins/NetworkMonitor/Makefile.am'
--- StandardPlugins/NetworkMonitor/Makefile.am 2011-02-24 11:16:13 +0000
+++ StandardPlugins/NetworkMonitor/Makefile.am 2013-05-13 19:51:24 +0000
@@ -24,5 +24,4 @@
24 Mono.Posix \24 Mono.Posix \
25 $(GIO_SHARP_LIBS) \25 $(GIO_SHARP_LIBS) \
26 $(MONO_CAIRO_LIBS) \26 $(MONO_CAIRO_LIBS) \
27 $(LIBRSVG_SHARP_LIBS) \
28 $(GTK_SHARP_20_LIBS)27 $(GTK_SHARP_20_LIBS)
2928
=== modified file 'StandardPlugins/WorkspaceSwitcher/Makefile.am'
--- StandardPlugins/WorkspaceSwitcher/Makefile.am 2010-08-06 08:06:53 +0000
+++ StandardPlugins/WorkspaceSwitcher/Makefile.am 2013-05-13 19:51:24 +0000
@@ -25,5 +25,4 @@
25 $(GTK_SHARP_20_LIBS) \25 $(GTK_SHARP_20_LIBS) \
26 $(GLIB_SHARP_20_LIBS) \26 $(GLIB_SHARP_20_LIBS) \
27 $(GIO_SHARP_LIBS) \27 $(GIO_SHARP_LIBS) \
28 $(LIBRSVG_SHARP_LIBS) \
29 $(WNCK_SHARP_10_LIBS)28 $(WNCK_SHARP_10_LIBS)
3029
=== modified file 'configure.ac'
--- configure.ac 2013-05-12 20:15:37 +0000
+++ configure.ac 2013-05-13 19:51:24 +0000
@@ -64,6 +64,7 @@
64GTK_REQUIRED_VERSION=2.14.364GTK_REQUIRED_VERSION=2.14.3
65GLIB_REQUIRED_VERSION=2.2265GLIB_REQUIRED_VERSION=2.22
66GIO_SHARP_REQUIRED_VERSION=2.22.266GIO_SHARP_REQUIRED_VERSION=2.22.2
67GDK_PIXBUF_REQUIRED_VERSION=2.14.3
67DBUS_SHARP_REQUIRED_VERSION=0.768DBUS_SHARP_REQUIRED_VERSION=0.7
68DBUS_SHARP_GLIB_REQUIRED_VERSION=0.569DBUS_SHARP_GLIB_REQUIRED_VERSION=0.5
6970
@@ -85,7 +86,6 @@
85PKG_CHECK_MODULES([GKEYFILE_SHARP], [gkeyfile-sharp])86PKG_CHECK_MODULES([GKEYFILE_SHARP], [gkeyfile-sharp])
86PKG_CHECK_MODULES([GNOME_KEYRING_SHARP], [gnome-keyring-sharp-1.0])87PKG_CHECK_MODULES([GNOME_KEYRING_SHARP], [gnome-keyring-sharp-1.0])
87PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0])88PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0])
88PKG_CHECK_MODULES([LIBRSVG_SHARP], [rsvg2-sharp-2.0])
89PKG_CHECK_MODULES([MONO_ADDINS], [mono-addins])89PKG_CHECK_MODULES([MONO_ADDINS], [mono-addins])
90PKG_CHECK_MODULES([MONO_ADDINS_GUI], [mono-addins-gui])90PKG_CHECK_MODULES([MONO_ADDINS_GUI], [mono-addins-gui])
91PKG_CHECK_MODULES([MONO_ADDINS_SETUP], [mono-addins-setup])91PKG_CHECK_MODULES([MONO_ADDINS_SETUP], [mono-addins-setup])
@@ -99,6 +99,7 @@
99PKG_CHECK_MODULES(GIO, gio-2.0 >= $GLIB_REQUIRED_VERSION)99PKG_CHECK_MODULES(GIO, gio-2.0 >= $GLIB_REQUIRED_VERSION)
100PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED_VERSION)100PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED_VERSION)
101PKG_CHECK_MODULES(GLIB, gobject-2.0 >= $GLIB_REQUIRED_VERSION)101PKG_CHECK_MODULES(GLIB, gobject-2.0 >= $GLIB_REQUIRED_VERSION)
102PKG_CHECK_MODULES(GDK_PIXBUF, gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION)
102103
103AC_SUBST([GCONF_SHARP_20_LIBS])104AC_SUBST([GCONF_SHARP_20_LIBS])
104AC_SUBST([GLIB_SHARP_20_LIBS])105AC_SUBST([GLIB_SHARP_20_LIBS])
@@ -106,7 +107,6 @@
106AC_SUBST([GKEYFILE_SHARP_LIBS])107AC_SUBST([GKEYFILE_SHARP_LIBS])
107AC_SUBST([GNOME_KEYRING_SHARP_LIBS])108AC_SUBST([GNOME_KEYRING_SHARP_LIBS])
108AC_SUBST([GTK_SHARP_20_LIBS])109AC_SUBST([GTK_SHARP_20_LIBS])
109AC_SUBST([LIBRSVG_SHARP_LIBS])
110AC_SUBST([MONO_ADDINS_LIBS])110AC_SUBST([MONO_ADDINS_LIBS])
111AC_SUBST([MONO_ADDINS_GUI_LIBS])111AC_SUBST([MONO_ADDINS_GUI_LIBS])
112AC_SUBST([MONO_ADDINS_SETUP_LIBS])112AC_SUBST([MONO_ADDINS_SETUP_LIBS])

Subscribers

People subscribed via source and target branches

to status/vote changes: