~ubuntu-branches/ubuntu/wily/gnome-do/wily

« back to all changes in this revision

Viewing changes to Do.Platform.Linux/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2011-02-15 21:50:02 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110215215002-1j8ylb69o15asb06
Tags: 0.8.4-0ubuntu1
* The Race Against FF upload.  Merge from unreleased Debian git.
  Remaining Ubuntu changes:
  + debian/patches/05_disable_resize_grips.patch.diff:
    Disable resize handles for the Do windows.
  + debian/control:
    Bump gtk# build dep for HasResizeGrip API.
* New Debian changes:
* The long fortold release
  + Fixes a threadsafety issue resulting in 100% CPU usage (Closes: 565591,
    LP: #450852).
  + Proxies all keyring calls to the GTK main thread, as required by the new
    gnome-keyring (Closes: 603876, LP: #553643)
* debian/patches/00_bundledlibs.dpatch:
* debian/rules:
  + Upstream has dropped bundled gmcs binary; now 100% DFSG-free, so we don't
    have to repack the tarball or patch the buildsystem.
* debian/patches/03_disable_docky.dpatch:
  + Drop.  Docky is now gone in the upstream tarball.
* debian/rules:
* debian/control:
* debian/patches/*:
  + Switch to quilt to harmonise with other pkg-cli-* packages.
* debian/control:
  + Drop recommends on gnome-do-docklets.  Docky is now a separate package,
    so the docklets are useless for Do.
  + Bump Breaks on gnome-do-plugins to 0.8.3.  Do no longer provides the Wink
    library, which has been imported into the 0.8.3 do-plugins sources.
  + Bump standards-version; no changes needed.
  + Migrate to git and update VCS fields appropriately

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
FILES = \
8
8
        gtk-gui/Do.Platform.Linux.AbstractLoginWidget.cs \
9
 
        gtk-gui/generated.cs \
 
9
        gtk-gui/Do.Platform.Linux.PluginAvailableDialog.cs \
 
10
        gtk-gui/generated.cs \
10
11
        src/AssemblyInfo.cs \
11
12
        src/Do.Platform/ConsoleCrayon.cs \
12
13
        src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.DBus/IController.cs \
13
14
        src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.DBus/Registrar.cs \
14
15
        src/Do.Platform/Do.Platform.Linux/ConsoleLogService.cs \
15
16
        src/Do.Platform/Do.Platform.Linux/EnvironmentService.cs \
 
17
        src/Do.Platform/Do.Platform.Linux/EnvironmentServiceExtensions.cs \
16
18
        src/Do.Platform/Do.Platform.Linux/SystemService.cs \
17
19
        src/Do.Platform/Do.Platform.Linux/GConfPreferencesService.cs \
18
20
        src/Do.Platform/Do.Platform.Linux/GnomeKeyringSecurePreferencesService.cs \
22
24
        src/Do.Platform/Do.Platform.Linux/TrayIconService.cs \
23
25
        src/Do.Platform/Do.Platform.Linux/UniverseFactoryService.cs \
24
26
        src/Do.Platform/Do.Platform.Linux/NetworkService.cs \
 
27
        src/Do.Platform/Do.Platform.Linux/KeyBindingService.cs \
25
28
        src/Do.Universe/ApplicationItem.cs \
26
29
        src/Do.Universe/CategoryItem.cs \
27
30
        src/Do.Universe/NullApplicationItem.cs \
28
31
        src/Do.Universe/FileItem.cs \
29
32
        src/Do.Universe/ApplicationItemSource.cs \
30
 
        src/Do.Universe/CopyToClipboardAction.cs \
 
33
        src/Do.Universe/GNOMEBookmarkItem.cs \
31
34
        src/Do.Universe/GNOMESpecialLocationsItemSource.cs \
32
 
        src/Do.Widgets/AbstractLoginWidget.cs
 
35
        src/Do.Universe/GNOMETrashItem.cs \
 
36
        src/Do.Widgets/AbstractLoginWidget.cs \
 
37
        src/Do.Widgets/PluginAvailableDialog.cs
33
38
 
34
39
if HAVE_NUNIT
35
40
FILES += \
47
52
        System \
48
53
        System.Core \
49
54
        Mono.Posix \
50
 
        $(NUNIT_LIBS) \
51
55
        $(GTK_SHARP_20_LIBS) \
52
56
        $(GNOME_KEYRING_SHARP_LIBS) \
53
57
        $(GNOME_SHARP_20_LIBS) \
54
58
        $(GNOME_DESKTOP_SHARP_20_LIBS) \
55
59
        $(GCONF_SHARP_20_LIBS) \
 
60
        $(MONO_ADDINS_LIBS) \
56
61
        $(NDESK_DBUS_10_LIBS) \
57
62
        $(NDESK_DBUS_GLIB_10_LIBS) \
58
 
        $(NOTIFY_SHARP_LIBS)
 
63
        $(NOTIFY_SHARP_LIBS) \
 
64
        $(NUNIT_LIBS)
59
65
 
60
66
PROJECT_REFERENCES = \
61
67
        Do.Universe \
62
68
        Do.Platform \
63
69
        Do.Interface.Linux
 
70
 
 
71
CLEANFILES += Do.Platform.Linux.dll.config
 
72
EXTRA_DIST += Do.Platform.Linux.dll.config.in
 
73
 
 
74
module_DATA += Do.Platform.Linux.dll.config