Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 362104 Details for
Bug 488284
app-admin/system-config-printer-{common,gnome}-1.3.13 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
system-config-printer-gnome-1.3.13-split.patch
system-config-printer-gnome-1.3.13-split.patch (text/plain), 5.00 KB, created by
Joakim Tjernlund
on 2013-10-27 22:32:46 UTC
(
hide
)
Description:
system-config-printer-gnome-1.3.13-split.patch
Filename:
MIME Type:
Creator:
Joakim Tjernlund
Created:
2013-10-27 22:32:46 UTC
Size:
5.00 KB
patch
obsolete
>--- system-config-printer-1.3.13/Makefile.am.org 2013-10-27 22:22:54.057495728 +0100 >+++ system-config-printer-1.3.13/Makefile.am 2013-10-27 22:36:30.230851350 +0100 >@@ -1,90 +1,6 @@ >-CFLAGS=-g -O2 -Wall >- > SUBDIRS=po > >-EXPORT_MODULES= \ >- cupshelpers/__init__.py \ >- cupshelpers/cupshelpers.py \ >- cupshelpers/installdriver.py \ >- cupshelpers/ppds.py \ >- cupshelpers/openprinting.py \ >- cupshelpers/xmldriverprefs.py >- >-EXPORT_MODULES_GEN= \ >- cupshelpers/config.py >- >-### Automake hooks for Distutils. >-# The distutils module doesn't understand srcdir != builddir, >-# so we copy in, along with the cupshelpers modules, into >-# the builddir for 'all', 'install-exec', and 'clean' hooks. >-.stamp-distutils-in-builddir: setup.py $(EXPORT_MODULES) >- if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \ >- cp $(top_srcdir)/setup.py .; \ >- $(mkdir_p) cupshelpers; \ >- for file in $(EXPORT_MODULES); do \ >- cp $(top_srcdir)/$$file $$file; \ >- done; \ >- fi >- touch .stamp-distutils-in-builddir >- >-dist-hook: mk-ChangeLog >-.PHONE: mk-ChangeLog >-mk-ChangeLog: >- if test -d .git; then \ >- $(top_srcdir)/gitlog-to-changelog \ >- --since=2009-05-01 -- --no-merges \ >- > $(distdir)/cl ; \ >- mv -f $(distdir)/cl $(distdir)/ChangeLog ; \ >- fi >- >-config.py: config.py.in Makefile >- sed \ >- -e "s|\@prefix\@|$(prefix)|" \ >- -e "s|\@datadir\@|$(datadir)|" \ >- -e "s|\@localedir\@|$(localedir)|" \ >- -e "s|\@VERSION\@|$(VERSION)|" \ >- -e "s|\@PACKAGE\@|$(PACKAGE)|" \ >- $< > $@ >- >-cupshelpers/config.py: cupshelpers/config.py.in Makefile >- $(mkdir_p) cupshelpers >- sed \ >- -e "s|\@prefix\@|$(prefix)|" \ >- -e "s|\@sysconfdir\@|$(sysconfdir)|" \ >- -e "s|\@cupsserverbindir\@|$(cupsserverbindir)|" \ >- $< > $@ >- >-# Use distutils to build the module. >-all-local: .stamp-distutils-in-builddir config.py cupshelpers/config.py >- $(PYTHON) setup.py build >- >-# Use distutils to install the module. >-install-exec-local: .stamp-distutils-in-builddir >- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) >- >-# Uninstall the module, crossing our fingers that we know enough >-# about how distutils works to do this. Unfortunately, distutils >-# doesn't provide a way to do this itself. >-uninstall-local: >- rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info >- for file in $(EXPORT_MODULES) $(EXPORT_MODULES_GEN); do \ >- rm -f $(DESTDIR)/$(pythondir)/$$file*; \ >- done >- >-# Tell distutils to clean up. >-clean-local: >- -$(PYTHON) setup.py clean --all >- if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \ >- rm -f setup.py; \ >- for file in $(EXPORT_MODULES) \ >- $(EXPORT_MODULES_GEN); do \ >- rm -f $$file*; \ >- done; \ >- fi >- rm -f .stamp-distutils-in-builddir >- > nobase_pkgdata_SCRIPTS= \ >- check-device-ids.py \ > pysmb.py \ > scp-dbus-service.py \ > system-config-printer.py \ >@@ -97,33 +13,21 @@ > asyncipp.py \ > asyncpk1.py \ > authconn.py \ >- config.py \ > cupspk.py \ >- debug.py \ >- dnssdresolve.py \ > errordialogs.py \ > HIG.py \ >- firewall.py \ > gui.py \ > gtkinklevel.py \ > gtkspinner.py \ >- installpackage.py \ > jobviewer.py \ >- monitor.py \ > newprinter.py \ > options.py \ > optionwidgets.py \ >- PhysicalDevice.py \ > ppdcache.py \ >- ppdippstr.py \ > ppdsloader.py \ > printerproperties.py \ >- probe_printer.py \ > gtk_label_autowrap.py \ >- SearchCriterion.py \ > serversettings.py \ >- smburi.py \ >- statereason.py \ > timedops.py \ > ToolbarSearchEntry.py \ > userdefault.py \ >@@ -166,13 +70,7 @@ > troubleshoot/ServerFirewalled.py \ > troubleshoot/Shrug.py \ > troubleshoot/VerifyPackages.py \ >- troubleshoot/Welcome.py \ >- xml/preferreddrivers.rng \ >- xml/validate.py >- >-cupshelpersdir=$(sysconfdir)/cupshelpers >-cupshelpers_DATA=\ >- xml/preferreddrivers.xml >+ troubleshoot/Welcome.py > > bin_SCRIPTS= \ > system-config-printer \ >@@ -180,39 +78,10 @@ > system-config-printer-applet \ > dbus/scp-dbus-service > >-if UDEV_RULES >-udevrulesdir=$(sysconfdir)/udev/rules.d >-udevrules_DATA=udev/70-printers.rules >-udev_udev_configure_printer_SOURCES=\ >- udev/udev-configure-printer.c >-udev_udev_configure_printer_LDADD= -lcups -ludev $(libusb_LIBS) $(GLIB_LIBS) >-udev_udev_configure_printer_CFLAGS= $(AM_CFLAGS) $(libusb_CFLAGS) $(GLIB_CFLAGS) >-udevhelperdir=$(sysconfdir)/udev >-udevhelper_PROGRAMS=\ >- udev/udev-configure-printer >-udevhelper_SCRIPTS=\ >- udev/udev-add-printer >- >-if HAVE_SYSTEMD >-%.service: %.service.in >- $(AM_V_GEN)sed -e 's,@udevhelperdir\@,$(udevhelperdir),g' $< > $@ >-systemdsystemunit_DATA = \ >- udev/configure-printer@.service >-CLEANFILES = \ >- $(systemdsystemunit_DATA) >-endif >- >-endif >- > man_MANS= \ > man/system-config-printer.1 \ > man/system-config-printer-applet.1 > >-dbus_DATA = \ >- dbus/com.redhat.NewPrinterNotification.conf \ >- dbus/com.redhat.PrinterDriversInstaller.conf >-dbusdir = $(sysconfdir)/dbus-1/system.d/ >- > dbusinterfaces_DATA = \ > dbus/org.fedoraproject.Config.Printing.xml > dbusinterfacesdir = $(datadir)/dbus-1/interfaces/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 488284
:
362098
|
362100
|
362102
| 362104