forked from michaelrsweet/rasterview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrasterview.list.in
49 lines (40 loc) · 1.48 KB
/
rasterview.list.in
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# EPM list file for rasterview, a CUPS/PWG Raster viewing program.
#
# Copyright © 2002-2021 by Michael R Sweet
#
# Licensed under Apache License v2.0. See the file "LICENSE" for more
# information.
#
# Product information
%product CUPS Raster Viewer
%version @VERSION@
%copyright 2002-2021 by Michael R Sweet
%vendor Michael R Sweet
%license LICENSE
%readme README
%description <<EOF
Rasterview is a CUPS/PWG Raster file viewing application that can be used to
debug CUPS RIP and driver filter problems.
EOF
# GNU variables...
$prefix=@prefix@
$exec_prefix=@exec_prefix@
$bindir=@bindir@
$datarootdir=@datarootdir@
$datadir=@datadir@
$desktopdir=@desktopdir@
# Files...
f 0755 root sys $bindir/rasterview rasterview
d 0755 root sys $desktopdir/Development -
f 0644 root sys $desktopdir/Development/rasterview.desktop rasterview.desktop
d 0755 root sys $datadir/mimelnk/application -
f 0644 root sys $datadir/mimelnk/application/vnd.cups-raster.desktop vnd.cups-raster.desktop
d 0755 root sys $datadir/mimelnk/image -
f 0644 root sys $datadir/mimelnk/image/pwg-raster.desktop pwg-raster.desktop
d 0755 root sys $datadir/icons/hicolor/32x32/apps -
f 0644 root sys $datadir/icons/hicolor/32x32/apps/rasterview.png rasterview-32.png
d 0755 root sys $datadir/icons/hicolor/48x48/apps -
f 0644 root sys $datadir/icons/hicolor/48x48/apps/rasterview.png rasterview-48.png
d 0755 root sys $datadir/icons/hicolor/128x128/apps -
f 0644 root sys $datadir/icons/hicolor/128x128/apps/rasterview.png rasterview-128.png