~ubuntu-branches/ubuntu/saucy/kate/saucy

« back to all changes in this revision

Viewing changes to kate/plugins/pate/src/config.h.cmake

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Rohan Garg, Jonathan Riddell
  • Date: 2013-06-21 00:48:29 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20130621004829-y2ui02eg0j47h94y
Tags: 4:4.10.80-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update and sort install files
  - Drop kubuntu_pate_find_python.diff, kubuntu_kate_initial_preference.patch,
    kubuntu_find_python.diff from debian/patches , not required

[ Jonathan Riddell ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// This file is part of Pate, Kate' Python scripting plugin.
2
 
//
3
 
// Copyright (C) 2006 Paul Giannaros <paul@giannaros.org>
4
 
//
5
 
// This library is free software; you can redistribute it and/or
6
 
// modify it under the terms of the GNU Library General Public
7
 
// License as published by the Free Software Foundation; either
8
 
// version 2 of the License, or (at your option) version 3.
9
 
//
10
 
// This library is distributed in the hope that it will be useful,
11
 
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
 
// Library General Public License for more details.
14
 
//
15
 
// You should have received a copy of the GNU Library General Public License
16
 
// along with this library; see the file COPYING.LIB.  If not, write to
17
 
// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18
 
// Boston, MA 02110-1301, USA.
19
 
 
20
 
#define PATE_PYTHON_LIBRARY "${PYTHON_LIBRARY}"
21
 
#define PATE_PYTHON_SITE_PACKAGES_INSTALL_DIR "${PYTHON_SITE_PACKAGES_INSTALL_DIR}"