|
Lines 1-5
Link Here
|
| 1 |
CFLAGS=-g -O2 -Wall |
|
|
| 2 |
|
| 3 |
SUBDIRS=po |
1 |
SUBDIRS=po |
| 4 |
|
2 |
|
| 5 |
EXPORT_MODULES= \ |
3 |
EXPORT_MODULES= \ |
|
Lines 84-172
Link Here
|
| 84 |
rm -f .stamp-distutils-in-builddir |
82 |
rm -f .stamp-distutils-in-builddir |
| 85 |
|
83 |
|
| 86 |
nobase_pkgdata_SCRIPTS= \ |
84 |
nobase_pkgdata_SCRIPTS= \ |
| 87 |
check-device-ids.py \ |
85 |
check-device-ids.py |
| 88 |
pysmb.py \ |
|
|
| 89 |
scp-dbus-service.py \ |
| 90 |
system-config-printer.py \ |
| 91 |
install-printerdriver.py \ |
| 92 |
troubleshoot/__init__.py \ |
| 93 |
applet.py |
| 94 |
|
86 |
|
| 95 |
nobase_pkgdata_DATA= \ |
87 |
nobase_pkgdata_DATA= \ |
| 96 |
asyncconn.py \ |
|
|
| 97 |
asyncipp.py \ |
| 98 |
asyncpk1.py \ |
| 99 |
authconn.py \ |
| 100 |
config.py \ |
88 |
config.py \ |
| 101 |
cupspk.py \ |
|
|
| 102 |
debug.py \ |
89 |
debug.py \ |
| 103 |
dnssdresolve.py \ |
90 |
dnssdresolve.py \ |
| 104 |
errordialogs.py \ |
|
|
| 105 |
HIG.py \ |
| 106 |
firewall.py \ |
91 |
firewall.py \ |
| 107 |
gui.py \ |
|
|
| 108 |
gtkinklevel.py \ |
| 109 |
gtkspinner.py \ |
| 110 |
installpackage.py \ |
92 |
installpackage.py \ |
| 111 |
jobviewer.py \ |
|
|
| 112 |
monitor.py \ |
93 |
monitor.py \ |
| 113 |
newprinter.py \ |
|
|
| 114 |
options.py \ |
| 115 |
optionwidgets.py \ |
| 116 |
PhysicalDevice.py \ |
94 |
PhysicalDevice.py \ |
| 117 |
ppdcache.py \ |
|
|
| 118 |
ppdippstr.py \ |
95 |
ppdippstr.py \ |
| 119 |
ppdsloader.py \ |
|
|
| 120 |
printerproperties.py \ |
| 121 |
probe_printer.py \ |
96 |
probe_printer.py \ |
| 122 |
gtk_label_autowrap.py \ |
|
|
| 123 |
SearchCriterion.py \ |
97 |
SearchCriterion.py \ |
| 124 |
serversettings.py \ |
|
|
| 125 |
smburi.py \ |
98 |
smburi.py \ |
| 126 |
statereason.py \ |
99 |
statereason.py \ |
| 127 |
timedops.py \ |
|
|
| 128 |
ToolbarSearchEntry.py \ |
| 129 |
userdefault.py \ |
| 130 |
ui/AboutDialog.ui \ |
| 131 |
ui/ConnectDialog.ui \ |
| 132 |
ui/ConnectingDialog.ui \ |
| 133 |
ui/InstallDialog.ui \ |
| 134 |
ui/JobsWindow.ui \ |
| 135 |
ui/NewPrinterName.ui \ |
| 136 |
ui/NewPrinterWindow.ui \ |
| 137 |
ui/PrinterPropertiesDialog.ui \ |
| 138 |
ui/PrintersWindow.ui \ |
| 139 |
ui/ServerSettingsDialog.ui \ |
| 140 |
ui/SMBBrowseDialog.ui \ |
| 141 |
ui/statusicon_popupmenu.ui \ |
| 142 |
ui/WaitWindow.ui \ |
| 143 |
icons/i-network-printer.png \ |
| 144 |
troubleshoot/base.py \ |
| 145 |
troubleshoot/CheckLocalServerPublishing.py \ |
| 146 |
troubleshoot/CheckNetworkServerSanity.py \ |
| 147 |
troubleshoot/CheckPPDSanity.py \ |
| 148 |
troubleshoot/CheckPrinterSanity.py \ |
| 149 |
troubleshoot/CheckSELinux.py \ |
| 150 |
troubleshoot/CheckUSBPermissions.py \ |
| 151 |
troubleshoot/ChooseNetworkPrinter.py \ |
| 152 |
troubleshoot/ChoosePrinter.py \ |
| 153 |
troubleshoot/DeviceListed.py \ |
| 154 |
troubleshoot/ErrorLogCheckpoint.py \ |
| 155 |
troubleshoot/ErrorLogFetch.py \ |
| 156 |
troubleshoot/ErrorLogParse.py \ |
| 157 |
troubleshoot/Locale.py \ |
| 158 |
troubleshoot/LocalOrRemote.py \ |
| 159 |
troubleshoot/NetworkCUPSPrinterShared.py \ |
| 160 |
troubleshoot/PrinterStateReasons.py \ |
| 161 |
troubleshoot/PrintTestPage.py \ |
| 162 |
troubleshoot/QueueNotEnabled.py \ |
| 163 |
troubleshoot/QueueRejectingJobs.py \ |
| 164 |
troubleshoot/RemoteAddress.py \ |
| 165 |
troubleshoot/SchedulerNotRunning.py \ |
| 166 |
troubleshoot/ServerFirewalled.py \ |
| 167 |
troubleshoot/Shrug.py \ |
| 168 |
troubleshoot/VerifyPackages.py \ |
| 169 |
troubleshoot/Welcome.py \ |
| 170 |
xml/preferreddrivers.rng \ |
100 |
xml/preferreddrivers.rng \ |
| 171 |
xml/validate.py |
101 |
xml/validate.py |
| 172 |
|
102 |
|
|
Lines 174-192
Link Here
|
| 174 |
cupshelpers_DATA=\ |
104 |
cupshelpers_DATA=\ |
| 175 |
xml/preferreddrivers.xml |
105 |
xml/preferreddrivers.xml |
| 176 |
|
106 |
|
| 177 |
bin_SCRIPTS= \ |
|
|
| 178 |
system-config-printer \ |
| 179 |
install-printerdriver \ |
| 180 |
system-config-printer-applet \ |
| 181 |
dbus/scp-dbus-service |
| 182 |
|
| 183 |
if UDEV_RULES |
107 |
if UDEV_RULES |
| 184 |
udevrulesdir=$(sysconfdir)/udev/rules.d |
108 |
udevrulesdir=$(sysconfdir)/udev/rules.d |
| 185 |
udevrules_DATA=udev/70-printers.rules |
109 |
udevrules_DATA=udev/70-printers.rules |
| 186 |
udev_udev_configure_printer_SOURCES=\ |
110 |
udev_udev_configure_printer_SOURCES=\ |
| 187 |
udev/udev-configure-printer.c |
111 |
udev/udev-configure-printer.c |
| 188 |
udev_udev_configure_printer_LDADD= -lcups -ludev $(libusb_LIBS) $(GLIB_LIBS) |
112 |
udev_udev_configure_printer_LDADD= -lcups $(libudev_LIBS) $(libusb_LIBS) $(GLIB_LIBS) |
| 189 |
udev_udev_configure_printer_CFLAGS= $(AM_CFLAGS) $(libusb_CFLAGS) $(GLIB_CFLAGS) |
113 |
udev_udev_configure_printer_CFLAGS= $(AM_CFLAGS) $(libudev_CFLAGS) $(libusb_CFLAGS) $(GLIB_CFLAGS) |
| 190 |
udevhelperdir=$(sysconfdir)/udev |
114 |
udevhelperdir=$(sysconfdir)/udev |
| 191 |
udevhelper_PROGRAMS=\ |
115 |
udevhelper_PROGRAMS=\ |
| 192 |
udev/udev-configure-printer |
116 |
udev/udev-configure-printer |
|
Lines 204-259
Link Here
|
| 204 |
|
128 |
|
| 205 |
endif |
129 |
endif |
| 206 |
|
130 |
|
| 207 |
man_MANS= \ |
|
|
| 208 |
man/system-config-printer.1 \ |
| 209 |
man/system-config-printer-applet.1 |
| 210 |
|
| 211 |
dbus_DATA = \ |
131 |
dbus_DATA = \ |
| 212 |
dbus/com.redhat.NewPrinterNotification.conf \ |
132 |
dbus/com.redhat.NewPrinterNotification.conf \ |
| 213 |
dbus/com.redhat.PrinterDriversInstaller.conf |
133 |
dbus/com.redhat.PrinterDriversInstaller.conf |
| 214 |
dbusdir = $(sysconfdir)/dbus-1/system.d/ |
134 |
dbusdir = $(sysconfdir)/dbus-1/system.d/ |
| 215 |
|
135 |
|
| 216 |
dbusinterfaces_DATA = \ |
|
|
| 217 |
dbus/org.fedoraproject.Config.Printing.xml |
| 218 |
dbusinterfacesdir = $(datadir)/dbus-1/interfaces/ |
| 219 |
|
| 220 |
dbusservices_DATA = \ |
| 221 |
dbus/org.fedoraproject.Config.Printing.service |
| 222 |
dbusservicesdir = $(datadir)/dbus-1/services/ |
| 223 |
|
| 224 |
desktop_DATA =\ |
| 225 |
system-config-printer.desktop \ |
| 226 |
print-applet.desktop |
| 227 |
desktopdir = $(datadir)/applications/ |
136 |
desktopdir = $(datadir)/applications/ |
| 228 |
autostartdir = $(sysconfdir)/xdg/autostart/ |
137 |
autostartdir = $(sysconfdir)/xdg/autostart/ |
| 229 |
|
138 |
|
| 230 |
DESKTOP_VENDOR=@DESKTOPVENDOR@ |
139 |
DESKTOP_VENDOR=@DESKTOPVENDOR@ |
| 231 |
DESKTOP_PREFIX=@DESKTOPPREFIX@ |
140 |
DESKTOP_PREFIX=@DESKTOPPREFIX@ |
| 232 |
|
141 |
|
| 233 |
install-desktopDATA: $(desktop_DATA) |
|
|
| 234 |
mkdir -p $(DESTDIR)$(desktopdir) |
| 235 |
mkdir -p $(DESTDIR)$(desktopdir) |
| 236 |
desktop-file-install $(DESKTOP_VENDOR) \ |
| 237 |
--dir $(DESTDIR)$(desktopdir) \ |
| 238 |
--add-category System \ |
| 239 |
--add-category Settings \ |
| 240 |
--add-category HardwareSettings \ |
| 241 |
--add-category Printing \ |
| 242 |
--add-category GTK \ |
| 243 |
system-config-printer.desktop |
| 244 |
desktop-file-install $(DESKTOP_VENDOR) \ |
| 245 |
--dir $(DESTDIR)$(autostartdir) \ |
| 246 |
--add-category System \ |
| 247 |
--add-category Monitor \ |
| 248 |
--add-category GTK \ |
| 249 |
print-applet.desktop |
| 250 |
|
| 251 |
uninstall-desktopDATA: |
| 252 |
rm -f $(DESTDIR)$(desktopdir)/$(DESKTOP_PREFIX)system-config-printer.desktop |
| 253 |
rm -f $(DESTDIR)$(autostartdir)/$(DESKTOP_PREFIX)print-applet.desktop |
| 254 |
|
| 255 |
desktop_in_files = $(desktop_DATA:.desktop=.desktop.in) |
| 256 |
|
| 257 |
EXTRA_DIST=\ |
142 |
EXTRA_DIST=\ |
| 258 |
$(nobase_pkgdata_SCRIPTS) \ |
143 |
$(nobase_pkgdata_SCRIPTS) \ |
| 259 |
$(nobase_pkgdata_DATA) \ |
144 |
$(nobase_pkgdata_DATA) \ |