~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Tomboy/Defines.cs.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-16 21:24:14 UTC
  • mfrom: (1.1.7 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061116212414-i9mqu3nnn90ulo7m
Tags: 0.5.0-0ubuntu1
* New upstream release
* debian/patches/52_applet-crash.patch:
  + Dropped, merged upstream
* debian/control,
  debian/patches/52_external-dbus-sharp.patch:
  + Build depend on libdbus-1-cil and build against it instead of the
    bundled version
* debian/rules:
  + Install DBus service file into the correct directory
* debian/patches/53_tomboy-tray-icon.patch:
  + Correctly set the icon for the trayicon

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                public const string VERSION          = "@version@";
9
9
                public const string DATADIR          = "@datadir@";
10
10
                public const string GNOME_LOCALE_DIR = "@datadir@/locale";
 
11
                public const string GNOME_HELP_DIR   = "@datadir@/gnome/help/tomboy";
11
12
                public const string PKGLIBDIR        = "@pkglibdir@";
12
13
                public const string SYS_PLUGINS_DIR  = "@pkglibdir@/Plugins";
13
14
        }