~ubuntu-branches/ubuntu/maverick/digikam/maverick

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-03-17 23:07:56 UTC
  • mfrom: (1.2.20 upstream) (3.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20090317230756-db5b8rqjwb2j35e5
Tags: 2:0.10.0-1ubuntu1
* Remaining changes to Debian (committed to Debian SVN):
  - Depends: kde-icons-oxygen dropped (included through kdelibs)
  - Recommends: kipi-plugins added (provides major functionality)
  - debian/digikamthemedesigner.manpage: add missing manpage
* Remaning change to Debian:
  - Section: devel for -dbg package (no debug in Jaunty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
OPTION(ENABLE_GPHOTO2 "Build digiKam with libgphoto2 support (default=ON)" ON)
4
4
 
5
5
# ==================================================================================================
6
 
# Informations to update before to release this package.
 
6
# Information to update before to release this package.
7
7
 
8
8
# digiKam version
9
9
SET(DIGIKAM_MAJOR_VERSION "0")
17
17
# "-beta3" : beta3 release.
18
18
# "-rc"    : release candidate.
19
19
# ""       : final release. Can be used in production.
20
 
SET(DIGIKAM_SUFFIX_VERSION "-rc2")
 
20
SET(DIGIKAM_SUFFIX_VERSION "")
21
21
 
22
22
# ==================================================================================================
23
23
# Set env. variables accordinly.