~ubuntu-branches/ubuntu/oneiric/digikam/oneiric

« back to all changes in this revision

Viewing changes to po/is/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-03-17 11:21:31 UTC
  • mfrom: (3.1.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110317112131-luqsdbbsvwstih6h
Tags: 2:1.9.0-1ubuntu1
* Merge with debian, remaining changes
  - Export .pot name and copy to plugins in debian/rules
* Add an AppArmor profile for the local mysql server. (LP: #735949)
  - Use a wrapper script for mysqld.
  - Add kubuntu_01_mysqld_executable_name.diff so digikam uses the
    wrapper script instead of directly running mysqld.
* Make digikam suggest libqt4-sql-mysql and mysql-server-core-5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
file(GLOB _po_files *.po)
2
 
GETTEXT_PROCESS_PO_FILES( is ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
 
2
GETTEXT_PROCESS_PO_FILES(is ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )