~ubuntu-branches/debian/sid/scribus/sid

« back to all changes in this revision

Viewing changes to resources/swatches/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
)
4
4
 
5
5
FILE( GLOB GIMP_STYLE_PALETTES *.gpl )
6
 
FILE( GLOB XML_PALLETES *.xml )
7
 
 
8
 
INSTALL(FILES ${GIMP_STYLE_PALETTES} ${XML_PALLETES}
9
 
 DESTINATION ${LIBDIR}swatches
 
6
FILE( GLOB XML_PALETTES *.xml )
 
7
FILE( GLOB EPS_PALETTES *.eps )
 
8
FILE( GLOB RTF_LICENSES *.rtf )
 
9
 
 
10
#Avoid CMakeLists.txt
 
11
SET(TXT_LICENSES "${CMAKE_CURRENT_SOURCE_DIR}/COPYING_RESENE.txt" "${CMAKE_CURRENT_SOURCE_DIR}/Japanese_Traditional_README.txt")
 
12
 
 
13
INSTALL(FILES ${GIMP_STYLE_PALETTES} ${XML_PALETTES} ${EPS_PALETTES} ${RTF_LICENSES} ${TXT_LICENSES}
 
14
 DESTINATION ${SHAREDIR}swatches
10
15
)