View | Details | Raw Unified | Return to bug 99745
Collapse All | Expand All

(-)cups-base/Makefile (-3 / +5 lines)
Lines 8-15 Link Here
8
#
8
#
9
9
10
PORTNAME=	cups-base
10
PORTNAME=	cups-base
11
PORTVERSION=	1.2.0
11
PORTVERSION=	1.2.1
12
PORTREVISION=	2
13
CATEGORIES=	print
12
CATEGORIES=	print
14
MASTER_SITES=	ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${PORTVERSION}/ \
13
MASTER_SITES=	ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${PORTVERSION}/ \
15
		ftp://ftp.ntua.gr/pub/gnu/cups/${PORTVERSION}/ \
14
		ftp://ftp.ntua.gr/pub/gnu/cups/${PORTVERSION}/ \
Lines 41-46 Link Here
41
CUPS_DOCSDIR=	${PREFIX}/share/doc/cups
40
CUPS_DOCSDIR=	${PREFIX}/share/doc/cups
42
CUPS_SPOOLDIR=	/var/spool/cups
41
CUPS_SPOOLDIR=	/var/spool/cups
43
CUPS_SOCKET?=	/var/run/cups.sock
42
CUPS_SOCKET?=	/var/run/cups.sock
43
DOCSDIR=	${CUPS_DOCSDIR}
44
WRKSRC=		${WRKDIR}/cups-${PORTVERSION}
44
WRKSRC=		${WRKDIR}/cups-${PORTVERSION}
45
45
46
# file, dir ownership
46
# file, dir ownership
Lines 127-133 Link Here
127
	lpadmin.$(MAN8EXT) \
127
	lpadmin.$(MAN8EXT) \
128
	lpinfo.$(MAN8EXT) \
128
	lpinfo.$(MAN8EXT) \
129
	lpmove.$(MAN8EXT) \
129
	lpmove.$(MAN8EXT) \
130
	lpc.$(MAN8EXT) \
130
	lpc.$(MAN8EXT)
131
MLINKS=	accept.$(MAN8EXT) reject.$(MAN8EXT) \
132
	cupsenable.$(MAN8EXT) cupsdisable.$(MAN8EXT)
131
133
132
pre-configure::
134
pre-configure::
133
	@${ECHO_MSG} Configuring CUPS with options:
135
	@${ECHO_MSG} Configuring CUPS with options:
(-)cups-base/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cups-1.2.0-source.tar.bz2) = a168b0b1c8bb946060e659e1df2927c5
1
MD5 (cups-1.2.1-source.tar.bz2) = f804995e3f469bdefedc033510f6e6a5
2
SHA256 (cups-1.2.0-source.tar.bz2) = 893a91d96e68de51f767d97d36d2d321320b3611b7178ea9a9d17ad2777f5f9f
2
SHA256 (cups-1.2.1-source.tar.bz2) = 10fb273b8118858fdce795608065860865432b2d9f1016b53fff1eb340385e45
3
SIZE (cups-1.2.0-source.tar.bz2) = 3456476
3
SIZE (cups-1.2.1-source.tar.bz2) = 3475342
(-)cups-base/files/patch-Makefile (-9 / +10 lines)
Lines 1-11 Link Here
1
--- Makefile.orig	Thu May 18 13:38:50 2006
1
--- Makefile.orig	Fri May 19 14:44:29 2006
2
+++ Makefile	Thu May 18 13:40:07 2006
2
+++ Makefile	Thu Jun 29 22:07:22 2006
3
@@ -99,56 +99,11 @@
3
@@ -99,57 +99,10 @@
4
 	echo Installing cups-config script...
4
 	echo Installing cups-config script...
5
 	$(INSTALL_DIR) -m 755 $(BINDIR)
5
 	$(INSTALL_DIR) -m 755 $(BINDIR)
6
 	$(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
6
 	$(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
7
-	echo Installing startup script...
8
-	if test "x$(INITDIR)" != x; then \
7
-	if test "x$(INITDIR)" != x; then \
8
-		echo Installing init scripts...; \
9
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \
9
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \
10
-		$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \
10
-		$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \
11
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \
11
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \
Lines 20-32 Link Here
20
-	if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \
20
-	if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \
21
-		$(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \
21
-		$(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \
22
-		if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \
22
-		if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \
23
-			echo Installing StartupItems files...; \
23
-			$(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \
24
-			$(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \
24
-			$(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \
25
-			$(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \
25
-			$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
26
-			$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
26
-			$(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
27
-			$(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
27
-		elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \
28
-		elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \
29
-			echo Installing LaunchDaemons configuration file...; \
28
-			$(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \
30
-			$(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \
29
-		else \
31
-		else \
32
-			echo Installing RC script...; \
30
-			$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
33
-			$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
31
-		fi \
34
-		fi \
32
-	fi
35
-	fi
Lines 34-40 Link Here
34
 		echo Installing cups.conf in $(DBUSDIR)...;\
37
 		echo Installing cups.conf in $(DBUSDIR)...;\
35
 		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \
38
 		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \
36
 		$(INSTALL_DATA) packaging/cups-dbus.conf $(BUILDROOT)$(DBUSDIR)/cups.conf; \
39
 		$(INSTALL_DATA) packaging/cups-dbus.conf $(BUILDROOT)$(DBUSDIR)/cups.conf; \
37
 	fi
40
-	fi
38
-	if test "x$(XINETD)" != x; then \
41
-	if test "x$(XINETD)" != x; then \
39
-		echo Installing xinetd configuration file for cups-lpd...; \
42
-		echo Installing xinetd configuration file for cups-lpd...; \
40
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \
43
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \
Lines 52-59 Link Here
52
-		$(INSTALL_DATA) desktop/cups-64.png $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps/cups.png; \
55
-		$(INSTALL_DATA) desktop/cups-64.png $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps/cups.png; \
53
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps; \
56
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps; \
54
-		$(INSTALL_DATA) desktop/cups-128.png $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps/cups.png; \
57
-		$(INSTALL_DATA) desktop/cups-128.png $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps/cups.png; \
55
-	fi
58
 	fi
56
-
59
 
57
 
60
 
58
 #
59
 # Install source and header files...
(-)cups-base/pkg-message (-1 / +18 lines)
Lines 2-8 Link Here
2
PLEASE NOTE:
2
PLEASE NOTE:
3
============
3
============
4
4
5
To enable printing under Gimp do the following:
5
To enable printing with local printer you need to give group cups
6
r/w access to printer device:
7
8
1) Add following to /etc/devfs.rules (create if it doesn't exits):
9
10
[system=10]
11
add path 'unlpt*' mode 0660 group cups
12
add path 'ulpt*' mode 0660 group cups
13
add path 'lpt*' mode 0660 group cups
14
15
2) And following to /etc/rc.conf:
16
17
devfs_system_ruleset="system"
18
19
3) Restart devfs: /etc/rc.d/devfs restart
20
21
To enable printing under Gimp and MS-Windows clients do the following:
22
6
1) Uncomment application/octet-stream line in mime.types
23
1) Uncomment application/octet-stream line in mime.types
7
2) Uncomment application/octet-stream line in mime.convs
24
2) Uncomment application/octet-stream line in mime.convs
8
3) Restart cupsd
25
3) Restart cupsd
(-)cups-base/pkg-plist (-363 / +362 lines)
Lines 43-405 Link Here
43
lib/libcups.so.2
43
lib/libcups.so.2
44
lib/libcupsimage.so
44
lib/libcupsimage.so
45
lib/libcupsimage.so.2
45
lib/libcupsimage.so.2
46
@comment Put man links here
47
man/man8/reject.8
48
man/man8/cupsdisable.8
49
sbin/cupsdisable
46
sbin/cupsdisable
50
sbin/cupsenable
47
sbin/cupsenable
51
sbin/reject
48
sbin/reject
52
share/doc/cups/cups.css
49
%%DOCSDIR%%/cups.css
53
share/doc/cups/cups-printable.css
50
%%DOCSDIR%%/cups-printable.css
54
share/doc/cups/favicon.ico
51
%%DOCSDIR%%/favicon.ico
55
share/doc/cups/index.html
52
%%DOCSDIR%%/index.html
56
share/doc/cups/robots.txt
53
%%DOCSDIR%%/robots.txt
57
share/doc/cups/help/api-array.html
54
%%DOCSDIR%%/help/api-array.html
58
share/doc/cups/help/api-cups.html
55
%%DOCSDIR%%/help/api-cups.html
59
share/doc/cups/help/api-filedir.html
56
%%DOCSDIR%%/help/api-filedir.html
60
share/doc/cups/help/api-filter.html
57
%%DOCSDIR%%/help/api-filter.html
61
share/doc/cups/help/api-httpipp.html
58
%%DOCSDIR%%/help/api-httpipp.html
62
share/doc/cups/help/api-ppd.html
59
%%DOCSDIR%%/help/api-ppd.html
63
share/doc/cups/help/api-raster.html
60
%%DOCSDIR%%/help/api-raster.html
64
share/doc/cups/help/cgi.html
61
%%DOCSDIR%%/help/cgi.html
65
share/doc/cups/help/glossary.html
62
%%DOCSDIR%%/help/glossary.html
66
share/doc/cups/help/license.html
63
%%DOCSDIR%%/help/license.html
67
share/doc/cups/help/man-accept.html
64
%%DOCSDIR%%/help/man-accept.html
68
share/doc/cups/help/man-backend.html
65
%%DOCSDIR%%/help/man-backend.html
69
share/doc/cups/help/man-cancel.html
66
%%DOCSDIR%%/help/man-cancel.html
70
share/doc/cups/help/man-classes.conf.html
67
%%DOCSDIR%%/help/man-classes.conf.html
71
share/doc/cups/help/man-client.conf.html
68
%%DOCSDIR%%/help/man-client.conf.html
72
share/doc/cups/help/man-cups-config.html
69
%%DOCSDIR%%/help/man-cups-config.html
73
share/doc/cups/help/man-cups-lpd.html
70
%%DOCSDIR%%/help/man-cups-lpd.html
74
share/doc/cups/help/man-cups-polld.html
71
%%DOCSDIR%%/help/man-cups-polld.html
75
share/doc/cups/help/man-cupsaddsmb.html
72
%%DOCSDIR%%/help/man-cupsaddsmb.html
76
share/doc/cups/help/man-cupsd.conf.html
73
%%DOCSDIR%%/help/man-cupsd.conf.html
77
share/doc/cups/help/man-filter.html
74
%%DOCSDIR%%/help/man-filter.html
78
share/doc/cups/help/man-mime.convs.html
75
%%DOCSDIR%%/help/man-mime.convs.html
79
share/doc/cups/help/man-mime.types.html
76
%%DOCSDIR%%/help/man-mime.types.html
80
share/doc/cups/help/man-printers.conf.html
77
%%DOCSDIR%%/help/man-printers.conf.html
81
share/doc/cups/help/network.html
78
%%DOCSDIR%%/help/network.html
82
share/doc/cups/help/options.html
79
%%DOCSDIR%%/help/options.html
83
share/doc/cups/help/overview.html
80
%%DOCSDIR%%/help/overview.html
84
share/doc/cups/help/ref-access_log.html
81
%%DOCSDIR%%/help/ref-access_log.html
85
share/doc/cups/help/ref-classes-conf.html
82
%%DOCSDIR%%/help/ref-classes-conf.html
86
share/doc/cups/help/ref-client-conf.html
83
%%DOCSDIR%%/help/ref-client-conf.html
87
share/doc/cups/help/ref-cupsd-conf.html
84
%%DOCSDIR%%/help/ref-cupsd-conf.html
88
share/doc/cups/help/ref-error_log.html
85
%%DOCSDIR%%/help/ref-error_log.html
89
share/doc/cups/help/ref-page_log.html
86
%%DOCSDIR%%/help/ref-page_log.html
90
share/doc/cups/help/ref-printers-conf.html
87
%%DOCSDIR%%/help/ref-printers-conf.html
91
share/doc/cups/help/ref-snmp-conf.html
88
%%DOCSDIR%%/help/ref-snmp-conf.html
92
share/doc/cups/help/ref-subscriptions-conf.html
89
%%DOCSDIR%%/help/ref-subscriptions-conf.html
93
share/doc/cups/help/security.html
90
%%DOCSDIR%%/help/security.html
94
share/doc/cups/help/spec-cmp.html
91
%%DOCSDIR%%/help/spec-cmp.html
95
share/doc/cups/help/spec-command.html
92
%%DOCSDIR%%/help/spec-command.html
96
share/doc/cups/help/spec-design.html
93
%%DOCSDIR%%/help/spec-design.html
97
share/doc/cups/help/spec-ipp.html
94
%%DOCSDIR%%/help/spec-ipp.html
98
share/doc/cups/help/spec-ppd.html
95
%%DOCSDIR%%/help/spec-ppd.html
99
share/doc/cups/help/spec-raster.html
96
%%DOCSDIR%%/help/spec-raster.html
100
share/doc/cups/help/spec-stp.html
97
%%DOCSDIR%%/help/spec-stp.html
101
share/doc/cups/help/standard.html
98
%%DOCSDIR%%/help/standard.html
102
share/doc/cups/help/translation.html
99
%%DOCSDIR%%/help/translation.html
103
share/doc/cups/help/whatsnew.html
100
%%DOCSDIR%%/help/whatsnew.html
104
share/doc/cups/help/man-cupsd.html
101
%%DOCSDIR%%/help/man-cupsd.html
105
share/doc/cups/help/man-cupsenable.html
102
%%DOCSDIR%%/help/man-cupsenable.html
106
share/doc/cups/help/man-cupstestdsc.html
103
%%DOCSDIR%%/help/man-cupstestdsc.html
107
share/doc/cups/help/man-cupstestppd.html
104
%%DOCSDIR%%/help/man-cupstestppd.html
108
share/doc/cups/help/man-lp.html
105
%%DOCSDIR%%/help/man-lp.html
109
share/doc/cups/help/man-lpadmin.html
106
%%DOCSDIR%%/help/man-lpadmin.html
110
share/doc/cups/help/man-lpc.html
107
%%DOCSDIR%%/help/man-lpc.html
111
share/doc/cups/help/man-lpinfo.html
108
%%DOCSDIR%%/help/man-lpinfo.html
112
share/doc/cups/help/man-lpmove.html
109
%%DOCSDIR%%/help/man-lpmove.html
113
share/doc/cups/help/man-lpoptions.html
110
%%DOCSDIR%%/help/man-lpoptions.html
114
share/doc/cups/help/man-lppasswd.html
111
%%DOCSDIR%%/help/man-lppasswd.html
115
share/doc/cups/help/man-lpq.html
112
%%DOCSDIR%%/help/man-lpq.html
116
share/doc/cups/help/man-lpr.html
113
%%DOCSDIR%%/help/man-lpr.html
117
share/doc/cups/help/man-lprm.html
114
%%DOCSDIR%%/help/man-lprm.html
118
share/doc/cups/help/man-lpstat.html
115
%%DOCSDIR%%/help/man-lpstat.html
119
share/doc/cups/images/bottom-left.gif
116
%%DOCSDIR%%/images/bottom-left.gif
120
share/doc/cups/images/bottom-right.gif
117
%%DOCSDIR%%/images/bottom-right.gif
121
share/doc/cups/images/classes.gif
118
%%DOCSDIR%%/images/classes.gif
122
share/doc/cups/images/cups-block-diagram.gif
119
%%DOCSDIR%%/images/cups-block-diagram.gif
123
share/doc/cups/images/esp-logo.gif
120
%%DOCSDIR%%/images/esp-logo.gif
124
share/doc/cups/images/happy.gif
121
%%DOCSDIR%%/images/happy.gif
125
share/doc/cups/images/logo.gif
122
%%DOCSDIR%%/images/logo.gif
126
share/doc/cups/images/printer-idle.gif
123
%%DOCSDIR%%/images/printer-idle.gif
127
share/doc/cups/images/printer-processing.gif
124
%%DOCSDIR%%/images/printer-processing.gif
128
share/doc/cups/images/printer-stopped.gif
125
%%DOCSDIR%%/images/printer-stopped.gif
129
share/doc/cups/images/smiley.jpg
126
%%DOCSDIR%%/images/smiley.jpg
130
share/doc/cups/images/tab-left.gif
127
%%DOCSDIR%%/images/tab-left.gif
131
share/doc/cups/images/tab-right.gif
128
%%DOCSDIR%%/images/tab-right.gif
132
share/doc/cups/images/top-left.gif
129
%%DOCSDIR%%/images/top-left.gif
133
share/doc/cups/images/top-middle.gif
130
%%DOCSDIR%%/images/top-middle.gif
134
share/doc/cups/images/top-right.gif
131
%%DOCSDIR%%/images/top-right.gif
135
share/doc/cups/images/web-add-this-printer.gif
132
%%DOCSDIR%%/images/web-add-this-printer.gif
136
share/doc/cups/images/web-password.gif
133
%%DOCSDIR%%/images/web-password.gif
137
share/doc/cups/images/web-test-page.gif
134
%%DOCSDIR%%/images/web-test-page.gif
138
share/doc/cups/images/web-printer-driver.gif
135
%%DOCSDIR%%/images/web-printer-driver.gif
139
share/doc/cups/images/web-printer-status.gif
136
%%DOCSDIR%%/images/web-printer-status.gif
140
share/doc/cups/images/web-set-printer-options.gif
137
%%DOCSDIR%%/images/web-set-printer-options.gif
141
share/doc/cups/images/button-accept-jobs.gif
138
%%DOCSDIR%%/images/button-accept-jobs.gif
142
share/doc/cups/images/button-add-class.gif
139
%%DOCSDIR%%/images/button-add-class.gif
143
share/doc/cups/images/button-add-printer.gif
140
%%DOCSDIR%%/images/button-add-printer.gif
144
share/doc/cups/images/button-add-this-printer.gif
141
%%DOCSDIR%%/images/button-add-this-printer.gif
145
share/doc/cups/images/button-cancel-all-jobs.gif
142
%%DOCSDIR%%/images/button-cancel-all-jobs.gif
146
share/doc/cups/images/button-cancel-job.gif
143
%%DOCSDIR%%/images/button-cancel-job.gif
147
share/doc/cups/images/button-change-settings.gif
144
%%DOCSDIR%%/images/button-change-settings.gif
148
share/doc/cups/images/button-clean-print-heads.gif
145
%%DOCSDIR%%/images/button-clean-print-heads.gif
149
share/doc/cups/images/button-clear.gif
146
%%DOCSDIR%%/images/button-clear.gif
150
share/doc/cups/images/button-continue.gif
147
%%DOCSDIR%%/images/button-continue.gif
151
share/doc/cups/images/button-delete-class.gif
148
%%DOCSDIR%%/images/button-delete-class.gif
152
share/doc/cups/images/button-delete-printer.gif
149
%%DOCSDIR%%/images/button-delete-printer.gif
153
share/doc/cups/images/button-edit-configuration-file.gif
150
%%DOCSDIR%%/images/button-edit-configuration-file.gif
154
share/doc/cups/images/button-export-samba.gif
151
%%DOCSDIR%%/images/button-export-samba.gif
155
share/doc/cups/images/button-help.gif
152
%%DOCSDIR%%/images/button-help.gif
156
share/doc/cups/images/button-hold-job.gif
153
%%DOCSDIR%%/images/button-hold-job.gif
157
share/doc/cups/images/button-manage-classes.gif
154
%%DOCSDIR%%/images/button-manage-classes.gif
158
share/doc/cups/images/button-manage-jobs.gif
155
%%DOCSDIR%%/images/button-manage-jobs.gif
159
share/doc/cups/images/button-manage-printers.gif
156
%%DOCSDIR%%/images/button-manage-printers.gif
160
share/doc/cups/images/button-manage-server.gif
157
%%DOCSDIR%%/images/button-manage-server.gif
161
share/doc/cups/images/button-modify-class.gif
158
%%DOCSDIR%%/images/button-modify-class.gif
162
share/doc/cups/images/button-modify-printer.gif
159
%%DOCSDIR%%/images/button-modify-printer.gif
163
share/doc/cups/images/button-move-job.gif
160
%%DOCSDIR%%/images/button-move-job.gif
164
share/doc/cups/images/button-move-jobs.gif
161
%%DOCSDIR%%/images/button-move-jobs.gif
165
share/doc/cups/images/button-print-self-test-page.gif
162
%%DOCSDIR%%/images/button-print-self-test-page.gif
166
share/doc/cups/images/button-print-test-page.gif
163
%%DOCSDIR%%/images/button-print-test-page.gif
167
share/doc/cups/images/button-publish-printer.gif
164
%%DOCSDIR%%/images/button-publish-printer.gif
168
share/doc/cups/images/button-reject-jobs.gif
165
%%DOCSDIR%%/images/button-reject-jobs.gif
169
share/doc/cups/images/button-release-job.gif
166
%%DOCSDIR%%/images/button-release-job.gif
170
share/doc/cups/images/button-restart-job.gif
167
%%DOCSDIR%%/images/button-restart-job.gif
171
share/doc/cups/images/button-save-changes.gif
168
%%DOCSDIR%%/images/button-save-changes.gif
172
share/doc/cups/images/button-search.gif
169
%%DOCSDIR%%/images/button-search.gif
173
share/doc/cups/images/button-set-allowed-users.gif
170
%%DOCSDIR%%/images/button-set-allowed-users.gif
174
share/doc/cups/images/button-set-as-default.gif
171
%%DOCSDIR%%/images/button-set-as-default.gif
175
share/doc/cups/images/button-set-printer-options.gif
172
%%DOCSDIR%%/images/button-set-printer-options.gif
176
share/doc/cups/images/button-show-active.gif
173
%%DOCSDIR%%/images/button-show-active.gif
177
share/doc/cups/images/button-show-all.gif
174
%%DOCSDIR%%/images/button-show-all.gif
178
share/doc/cups/images/button-show-completed.gif
175
%%DOCSDIR%%/images/button-show-completed.gif
179
share/doc/cups/images/button-show-next.gif
176
%%DOCSDIR%%/images/button-show-next.gif
180
share/doc/cups/images/button-show-previous.gif
177
%%DOCSDIR%%/images/button-show-previous.gif
181
share/doc/cups/images/button-sort-ascending.gif
178
%%DOCSDIR%%/images/button-sort-ascending.gif
182
share/doc/cups/images/button-sort-descending.gif
179
%%DOCSDIR%%/images/button-sort-descending.gif
183
share/doc/cups/images/button-start-class.gif
180
%%DOCSDIR%%/images/button-start-class.gif
184
share/doc/cups/images/button-start-printer.gif
181
%%DOCSDIR%%/images/button-start-printer.gif
185
share/doc/cups/images/button-stop-class.gif
182
%%DOCSDIR%%/images/button-stop-class.gif
186
share/doc/cups/images/button-stop-printer.gif
183
%%DOCSDIR%%/images/button-stop-printer.gif
187
share/doc/cups/images/button-unpublish-printer.gif
184
%%DOCSDIR%%/images/button-unpublish-printer.gif
188
share/doc/cups/images/button-use-default-config.gif
185
%%DOCSDIR%%/images/button-use-default-config.gif
189
share/doc/cups/images/button-view-access-log.gif
186
%%DOCSDIR%%/images/button-view-access-log.gif
190
share/doc/cups/images/button-view-error-log.gif
187
%%DOCSDIR%%/images/button-view-error-log.gif
191
share/doc/cups/images/button-view-page-log.gif
188
%%DOCSDIR%%/images/button-view-page-log.gif
192
share/doc/cups/images/button-view-printable-version.gif
189
%%DOCSDIR%%/images/button-view-printable-version.gif
193
share/doc/cups/es/images/button-accept-jobs.gif
190
%%DOCSDIR%%/es/images/button-accept-jobs.gif
194
share/doc/cups/es/images/button-add-class.gif
191
%%DOCSDIR%%/es/images/button-add-class.gif
195
share/doc/cups/es/images/button-add-printer.gif
192
%%DOCSDIR%%/es/images/button-add-printer.gif
196
share/doc/cups/es/images/button-add-this-printer.gif
193
%%DOCSDIR%%/es/images/button-add-this-printer.gif
197
share/doc/cups/es/images/button-cancel-all-jobs.gif
194
%%DOCSDIR%%/es/images/button-cancel-all-jobs.gif
198
share/doc/cups/es/images/button-cancel-job.gif
195
%%DOCSDIR%%/es/images/button-cancel-job.gif
199
share/doc/cups/es/images/button-change-settings.gif
196
%%DOCSDIR%%/es/images/button-change-settings.gif
200
share/doc/cups/es/images/button-clean-print-heads.gif
197
%%DOCSDIR%%/es/images/button-clean-print-heads.gif
201
share/doc/cups/es/images/button-clear.gif
198
%%DOCSDIR%%/es/images/button-clear.gif
202
share/doc/cups/es/images/button-continue.gif
199
%%DOCSDIR%%/es/images/button-continue.gif
203
share/doc/cups/es/images/button-delete-class.gif
200
%%DOCSDIR%%/es/images/button-delete-class.gif
204
share/doc/cups/es/images/button-delete-printer.gif
201
%%DOCSDIR%%/es/images/button-delete-printer.gif
205
share/doc/cups/es/images/button-edit-configuration-file.gif
202
%%DOCSDIR%%/es/images/button-edit-configuration-file.gif
206
share/doc/cups/es/images/button-export-samba.gif
203
%%DOCSDIR%%/es/images/button-export-samba.gif
207
share/doc/cups/es/images/button-help.gif
204
%%DOCSDIR%%/es/images/button-help.gif
208
share/doc/cups/es/images/button-hold-job.gif
205
%%DOCSDIR%%/es/images/button-hold-job.gif
209
share/doc/cups/es/images/button-manage-classes.gif
206
%%DOCSDIR%%/es/images/button-manage-classes.gif
210
share/doc/cups/es/images/button-manage-jobs.gif
207
%%DOCSDIR%%/es/images/button-manage-jobs.gif
211
share/doc/cups/es/images/button-manage-printers.gif
208
%%DOCSDIR%%/es/images/button-manage-printers.gif
212
share/doc/cups/es/images/button-manage-server.gif
209
%%DOCSDIR%%/es/images/button-manage-server.gif
213
share/doc/cups/es/images/button-modify-class.gif
210
%%DOCSDIR%%/es/images/button-modify-class.gif
214
share/doc/cups/es/images/button-modify-printer.gif
211
%%DOCSDIR%%/es/images/button-modify-printer.gif
215
share/doc/cups/es/images/button-move-job.gif
212
%%DOCSDIR%%/es/images/button-move-job.gif
216
share/doc/cups/es/images/button-move-jobs.gif
213
%%DOCSDIR%%/es/images/button-move-jobs.gif
217
share/doc/cups/es/images/button-print-self-test-page.gif
214
%%DOCSDIR%%/es/images/button-print-self-test-page.gif
218
share/doc/cups/es/images/button-print-test-page.gif
215
%%DOCSDIR%%/es/images/button-print-test-page.gif
219
share/doc/cups/es/images/button-publish-printer.gif
216
%%DOCSDIR%%/es/images/button-publish-printer.gif
220
share/doc/cups/es/images/button-reject-jobs.gif
217
%%DOCSDIR%%/es/images/button-reject-jobs.gif
221
share/doc/cups/es/images/button-release-job.gif
218
%%DOCSDIR%%/es/images/button-release-job.gif
222
share/doc/cups/es/images/button-restart-job.gif
219
%%DOCSDIR%%/es/images/button-restart-job.gif
223
share/doc/cups/es/images/button-save-changes.gif
220
%%DOCSDIR%%/es/images/button-save-changes.gif
224
share/doc/cups/es/images/button-search.gif
221
%%DOCSDIR%%/es/images/button-search.gif
225
share/doc/cups/es/images/button-set-allowed-users.gif
222
%%DOCSDIR%%/es/images/button-set-allowed-users.gif
226
share/doc/cups/es/images/button-set-as-default.gif
223
%%DOCSDIR%%/es/images/button-set-as-default.gif
227
share/doc/cups/es/images/button-set-printer-options.gif
224
%%DOCSDIR%%/es/images/button-set-printer-options.gif
228
share/doc/cups/es/images/button-show-active.gif
225
%%DOCSDIR%%/es/images/button-show-active.gif
229
share/doc/cups/es/images/button-show-all.gif
226
%%DOCSDIR%%/es/images/button-show-all.gif
230
share/doc/cups/es/images/button-show-completed.gif
227
%%DOCSDIR%%/es/images/button-show-completed.gif
231
share/doc/cups/es/images/button-show-next.gif
228
%%DOCSDIR%%/es/images/button-show-next.gif
232
share/doc/cups/es/images/button-show-previous.gif
229
%%DOCSDIR%%/es/images/button-show-previous.gif
233
share/doc/cups/es/images/button-sort-ascending.gif
230
%%DOCSDIR%%/es/images/button-sort-ascending.gif
234
share/doc/cups/es/images/button-sort-descending.gif
231
%%DOCSDIR%%/es/images/button-sort-descending.gif
235
share/doc/cups/es/images/button-start-class.gif
232
%%DOCSDIR%%/es/images/button-start-class.gif
236
share/doc/cups/es/images/button-start-printer.gif
233
%%DOCSDIR%%/es/images/button-start-printer.gif
237
share/doc/cups/es/images/button-stop-class.gif
234
%%DOCSDIR%%/es/images/button-stop-class.gif
238
share/doc/cups/es/images/button-stop-printer.gif
235
%%DOCSDIR%%/es/images/button-stop-printer.gif
239
share/doc/cups/es/images/button-unpublish-printer.gif
236
%%DOCSDIR%%/es/images/button-unpublish-printer.gif
240
share/doc/cups/es/images/button-use-default-config.gif
237
%%DOCSDIR%%/es/images/button-use-default-config.gif
241
share/doc/cups/es/images/button-view-access-log.gif
238
%%DOCSDIR%%/es/images/button-view-access-log.gif
242
share/doc/cups/es/images/button-view-error-log.gif
239
%%DOCSDIR%%/es/images/button-view-error-log.gif
243
share/doc/cups/es/images/button-view-page-log.gif
240
%%DOCSDIR%%/es/images/button-view-page-log.gif
244
share/doc/cups/es/images/button-view-printable-version.gif
241
%%DOCSDIR%%/es/images/button-view-printable-version.gif
245
share/doc/cups/es/index.html
242
%%DOCSDIR%%/es/index.html
246
share/doc/cups/ja/images/button-accept-jobs.gif
243
%%DOCSDIR%%/ja/images/button-accept-jobs.gif
247
share/doc/cups/ja/images/button-add-class.gif
244
%%DOCSDIR%%/ja/images/button-add-class.gif
248
share/doc/cups/ja/images/button-add-printer.gif
245
%%DOCSDIR%%/ja/images/button-add-printer.gif
249
share/doc/cups/ja/images/button-add-this-printer.gif
246
%%DOCSDIR%%/ja/images/button-add-this-printer.gif
250
share/doc/cups/ja/images/button-cancel-all-jobs.gif
247
%%DOCSDIR%%/ja/images/button-cancel-all-jobs.gif
251
share/doc/cups/ja/images/button-cancel-job.gif
248
%%DOCSDIR%%/ja/images/button-cancel-job.gif
252
share/doc/cups/ja/images/button-change-settings.gif
249
%%DOCSDIR%%/ja/images/button-change-settings.gif
253
share/doc/cups/ja/images/button-continue.gif
250
%%DOCSDIR%%/ja/images/button-continue.gif
254
share/doc/cups/ja/images/button-delete-class.gif
251
%%DOCSDIR%%/ja/images/button-delete-class.gif
255
share/doc/cups/ja/images/button-delete-printer.gif
252
%%DOCSDIR%%/ja/images/button-delete-printer.gif
256
share/doc/cups/ja/images/button-edit-configuration-file.gif
253
%%DOCSDIR%%/ja/images/button-edit-configuration-file.gif
257
share/doc/cups/ja/images/button-export-samba.gif
254
%%DOCSDIR%%/ja/images/button-export-samba.gif
258
share/doc/cups/ja/images/button-help.gif
255
%%DOCSDIR%%/ja/images/button-help.gif
259
share/doc/cups/ja/images/button-hold-job.gif
256
%%DOCSDIR%%/ja/images/button-hold-job.gif
260
share/doc/cups/ja/images/button-move-job.gif
257
%%DOCSDIR%%/ja/images/button-move-job.gif
261
share/doc/cups/ja/images/button-manage-classes.gif
258
%%DOCSDIR%%/ja/images/button-manage-classes.gif
262
share/doc/cups/ja/images/button-manage-jobs.gif
259
%%DOCSDIR%%/ja/images/button-manage-jobs.gif
263
share/doc/cups/ja/images/button-manage-printers.gif
260
%%DOCSDIR%%/ja/images/button-manage-printers.gif
264
share/doc/cups/ja/images/button-manage-server.gif
261
%%DOCSDIR%%/ja/images/button-manage-server.gif
265
share/doc/cups/ja/images/button-modify-class.gif
262
%%DOCSDIR%%/ja/images/button-modify-class.gif
266
share/doc/cups/ja/images/button-modify-printer.gif
263
%%DOCSDIR%%/ja/images/button-modify-printer.gif
267
share/doc/cups/ja/images/button-move-jobs.gif
264
%%DOCSDIR%%/ja/images/button-move-jobs.gif
268
share/doc/cups/ja/images/button-print-test-page.gif
265
%%DOCSDIR%%/ja/images/button-print-test-page.gif
269
share/doc/cups/ja/images/button-publish-printer.gif
266
%%DOCSDIR%%/ja/images/button-publish-printer.gif
270
share/doc/cups/ja/images/button-reject-jobs.gif
267
%%DOCSDIR%%/ja/images/button-reject-jobs.gif
271
share/doc/cups/ja/images/button-release-job.gif
268
%%DOCSDIR%%/ja/images/button-release-job.gif
272
share/doc/cups/ja/images/button-restart-job.gif
269
%%DOCSDIR%%/ja/images/button-restart-job.gif
273
share/doc/cups/ja/images/button-save-changes.gif
270
%%DOCSDIR%%/ja/images/button-save-changes.gif
274
share/doc/cups/ja/images/button-search.gif
271
%%DOCSDIR%%/ja/images/button-search.gif
275
share/doc/cups/ja/images/button-set-allowed-users.gif
272
%%DOCSDIR%%/ja/images/button-set-allowed-users.gif
276
share/doc/cups/ja/images/button-set-as-default.gif
273
%%DOCSDIR%%/ja/images/button-set-as-default.gif
277
share/doc/cups/ja/images/button-set-printer-options.gif
274
%%DOCSDIR%%/ja/images/button-set-printer-options.gif
278
share/doc/cups/ja/images/button-show-active.gif
275
%%DOCSDIR%%/ja/images/button-show-active.gif
279
share/doc/cups/ja/images/button-show-all.gif
276
%%DOCSDIR%%/ja/images/button-show-all.gif
280
share/doc/cups/ja/images/button-show-completed.gif
277
%%DOCSDIR%%/ja/images/button-show-completed.gif
281
share/doc/cups/ja/images/button-show-next.gif
278
%%DOCSDIR%%/ja/images/button-show-next.gif
282
share/doc/cups/ja/images/button-show-previous.gif
279
%%DOCSDIR%%/ja/images/button-show-previous.gif
283
share/doc/cups/ja/images/button-sort-ascending.gif
280
%%DOCSDIR%%/ja/images/button-sort-ascending.gif
284
share/doc/cups/ja/images/button-sort-descending.gif
281
%%DOCSDIR%%/ja/images/button-sort-descending.gif
285
share/doc/cups/ja/images/button-start-class.gif
282
%%DOCSDIR%%/ja/images/button-start-class.gif
286
share/doc/cups/ja/images/button-start-printer.gif
283
%%DOCSDIR%%/ja/images/button-start-printer.gif
287
share/doc/cups/ja/images/button-stop-class.gif
284
%%DOCSDIR%%/ja/images/button-stop-class.gif
288
share/doc/cups/ja/images/button-stop-printer.gif
285
%%DOCSDIR%%/ja/images/button-stop-printer.gif
289
share/doc/cups/ja/images/button-unpublish-printer.gif
286
%%DOCSDIR%%/ja/images/button-unpublish-printer.gif
290
share/doc/cups/ja/images/button-use-default-config.gif
287
%%DOCSDIR%%/ja/images/button-use-default-config.gif
291
share/doc/cups/ja/images/button-view-access-log.gif
288
%%DOCSDIR%%/ja/images/button-view-access-log.gif
292
share/doc/cups/ja/images/button-view-error-log.gif
289
%%DOCSDIR%%/ja/images/button-view-error-log.gif
293
share/doc/cups/ja/images/button-view-page-log.gif
290
%%DOCSDIR%%/ja/images/button-view-page-log.gif
294
share/doc/cups/ja/index.html
291
%%DOCSDIR%%/ja/index.html
295
share/doc/cups/pl/images/button-accept-jobs.gif
292
%%DOCSDIR%%/pl/images/button-accept-jobs.gif
296
share/doc/cups/pl/images/button-add-class.gif
293
%%DOCSDIR%%/pl/images/button-add-class.gif
297
share/doc/cups/pl/images/button-add-printer.gif
294
%%DOCSDIR%%/pl/images/button-add-printer.gif
298
share/doc/cups/pl/images/button-add-this-printer.gif
295
%%DOCSDIR%%/pl/images/button-add-this-printer.gif
299
share/doc/cups/pl/images/button-cancel-all-jobs.gif
296
%%DOCSDIR%%/pl/images/button-cancel-all-jobs.gif
300
share/doc/cups/pl/images/button-cancel-job.gif
297
%%DOCSDIR%%/pl/images/button-cancel-job.gif
301
share/doc/cups/pl/images/button-change-settings.gif
298
%%DOCSDIR%%/pl/images/button-change-settings.gif
302
share/doc/cups/pl/images/button-clean-print-heads.gif
299
%%DOCSDIR%%/pl/images/button-clean-print-heads.gif
303
share/doc/cups/pl/images/button-clear.gif
300
%%DOCSDIR%%/pl/images/button-clear.gif
304
share/doc/cups/pl/images/button-continue.gif
301
%%DOCSDIR%%/pl/images/button-continue.gif
305
share/doc/cups/pl/images/button-delete-class.gif
302
%%DOCSDIR%%/pl/images/button-delete-class.gif
306
share/doc/cups/pl/images/button-delete-printer.gif
303
%%DOCSDIR%%/pl/images/button-delete-printer.gif
307
share/doc/cups/pl/images/button-edit-configuration-file.gif
304
%%DOCSDIR%%/pl/images/button-edit-configuration-file.gif
308
share/doc/cups/pl/images/button-export-samba.gif
305
%%DOCSDIR%%/pl/images/button-export-samba.gif
309
share/doc/cups/pl/images/button-help.gif
306
%%DOCSDIR%%/pl/images/button-help.gif
310
share/doc/cups/pl/images/button-hold-job.gif
307
%%DOCSDIR%%/pl/images/button-hold-job.gif
311
share/doc/cups/pl/images/button-manage-classes.gif
308
%%DOCSDIR%%/pl/images/button-manage-classes.gif
312
share/doc/cups/pl/images/button-manage-jobs.gif
309
%%DOCSDIR%%/pl/images/button-manage-jobs.gif
313
share/doc/cups/pl/images/button-manage-printers.gif
310
%%DOCSDIR%%/pl/images/button-manage-printers.gif
314
share/doc/cups/pl/images/button-manage-server.gif
311
%%DOCSDIR%%/pl/images/button-manage-server.gif
315
share/doc/cups/pl/images/button-modify-class.gif
312
%%DOCSDIR%%/pl/images/button-modify-class.gif
316
share/doc/cups/pl/images/button-modify-printer.gif
313
%%DOCSDIR%%/pl/images/button-modify-printer.gif
317
share/doc/cups/pl/images/button-move-job.gif
314
%%DOCSDIR%%/pl/images/button-move-job.gif
318
share/doc/cups/pl/images/button-move-jobs.gif
315
%%DOCSDIR%%/pl/images/button-move-jobs.gif
319
share/doc/cups/pl/images/button-print-self-test-page.gif
316
%%DOCSDIR%%/pl/images/button-print-self-test-page.gif
320
share/doc/cups/pl/images/button-print-test-page.gif
317
%%DOCSDIR%%/pl/images/button-print-test-page.gif
321
share/doc/cups/pl/images/button-publish-printer.gif
318
%%DOCSDIR%%/pl/images/button-publish-printer.gif
322
share/doc/cups/pl/images/button-reject-jobs.gif
319
%%DOCSDIR%%/pl/images/button-reject-jobs.gif
323
share/doc/cups/pl/images/button-release-job.gif
320
%%DOCSDIR%%/pl/images/button-release-job.gif
324
share/doc/cups/pl/images/button-restart-job.gif
321
%%DOCSDIR%%/pl/images/button-restart-job.gif
325
share/doc/cups/pl/images/button-save-changes.gif
322
%%DOCSDIR%%/pl/images/button-save-changes.gif
326
share/doc/cups/pl/images/button-search.gif
323
%%DOCSDIR%%/pl/images/button-search.gif
327
share/doc/cups/pl/images/button-set-allowed-users.gif
324
%%DOCSDIR%%/pl/images/button-set-allowed-users.gif
328
share/doc/cups/pl/images/button-set-as-default.gif
325
%%DOCSDIR%%/pl/images/button-set-as-default.gif
329
share/doc/cups/pl/images/button-set-printer-options.gif
326
%%DOCSDIR%%/pl/images/button-set-printer-options.gif
330
share/doc/cups/pl/images/button-show-active.gif
327
%%DOCSDIR%%/pl/images/button-show-active.gif
331
share/doc/cups/pl/images/button-show-all.gif
328
%%DOCSDIR%%/pl/images/button-show-all.gif
332
share/doc/cups/pl/images/button-show-completed.gif
329
%%DOCSDIR%%/pl/images/button-show-completed.gif
333
share/doc/cups/pl/images/button-show-next.gif
330
%%DOCSDIR%%/pl/images/button-show-next.gif
334
share/doc/cups/pl/images/button-show-previous.gif
331
%%DOCSDIR%%/pl/images/button-show-previous.gif
335
share/doc/cups/pl/images/button-sort-ascending.gif
332
%%DOCSDIR%%/pl/images/button-sort-ascending.gif
336
share/doc/cups/pl/images/button-sort-descending.gif
333
%%DOCSDIR%%/pl/images/button-sort-descending.gif
337
share/doc/cups/pl/images/button-start-class.gif
334
%%DOCSDIR%%/pl/images/button-start-class.gif
338
share/doc/cups/pl/images/button-start-printer.gif
335
%%DOCSDIR%%/pl/images/button-start-printer.gif
339
share/doc/cups/pl/images/button-stop-class.gif
336
%%DOCSDIR%%/pl/images/button-stop-class.gif
340
share/doc/cups/pl/images/button-stop-printer.gif
337
%%DOCSDIR%%/pl/images/button-stop-printer.gif
341
share/doc/cups/pl/images/button-unpublish-printer.gif
338
%%DOCSDIR%%/pl/images/button-unpublish-printer.gif
342
share/doc/cups/pl/images/button-use-default-config.gif
339
%%DOCSDIR%%/pl/images/button-use-default-config.gif
343
share/doc/cups/pl/images/button-view-access-log.gif
340
%%DOCSDIR%%/pl/images/button-view-access-log.gif
344
share/doc/cups/pl/images/button-view-error-log.gif
341
%%DOCSDIR%%/pl/images/button-view-error-log.gif
345
share/doc/cups/pl/images/button-view-page-log.gif
342
%%DOCSDIR%%/pl/images/button-view-page-log.gif
346
share/doc/cups/pl/images/button-view-printable-version.gif
343
%%DOCSDIR%%/pl/images/button-view-printable-version.gif
347
share/doc/cups/pl/index.html
344
%%DOCSDIR%%/pl/index.html
348
share/doc/cups/sv/images/button-accept-jobs.gif
345
%%DOCSDIR%%/sv/images/button-accept-jobs.gif
349
share/doc/cups/sv/images/button-add-class.gif
346
%%DOCSDIR%%/sv/images/button-add-class.gif
350
share/doc/cups/sv/images/button-add-printer.gif
347
%%DOCSDIR%%/sv/images/button-add-printer.gif
351
share/doc/cups/sv/images/button-add-this-printer.gif
348
%%DOCSDIR%%/sv/images/button-add-this-printer.gif
352
share/doc/cups/sv/images/button-cancel-all-jobs.gif
349
%%DOCSDIR%%/sv/images/button-cancel-all-jobs.gif
353
share/doc/cups/sv/images/button-cancel-job.gif
350
%%DOCSDIR%%/sv/images/button-cancel-job.gif
354
share/doc/cups/sv/images/button-change-settings.gif
351
%%DOCSDIR%%/sv/images/button-change-settings.gif
355
share/doc/cups/sv/images/button-clean-print-heads.gif
352
%%DOCSDIR%%/sv/images/button-clean-print-heads.gif
356
share/doc/cups/sv/images/button-clear.gif
353
%%DOCSDIR%%/sv/images/button-clear.gif
357
share/doc/cups/sv/images/button-continue.gif
354
%%DOCSDIR%%/sv/images/button-continue.gif
358
share/doc/cups/sv/images/button-delete-class.gif
355
%%DOCSDIR%%/sv/images/button-delete-class.gif
359
share/doc/cups/sv/images/button-delete-printer.gif
356
%%DOCSDIR%%/sv/images/button-delete-printer.gif
360
share/doc/cups/sv/images/button-edit-configuration-file.gif
357
%%DOCSDIR%%/sv/images/button-edit-configuration-file.gif
361
share/doc/cups/sv/images/button-export-samba.gif
358
%%DOCSDIR%%/sv/images/button-export-samba.gif
362
share/doc/cups/sv/images/button-help.gif
359
%%DOCSDIR%%/sv/images/button-help.gif
363
share/doc/cups/sv/images/button-hold-job.gif
360
%%DOCSDIR%%/sv/images/button-hold-job.gif
364
share/doc/cups/sv/images/button-manage-classes.gif
361
%%DOCSDIR%%/sv/images/button-manage-classes.gif
365
share/doc/cups/sv/images/button-manage-jobs.gif
362
%%DOCSDIR%%/sv/images/button-manage-jobs.gif
366
share/doc/cups/sv/images/button-manage-printers.gif
363
%%DOCSDIR%%/sv/images/button-manage-printers.gif
367
share/doc/cups/sv/images/button-manage-server.gif
364
%%DOCSDIR%%/sv/images/button-manage-server.gif
368
share/doc/cups/sv/images/button-modify-class.gif
365
%%DOCSDIR%%/sv/images/button-modify-class.gif
369
share/doc/cups/sv/images/button-modify-printer.gif
366
%%DOCSDIR%%/sv/images/button-modify-printer.gif
370
share/doc/cups/sv/images/button-move-job.gif
367
%%DOCSDIR%%/sv/images/button-move-job.gif
371
share/doc/cups/sv/images/button-move-jobs.gif
368
%%DOCSDIR%%/sv/images/button-move-jobs.gif
372
share/doc/cups/sv/images/button-print-self-test-page.gif
369
%%DOCSDIR%%/sv/images/button-print-self-test-page.gif
373
share/doc/cups/sv/images/button-print-test-page.gif
370
%%DOCSDIR%%/sv/images/button-print-test-page.gif
374
share/doc/cups/sv/images/button-publish-printer.gif
371
%%DOCSDIR%%/sv/images/button-publish-printer.gif
375
share/doc/cups/sv/images/button-reject-jobs.gif
372
%%DOCSDIR%%/sv/images/button-reject-jobs.gif
376
share/doc/cups/sv/images/button-release-job.gif
373
%%DOCSDIR%%/sv/images/button-release-job.gif
377
share/doc/cups/sv/images/button-restart-job.gif
374
%%DOCSDIR%%/sv/images/button-restart-job.gif
378
share/doc/cups/sv/images/button-save-changes.gif
375
%%DOCSDIR%%/sv/images/button-save-changes.gif
379
share/doc/cups/sv/images/button-search.gif
376
%%DOCSDIR%%/sv/images/button-search.gif
380
share/doc/cups/sv/images/button-set-allowed-users.gif
377
%%DOCSDIR%%/sv/images/button-set-allowed-users.gif
381
share/doc/cups/sv/images/button-set-as-default.gif
378
%%DOCSDIR%%/sv/images/button-set-as-default.gif
382
share/doc/cups/sv/images/button-set-printer-options.gif
379
%%DOCSDIR%%/sv/images/button-set-printer-options.gif
383
share/doc/cups/sv/images/button-show-active.gif
380
%%DOCSDIR%%/sv/images/button-show-active.gif
384
share/doc/cups/sv/images/button-show-all.gif
381
%%DOCSDIR%%/sv/images/button-show-all.gif
385
share/doc/cups/sv/images/button-show-completed.gif
382
%%DOCSDIR%%/sv/images/button-show-completed.gif
386
share/doc/cups/sv/images/button-show-next.gif
383
%%DOCSDIR%%/sv/images/button-show-next.gif
387
share/doc/cups/sv/images/button-show-previous.gif
384
%%DOCSDIR%%/sv/images/button-show-previous.gif
388
share/doc/cups/sv/images/button-sort-ascending.gif
385
%%DOCSDIR%%/sv/images/button-sort-ascending.gif
389
share/doc/cups/sv/images/button-sort-descending.gif
386
%%DOCSDIR%%/sv/images/button-sort-descending.gif
390
share/doc/cups/sv/images/button-start-class.gif
387
%%DOCSDIR%%/sv/images/button-start-class.gif
391
share/doc/cups/sv/images/button-start-printer.gif
388
%%DOCSDIR%%/sv/images/button-start-printer.gif
392
share/doc/cups/sv/images/button-stop-class.gif
389
%%DOCSDIR%%/sv/images/button-stop-class.gif
393
share/doc/cups/sv/images/button-stop-printer.gif
390
%%DOCSDIR%%/sv/images/button-stop-printer.gif
394
share/doc/cups/sv/images/button-unpublish-printer.gif
391
%%DOCSDIR%%/sv/images/button-unpublish-printer.gif
395
share/doc/cups/sv/images/button-use-default-config.gif
392
%%DOCSDIR%%/sv/images/button-use-default-config.gif
396
share/doc/cups/sv/images/button-view-access-log.gif
393
%%DOCSDIR%%/sv/images/button-view-access-log.gif
397
share/doc/cups/sv/images/button-view-error-log.gif
394
%%DOCSDIR%%/sv/images/button-view-error-log.gif
398
share/doc/cups/sv/images/button-view-page-log.gif
395
%%DOCSDIR%%/sv/images/button-view-page-log.gif
399
share/doc/cups/sv/images/button-view-printable-version.gif
396
%%DOCSDIR%%/sv/images/button-view-printable-version.gif
400
share/doc/cups/sv/index.html
397
%%DOCSDIR%%/sv/index.html
401
share/locale/es/cups_es.po
398
share/locale/es/cups_es.po
402
share/locale/ja/cups_ja.po
399
share/locale/ja/cups_ja.po
400
share/locale/pl/cups_pl.po
403
share/locale/sv/cups_sv.po
401
share/locale/sv/cups_sv.po
404
share/cups/banners/classified
402
share/cups/banners/classified
405
share/cups/banners/confidential
403
share/cups/banners/confidential
Lines 838-856 Link Here
838
sbin/lpmove
836
sbin/lpmove
839
@dirrmtry share/nls
837
@dirrmtry share/nls
840
@dirrmtry share/locale/sv
838
@dirrmtry share/locale/sv
839
@dirrmtry share/locale/pl
841
@dirrmtry share/locale/ja
840
@dirrmtry share/locale/ja
842
@dirrmtry share/locale/es
841
@dirrmtry share/locale/es
843
@dirrm share/doc/cups/sv/images
842
@dirrm %%DOCSDIR%%/sv/images
844
@dirrm share/doc/cups/sv
843
@dirrm %%DOCSDIR%%/sv
845
@dirrm share/doc/cups/pl/images
844
@dirrm %%DOCSDIR%%/pl/images
846
@dirrm share/doc/cups/pl
845
@dirrm %%DOCSDIR%%/pl
847
@dirrm share/doc/cups/ja/images
846
@dirrm %%DOCSDIR%%/ja/images
848
@dirrm share/doc/cups/ja
847
@dirrm %%DOCSDIR%%/ja
849
@dirrm share/doc/cups/images
848
@dirrm %%DOCSDIR%%/images
850
@dirrm share/doc/cups/help
849
@dirrm %%DOCSDIR%%/help
851
@dirrm share/doc/cups/es/images
850
@dirrm %%DOCSDIR%%/es/images
852
@dirrm share/doc/cups/es
851
@dirrm %%DOCSDIR%%/es
853
@dirrm share/doc/cups
852
@dirrm %%DOCSDIR%%
854
@dirrmtry share/doc
853
@dirrmtry share/doc
855
@dirrm share/cups/templates/sv
854
@dirrm share/cups/templates/sv
856
@dirrm share/cups/templates/pl
855
@dirrm share/cups/templates/pl

Return to bug 99745