~ubuntu-branches/ubuntu/quantal/onboard/quantal

« back to all changes in this revision

Viewing changes to debian/patches/20-add-i18n-setup-cfg.patch

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Fumanti
  • Date: 2010-01-13 15:00:50 UTC
  • Revision ID: james.westby@ubuntu.com-20100113150050-2x46ds3e6b6jh4hk
Tags: 0.92.1-0ubuntu1
* New upstream release, mainly with bug fixes (LP: #507056)
  - Do not launch settings dialog under GDM (LP: #440371)
  - Minimize to IconPalette if running under GDM, instead of disappearing
  - Adjust permissions and fix typo (LP: #461491)
  - Fix long description in schemas file
  - Fix keysym of Del key
  - Fix taskbar icon visibility (LP: #456178)
  - Make .desktop files translatable
  - Remove broken 'Personalise current layout' button
* Translation updates
* debian/patches:
  - hide desktop files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' onboard-0.92.0/setup.cfg onboard-0.92.0.new/setup.cfg
2
 
--- onboard-0.92.0/setup.cfg    1970-01-01 01:00:00.000000000 +0100
3
 
+++ onboard-0.92.0.new/setup.cfg        2009-10-12 11:23:28.000000000 +0200
4
 
@@ -0,0 +1,2 @@
5
 
+[build_i18n]
6
 
+desktop_files=[ ('share/applications', ['data/onboard.desktop.in', 'data/onboard-settings.desktop.in']) ]