Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 285905 | Differences between
and this patch

Collapse All | Expand All

(-)ptouch-driver-1.3.orig/Makefile.am (+1 lines)
Lines 51-56 Link Here
51
				  opt/Brother-Ptouch-Align.xml \
51
				  opt/Brother-Ptouch-Align.xml \
52
				  opt/Brother-Ptouch-BytesPerLine.xml \
52
				  opt/Brother-Ptouch-BytesPerLine.xml \
53
				  opt/Brother-Ptouch-ConcatPages.xml \
53
				  opt/Brother-Ptouch-ConcatPages.xml \
54
				  opt/Brother-Ptouch-Debug.xml \
54
				  opt/Brother-Ptouch-CutMark.xml \
55
				  opt/Brother-Ptouch-CutMark.xml \
55
				  opt/Brother-Ptouch-CutMedia.xml \
56
				  opt/Brother-Ptouch-CutMedia.xml \
56
				  opt/Brother-Ptouch-HalfCut.xml \
57
				  opt/Brother-Ptouch-HalfCut.xml \
(-)ptouch-driver-1.3.orig/opt/Brother-Ptouch-Debug.xml (+48 lines)
Line 0 Link Here
1
<!--
2
Copyright (c) 2011 Maciej Grela <maciej.grela@gmail.com>
3
4
This file is part of ptouch-driver.
5
6
ptouch-driver is free software; you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation; either version 2 of the License, or (at
9
your option) any later version.
10
11
ptouch-driver is distributed in the hope that it will be useful, but
12
WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
General Public License for more details.
15
16
You should have received a copy of the GNU General Public License
17
along with ptouch-driver; if not, write to the Free Software
18
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
19
USA
20
-->
21
<option type='bool' id='Brother-Ptouch-Debug'>
22
  <comments>
23
    <en>Enable debugging output from the rastertopch program.
24
    </en>
25
  </comments>
26
  <arg_longname>
27
    <en>Debug messages</en>
28
  </arg_longname>
29
  <arg_shortname>
30
    <en>enable</en><!-- backends only know <en> shortnames! -->
31
  </arg_shortname>
32
  <arg_shortname_false>
33
    <en>disable</en><!-- backends only know <en> shortnames! -->
34
  </arg_shortname_false>
35
  <arg_execution>
36
    <arg_group>General</arg_group>
37
    <arg_order>999</arg_order>
38
    <arg_spot>B</arg_spot>
39
    <arg_substitution />
40
    <arg_proto> Debug </arg_proto>
41
  </arg_execution>
42
  <constraints>
43
    <constraint sense='true'>
44
      <driver>ptouch</driver>
45
      <arg_defval>0</arg_defval>
46
    </constraint>
47
  </constraints>
48
</option>
(-)ptouch-driver-1.3.orig/ptouch-driver-foomatic.spec.in (+1 lines)
Lines 80-85 Link Here
80
/usr/share/foomatic/db/source/opt/Brother-Ptouch-Align.xml
80
/usr/share/foomatic/db/source/opt/Brother-Ptouch-Align.xml
81
/usr/share/foomatic/db/source/opt/Brother-Ptouch-BytesPerLine.xml
81
/usr/share/foomatic/db/source/opt/Brother-Ptouch-BytesPerLine.xml
82
/usr/share/foomatic/db/source/opt/Brother-Ptouch-ConcatPages.xml
82
/usr/share/foomatic/db/source/opt/Brother-Ptouch-ConcatPages.xml
83
/usr/share/foomatic/db/source/opt/Brother-Ptouch-Debug.xml
83
/usr/share/foomatic/db/source/opt/Brother-Ptouch-CutMark.xml
84
/usr/share/foomatic/db/source/opt/Brother-Ptouch-CutMark.xml
84
/usr/share/foomatic/db/source/opt/Brother-Ptouch-CutMedia.xml
85
/usr/share/foomatic/db/source/opt/Brother-Ptouch-CutMedia.xml
85
/usr/share/foomatic/db/source/opt/Brother-Ptouch-HalfCut.xml
86
/usr/share/foomatic/db/source/opt/Brother-Ptouch-HalfCut.xml

Return to bug 285905