~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to Do.Addins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2008-04-14 21:36:12 UTC
  • mfrom: (0.1.2 lenny) (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080414213612-j6izjrqjsd4f4ulo
* Initial Debian package (closes: #474022)
* debian/patches/02_use_cli_for_wrapper:
  + Patch upstream's wrapper to call /usr/bin/cli rather than mono
* debian/patches/01_fix_libX11_linkage:
  + Link libdo against libX11; fix undefined symbol warnings.
* debian/patches/03_show_in_all_DEs:
  + Show the launcher in all desktop environments; it's useful in XFCE
  and KDE as well as GNOME.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
        src/Do.UI/MiniWindow/MiniIconBox.cs \
279
279
        src/Do.UI/MiniWindow/MiniWindow.cs \
280
280
        src/Do.UI/MiniWindow/MiniWindowFrame.cs \
 
281
        src/Do.UI/PositionWindow.cs \
281
282
        src/Do.UI/ResultsWindowSelectionEventArgs.cs \
282
283
        src/Do.Universe/ApplicationItem.cs \
283
284
        src/Do.Universe/ApplicationItemSource.cs \
295
296
        src/Do.Universe/ImageFileItem.cs \
296
297
        src/Do.Universe/IObject.cs \
297
298
        src/Do.Universe/MailtoAction.cs \
298
 
        src/Do.Universe/ManuallyTypedPathItemSource.cs \
299
299
        src/Do.Universe/OpenAction.cs \
300
300
        src/Do.Universe/OpenTerminalHereAction.cs \
301
301
        src/Do.Universe/OpenURLAction.cs \