~ubuntu-branches/ubuntu/vivid/fcitx-qimpanel/vivid-proposed

« back to all changes in this revision

Viewing changes to uk-default-skin/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-12-07 01:15:48 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131207011548-pu59207hu8wjjhn6
Tags: 0.1.2-0ubuntu1
New upstream release:
Improved skin support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
set(package     fcitx)
3
 
set(prefix      ${CMAKE_INSTALL_PREFIX})
4
 
set(pkgdatadir ${prefix}/share/${package})
 
2
set(pkgbindir   /usr/bin/)
 
3
set(pkgdatadir  /usr/share/fcitx-qimpanel)
5
4
 
6
5
foreach(skin ubuntukylin-dark1 ubuntukylin-dark2 ubuntukylin-light1 ubuntukylin-light2)
7
6
    install(DIRECTORY ${skin} DESTINATION ${pkgdatadir}/skin)