mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
cups: Use avahi and DBUS
These services are quite handy to make the printing capabilities available to the network. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
etc/dbus-1/system.d/cups.conf
|
||||||
etc/pam.d/cups
|
etc/pam.d/cups
|
||||||
etc/rc.d/init.d/cups
|
etc/rc.d/init.d/cups
|
||||||
#etc/rc0.d
|
#etc/rc0.d
|
||||||
@@ -15,6 +16,7 @@ usr/bin/cancel
|
|||||||
#usr/bin/cups-config
|
#usr/bin/cups-config
|
||||||
usr/bin/cupstestdsc
|
usr/bin/cupstestdsc
|
||||||
usr/bin/cupstestppd
|
usr/bin/cupstestppd
|
||||||
|
usr/bin/ippfind
|
||||||
usr/bin/ipptool
|
usr/bin/ipptool
|
||||||
usr/bin/lp
|
usr/bin/lp
|
||||||
usr/bin/lpoptions
|
usr/bin/lpoptions
|
||||||
@@ -45,8 +47,11 @@ usr/bin/ppdpo
|
|||||||
#usr/include/cups/versioning.h
|
#usr/include/cups/versioning.h
|
||||||
usr/lib/cups
|
usr/lib/cups
|
||||||
usr/lib/cups/backend
|
usr/lib/cups/backend
|
||||||
|
usr/lib/cups/backend/dnssd
|
||||||
usr/lib/cups/backend/http
|
usr/lib/cups/backend/http
|
||||||
|
usr/lib/cups/backend/https
|
||||||
usr/lib/cups/backend/ipp
|
usr/lib/cups/backend/ipp
|
||||||
|
usr/lib/cups/backend/ipps
|
||||||
usr/lib/cups/backend/lpd
|
usr/lib/cups/backend/lpd
|
||||||
usr/lib/cups/backend/smb
|
usr/lib/cups/backend/smb
|
||||||
usr/lib/cups/backend/snmp
|
usr/lib/cups/backend/snmp
|
||||||
@@ -77,6 +82,7 @@ usr/lib/cups/monitor
|
|||||||
usr/lib/cups/monitor/bcp
|
usr/lib/cups/monitor/bcp
|
||||||
usr/lib/cups/monitor/tbcp
|
usr/lib/cups/monitor/tbcp
|
||||||
usr/lib/cups/notifier
|
usr/lib/cups/notifier
|
||||||
|
usr/lib/cups/notifier/dbus
|
||||||
usr/lib/cups/notifier/mailto
|
usr/lib/cups/notifier/mailto
|
||||||
usr/lib/cups/notifier/rss
|
usr/lib/cups/notifier/rss
|
||||||
#usr/lib/libcups.so
|
#usr/lib/libcups.so
|
||||||
@@ -103,7 +109,6 @@ usr/sbin/lpc
|
|||||||
usr/sbin/lpinfo
|
usr/sbin/lpinfo
|
||||||
usr/sbin/lpmove
|
usr/sbin/lpmove
|
||||||
usr/sbin/reject
|
usr/sbin/reject
|
||||||
#usr/share/applications/cups.desktop
|
|
||||||
usr/share/cups
|
usr/share/cups
|
||||||
usr/share/cups/banners
|
usr/share/cups/banners
|
||||||
usr/share/cups/data
|
usr/share/cups/data
|
||||||
@@ -717,6 +722,7 @@ usr/share/locale/ru/cups_ru.po
|
|||||||
#usr/share/man/man1/cups.1.gz
|
#usr/share/man/man1/cups.1.gz
|
||||||
#usr/share/man/man1/cupstestdsc.1.gz
|
#usr/share/man/man1/cupstestdsc.1.gz
|
||||||
#usr/share/man/man1/cupstestppd.1.gz
|
#usr/share/man/man1/cupstestppd.1.gz
|
||||||
|
#usr/share/man/man1/ippfind.1.gz
|
||||||
#usr/share/man/man1/ipptool.1.gz
|
#usr/share/man/man1/ipptool.1.gz
|
||||||
#usr/share/man/man1/lp.1.gz
|
#usr/share/man/man1/lp.1.gz
|
||||||
#usr/share/man/man1/lpoptions.1.gz
|
#usr/share/man/man1/lpoptions.1.gz
|
||||||
|
|||||||
10
lfs/cups
10
lfs/cups
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
|||||||
PROG = cups
|
PROG = cups
|
||||||
PAK_VER = 15
|
PAK_VER = 15
|
||||||
|
|
||||||
DEPS = "cups-filters ghostscript"
|
DEPS = "avahi cups-filters dbus ghostscript krb5 libtiff"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
@@ -82,9 +82,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/var/ipfire \
|
--sysconfdir=/var/ipfire \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--enable-libusb \
|
--enable-debug \
|
||||||
--disable-dbus \
|
--enable-avahi \
|
||||||
--disable-avahi
|
--enable-dbus \
|
||||||
|
--enable-gnutls \
|
||||||
|
--enable-libusb
|
||||||
|
|
||||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
|
|||||||
Reference in New Issue
Block a user