File: SConscript

package info (click to toggle)
abraca 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,036 kB
  • ctags: 64
  • sloc: python: 4,938; xml: 535; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Import('env')

lst = Split("""
	abraca-32.png
	abraca-192.png
	abraca-playlist-16.png
	abraca-playlist-24.png
	abraca-collection-16.png
	abraca-collection-24.png
	abraca-rating-rated.png
	abraca-rating-unrated.png
""")

images, header, vapi = env.GdkPixBufCSource('abraca_images', lst)

env.Append(CPPPATH = [Dir('.')])
env.Append(VALAPKGPATH = [Dir('.')])
env.Append(VALAPKGS = ['abraca_images'])

Export('images')

env.InstallMan(env.GZip('abraca.1'))
env.InstallData('icons', 'abraca.svg')
env.InstallData('applications', 'abraca.desktop')