~ubuntu-branches/ubuntu/vivid/kate/vivid-proposed

« back to all changes in this revision

Viewing changes to addons/ktexteditor/Messages.sh

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/env bash
2
 
$EXTRACTRC `find -name "*.rc"` >> rc.cpp
3
 
find -name "*.cpp" -print > files
4
 
find -name "*.cc" -print >> files
5
 
find -name "*.h" -print >> files
6
 
$XGETTEXT --files-from=files -o $podir/ktexteditor_plugins.pot
7
 
rm -f files
8
 
rm -f rc.cpp
9