File: SConscript

package info (click to toggle)
skim 1.4.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,876 kB
  • ctags: 1,247
  • sloc: cpp: 9,421; python: 1,608; sh: 260; makefile: 68
file content (11 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/env python

Import( 'env' )

kdesystemtray_sources='systemtrayplugin.cpp kdetraystatus.cpp'
plugin_desktop_file='skimplugin_systemtray.desktop'
env.SKIMPLUGIN('skimplugin_systemtray', kdesystemtray_sources, plugin_desktop_file)

kcm_kdesystemtray_sources='kdetraystatus_config.ui kcmloader.cpp'
plugin_kcm_desktop_file='skimplugin_systemtray_config.desktop'
env.SKIMKCMPLUGIN('kcm_skimplugin_systemtray', kcm_kdesystemtray_sources, plugin_kcm_desktop_file)