~ubuntu-branches/ubuntu/trusty/gtk2-engines-oxygen/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/dont-build-demos.patch/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-20 15:38:45 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20120720153845-57jzms7fq759z9lg
Tags: 1.3.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "Oxygen Gtk2 theme" )
13
13
set( CPACK_PACKAGE_VENDOR "hugo@oxygen-icons.org" )
14
14
set( CPACK_PACKAGE_VERSION_MAJOR "1" )
15
 
set( CPACK_PACKAGE_VERSION_MINOR "2" )
16
 
set( CPACK_PACKAGE_VERSION_PATCH "4" )
 
15
set( CPACK_PACKAGE_VERSION_MINOR "3" )
 
16
set( CPACK_PACKAGE_VERSION_PATCH "0" )
17
17
set( CPACK_SOURCE_IGNORE_FILES "build" "^${PROJECT_SOURCE_DIR}.*/.git/" )
18
18
 
19
19
##################################
193
193
add_subdirectory( rc )
194
194
add_subdirectory( special-icons )
195
195
add_subdirectory( demo )
 
196