~ubuntu-branches/ubuntu/jaunty/kde4libs/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/patches/kubuntu_65_add_lilypond_kate_script_svn919189.diff

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante, Jonathan Thomas, Anthony Mercatante
  • Date: 2009-02-13 14:06:22 UTC
  • Revision ID: james.westby@ubuntu.com-20090213140622-9d588c7l5406ohrz
Tags: 4:4.2.0-0ubuntu3
[ Jonathan Thomas ]
* Add kubuntu_55_fix_solid_devicemanager_crash.diff to fix crashes upon hal
  restarts during upgrades. (LP: #293126)

[ Anthony Mercatante ]
* Add kubuntu_65_add_lilypond_kate_script_svn919189.diff:
  - Install lilypond.js kate script, needed for lilypond support.
    Fix from SVN rev 919189
* Fixed kdelibs5-data.install to install the file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---kdelibs/kate/script/data/CMakeLists.txt      2009/01/06 17:13:38     906699
 
2
+++ kdelibs/kate/script/data/CMakeLists.txt     2009/01/31 15:20:42     919189
 
3
@@ -1,2 +1,2 @@
 
4
 # install some javascripts
 
5
-install( FILES jstest.js sort.js lisp.js cstyle.js python.js ruby.js DESTINATION ${DATA_INSTALL_DIR}/katepart/script )
 
6
+install( FILES jstest.js sort.js lisp.js cstyle.js python.js ruby.js lilypond.js DESTINATION ${DATA_INSTALL_DIR}/katepart/script )
 
7