Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/system-config-printer-gnome/files: system-config-printer-gnome-1.2.3-split.patch
Date: Wed, 30 Jun 2010 04:20:23
Message-Id: 20100630042017.40B8D2C3ED@corvid.gentoo.org
1 reavertm 10/06/30 04:20:17
2
3 Added: system-config-printer-gnome-1.2.3-split.patch
4 Log:
5 Version bump 1.2.3
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.2.3-split.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.2.3-split.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.2.3-split.patch?rev=1.1&content-type=text/plain
13
14 Index: system-config-printer-gnome-1.2.3-split.patch
15 ===================================================================
16 diff -ru ../system-config-printer-1.2.3/Makefile.am ./Makefile.am
17 --- ../system-config-printer-1.2.3/Makefile.am 2010-06-24 17:49:35.000000000 +0200
18 +++ ./Makefile.am 2010-06-30 06:09:00.986506862 +0200
19 @@ -2,76 +2,8 @@
20
21 SUBDIRS=po
22
23 -EXPORT_MODULES= \
24 - cupshelpers/__init__.py \
25 - cupshelpers/cupshelpers.py \
26 - cupshelpers/ppds.py \
27 - cupshelpers/openprinting.py
28 -
29 -### Automake hooks for Distutils.
30 -# The distutils module doesn't understand srcdir != builddir,
31 -# so we copy in, along with the cupshelpers modules, into
32 -# the builddir for 'all', 'install-exec', and 'clean' hooks.
33 -.stamp-distutils-in-builddir: setup.py $(EXPORT_MODULES)
34 - if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \
35 - cp $(top_srcdir)/setup.py .; \
36 - mkdir cupshelpers; \
37 - for file in $(EXPORT_MODULES); do \
38 - cp $(top_srcdir)/$$file $$file; \
39 - done; \
40 - fi
41 - touch .stamp-distutils-in-builddir
42 -
43 -dist-hook: mk-ChangeLog
44 -.PHONE: mk-ChangeLog
45 -mk-ChangeLog:
46 - if test -d .git; then \
47 - $(top_srcdir)/gitlog-to-changelog \
48 - --since=2009-05-01 -- --no-merges \
49 - > $(distdir)/cl ; \
50 - mv -f $(distdir)/cl $(distdir)/ChangeLog ; \
51 - fi
52 -
53 -config.py: config.py.in Makefile
54 - sed \
55 - -e "s|\@prefix\@|$(prefix)|" \
56 - -e "s|\@datadir\@|$(datadir)|" \
57 - -e "s|\@localedir\@|$(localedir)|" \
58 - -e "s|\@VERSION\@|$(VERSION)|" \
59 - -e "s|\@PACKAGE\@|$(PACKAGE)|" \
60 - $< > $@
61 -
62 -# Use distutils to build the module.
63 -all-local: .stamp-distutils-in-builddir config.py
64 - $(PYTHON) setup.py build
65 -
66 -# Use distutils to install the module.
67 -install-exec-local: .stamp-distutils-in-builddir
68 - $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
69 -
70 -# Uninstall the module, crossing our fingers that we know enough
71 -# about how distutils works to do this. Unfortunately, distutils
72 -# doesn't provide a way to do this itself.
73 -uninstall-local:
74 - rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info
75 - for file in $(EXPORT_MODULES); do \
76 - rm -f $(DESTDIR)/$(pythondir)/$$file*; \
77 - done
78 -
79 -# Tell distutils to clean up.
80 -clean-local:
81 - -$(PYTHON) setup.py clean --all
82 - if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \
83 - rm -f setup.py; \
84 - for file in $(EXPORT_MODULES); do \
85 - rm -f $$file*; \
86 - done; \
87 - fi
88 - rm -f .stamp-distutils-in-builddir
89 -
90 nobase_pkgdata_SCRIPTS= \
91 check-device-ids.py \
92 - pysmb.py \
93 system-config-printer.py \
94 troubleshoot/__init__.py \
95 applet.py
96 @@ -82,9 +14,7 @@
97 asyncipp.py \
98 asyncpk1.py \
99 authconn.py \
100 - config.py \
101 cupspk.py \
102 - debug.py \
103 dnssdresolve.py \
104 errordialogs.py \
105 HIG.py \
106 @@ -95,23 +25,14 @@
107 gtkinklevel.py \
108 gtkspinner.py \
109 installdriver.py \
110 - installpackage.py \
111 jobviewer.py \
112 - monitor.py \
113 options.py \
114 optionwidgets.py \
115 - PhysicalDevice.py \
116 - ppdippstr.py \
117 ppdsloader.py \
118 - probe_printer.py \
119 gtk_label_autowrap.py \
120 - SearchCriterion.py \
121 - smburi.py \
122 - statereason.py \
123 timedops.py \
124 ToolbarSearchEntry.py \
125 userdefault.py \
126 - XmlHelper.py \
127 ui/AboutDialog.glade \
128 ui/ConnectDialog.glade \
129 ui/ConnectingDialog.glade \
130 @@ -156,28 +77,10 @@
131 system-config-printer \
132 system-config-printer-applet
133
134 -if UDEV_RULES
135 -udevrulesdir=$(sysconfdir)/udev/rules.d
136 -udevrules_DATA=udev/70-printers.rules
137 -udev_udev_configure_printer_SOURCES=\
138 - udev/udev-configure-printer.c
139 -udev_udev_configure_printer_LDADD=-lcups -ludev -lusb $(GLIB_LIBS)
140 -udevhelperdir=$(sysconfdir)/udev
141 -udevhelper_PROGRAMS=\
142 - udev/udev-configure-printer
143 -udevhelper_SCRIPTS=\
144 - udev/udev-add-printer
145 -endif
146 -
147 man_MANS= \
148 man/system-config-printer.1 \
149 man/system-config-printer-applet.1
150
151 -dbus_DATA = \
152 - newprinternotification.conf \
153 - printerdriversinstaller.conf
154 -dbusdir = $(sysconfdir)/dbus-1/system.d/
155 -
156 desktop_DATA =\
157 system-config-printer.desktop \
158 print-applet.desktop \