initial
|
@ -0,0 +1,3 @@
|
|||
Guilherme de S. Pastore <gpastore@gnome.org>
|
||||
Havoc Pennington <hp@redhat.com>
|
||||
Mariano Suárez-Alvarez <mariano@gnome.org>
|
|
@ -0,0 +1,676 @@
|
|||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
Do NOT commit to this module without permission from a maintainer;
|
||||
see the MAINTAINERS file for who they are.
|
||||
|
||||
===============================================================================
|
||||
|
||||
Discussion about mate-terminal should happen on desktop-devel-list@gnome.org,
|
||||
mate-list@gnome.org, or usability@gnome.org, depending on what sort of
|
||||
discussion it is. Reporting a bug on http://bugzilla.mate.org is equally fine.
|
||||
|
||||
Remember that the terminal emulation is provided by the VTE widget, maintained
|
||||
as the 'vte' module on the MATE SVN. The mate-terminal product in bugzilla
|
||||
only covers the menubar, toolbar, and command line options, essentially. VTE,
|
||||
in turn, is responsible for the actual terminal display.
|
|
@ -0,0 +1,64 @@
|
|||
SUBDIRS = src po help
|
||||
|
||||
NULL =
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = \
|
||||
--disable-scrollkeeper \
|
||||
--disable-schemas-install \
|
||||
--disable-silent-rules \
|
||||
--with-gtk=2.0
|
||||
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_in_files = @PACKAGE@.desktop.in.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
EXTRA_DIST = \
|
||||
ChangeLog.pre-2-23 \
|
||||
ChangeLog.README \
|
||||
HACKING \
|
||||
mate-doc-utils.make \
|
||||
xmldocs.make \
|
||||
omf.make \
|
||||
$(NULL)
|
||||
|
||||
CLEANFILES = \
|
||||
$(desktop_DATA) \
|
||||
$(NULL)
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(srcdir)/INSTALL \
|
||||
$(srcdir)/aclocal.m4 \
|
||||
$(srcdir)/autoscan.log \
|
||||
$(srcdir)/compile \
|
||||
$(srcdir)/config.guess \
|
||||
$(srcdir)/config.h.in \
|
||||
$(srcdir)/config.sub \
|
||||
$(srcdir)/configure.scan \
|
||||
$(srcdir)/depcomp \
|
||||
$(srcdir)/install-sh \
|
||||
$(srcdir)/ltmain.sh \
|
||||
$(srcdir)/missing \
|
||||
$(srcdir)/mkinstalldirs \
|
||||
$(srcdir)/omf.make \
|
||||
$(srcdir)/xmldocs.make \
|
||||
$(srcdir)/mate-doc-utils.make \
|
||||
`find "$(srcdir)" -type f -name Makefile.in -print` \
|
||||
$(NULL)
|
||||
|
||||
# hack from sound-juicer to get around scrollkeeper's leaving a big
|
||||
# mess behind.
|
||||
distuninstallcheck_listfiles = \
|
||||
find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print
|
||||
|
||||
# Build ChangeLog from GIT history
|
||||
ChangeLog:
|
||||
$(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
|
||||
GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
|
||||
fi
|
||||
|
||||
dist: ChangeLog
|
||||
|
||||
.PHONY: ChangeLog
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
|
@ -0,0 +1,730 @@
|
|||
2.32.0
|
||||
======
|
||||
* MATE Terminal is now licensed under GPL 3 or later
|
||||
* New features:
|
||||
* Add a Search menu (#78963)
|
||||
* Enable "File -> Save Contents" again
|
||||
* Show an info-bar if failed to execute command
|
||||
* Add "Use custom default terminal size" profile setting (#607875)
|
||||
* Bugs fixed:
|
||||
* Closing tabs regression fixed (#521193)
|
||||
* Fix compiler warnings (#521417)
|
||||
* Escape ":", "@" or "/" chars within proxy user/password env vars (#614464)
|
||||
* All bugs fixed: http://bugzilla.mate.org/buglist.cgi?product=mate-terminal&bug_status=RESOLVED&resolution=FIXED&chfieldfrom=2010-03-29&chfieldto=2010-09-27+23:59:00&chfield=bug_status
|
||||
* Documentation updates
|
||||
* Many translation updates
|
||||
|
||||
2.30.0
|
||||
======
|
||||
* Changes:
|
||||
* --geometry works again
|
||||
* tab detaching works again
|
||||
* unlimited scrollback
|
||||
* improved proxy env suppport
|
||||
* bold color support
|
||||
* Many bugs fixed: http://bugzilla.mate.org/buglist.cgi?product=mate-terminal&bug_status=RESOLVED&resolution=FIXED&chfieldfrom=2009-09-24&chfieldto=2010-03-29+23:59:00&chfield=bug_status
|
||||
* Many translation updates
|
||||
|
||||
2.28.0
|
||||
======
|
||||
* Many bugs fixed: http://bugzilla.mate.org/buglist.cgi?product=mate-terminal&bug_status=RESOLVED&resolution=FIXED&chfieldfrom=2009-03-16&chfieldto=2009-09-21+23:59:00&chfield=bug_status
|
||||
* Many translation updates
|
||||
|
||||
2.26.0
|
||||
======
|
||||
* Libmatecomponent dependency dropped
|
||||
* Libmate and libmateui dependency dropped
|
||||
* Depends on VTE 0.19
|
||||
* Now uses DBus for single instance/factory setup
|
||||
* Many bugs fixed: http://bugzilla.mate.org/buglist.cgi?product=mate-terminal&bug_status=RESOLVED&resolution=FIXED&chfieldfrom=2008-09-22&chfieldto=2009-03-16+23:59:00&chfield=bug_status
|
||||
* Many translation updates
|
||||
|
||||
2.23.4.2
|
||||
========
|
||||
|
||||
* Fix crash at startup on non-UTF8 locale (RH#450808, RH#450979)
|
||||
* Fix Ctrl-C (#538809)
|
||||
|
||||
2.23.4.1
|
||||
========
|
||||
|
||||
* Fix the S/Key challenge dialogue (RH #451641)
|
||||
|
||||
2.23.4
|
||||
======
|
||||
|
||||
* Bug fixes (#528683, #418192, #537112, #537888, #536899, #537215, #536639)
|
||||
* Translation updates
|
||||
|
||||
2.23.3.1
|
||||
========
|
||||
|
||||
- Fix the factory (bug #536463)
|
||||
|
||||
2.23.3
|
||||
======
|
||||
|
||||
* Code cleanup
|
||||
* Bug fixes
|
||||
|
||||
2.22.0
|
||||
===
|
||||
- Update translations.
|
||||
|
||||
2.21.92
|
||||
===
|
||||
|
||||
- Ensure menu items are always drawn (weren't in some cases)
|
||||
- Stop forcing invisible_char to '*' (yet again)
|
||||
|
||||
Updated translations:
|
||||
* Djihed Afifi (ar)
|
||||
* Josep Puigdemont (ca)
|
||||
* Iñaki Larrañaga Murgoitio (eu)
|
||||
* Ilkka Tuohela (fi)
|
||||
* Robert-André Mauchin (fr)
|
||||
* Massimo Furlani (fur)
|
||||
* Ignacio Casal Quinteiro (gl)
|
||||
* Yair Hershkovitz (he)
|
||||
* Nabin Gautam (ne)
|
||||
* Yannig Marchegay (Kokoyaya) (oc)
|
||||
* wadim dziedzic (pl)
|
||||
* Hugo Doria (pt_BR)
|
||||
* Funda Wang (zh_CN)
|
||||
* Woodman Tuen (zh_HK)
|
||||
* Woodman Tuen (zh_TW)
|
||||
|
||||
2.21.5
|
||||
===
|
||||
- Adapt to new GChecksum API
|
||||
- Bug 336155 – [patch] port mate-terminal to goption; based on patch
|
||||
from Christian Kirbach
|
||||
- Fix cropped tab close buttons with mate-icon-theme svn
|
||||
- Translation updates
|
||||
|
||||
2.21.4
|
||||
===
|
||||
- Fix a crasher and some cleanup:
|
||||
Bug 501635 – crash in Terminal: running mate-session-sa...
|
||||
Bug 501667 – Use GCheksum for md5 and sha1
|
||||
Patch from Christian Persch
|
||||
Bug 501665 – Remove simple-x-font-selector
|
||||
Bug 144000 – encodings other than the current encoding are not listed
|
||||
in mate-terminal on Solaris.
|
||||
|
||||
2.21.3
|
||||
===
|
||||
- Synch version number to MATE release.
|
||||
- Fix a crasher and some cleanup:
|
||||
Bug 499877 – Update terminal_app_get_clone_command() to use g_array
|
||||
Patch from Dubon
|
||||
Bug 499588 – remove menu icons handling code
|
||||
Patch from Christian Persch
|
||||
Bug 353775 – Use GtkNotebook instead of TerminalNotebook
|
||||
Patch from Christian Persch and Mariano Suárez-Alvarez
|
||||
Bug 441618 – Message-ID/news-Link crashes mate-terminal
|
||||
|
||||
2.18.3
|
||||
===
|
||||
- Updated translations.
|
||||
- Fix couple of crashers
|
||||
Bug 494828 – crash in Terminal: Using elinks in a termin...
|
||||
Bug 499797 – crash in Terminal: Creating a new profile b...
|
||||
|
||||
2.18.2
|
||||
===
|
||||
- Misc bug fixes:
|
||||
Bug 464410 – license confusion
|
||||
Bug 458115 – Use tango color scheme by default
|
||||
|
||||
2.18.1
|
||||
===
|
||||
- A couple of crasher fixes.
|
||||
|
||||
2.18.0
|
||||
===
|
||||
- Fix some compilation issues.
|
||||
|
||||
Updated translations:
|
||||
norbu (dz), Ankit Patel (gu), Stefano Canepa (it), Žygimantas Beručka (lt)
|
||||
Thierry Randrianiriana (mg), Jovan Naumovski (mk), Leonardo Ferreira
|
||||
Fontenelle (pt_BR), Tuchinsky Artem (ru), Maxim Dziumanenko (uk)
|
||||
|
||||
2.17.92
|
||||
===
|
||||
- Fix some compilation issues.
|
||||
|
||||
Updated translations:
|
||||
bg(Alexander Shopov), fr(Robert-André Mauchin), he(Yair Hershkovitz),
|
||||
hu(Gabor Kelemen), ja(Takeshi AIHANA), lt(Žygimantas Beručka), pl(Wadim
|
||||
Dziedzic), pt(Duarte Loreto), zh_CN(Funda Wang), zh_HK(Woodman Tuen),
|
||||
zh_TW(Woodman Tuen)
|
||||
|
||||
2.17.91
|
||||
===
|
||||
- Plug a memory leak.
|
||||
- Do not disable some keybindings when DnDing notebook pages.
|
||||
|
||||
Updated translations:
|
||||
et(Ivar Smolin), fr(Jonathan Ernst, Robert-André Mauchin),
|
||||
ko(Young-Ho Cha), nl(Wouter Bolsterlee), pt_BT(Guilherme de S. Pastore)
|
||||
|
||||
|
||||
2.17.90
|
||||
===
|
||||
- Include the Tango color scheme.
|
||||
- Remember the zoom setting for new tabs.
|
||||
- Do not have clashing shortcuts in popups.
|
||||
- Do not resize when switching between tabs, hopefully.
|
||||
- Focus new terminals when they are created, always.
|
||||
- Handle long terminal titles better.
|
||||
- Do not paint initially terminals black.
|
||||
- Various UI updates and inconsistencies eliminated.
|
||||
- A few crashes fixed.
|
||||
|
||||
Thanks to all contributors:
|
||||
Behdad Esfahbod
|
||||
Dennis Cranston
|
||||
Diego Escalante Urrelo
|
||||
Egmont Koblinger
|
||||
Eric Anderson
|
||||
Mark Schreiber
|
||||
Matthias Clasen
|
||||
Michael Terry
|
||||
Wouter Bolsterlee
|
||||
|
||||
New and updated translations:
|
||||
ar(Mohamed Magdy, Djihed Afifi), be(Ihar Hrachyshka), ca(Josep
|
||||
Puigdemont i Casamajó), cs(Jakub Friedl), cy(Rhys Jones), da(Lasse
|
||||
Bang Mikkelsen), de(Hendrik Richter), en_GB(David Lodge), es(Francisco
|
||||
Javier F. Serrador), et(Ivar Smolin), fi(Ilkka Tuohela), ja(Satoru
|
||||
SATOH), ku(Erdal Ronahi, Elixan Loran), lv(Raivis Dejus), nb(Kjartan
|
||||
Maraas), nn(Åsmund Skjæveland), sv(Daniel Nylander), th(Theppitak
|
||||
Karoonboonyanan), vi(Clytie Siddall)
|
||||
|
||||
2.16.1
|
||||
===
|
||||
|
||||
- Honours the --title switch (bug #342531)
|
||||
- Fixes a couples of memory leaks (bugs #353553 and #353732)
|
||||
|
||||
- New and updated translations:
|
||||
* az: Metin Amiroff
|
||||
* bn_IN: Runa Bhattacharjee
|
||||
* ca: Jordi Mallach
|
||||
* cy: Rhys Jones
|
||||
* de: Hendrik Richter
|
||||
* en_GB: David Lodge
|
||||
* es: Francisco Javier F. Serrador
|
||||
* et: Ivar Smolin
|
||||
* ga: Alastair McKinstry
|
||||
* gu: Ankit Patel
|
||||
* he: Yair Hershkovitz
|
||||
* hi: Rajesh Ranjan
|
||||
* hu: Gabor Kelemen
|
||||
* lv: Raivis Dejus
|
||||
* pa: A S Alam
|
||||
* pt: Duarte Loreto
|
||||
* ru: Tuchinsky Artem
|
||||
* uk: Maxim Dziumanenko
|
||||
* vi: Clytie Siddall
|
||||
* wa: Pablo Saratxaga
|
||||
* zh_CN: Funda Wang
|
||||
* zh_TW: Woodman Tuen
|
||||
|
||||
2.16.0
|
||||
===
|
||||
Bug 354056 – Build broken: missing help/fr/Makefile.am
|
||||
Bug 351319 – crash on Terminal
|
||||
Patch from Mariano Suárez-Alvarez
|
||||
Part of Bug 352873 – crash in Terminal: Edit current profile aft...
|
||||
Patch from Mariano Suárez-Alvarez
|
||||
Bug 353020 – Detaching a tab does not preserve the size
|
||||
Patch from Mariano Suárez-Alvarez
|
||||
Bug 336943 – Critical warning and crash in mate-terminal
|
||||
Patch from Mariano Suárez-Alvarez
|
||||
Bug 138609 – Next/prev TAB keybindings should not be passed through on
|
||||
first/last tab
|
||||
Patch from Bastien Nocera
|
||||
Fix intltool req. [Kjartan Maraas]
|
||||
|
||||
2.15.4
|
||||
===
|
||||
Bug 349459 – does not assert dependency on gdk 2.10
|
||||
Bug 85926 – dnd'd filenames should be escaped
|
||||
Patch from Thomas Folz-Donahue
|
||||
|
||||
2.15.3
|
||||
===
|
||||
Bug 324426 – Open/close tab adds row to terminal
|
||||
Patch from Eric Anderson
|
||||
Bug 336947 – [patch] Redundant vte_terminal_set_font_full() calls
|
||||
Patch from Aivars Kalvans
|
||||
This change, with the respective change in vte-0.13.4,
|
||||
improves g-t's startup time around 20%.
|
||||
|
||||
2.15.2
|
||||
===
|
||||
|
||||
- Use real transparency when it's available (bug #345378, Kristian Høgsberg)
|
||||
- Improve the dialog to ask for confirmation when closing a window
|
||||
with more than one tab open. (bug #345166)
|
||||
|
||||
2.15.1
|
||||
===
|
||||
|
||||
- Use intltool 0.35 to fix the bug with no translations in tarball.
|
||||
(bug #342068)
|
||||
- Remove the m4 directory.
|
||||
|
||||
2.15.0
|
||||
===
|
||||
|
||||
Thanks for this release go to Behdad Esfahbod, Guilherme de S. Pastore,
|
||||
Tommi Vainikainen and all the translators listed below.
|
||||
|
||||
- Migrated to mate-doc-utils.
|
||||
- Migrated to po/LINGUAS (bug #337904).
|
||||
- Exports authentication proxy settings (bug #339134).
|
||||
- Correctly recognizes Xrender on Solaris (bug #339979).
|
||||
- Fixes the close button of the about dialog (bug #335945).
|
||||
- Includes final slashes on URL highlighting (bug #329003).
|
||||
- Eliminates superfluous resize on drag-n-drop (bug #336325).
|
||||
- Stores the position of the window on session save (bug #336910).
|
||||
|
||||
- New and updated translations:
|
||||
* Belarusian [Ales Nyakhaychyk]
|
||||
* Dutch [Wouter Bolsterlee]
|
||||
* Dzongkha [Tommi Vainikainen]
|
||||
* Estonian [Ivar Smolin]
|
||||
* French [Laurent Richard]
|
||||
* Georgian [Vladimer Sichinava]
|
||||
* Hungarian [Gabor Kelemen]
|
||||
* Spanish [Francisco Javier F. Serrador]
|
||||
|
||||
2.14.0
|
||||
===
|
||||
|
||||
- New and updated translations:
|
||||
* Albanian [Laurent Dhima]
|
||||
* Brazilian Portuguese [Guilherme de S. Pastore]
|
||||
* Czech [Petr Tomeš]
|
||||
* Danish [Lasse Bang Mikkelsen]
|
||||
* Estonian [Ivar Smolin]
|
||||
* Hindi [Rajesh Ranjan]
|
||||
* Italian [Stefano Canepa]
|
||||
* Romanian [Mugurel Tudor]
|
||||
* Spanish [Francisco Javier F. Serrador]
|
||||
* Swedish [Daniel Nylander]
|
||||
|
||||
2.13.93
|
||||
===
|
||||
|
||||
- Fixes two crashes/freezes (bugs #318797, #330246)
|
||||
- Has a slightly better Brazilian Portuguese translation
|
||||
|
||||
2.13.92
|
||||
===
|
||||
|
||||
- Fixes a build failure (bug #333292)
|
||||
- Adds licensing informaiton to the UI (bug #330875)
|
||||
- Has lots of updated translations!
|
||||
|
||||
2.13.91
|
||||
===
|
||||
|
||||
- Stopped forcing invisible_char to '*' (bug #329294)
|
||||
- Re-added the context menu for highlighted URLs (bug #329553)
|
||||
|
||||
- Updated translations:
|
||||
* Canadian English [Adam Weinberger]
|
||||
* Catalan [Josep Puigdemont i Casamajó]
|
||||
* Dutch [Tino Meinen]
|
||||
* Finnish [Ilkka Tuohela]
|
||||
* Simplified Chinese [Funda Wang]
|
||||
* Thai [Theppitak Karoonboonyanan]
|
||||
* Vietnamese [Clytie Siddall]
|
||||
|
||||
2.13.90
|
||||
===
|
||||
|
||||
- Fixed the handling of file:// URLs
|
||||
- Fixed the setting of accelerators (bug #328052)
|
||||
- Fixed the heights of the huge tabs (bug #327412)
|
||||
- Added a tool tip to the tabs' close buttons
|
||||
- Added F11 as default accelerator for fullscreen (bug #326781)
|
||||
- Allow returning to dynamically setting the title by manually
|
||||
setting it to an empty string (bug #328932)
|
||||
- Several fixes and improvements to the patches applied for exporting
|
||||
the MATE proxy settings to the terminal and disabling anti-aliasing
|
||||
- Other optimizations, cleanups and standards-compliance changes (bug #328043)
|
||||
|
||||
- Lots of updated translations; huge thanks to the translators!
|
||||
|
||||
2.13.3
|
||||
===
|
||||
|
||||
- Fix a crash at startup (bug #327313)
|
||||
|
||||
- New, updated and fixed translations:
|
||||
* Belarusian [Ales Nyakhaychyk]
|
||||
* Danish [Lasse Bang Mikkelsen]
|
||||
* Canadian English [Adam Weinberger]
|
||||
* Estonian [Ivar Smolin]
|
||||
* Finnish [Ilkka Tuohela]
|
||||
* Gujarati [Ankit Patel]
|
||||
* Serbian [Слободан Д. Средојевић]
|
||||
* Vietnamese [Clyttie Siddall]
|
||||
|
||||
2.13.2
|
||||
===
|
||||
|
||||
- Added close buttons to the tabs (bug #71444)
|
||||
- Added support for One-Time Passwords (bug #310529)
|
||||
- Added tooltips that display the full title to the tabs (bug #310137)
|
||||
- Make file:// URLs work by splitting their handling from others (bug #309201)
|
||||
- Avoid title desyncs by setting icon title together with window title (bug #324965)
|
||||
- Keep the title unchanged after it has been manually set (bug #152986)
|
||||
- Export the MATE proxy settings to the terminal (bug #321952)
|
||||
- General build, user interface, performance and internationalization improvements
|
||||
(bugs #100038, #129889, #139332, #158319, #324246)
|
||||
|
||||
- New, updated and fixed translations:
|
||||
* Bulgarian [Vladimir Petkov]
|
||||
* Brazilian Portuguese [Guilherme de S. Pastore]
|
||||
* Canadian English [Adam Weinberger]
|
||||
* Danish [Lasse Bang Mikkelsen]
|
||||
* Dutch [Tino Meinen]
|
||||
* Estonian [Ivar Smolin]
|
||||
* Finnish [Ilkka Tuohela]
|
||||
* Galician [Ignacio Casal Quinteiro]
|
||||
* German [Hendrik Brandt]
|
||||
* Gujarati [Ankit Patel]
|
||||
* Japanese [Takeshi AIHANA]
|
||||
* Norwegian [Kjartan Maraas]
|
||||
* Norwegian bokmål [Kjartan Maraas]
|
||||
* Serbian [Слободан Д. Средојевић]
|
||||
* Spanish [Francisco Javier F. Serrador]
|
||||
* Thai [Theppitak Karoonboonyanan]
|
||||
* Vietnamese [Clytie Siddall]
|
||||
|
||||
2.13.1
|
||||
===
|
||||
|
||||
- New maintainer! (Guilherme de S. Pastore)
|
||||
|
||||
- Revert the environment variable patch. It caused hangs etc. (Olav Vitters)
|
||||
- Fix i18n issue with application name (Frédéric Crozat, Olav)
|
||||
- Fix some compiler warnings (Kjartan Maraas)
|
||||
- Drop lots of unnecessary strings (Guilherme)
|
||||
- General cleanups and UI improvements (Guilherme)
|
||||
- Actually remove profiles when they are deleted (Guilherme)
|
||||
- Moved from section System to Utility in the menu (Guilherme)
|
||||
|
||||
- New, updated and fixed translations:
|
||||
* Brazilian Portuguese [Guilherme de S. Pastore]
|
||||
* Catalan [Josep Puigdemont i Casamajó]
|
||||
* Finnish [Ilkka Tuohela]
|
||||
* Gujarati [Ankit Patel]
|
||||
* Japanese [Takeshi AIHANA]
|
||||
* Kinyarwanda [Guilherme de S. Pastore]
|
||||
* Lithuanian [Žygimantas Beručka]
|
||||
* Nepali [Guilherme de S. Pastore]
|
||||
* Spanish [Francisco Javier F. Serrador]
|
||||
* Thai [Theppitak Karoonboonyanan]
|
||||
* Vietnamese [Clytie Siddall]
|
||||
* Xhosa [Guilherme de S. Pastore]
|
||||
|
||||
2.13.0
|
||||
===
|
||||
|
||||
- Don't lose environment variables on startup (Davyd)
|
||||
- Only show mnemonics when the menubar is visible (DanW)
|
||||
- Detachable and movable tabs (Tony Tsui, Mario Manno)
|
||||
- Don't use deprecated widgets (Dennis Cranston)
|
||||
- Don't pass include flags to the link stage (dmacks@netspace.org)
|
||||
|
||||
2.12.0
|
||||
===
|
||||
|
||||
- Translation updates:
|
||||
|
||||
Catalan, Czech, Estonian, French, German,
|
||||
Hungarian, Lithuanian, Norwegian Nynorsk, Russian,
|
||||
Serbian, Turkish, Welsh.
|
||||
|
||||
2.11.3
|
||||
===
|
||||
|
||||
- Don't always go back to the default profile when editing
|
||||
a different profile (Chris Heath)
|
||||
- Translation updates
|
||||
|
||||
2.11.2
|
||||
===
|
||||
|
||||
- Reimplement the S/KEY support so we don't ship code that
|
||||
isn't GPL-compliant. (Michele Baldessari)
|
||||
- HIG fixes (Dennis Cranston)
|
||||
- Translation updates
|
||||
|
||||
2.11.1
|
||||
===
|
||||
|
||||
- Accept DND drops from Konqueror (Bastien Nocera)
|
||||
- HIG fixes (Dennis Cranston, Corey Burger, Olav Vitters)
|
||||
- Update profile names instantly (Anoop M.)
|
||||
- Include trailing slash when highlighting an URL (Samuel Abels)
|
||||
- Use the correct name for the Cyrillic/Ukrainian locale (Michele
|
||||
Baldessari)
|
||||
- Open folders that are dropped on a terminal launcher (John Spray)
|
||||
- Ask the user before creating two profiles with the same name
|
||||
(egeetha@novell.com)
|
||||
- Fix highlighting of NNTP links (Sebastien Bacher)
|
||||
- Use the right keycombo to zoom to normal size (according to the HIG)
|
||||
(Olav Vitters, Sitsofe Wheeler)
|
||||
- Add Name attribute to the server definition (Rodrigo Moya)
|
||||
- Translation updates: be, bg, el, en_CA, et, gl, nb, pt_BR, rw, vi,
|
||||
wa, xh, zh_TW
|
||||
|
||||
2.10.0
|
||||
===
|
||||
|
||||
- Translation updates: bg, ca, et, hu, lt, nl, ro, sr, sr@Latn, uk, zh_TW
|
||||
- Ukrainian translation of the docs
|
||||
|
||||
2.9.3
|
||||
===
|
||||
|
||||
- Approximate the time that mate-terminal was launched if not launched with
|
||||
startup-notification (Elijah Newren) [#168812]
|
||||
- Translation updates: Vladimir Petkov (bg), Jordi Mallach (ca), Kostas
|
||||
Papadimas (el), Priit Laes (et), Pauli Virtanen (fi), Christophe
|
||||
Merlet (RedFox) (fr), Ankit Patel (gu), Takeshi AIHANA (ja), Young-Ho Cha (ko),
|
||||
Žygimantas Beručka (lt), Kjartan Maraas (nb), Rajeev Shrestha (ne), Åsmund
|
||||
Skjæveland (nn), Kjartan Maraas (no), Mate PL Team (pl), Gustavo Noronha
|
||||
Silva (pt_BR), Duarte Loreto (pt), Leonid Kanter (ru), Marcel Telka (sk),
|
||||
Christian Rose (sv), Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk)
|
||||
|
||||
2.9.2
|
||||
===
|
||||
- Correct handling of the clipboard and of the clipboard availability checking.
|
||||
- Port to the new GTK widgets.
|
||||
- Support _NET_WM_USER_TIME (Elijah Newren)
|
||||
- Be more HIGgy in a couple of dialogs (Dennis Cranston)
|
||||
- Translation updates: Vladimir Petkov (bg), Miloslav Trmac (cs), Martin Willemoes
|
||||
Hansen (da), Hendrik Richter (de), Adam Weinberger (en_CA), David Lodge (en_GB),
|
||||
es@li.org (es), Laszlo Dvornik (hu), Takeshi AIHANA (ja), Daniel van Eeden (nl),
|
||||
Gustavo Noronha Silva (pt_BR), Laurent Dhima (sq), Funda Wang (zh_CN).
|
||||
|
||||
2.9.1
|
||||
===
|
||||
- Make all terminal windows be group leaders; this will change the way grouping is
|
||||
done by window-managers, closer to what people expect (hopefully).
|
||||
- Match news: URIs, and recognize more mailto: ones.
|
||||
- Add --full-screen
|
||||
- Cleanups and leaks fixed from Alexey Spiridonov, Kjartan Maraas.
|
||||
- Fixed a couple of hotkey clashes, caught by Damian Keogh.
|
||||
- Set accessible descriptions correctly on the profile dialog; caught by Frances Keenan.
|
||||
- Translation updates: Miloslav Trmac (cs), Martin Willemoes Hansen (da),
|
||||
Adam Weinberger (en_CA), Christophe Merlet (RedFox) (fr), Mohammad DAMT (id),
|
||||
Young-Ho Cha (ko), Kjartan Maraas (nb), Kjartan Maraas (no).
|
||||
|
||||
2.8.0
|
||||
===
|
||||
- HIG fixes
|
||||
- a11y fixes for the encodings menu
|
||||
- fix georgian encoding
|
||||
- added and updated translations
|
||||
|
||||
2.7.3
|
||||
===
|
||||
- Fix an annoying issue with the pointer getting ‘stuck’.
|
||||
- Allow translators to set the default contents of the encodings menu.
|
||||
- Deal with lastlog/utmp/wtmp sanely.
|
||||
- Updated translations: Rostislav Raykov (bg), Miloslav Trmac (cs),
|
||||
Adam Weinberger (en_CA), Gareth Owen (en_GB), Takeshi AIHANA (ja),
|
||||
Žygimantas Beručka (lt), Arangel Angov (mk), Mate PL Team (pl),
|
||||
Laurent Dhima (sq).
|
||||
|
||||
2.7.2
|
||||
===
|
||||
- Be more HIGgy in dialogs. In particular, be more precise in some labels,
|
||||
and make a few things (in)sensitive when needed.
|
||||
- Do not accept repeated shortcuts (Kiran Kumar Immidi)
|
||||
- Make gcc 3.4.0 like us (Stef van der Made),
|
||||
- Add a confirmation dialog when closing a window with >1 tabs.
|
||||
- Use the mate-common scripts.
|
||||
- Make the xterm color paletter exactly match xterm's.
|
||||
- Now profiles can implement the analogue of xterm's -hold command line option.
|
||||
(Kurt V. Hindenburg)
|
||||
- Make references into the documentation actually point somewhere.
|
||||
- Recognize mailto: (with or without the mailto:...) and webdav: uris
|
||||
- Updated translations: Jordi Mallach (ca), Iñaki Larrañaga Murgoitio (eu),
|
||||
Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu), Laszlo Dvornik (hu),
|
||||
Mohammad DAMT (id), Stanislav Visnovsky (sk).
|
||||
|
||||
2.6.0
|
||||
===
|
||||
- Make new tabs/windows open in the current directory of the current tab.
|
||||
- Handle icon and window titles separately when needed.
|
||||
- Set window roles on all windows, so that window managers can use
|
||||
this information.
|
||||
- Lots of changes so that the interface follows the HIG more closely and
|
||||
plays well and consistently with the rest of MATE, becoming in general
|
||||
more usable. This includes from wording changes to various rearrangements
|
||||
in the interface to behaviour changes.- Updated and enhanced manual.
|
||||
- Better URL recognition.
|
||||
- Some accessibility improvements.
|
||||
- Better handling of session saving.
|
||||
- Lots of amazing work by translators; since last time, we have added Tamil,
|
||||
Norwegian Nynorsk, Croatia/Hrvatska, Thai and Canadian English.
|
||||
- Moved to the new GTK+ widgets in most places.
|
||||
- Fixed quite a few bugs and memory leaks.
|
||||
|
||||
Thanks go to everybody who participated in this: translators, documenters,
|
||||
bug herders, testers, bug reporters and a big et caetera.
|
||||
|
||||
2.5.90
|
||||
===
|
||||
|
||||
- Fixed an accelerator clash in the popup, caught by Ben Maurer.
|
||||
- Code cleanups in accessilibity code, spotted by Padraig O'Briain
|
||||
- Updated translations: Mətin Əmirov (az), Miloslav Trmac (cs),
|
||||
Ole Laursen (da), Christian Neumair (de), Kostas Papadimas (el),
|
||||
Francisco Javier F. Serrador (es), Christophe Merlet (fr), Takeshi
|
||||
AIHANA (ja), Žygimantas Beručka (lt), Sanlig Badral (mn), Vincent
|
||||
van Adrighem (nl), Kjartan Maraas (no), Artur Flinta (pl), Duarte
|
||||
Loreto (pt), Laurent Dhima (sq), Danilo Šegan (sr), Christian Rose (sv).
|
||||
- New translations: Adam Weinberger (en_CA), Chatchawarn Hansakunbuntheung
|
||||
and Chanchai Junlouchai (th).
|
||||
|
||||
2.5.5
|
||||
===
|
||||
|
||||
- Fixed a crash under IceWM, thanks to Owen, who “spent quite some
|
||||
time looking at protocol traces”.
|
||||
- Use the new file chooser, now that libmateui allows us to do that.
|
||||
- Be better w.r.t. a11y; Muktha Narayan.
|
||||
- A couple of minor miscellaneous fixes.
|
||||
- Updated translations: Mətin Əmirov (az), Miloslav Trmac (cs),
|
||||
Nikos Charonitakis (el), Francisco Javier F. Serrador (es),
|
||||
Pauli Virtanen (fi), Christophe Merlet (RedFox) (fr),
|
||||
Takeshi AIHANA (ja), Young-Ho Cha (ko), Daniel van Eeden (nl),
|
||||
Kjartan Maraas (no), Mate PL Team (pl), Laurent Dhima (sq),
|
||||
Слободан Средојевић (sr), Christian Rose (sv), Maxim Dziumanenko (uk).
|
||||
|
||||
2.5.4
|
||||
===
|
||||
|
||||
- Fixed saving the geometry of windows with tabs to the session.
|
||||
- Be smarter on Solaris (Robert Basch)
|
||||
- Use the new GTK+ API in more places.
|
||||
- Make keyboard shortcuts work even when the menubar is hidden.
|
||||
- Updated translations: Arafat Medini (ar), Mətin Əmirov (az), Miloslav
|
||||
Trmac (cs), Ole Laursen (da), Christian Neumair (de), Francisco Javier
|
||||
F. Serrador (es), Christophe Merlet (RedFox) (fr), Alastair McKinstry
|
||||
(ga), Robert Sedak (hr), Takeshi AIHANA (ja), Young-Ho Cha (ko),
|
||||
Žygimantas Beručka (lt), Sanlig Badral (mn), Daniel van Eeden (nl),
|
||||
Åsmund Skjæveland (nn), Kjartan Maraas (no), Mate PL Team (pl), Duarte
|
||||
Loreto (pt), Laurent Dhima (sq), Слободан Средојевић (sr).
|
||||
|
||||
2.5.1
|
||||
===
|
||||
|
||||
- Fixed the navigation among notebook tabs.
|
||||
- Make sure the profile editor sets mnemonic widgets on things so that we are nice
|
||||
to gnopernicus/GOK users.
|
||||
- Updates to the manual.
|
||||
- Follow the HIG and the GDSG more closely.
|
||||
- Make uris go through mate_vfs_make_uri_from_input so that
|
||||
things like www.mate.org are properly handled (Behdad Esfahbod).
|
||||
|
||||
2.5.0
|
||||
===
|
||||
|
||||
Thanks to Kjartan Maraas for hunting memleaks, and the translation team.
|
||||
|
||||
- Make new windows/tabs open in the current tab's working directory, and
|
||||
make factory calls start shells in the directory current at the call.
|
||||
- Fixed a couple of crasher bugs.
|
||||
- Fixed a couple of ngettext related problems.
|
||||
- Various UI enhancements in menus, key navigation et caetera.
|
||||
- Make sensible use of xterm's control sequences for setting icon titles.
|
||||
- Set roles on all windows, so that window managers can use them.
|
||||
- Fix a few memory leaks, found by Kjartan Maraas.
|
||||
|
||||
2.4.0
|
||||
===
|
||||
|
||||
Thanks to Mariano Suarez-Alvarez, Irene Ryan, Pasupath Duraisamy
|
||||
for contributions to this release. Thanks as always to the
|
||||
translation team.
|
||||
|
||||
- fix skey dingus
|
||||
- translate default profile title
|
||||
- documentation improvements
|
||||
- fix some error messages
|
||||
- only allow numeric values in spinbutton in profiles dialog
|
||||
- actually use system font when requested
|
||||
- improve HIG compliance
|
||||
|
||||
2.3.2
|
||||
===
|
||||
|
||||
Thanks to Mariano Suarez-Alvarez, John Fleck, Kjartan Maraas,
|
||||
Nalin Dahyabhai, Mark Finlay, Jonathan Blandford, Paul Duran for
|
||||
contributions to this release. Thanks also to the tireless
|
||||
translators.
|
||||
|
||||
- fixups to config key descriptions in .schemas
|
||||
- update active widget on tab switching, fixes several
|
||||
bugs
|
||||
- don't add accelerator for notebook tab 1 if there's
|
||||
only one tab
|
||||
- add mimetype so you can OpenWith->Terminal in caja
|
||||
- open new windows and tabs in same directory as
|
||||
the current tab
|
||||
- don't show URL-related menu items when no url was
|
||||
clicked on
|
||||
- handle underscores in profile names
|
||||
- fixups to regexp for urls
|
||||
- HIG fixes
|
||||
- fix up build system for online help
|
||||
- fix a memleak
|
||||
|
||||
2.3.1
|
||||
===
|
||||
|
||||
Thanks to Christophe Fergeau, Nalin Dahyabhai, Breda McColgan,
|
||||
Mariano Suarez-Alvarez, Shivram Upadhyayula, Mike Lei, Laszlo
|
||||
Kovacs, Kjartan Maraas, Pasupathi Duraisamy for help with this
|
||||
release.
|
||||
|
||||
- fix compilation with old compilers
|
||||
- fix some memory corruption screwups in argument parsing,
|
||||
and don't mangle post-"-x" options
|
||||
- make background shading really work
|
||||
- documentation updates
|
||||
- translation updates
|
||||
- clean up handling of dingus click in combination with
|
||||
modifiers
|
||||
- dropped libzvt support
|
||||
- set application name for window group in window list
|
||||
- add --active command line option to preserve
|
||||
active tab across sessions
|
||||
- add --tab/--window options
|
||||
- background scrolling now works
|
||||
- tab focus fix
|
||||
- honor "menus have icons" pref
|
||||
- clean up some duplicate mnemonics in prefs dialog
|
||||
|
||||
2.1.4
|
||||
===
|
||||
|
||||
- filter out duplicate encodings in encoding menu (Nalin)
|
||||
- require GTK+ 2.2.0
|
||||
- don't leak GladeXML objects
|
||||
- add ISO-8859-2 support to encodings menu
|
||||
- fix up about dialog (Christian Neumair)
|
||||
- fix save/restore working dir on Solaris (Satyajit Kanungo)
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
This is the MATE terminal emulator application. mate-terminal is
|
||||
only the shell (menubar, prefs dialog); the terminal emulation ("stuff
|
||||
in the middle") comes from the VTE widget. Remember this when
|
||||
choosing a bugzilla component. ;-)
|
||||
|
||||
How it works
|
||||
===
|
||||
|
||||
Profiles -
|
||||
all settings are stored in profiles. prefs dialog edits the current
|
||||
profile
|
||||
|
||||
Session -
|
||||
just the number of open windows/tabs and their profile is stored
|
||||
per-session
|
||||
|
||||
Command line options -
|
||||
do not overlap things that are preferences
|
|
@ -0,0 +1,23 @@
|
|||
#!/bin/sh
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
|
||||
srcdir=`dirname $0`
|
||||
test -z "$srcdir" && srcdir=.
|
||||
|
||||
PKG_NAME=mate-terminal
|
||||
|
||||
(test -f $srcdir/configure.ac \
|
||||
&& test -f $srcdir/autogen.sh \
|
||||
&& test -d $srcdir/src \
|
||||
&& test -f $srcdir/src/terminal.c) || {
|
||||
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
|
||||
echo " top-level $PKG_NAME directory"
|
||||
exit 1
|
||||
}
|
||||
|
||||
which mate-autogen.sh || {
|
||||
echo "You need to install mate-common from the MATE CVS"
|
||||
exit 1
|
||||
}
|
||||
|
||||
REQUIRED_AUTOMAKE_VERSION=1.9 MATE_DATADIR="$mate_datadir" . mate-autogen.sh
|
|
@ -0,0 +1,612 @@
|
|||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# caja/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
|
||||
|
||||
pkgdatadir = $(datadir)/mate-terminal
|
||||
pkgincludedir = $(includedir)/mate-terminal
|
||||
pkglibdir = $(libdir)/mate-terminal
|
||||
pkglibexecdir = $(libexecdir)/mate-terminal
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = x86_64-unknown-linux-gnu
|
||||
host_triplet = x86_64-unknown-linux-gnu
|
||||
subdir = caja
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(caja_extensiondir)"
|
||||
LTLIBRARIES = $(caja_extension_LTLIBRARIES)
|
||||
libcaja_open_terminal_la_DEPENDENCIES =
|
||||
am_libcaja_open_terminal_la_OBJECTS = eel-mate-extensions.lo \
|
||||
caja-open-terminal.lo open-terminal.lo
|
||||
libcaja_open_terminal_la_OBJECTS = \
|
||||
$(am_libcaja_open_terminal_la_OBJECTS)
|
||||
AM_V_lt = $(am__v_lt_$(V))
|
||||
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_lt_0 = --silent
|
||||
libcaja_open_terminal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||||
$(AM_CFLAGS) $(CFLAGS) $(libcaja_open_terminal_la_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
DEFAULT_INCLUDES = -I. -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
am__mv = mv -f
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
AM_V_CC = $(am__v_CC_$(V))
|
||||
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_CC_0 = @echo " CC " $@;
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
AM_V_CCLD = $(am__v_CCLD_$(V))
|
||||
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_CCLD_0 = @echo " CCLD " $@;
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
SOURCES = $(libcaja_open_terminal_la_SOURCES)
|
||||
DIST_SOURCES = $(libcaja_open_terminal_la_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/missing --run aclocal-1.11
|
||||
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
|
||||
ALL_LINGUAS =
|
||||
AMTAR = ${SHELL} /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/missing --run tar
|
||||
AM_DEFAULT_VERBOSITY = 1
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/missing --run automake-1.11
|
||||
AWK = gawk
|
||||
CATALOGS =
|
||||
CATOBJEXT = .gmo
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS = -s -Os -mtune=native -march=native
|
||||
CPP = gcc -E
|
||||
CPPFLAGS =
|
||||
CYGPATH_W = echo
|
||||
DATADIRNAME = share
|
||||
DEFS = -DHAVE_CONFIG_H
|
||||
DEPDIR = .deps
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
||||
DLLTOOL = false
|
||||
DOC_USER_FORMATS =
|
||||
DSYMUTIL =
|
||||
DUMPBIN =
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EXEEXT =
|
||||
FGREP = /bin/grep -F
|
||||
GETTEXT_PACKAGE = mate-terminal
|
||||
GLIB_GENMARSHAL = glib-genmarshal
|
||||
GLIB_MKENUMS = glib-mkenums
|
||||
GMOFILES =
|
||||
GMSGFMT = /usr/bin/msgfmt
|
||||
GREP = /bin/grep
|
||||
GTK_BUILDER_CONVERT = /usr/bin/gtk-builder-convert
|
||||
HELP_DIR = ${datadir}/mate/help
|
||||
INSTALL = /bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
INSTOBJEXT = .mo
|
||||
INTLLIBS =
|
||||
INTLTOOL_EXTRACT = /usr/bin/intltool-extract
|
||||
INTLTOOL_MERGE = /usr/bin/intltool-merge
|
||||
INTLTOOL_PERL = /usr/bin/perl
|
||||
INTLTOOL_UPDATE = /usr/bin/intltool-update
|
||||
LD = /usr/bin/ld -m elf_x86_64
|
||||
LDFLAGS =
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LIPO =
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAINT =
|
||||
MAKEINFO = ${SHELL} /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/missing --run makeinfo
|
||||
MANIFEST_TOOL = :
|
||||
MATECONFTOOL = /usr/bin/mateconftool-2
|
||||
MATECONF_SCHEMA_CONFIG_SOURCE = xml:merged:/etc/mateconf/mateconf.xml.defaults
|
||||
MATECONF_SCHEMA_FILE_DIR = $(sysconfdir)/mateconf/schemas
|
||||
MKDIR_P = /bin/mkdir -p
|
||||
MKINSTALLDIRS = ./mkinstalldirs
|
||||
MSGFMT = /usr/bin/msgfmt
|
||||
MSGFMT_OPTS = -c
|
||||
MSGMERGE = /usr/bin/msgmerge
|
||||
NM = /usr/bin/nm -B
|
||||
NMEDIT =
|
||||
OBJDUMP = objdump
|
||||
OBJEXT = o
|
||||
OMF_DIR = ${datadir}/omf
|
||||
OTOOL =
|
||||
OTOOL64 =
|
||||
PACKAGE = mate-terminal
|
||||
PACKAGE_BUGREPORT = http://bugzilla.mate.org/enter_bug.cgi?product=mate-terminal
|
||||
PACKAGE_NAME = MATE Terminal
|
||||
PACKAGE_STRING = MATE Terminal 2.32.0
|
||||
PACKAGE_TARNAME = mate-terminal
|
||||
PACKAGE_URL =
|
||||
PACKAGE_VERSION = 2.32.0
|
||||
PATH_SEPARATOR = :
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
PKG_CONFIG_LIBDIR =
|
||||
PKG_CONFIG_PATH =
|
||||
POFILES =
|
||||
POSUB = po
|
||||
PO_IN_DATADIR_FALSE =
|
||||
PO_IN_DATADIR_TRUE =
|
||||
RANLIB = ranlib
|
||||
SED = /bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
SMCLIENT_CFLAGS =
|
||||
SMCLIENT_LIBS = -lSM -lICE
|
||||
STRIP = strip
|
||||
TERMINAL_API_VERSION = 0
|
||||
TERMINAL_MAJOR_VERSION = 2
|
||||
TERMINAL_MICRO_VERSION = 0
|
||||
TERMINAL_MINOR_VERSION = 32
|
||||
TERM_CFLAGS = -pthread -DMATECORBA2=1 -I/usr/include/vte-0.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/mateconf/2 -I/usr/include/matecorba-2.0
|
||||
TERM_LIBS = -pthread -lvte -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpng14 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lmateconf-2 -lglib-2.0 -lX11
|
||||
USE_NLS = yes
|
||||
VERSION = 2.32.0
|
||||
WARN_CFLAGS = -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
|
||||
XGETTEXT = /usr/bin/xgettext
|
||||
abs_builddir = /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/caja
|
||||
abs_srcdir = /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/caja
|
||||
abs_top_builddir = /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal
|
||||
abs_top_srcdir = /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_DUMPBIN =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = x86_64-unknown-linux-gnu
|
||||
build_alias =
|
||||
build_cpu = x86_64
|
||||
build_os = linux-gnu
|
||||
build_vendor = unknown
|
||||
builddir = .
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||||
dvidir = ${docdir}
|
||||
exec_prefix = ${prefix}
|
||||
host = x86_64-unknown-linux-gnu
|
||||
host_alias =
|
||||
host_cpu = x86_64
|
||||
host_os = linux-gnu
|
||||
host_vendor = unknown
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = ${SHELL} /home/perberos/Documentos/gnu-linux/mate/repositorio/mate-terminal/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = /var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = /bin/mkdir -p
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = .
|
||||
sysconfdir = /etc
|
||||
target_alias =
|
||||
top_build_prefix = ../
|
||||
top_builddir = ..
|
||||
top_srcdir = ..
|
||||
INCLUDES = \
|
||||
-DG_LOG_DOMAIN=\"Caja-Open-Terminal\" \
|
||||
-DDATADIR=\"$(datadir)\" \
|
||||
-DMATELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
$(WARN_CFLAGS) \
|
||||
-Werror \
|
||||
$(DISABLE_DEPRECATED_CFLAGS) \
|
||||
$(CAJA_CFLAGS) \
|
||||
$(MATECONF_CFLAGS) \
|
||||
$(MATEDESKTOP_CFLAGS)
|
||||
|
||||
caja_extensiondir = $(CAJA_EXTENSION_DIR)
|
||||
caja_extension_LTLIBRARIES = libcaja-open-terminal.la
|
||||
libcaja_open_terminal_la_SOURCES = \
|
||||
eel-mate-extensions.c \
|
||||
eel-mate-extensions.h \
|
||||
caja-open-terminal.h \
|
||||
caja-open-terminal.c \
|
||||
caja-open-terminal.h \
|
||||
open-terminal.c
|
||||
|
||||
libcaja_open_terminal_la_LDFLAGS = -module -avoid-version
|
||||
libcaja_open_terminal_la_LIBADD = $(CAJA_LIBS) $(MATECONF_LIBS) $(MATEDESKTOP_LIBS)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign caja/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign caja/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
install-caja_extensionLTLIBRARIES: $(caja_extension_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(caja_extensiondir)" || $(MKDIR_P) "$(DESTDIR)$(caja_extensiondir)"
|
||||
@list='$(caja_extension_LTLIBRARIES)'; test -n "$(caja_extensiondir)" || list=; \
|
||||
list2=; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
list2="$$list2 $$p"; \
|
||||
else :; fi; \
|
||||
done; \
|
||||
test -z "$$list2" || { \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(caja_extensiondir)'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(caja_extensiondir)"; \
|
||||
}
|
||||
|
||||
uninstall-caja_extensionLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(caja_extension_LTLIBRARIES)'; test -n "$(caja_extensiondir)" || list=; \
|
||||
for p in $$list; do \
|
||||
$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(caja_extensiondir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(caja_extensiondir)/$$f"; \
|
||||
done
|
||||
|
||||
clean-caja_extensionLTLIBRARIES:
|
||||
-test -z "$(caja_extension_LTLIBRARIES)" || rm -f $(caja_extension_LTLIBRARIES)
|
||||
@list='$(caja_extension_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" != "$$p" || dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
libcaja-open-terminal.la: $(libcaja_open_terminal_la_OBJECTS) $(libcaja_open_terminal_la_DEPENDENCIES)
|
||||
$(AM_V_CCLD)$(libcaja_open_terminal_la_LINK) -rpath $(caja_extensiondir) $(libcaja_open_terminal_la_OBJECTS) $(libcaja_open_terminal_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/caja-open-terminal.Plo
|
||||
include ./$(DEPDIR)/eel-mate-extensions.Plo
|
||||
include ./$(DEPDIR)/open-terminal.Plo
|
||||
|
||||
.c.o:
|
||||
$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
# $(AM_V_CC) \
|
||||
# source='$<' object='$@' libtool=no \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
# $(AM_V_CC) \
|
||||
# source='$<' object='$@' libtool=no \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
# $(AM_V_CC) \
|
||||
# source='$<' object='$@' libtool=yes \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
set x; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
shift; \
|
||||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
if test $$# -gt 0; then \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
"$$@" $$unique; \
|
||||
else \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$unique; \
|
||||
fi; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& $(am__cd) $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(LTLIBRARIES)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(caja_extensiondir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-caja_extensionLTLIBRARIES clean-generic clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-caja_extensionLTLIBRARIES
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-caja_extensionLTLIBRARIES
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean \
|
||||
clean-caja_extensionLTLIBRARIES clean-generic clean-libtool \
|
||||
ctags distclean distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am \
|
||||
install-caja_extensionLTLIBRARIES install-data install-data-am \
|
||||
install-dvi install-dvi-am install-exec install-exec-am \
|
||||
install-html install-html-am install-info install-info-am \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||
uninstall-am uninstall-caja_extensionLTLIBRARIES
|
||||
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
|
@ -0,0 +1,27 @@
|
|||
INCLUDES = \
|
||||
-DG_LOG_DOMAIN=\"Caja-Open-Terminal\" \
|
||||
-DDATADIR=\"$(datadir)\" \
|
||||
-DMATELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
$(WARN_CFLAGS) \
|
||||
-Werror \
|
||||
$(DISABLE_DEPRECATED_CFLAGS) \
|
||||
$(CAJA_CFLAGS) \
|
||||
$(MATECONF_CFLAGS) \
|
||||
$(MATEDESKTOP_CFLAGS)
|
||||
|
||||
caja_extensiondir=$(CAJA_EXTENSION_DIR)
|
||||
|
||||
caja_extension_LTLIBRARIES=libcaja-open-terminal.la
|
||||
|
||||
libcaja_open_terminal_la_SOURCES = \
|
||||
eel-mate-extensions.c \
|
||||
eel-mate-extensions.h \
|
||||
caja-open-terminal.h \
|
||||
caja-open-terminal.c \
|
||||
caja-open-terminal.h \
|
||||
open-terminal.c
|
||||
|
||||
libcaja_open_terminal_la_LDFLAGS = -module -avoid-version
|
||||
libcaja_open_terminal_la_LIBADD = $(CAJA_LIBS) $(MATECONF_LIBS) $(MATEDESKTOP_LIBS)
|
|
@ -0,0 +1,612 @@
|
|||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = caja
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(caja_extensiondir)"
|
||||
LTLIBRARIES = $(caja_extension_LTLIBRARIES)
|
||||
libcaja_open_terminal_la_DEPENDENCIES =
|
||||
am_libcaja_open_terminal_la_OBJECTS = eel-mate-extensions.lo \
|
||||
caja-open-terminal.lo open-terminal.lo
|
||||
libcaja_open_terminal_la_OBJECTS = \
|
||||
$(am_libcaja_open_terminal_la_OBJECTS)
|
||||
AM_V_lt = $(am__v_lt_$(V))
|
||||
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_lt_0 = --silent
|
||||
libcaja_open_terminal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||||
$(AM_CFLAGS) $(CFLAGS) $(libcaja_open_terminal_la_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
am__mv = mv -f
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
AM_V_CC = $(am__v_CC_$(V))
|
||||
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_CC_0 = @echo " CC " $@;
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
AM_V_CCLD = $(am__v_CCLD_$(V))
|
||||
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_CCLD_0 = @echo " CCLD " $@;
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
SOURCES = $(libcaja_open_terminal_la_SOURCES)
|
||||
DIST_SOURCES = $(libcaja_open_terminal_la_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
|
||||
ALL_LINGUAS = @ALL_LINGUAS@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOC_USER_FORMATS = @DOC_USER_FORMATS@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
FGREP = @FGREP@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
|
||||
GLIB_MKENUMS = @GLIB_MKENUMS@
|
||||
GMOFILES = @GMOFILES@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GREP = @GREP@
|
||||
GTK_BUILDER_CONVERT = @GTK_BUILDER_CONVERT@
|
||||
HELP_DIR = @HELP_DIR@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INSTOBJEXT = @INSTOBJEXT@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
|
||||
INTLTOOL_MERGE = @INTLTOOL_MERGE@
|
||||
INTLTOOL_PERL = @INTLTOOL_PERL@
|
||||
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MATECONFTOOL = @MATECONFTOOL@
|
||||
MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
|
||||
MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGFMT_OPTS = @MSGFMT_OPTS@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OMF_DIR = @OMF_DIR@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
|
||||
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
|
||||
SMCLIENT_LIBS = @SMCLIENT_LIBS@
|
||||
STRIP = @STRIP@
|
||||
TERMINAL_API_VERSION = @TERMINAL_API_VERSION@
|
||||
TERMINAL_MAJOR_VERSION = @TERMINAL_MAJOR_VERSION@
|
||||
TERMINAL_MICRO_VERSION = @TERMINAL_MICRO_VERSION@
|
||||
TERMINAL_MINOR_VERSION = @TERMINAL_MINOR_VERSION@
|
||||
TERM_CFLAGS = @TERM_CFLAGS@
|
||||
TERM_LIBS = @TERM_LIBS@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
WARN_CFLAGS = @WARN_CFLAGS@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
INCLUDES = \
|
||||
-DG_LOG_DOMAIN=\"Caja-Open-Terminal\" \
|
||||
-DDATADIR=\"$(datadir)\" \
|
||||
-DMATELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
$(WARN_CFLAGS) \
|
||||
-Werror \
|
||||
$(DISABLE_DEPRECATED_CFLAGS) \
|
||||
$(CAJA_CFLAGS) \
|
||||
$(MATECONF_CFLAGS) \
|
||||
$(MATEDESKTOP_CFLAGS)
|
||||
|
||||
caja_extensiondir = $(CAJA_EXTENSION_DIR)
|
||||
caja_extension_LTLIBRARIES = libcaja-open-terminal.la
|
||||
libcaja_open_terminal_la_SOURCES = \
|
||||
eel-mate-extensions.c \
|
||||
eel-mate-extensions.h \
|
||||
caja-open-terminal.h \
|
||||
caja-open-terminal.c \
|
||||
caja-open-terminal.h \
|
||||
open-terminal.c
|
||||
|
||||
libcaja_open_terminal_la_LDFLAGS = -module -avoid-version
|
||||
libcaja_open_terminal_la_LIBADD = $(CAJA_LIBS) $(MATECONF_LIBS) $(MATEDESKTOP_LIBS)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign caja/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign caja/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
install-caja_extensionLTLIBRARIES: $(caja_extension_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(caja_extensiondir)" || $(MKDIR_P) "$(DESTDIR)$(caja_extensiondir)"
|
||||
@list='$(caja_extension_LTLIBRARIES)'; test -n "$(caja_extensiondir)" || list=; \
|
||||
list2=; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
list2="$$list2 $$p"; \
|
||||
else :; fi; \
|
||||
done; \
|
||||
test -z "$$list2" || { \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(caja_extensiondir)'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(caja_extensiondir)"; \
|
||||
}
|
||||
|
||||
uninstall-caja_extensionLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(caja_extension_LTLIBRARIES)'; test -n "$(caja_extensiondir)" || list=; \
|
||||
for p in $$list; do \
|
||||
$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(caja_extensiondir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(caja_extensiondir)/$$f"; \
|
||||
done
|
||||
|
||||
clean-caja_extensionLTLIBRARIES:
|
||||
-test -z "$(caja_extension_LTLIBRARIES)" || rm -f $(caja_extension_LTLIBRARIES)
|
||||
@list='$(caja_extension_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" != "$$p" || dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
libcaja-open-terminal.la: $(libcaja_open_terminal_la_OBJECTS) $(libcaja_open_terminal_la_DEPENDENCIES)
|
||||
$(AM_V_CCLD)$(libcaja_open_terminal_la_LINK) -rpath $(caja_extensiondir) $(libcaja_open_terminal_la_OBJECTS) $(libcaja_open_terminal_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caja-open-terminal.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eel-mate-extensions.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open-terminal.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
set x; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
shift; \
|
||||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
if test $$# -gt 0; then \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
"$$@" $$unique; \
|
||||
else \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$unique; \
|
||||
fi; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& $(am__cd) $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(LTLIBRARIES)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(caja_extensiondir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-caja_extensionLTLIBRARIES clean-generic clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-caja_extensionLTLIBRARIES
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-caja_extensionLTLIBRARIES
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean \
|
||||
clean-caja_extensionLTLIBRARIES clean-generic clean-libtool \
|
||||
ctags distclean distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am \
|
||||
install-caja_extensionLTLIBRARIES install-data install-data-am \
|
||||
install-dvi install-dvi-am install-exec install-exec-am \
|
||||
install-html install-html-am install-info install-info-am \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||
uninstall-am uninstall-caja_extensionLTLIBRARIES
|
||||
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
|
@ -0,0 +1,664 @@
|
|||
/*
|
||||
* caja-open-terminal.c
|
||||
*
|
||||
* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Library General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public
|
||||
* License along with this library; if not, write to the Free
|
||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* Author: Christian Neumair <chris@mate-de.org>
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h> /* for GETTEXT_PACKAGE */
|
||||
#endif
|
||||
|
||||
#include "caja-open-terminal.h"
|
||||
#include "eel-mate-extensions.h"
|
||||
|
||||
#include <libcaja-extension/caja-menu-provider.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n-lib.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <mateconf/mateconf.h>
|
||||
#include <mateconf/mateconf-client.h>
|
||||
#include <libmate/mate-desktop-item.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h> /* for atoi */
|
||||
#include <string.h> /* for strcmp */
|
||||
#include <unistd.h> /* for chdir */
|
||||
#include <sys/stat.h>
|
||||
|
||||
static void caja_open_terminal_instance_init (CajaOpenTerminal *cvs);
|
||||
static void caja_open_terminal_class_init (CajaOpenTerminalClass *class);
|
||||
|
||||
static GType terminal_type = 0;
|
||||
|
||||
typedef enum {
|
||||
/* local files. Always open "conventionally", i.e. cd and spawn. */
|
||||
FILE_INFO_LOCAL,
|
||||
FILE_INFO_DESKTOP,
|
||||
/* SFTP: Shell terminals are opened "remote" (i.e. with ssh client),
|
||||
* commands are executed like *_OTHER */
|
||||
FILE_INFO_SFTP,
|
||||
/* OTHER: Terminals and commands are opened by mapping the URI back
|
||||
* to ~/.gvfs, i.e. to the GVFS FUSE bridge
|
||||
*/
|
||||
FILE_INFO_OTHER
|
||||
} TerminalFileInfo;
|
||||
|
||||
static TerminalFileInfo
|
||||
get_terminal_file_info (const char *uri)
|
||||
{
|
||||
TerminalFileInfo ret;
|
||||
char *uri_scheme;
|
||||
|
||||
uri_scheme = g_uri_parse_scheme (uri);
|
||||
|
||||
if (uri_scheme == NULL) {
|
||||
ret = FILE_INFO_OTHER;
|
||||
} else if (strcmp (uri_scheme, "file") == 0) {
|
||||
ret = FILE_INFO_LOCAL;
|
||||
} else if (strcmp (uri_scheme, "x-caja-desktop") == 0) {
|
||||
ret = FILE_INFO_DESKTOP;
|
||||
} else if (strcmp (uri_scheme, "sftp") == 0 ||
|
||||
strcmp (uri_scheme, "ssh") == 0) {
|
||||
ret = FILE_INFO_SFTP;
|
||||
} else {
|
||||
ret = FILE_INFO_OTHER;
|
||||
}
|
||||
|
||||
g_free (uri_scheme);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
static MateConfClient *mateconf_client = NULL;
|
||||
|
||||
static inline gboolean
|
||||
desktop_opens_home_dir (void)
|
||||
{
|
||||
return mateconf_client_get_bool (mateconf_client,
|
||||
"/apps/caja-open-terminal/desktop_opens_home_dir",
|
||||
NULL);
|
||||
}
|
||||
|
||||
static inline gboolean
|
||||
display_mc_item (void)
|
||||
{
|
||||
return mateconf_client_get_bool (mateconf_client,
|
||||
"/apps/caja-open-terminal/display_mc_item",
|
||||
NULL);
|
||||
}
|
||||
|
||||
static inline gboolean
|
||||
desktop_is_home_dir ()
|
||||
{
|
||||
return mateconf_client_get_bool (mateconf_client,
|
||||
"/apps/caja/preferences/desktop_is_home_dir",
|
||||
NULL);
|
||||
}
|
||||
|
||||
/* a very simple URI parsing routine from Launchpad #333462, until GLib supports URI parsing (MATE #489862) */
|
||||
#define SFTP_PREFIX "sftp://"
|
||||
static void
|
||||
parse_sftp_uri (GFile *file,
|
||||
char **user,
|
||||
char **host,
|
||||
unsigned int *port,
|
||||
char **path)
|
||||
{
|
||||
char *tmp, *save;
|
||||
char *uri;
|
||||
|
||||
uri = g_file_get_uri (file);
|
||||
g_assert (uri != NULL);
|
||||
save = uri;
|
||||
|
||||
*path = NULL;
|
||||
*user = NULL;
|
||||
*host = NULL;
|
||||
*port = 0;
|
||||
|
||||
/* skip intial 'sftp:// prefix */
|
||||
g_assert (!strncmp (uri, SFTP_PREFIX, strlen (SFTP_PREFIX)));
|
||||
uri += strlen (SFTP_PREFIX);
|
||||
|
||||
/* cut out the path */
|
||||
tmp = strchr (uri, '/');
|
||||
if (tmp != NULL) {
|
||||
*path = g_uri_unescape_string (tmp, "/");
|
||||
*tmp = '\0';
|
||||
}
|
||||
|
||||
/* read the username - it ends with @ */
|
||||
tmp = strchr (uri, '@');
|
||||
if (tmp != NULL) {
|
||||
*tmp++ = '\0';
|
||||
|
||||
*user = strdup (uri);
|
||||
if (strchr (*user, ':') != NULL) {
|
||||
/* chop the password */
|
||||
*(strchr (*user, ':')) = '\0';
|
||||
}
|
||||
|
||||
uri = tmp;
|
||||
}
|
||||
|
||||
/* now read the port, starts with : */
|
||||
tmp = strchr (uri, ':');
|
||||
if (tmp != NULL) {
|
||||
*tmp++ = '\0';
|
||||
*port = atoi (tmp); /*FIXME: getservbyname*/
|
||||
}
|
||||
|
||||
/* what is left is the host */
|
||||
*host = strdup (uri);
|
||||
g_free (save);
|
||||
}
|
||||
|
||||
static char *
|
||||
get_remote_ssh_command (const char *uri,
|
||||
const char *command_to_run)
|
||||
{
|
||||
GFile *file;
|
||||
|
||||
char *host_name, *path, *user_name;
|
||||
char *command, *user_host, *unescaped_path;
|
||||
char *quoted_path;
|
||||
char *remote_command;
|
||||
char *quoted_remote_command;
|
||||
char *port_str;
|
||||
guint host_port;
|
||||
|
||||
g_assert (uri != NULL);
|
||||
|
||||
file = g_file_new_for_uri (uri);
|
||||
parse_sftp_uri (file, &user_name, &host_name, &host_port, &path);
|
||||
g_object_unref (file);
|
||||
|
||||
/* FIXME to we have to consider the remote file encoding? */
|
||||
unescaped_path = g_uri_unescape_string (path, NULL);
|
||||
quoted_path = g_shell_quote (unescaped_path);
|
||||
|
||||
port_str = NULL;
|
||||
if (host_port != 0) {
|
||||
port_str = g_strdup_printf (" -p %d", host_port);
|
||||
} else {
|
||||
port_str = g_strdup ("");
|
||||
}
|
||||
|
||||
if (user_name != NULL) {
|
||||
user_host = g_strdup_printf ("%s@%s", user_name, host_name);
|
||||
} else {
|
||||
user_host = g_strdup (host_name);
|
||||
}
|
||||
|
||||
if (command_to_run != NULL) {
|
||||
remote_command = g_strdup_printf ("cd %s && exec %s", quoted_path, command_to_run);
|
||||
} else {
|
||||
remote_command = g_strdup_printf ("cd %s && exec $SHELL -l", quoted_path);
|
||||
}
|
||||
|
||||
quoted_remote_command = g_shell_quote (remote_command);
|
||||
|
||||
command = g_strdup_printf ("ssh %s%s -t %s", user_host, port_str, quoted_remote_command);
|
||||
|
||||
g_free (user_name);
|
||||
g_free (user_host);
|
||||
g_free (host_name);
|
||||
g_free (port_str);
|
||||
|
||||
g_free (path);
|
||||
g_free (unescaped_path);
|
||||
g_free (quoted_path);
|
||||
|
||||
g_free (remote_command);
|
||||
g_free (quoted_remote_command);
|
||||
|
||||
return command;
|
||||
}
|
||||
|
||||
static inline char *
|
||||
get_gvfs_path_for_uri (const char *uri)
|
||||
{
|
||||
GFile *file;
|
||||
char *path;
|
||||
|
||||
file = g_file_new_for_uri (uri);
|
||||
path = g_file_get_path (file);
|
||||
g_object_unref (file);
|
||||
|
||||
return path;
|
||||
}
|
||||
|
||||
static char *
|
||||
get_terminal_command_for_file_info (cajaFileInfo *file_info,
|
||||
const char *command_to_run,
|
||||
gboolean remote_terminal)
|
||||
{
|
||||
char *uri, *path, *quoted_path;
|
||||
char *command;
|
||||
|
||||
uri = caja_file_info_get_activation_uri (file_info);
|
||||
|
||||
path = NULL;
|
||||
command = NULL;
|
||||
|
||||
switch (get_terminal_file_info (uri)) {
|
||||
case FILE_INFO_LOCAL:
|
||||
if (uri != NULL) {
|
||||
path = g_filename_from_uri (uri, NULL, NULL);
|
||||
}
|
||||
break;
|
||||
|
||||
case FILE_INFO_DESKTOP:
|
||||
if (desktop_is_home_dir () || desktop_opens_home_dir ()) {
|
||||
path = g_strdup (g_get_home_dir ());
|
||||
} else {
|
||||
path = g_strdup (g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP));
|
||||
}
|
||||
break;
|
||||
|
||||
case FILE_INFO_SFTP:
|
||||
if (remote_terminal && uri != NULL) {
|
||||
command = get_remote_ssh_command (uri, command_to_run);
|
||||
break;
|
||||
}
|
||||
|
||||
/* fall through */
|
||||
case FILE_INFO_OTHER:
|
||||
if (uri != NULL) {
|
||||
/* map back remote URI to local path */
|
||||
path = get_gvfs_path_for_uri (uri);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
if (command == NULL && path != NULL) {
|
||||
quoted_path = g_shell_quote (path);
|
||||
|
||||
if (command_to_run != NULL) {
|
||||
command = g_strdup_printf ("cd %s && exec %s", quoted_path, command_to_run);
|
||||
} else {
|
||||
command = g_strdup_printf ("cd %s && exec $SHELL -l", quoted_path);
|
||||
}
|
||||
|
||||
g_free (quoted_path);
|
||||
}
|
||||
|
||||
g_free (path);
|
||||
g_free (uri);
|
||||
|
||||
return command;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
open_terminal (cajaMenuItem *item,
|
||||
cajaFileInfo *file_info)
|
||||
{
|
||||
char *terminal_command, *command_to_run;
|
||||
GdkScreen *screen;
|
||||
gboolean remote_terminal;
|
||||
|
||||
screen = g_object_get_data (G_OBJECT (item), "CajaOpenTerminal::screen");
|
||||
command_to_run = g_object_get_data (G_OBJECT (item), "CajaOpenTerminal::command-to-run");
|
||||
remote_terminal = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (item), "CajaOpenTerminal::remote-terminal"));
|
||||
|
||||
terminal_command = get_terminal_command_for_file_info (file_info, command_to_run, remote_terminal);
|
||||
if (terminal_command != NULL) {
|
||||
_not_eel_mate_open_terminal_on_screen (terminal_command, screen);
|
||||
}
|
||||
g_free (terminal_command);
|
||||
}
|
||||
|
||||
static void
|
||||
open_terminal_callback (cajaMenuItem *item,
|
||||
cajaFileInfo *file_info)
|
||||
{
|
||||
open_terminal (item, file_info);
|
||||
}
|
||||
|
||||
static cajaMenuItem *
|
||||
open_terminal_menu_item_new (cajaFileInfo *file_info,
|
||||
TerminalFileInfo terminal_file_info,
|
||||
GdkScreen *screen,
|
||||
const char *command_to_run,
|
||||
gboolean remote_terminal,
|
||||
gboolean is_file_item)
|
||||
{
|
||||
cajaMenuItem *ret;
|
||||
char *action_name;
|
||||
const char *name;
|
||||
const char *tooltip;
|
||||
|
||||
if (command_to_run == NULL) {
|
||||
switch (terminal_file_info) {
|
||||
case FILE_INFO_SFTP:
|
||||
if (remote_terminal) {
|
||||
name = _("Open in _Remote Terminal");
|
||||
} else {
|
||||
name = _("Open in _Local Terminal");
|
||||
}
|
||||
|
||||
if (is_file_item) {
|
||||
tooltip = _("Open the currently selected folder in a terminal");
|
||||
} else {
|
||||
tooltip = _("Open the currently open folder in a terminal");
|
||||
}
|
||||
break;
|
||||
|
||||
case FILE_INFO_LOCAL:
|
||||
case FILE_INFO_OTHER:
|
||||
name = _("Open in T_erminal");
|
||||
|
||||
if (is_file_item) {
|
||||
tooltip = _("Open the currently selected folder in a terminal");
|
||||
} else {
|
||||
tooltip = _("Open the currently open folder in a terminal");
|
||||
}
|
||||
break;
|
||||
|
||||
case FILE_INFO_DESKTOP:
|
||||
if (desktop_opens_home_dir ()) {
|
||||
name = _("Open T_erminal");
|
||||
tooltip = _("Open a terminal");
|
||||
} else {
|
||||
name = _("Open in T_erminal");
|
||||
tooltip = _("Open the currently open folder in a terminal");
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
} else if (!strcmp (command_to_run, "mc")) {
|
||||
switch (terminal_file_info) {
|
||||
case FILE_INFO_LOCAL:
|
||||
case FILE_INFO_SFTP:
|
||||
case FILE_INFO_OTHER:
|
||||
name = _("Open in _Midnight Commander");
|
||||
if (is_file_item) {
|
||||
tooltip = _("Open the currently selected folder in the terminal file manager Midnight Commander");
|
||||
} else {
|
||||
tooltip = _("Open the currently open folder in the terminal file manager Midnight Commander");
|
||||
}
|
||||
break;
|
||||
|
||||
case FILE_INFO_DESKTOP:
|
||||
if (desktop_opens_home_dir ()) {
|
||||
name = _("Open _Midnight Commander");
|
||||
tooltip = _("Open the terminal file manager Midnight Commander");
|
||||
} else {
|
||||
name = _("Open in _Midnight Commander");
|
||||
tooltip = _("Open the currently open folder in the terminal file manager Midnight Commander");
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
} else {
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
if (command_to_run != NULL) {
|
||||
action_name = g_strdup_printf (remote_terminal ?
|
||||
"CajaOpenTerminal::open_remote_terminal_%s" :
|
||||
"CajaOpenTerminal::open_terminal_%s",
|
||||
command_to_run);
|
||||
} else {
|
||||
action_name = g_strdup (remote_terminal ?
|
||||
"CajaOpenTerminal::open_remote_terminal" :
|
||||
"CajaOpenTerminal::open_terminal");
|
||||
}
|
||||
ret = caja_menu_item_new (action_name, name, tooltip, "utilities-terminal");
|
||||
g_free (action_name);
|
||||
|
||||
g_object_set_data (G_OBJECT (ret),
|
||||
"CajaOpenTerminal::screen",
|
||||
screen);
|
||||
g_object_set_data_full (G_OBJECT (ret), "CajaOpenTerminal::command-to-run",
|
||||
g_strdup (command_to_run),
|
||||
(GDestroyNotify) g_free);
|
||||
g_object_set_data (G_OBJECT (ret), "CajaOpenTerminal::remote-terminal",
|
||||
GUINT_TO_POINTER (remote_terminal));
|
||||
|
||||
|
||||
g_object_set_data_full (G_OBJECT (ret), "file-info",
|
||||
g_object_ref (file_info),
|
||||
(GDestroyNotify) g_object_unref);
|
||||
|
||||
|
||||
g_signal_connect (ret, "activate",
|
||||
G_CALLBACK (open_terminal_callback),
|
||||
file_info);
|
||||
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
terminal_locked_down (void)
|
||||
{
|
||||
return mateconf_client_get_bool (mateconf_client,
|
||||
"/desktop/mate/lockdown/disable_command_line",
|
||||
NULL);
|
||||
}
|
||||
|
||||
/* used to determine for remote URIs whether GVFS is capable of mapping them to ~/.gvfs */
|
||||
static gboolean
|
||||
uri_has_local_path (const char *uri)
|
||||
{
|
||||
GFile *file;
|
||||
char *path;
|
||||
gboolean ret;
|
||||
|
||||
file = g_file_new_for_uri (uri);
|
||||
path = g_file_get_path (file);
|
||||
|
||||
ret = (path != NULL);
|
||||
|
||||
g_free (path);
|
||||
g_object_unref (file);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
static GList *
|
||||
caja_open_terminal_get_background_items (cajaMenuProvider *provider,
|
||||
GtkWidget *window,
|
||||
cajaFileInfo *file_info)
|
||||
{
|
||||
gchar *uri;
|
||||
GList *items;
|
||||
cajaMenuItem *item;
|
||||
TerminalFileInfo terminal_file_info;
|
||||
|
||||
if (terminal_locked_down ()) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
items = NULL;
|
||||
|
||||
uri = caja_file_info_get_activation_uri (file_info);
|
||||
terminal_file_info = get_terminal_file_info (uri);
|
||||
|
||||
if (terminal_file_info == FILE_INFO_SFTP ||
|
||||
terminal_file_info == FILE_INFO_DESKTOP ||
|
||||
uri_has_local_path (uri)) {
|
||||
/* local locations or SSH */
|
||||
item = open_terminal_menu_item_new (file_info, terminal_file_info, gtk_widget_get_screen (window),
|
||||
NULL, terminal_file_info == FILE_INFO_SFTP, FALSE);
|
||||
items = g_list_append (items, item);
|
||||
}
|
||||
|
||||
if ((terminal_file_info == FILE_INFO_SFTP ||
|
||||
terminal_file_info == FILE_INFO_OTHER) &&
|
||||
uri_has_local_path (uri)) {
|
||||
/* remote locations that offer local back-mapping */
|
||||
item = open_terminal_menu_item_new (file_info, terminal_file_info, gtk_widget_get_screen (window),
|
||||
NULL, FALSE, FALSE);
|
||||
items = g_list_append (items, item);
|
||||
}
|
||||
|
||||
if (display_mc_item () &&
|
||||
g_find_program_in_path ("mc") &&
|
||||
((terminal_file_info == FILE_INFO_DESKTOP &&
|
||||
(desktop_is_home_dir () || desktop_opens_home_dir ())) ||
|
||||
uri_has_local_path (uri))) {
|
||||
item = open_terminal_menu_item_new (file_info, terminal_file_info, gtk_widget_get_screen (window), "mc", FALSE, FALSE);
|
||||
items = g_list_append (items, item);
|
||||
}
|
||||
|
||||
g_free (uri);
|
||||
|
||||
return items;
|
||||
}
|
||||
|
||||
GList *
|
||||
caja_open_terminal_get_file_items (cajaMenuProvider *provider,
|
||||
GtkWidget *window,
|
||||
GList *files)
|
||||
{
|
||||
gchar *uri;
|
||||
GList *items;
|
||||
cajaMenuItem *item;
|
||||
TerminalFileInfo terminal_file_info;
|
||||
|
||||
if (terminal_locked_down ()) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (g_list_length (files) != 1 ||
|
||||
(!caja_file_info_is_directory (files->data) &&
|
||||
caja_file_info_get_file_type (files->data) != G_FILE_TYPE_SHORTCUT &&
|
||||
caja_file_info_get_file_type (files->data) != G_FILE_TYPE_MOUNTABLE)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
items = NULL;
|
||||
|
||||
uri = caja_file_info_get_activation_uri (files->data);
|
||||
terminal_file_info = get_terminal_file_info (uri);
|
||||
|
||||
switch (terminal_file_info) {
|
||||
case FILE_INFO_LOCAL:
|
||||
case FILE_INFO_SFTP:
|
||||
case FILE_INFO_OTHER:
|
||||
if (terminal_file_info == FILE_INFO_SFTP || uri_has_local_path (uri)) {
|
||||
item = open_terminal_menu_item_new (files->data, terminal_file_info, gtk_widget_get_screen (window),
|
||||
NULL, terminal_file_info == FILE_INFO_SFTP, TRUE);
|
||||
items = g_list_append (items, item);
|
||||
}
|
||||
|
||||
if (terminal_file_info == FILE_INFO_SFTP &&
|
||||
uri_has_local_path (uri)) {
|
||||
item = open_terminal_menu_item_new (files->data, terminal_file_info, gtk_widget_get_screen (window), NULL, FALSE, TRUE);
|
||||
items = g_list_append (items, item);
|
||||
}
|
||||
|
||||
if (display_mc_item () &&
|
||||
g_find_program_in_path ("mc") &&
|
||||
uri_has_local_path (uri)) {
|
||||
item = open_terminal_menu_item_new (files->data, terminal_file_info, gtk_widget_get_screen (window), "mc", TRUE, FALSE);
|
||||
items = g_list_append (items, item);
|
||||
}
|
||||
break;
|
||||
|
||||
case FILE_INFO_DESKTOP:
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
g_free (uri);
|
||||
|
||||
return items;
|
||||
}
|
||||
|
||||
static void
|
||||
caja_open_terminal_menu_provider_iface_init (cajaMenuProviderIface *iface)
|
||||
{
|
||||
iface->get_background_items = caja_open_terminal_get_background_items;
|
||||
iface->get_file_items = caja_open_terminal_get_file_items;
|
||||
}
|
||||
|
||||
static void
|
||||
caja_open_terminal_instance_init (CajaOpenTerminal *cvs)
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
caja_open_terminal_class_init (CajaOpenTerminalClass *class)
|
||||
{
|
||||
g_assert (mateconf_client == NULL);
|
||||
mateconf_client = mateconf_client_get_default ();
|
||||
}
|
||||
|
||||
static void
|
||||
caja_open_terminal_class_finalize (CajaOpenTerminalClass *class)
|
||||
{
|
||||
g_assert (mateconf_client != NULL);
|
||||
g_object_unref (mateconf_client);
|
||||
mateconf_client = NULL;
|
||||
}
|
||||
|
||||
GType
|
||||
caja_open_terminal_get_type (void)
|
||||
{
|
||||
return terminal_type;
|
||||
}
|
||||
|
||||
void
|
||||
caja_open_terminal_register_type (GTypeModule *module)
|
||||
{
|
||||
static const GTypeInfo info = {
|
||||
sizeof (CajaOpenTerminalClass),
|
||||
(GBaseInitFunc) NULL,
|
||||
(GBaseFinalizeFunc) NULL,
|
||||
(GClassInitFunc) caja_open_terminal_class_init,
|
||||
(GClassFinalizeFunc) caja_open_terminal_class_finalize,
|
||||
NULL,
|
||||
sizeof (CajaOpenTerminal),
|
||||
0,
|
||||
(GInstanceInitFunc) caja_open_terminal_instance_init,
|
||||
};
|
||||
|
||||
static const GInterfaceInfo menu_provider_iface_info = {
|
||||
(GInterfaceInitFunc) caja_open_terminal_menu_provider_iface_init,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
terminal_type = g_type_module_register_type (module,
|
||||
G_TYPE_OBJECT,
|
||||
"CajaOpenTerminal",
|
||||
&info, 0);
|
||||
|
||||
g_type_module_add_interface (module,
|
||||
terminal_type,
|
||||
caja_TYPE_MENU_PROVIDER,
|
||||
&menu_provider_iface_info);
|
||||
}
|
|
@ -0,0 +1,55 @@
|
|||
/*
|
||||
* caja-open-terminal.h
|
||||
*
|
||||
* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Library General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public
|
||||
* License along with this library; if not, write to the Free
|
||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* Author: Christian Neumair <chris@mate-de.org>
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef CAJA_OPEN_TERMINAL_H
|
||||
#define CAJA_OPEN_TERMINAL_H
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* Declarations for the open terminal extension object. This object will be
|
||||
* instantiated by caja. It implements the GInterfaces
|
||||
* exported by libcaja. */
|
||||
|
||||
|
||||
#define CAJA_TYPE_OPEN_TERMINAL (caja_open_terminal_get_type ())
|
||||
#define CAJA_OPEN_TERMINAL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), CAJA_TYPE_OPEN_TERMINAL, CajaOpenTerminal))
|
||||
#define CAJA_IS_OPEN_TERMINAL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), CAJA_TYPE_OPEN_TERMINAL))
|
||||
typedef struct _CajaOpenTerminal CajaOpenTerminal;
|
||||
typedef struct _CajaOpenTerminalClass CajaOpenTerminalClass;
|
||||
|
||||
struct _CajaOpenTerminal {
|
||||
GObject parent_slot;
|
||||
};
|
||||
|
||||
struct _CajaOpenTerminalClass {
|
||||
GObjectClass parent_slot;
|
||||
};
|
||||
|
||||
GType caja_open_terminal_get_type (void);
|
||||
void caja_open_terminal_register_type (GTypeModule *module);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
|
@ -0,0 +1,200 @@
|
|||
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
|
||||
|
||||
/* eel-mate-extensions.c - implementation of new functions that operate on
|
||||
mate classes. Perhaps some of these should be
|
||||
rolled into mate someday.
|
||||
|
||||
Copyright (C) 1999, 2000, 2001 Eazel, Inc.
|
||||
|
||||
The Mate Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
The Mate Library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with the Mate Library; see the file COPYING.LIB. If not,
|
||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA.
|
||||
|
||||
Authors: Darin Adler <darin@eazel.com>
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#define MATE_DESKTOP_USE_UNSTABLE_API
|
||||
|
||||
#include <X11/Xatom.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libmate/mate-desktop-utils.h>
|
||||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* Return a command string containing the path to a terminal on this system. */
|
||||
|
||||
static char *
|
||||
try_terminal_command (const char *program,
|
||||
const char *args)
|
||||
{
|
||||
char *program_in_path, *quoted, *result;
|
||||
|
||||
if (program == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
program_in_path = g_find_program_in_path (program);
|
||||
if (program_in_path == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
quoted = g_shell_quote (program_in_path);
|
||||
if (args == NULL || args[0] == '\0') {
|
||||
return quoted;
|
||||
}
|
||||
result = g_strconcat (quoted, " ", args, NULL);
|
||||
g_free (quoted);
|
||||
return result;
|
||||
}
|
||||
|
||||
static char *
|
||||
try_terminal_command_argv (int argc,
|
||||
char **argv)
|
||||
{
|
||||
GString *string;
|
||||
int i;
|
||||
char *quoted, *result;
|
||||
|
||||
if (argc == 0) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (argc == 1) {
|
||||
return try_terminal_command (argv[0], NULL);
|
||||
}
|
||||
|
||||
string = g_string_new (argv[1]);
|
||||
for (i = 2; i < argc; i++) {
|
||||
quoted = g_shell_quote (argv[i]);
|
||||
g_string_append_c (string, ' ');
|
||||
g_string_append (string, quoted);
|
||||
g_free (quoted);
|
||||
}
|
||||
result = try_terminal_command (argv[0], string->str);
|
||||
g_string_free (string, TRUE);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
static char *
|
||||
get_terminal_command_prefix (gboolean for_command)
|
||||
{
|
||||
int argc;
|
||||
char **argv;
|
||||
char *command;
|
||||
guint i;
|
||||
static const char *const commands[][3] = {
|
||||
{ "comando", "-x", "" },
|
||||
{ "terminal", "-x", "" },
|
||||
{ "lxterminal", "-x", "" },
|
||||
{ "vte", "-x", "" },
|
||||
{ "mate-terminal", "-x", "" },
|
||||
{ "dtterm", "-e", "-ls" },
|
||||
{ "nxterm", "-e", "-ls" },
|
||||
{ "color-xterm", "-e", "-ls" },
|
||||
{ "rxvt", "-e", "-ls" },
|
||||
{ "xterm", "-e", "-ls" },
|
||||
};
|
||||
|
||||
/* Try the terminal from preferences. Use without any
|
||||
* arguments if we are just doing a standalone terminal.
|
||||
*/
|
||||
argc = 0;
|
||||
argv = g_new0 (char *, 1);
|
||||
mate_desktop_prepend_terminal_to_vector (&argc, &argv);
|
||||
|
||||
command = NULL;
|
||||
if (argc != 0) {
|
||||
if (for_command) {
|
||||
command = try_terminal_command_argv (argc, argv);
|
||||
} else {
|
||||
/* Strip off the arguments in a lame attempt
|
||||
* to make it be an interactive shell.
|
||||
*/
|
||||
command = try_terminal_command (argv[0], NULL);
|
||||
}
|
||||
}
|
||||
|
||||
while (argc != 0) {
|
||||
g_free (argv[--argc]);
|
||||
}
|
||||
g_free (argv);
|
||||
|
||||
if (command != NULL) {
|
||||
return command;
|
||||
}
|
||||
|
||||
/* Try well-known terminal applications in same order that gmc did. */
|
||||
for (i = 0; i < G_N_ELEMENTS (commands); i++) {
|
||||
command = try_terminal_command (commands[i][0],
|
||||
commands[i][for_command ? 1 : 2]);
|
||||
if (command != NULL) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return command;
|
||||
}
|
||||
|
||||
char *
|
||||
_not_eel_mate_make_terminal_command (const char *command)
|
||||
{
|
||||
char *prefix, *quoted, *terminal_command;
|
||||
|
||||
if (command == NULL) {
|
||||
return get_terminal_command_prefix (FALSE);
|
||||
}
|
||||
prefix = get_terminal_command_prefix (TRUE);
|
||||
quoted = g_shell_quote (command);
|
||||
terminal_command = g_strconcat (prefix, " /bin/sh -c ", quoted, NULL);
|
||||
g_free (prefix);
|
||||
g_free (quoted);
|
||||
return terminal_command;
|
||||
}
|
||||
|
||||
void
|
||||
_not_eel_mate_open_terminal_on_screen (const char *command,
|
||||
GdkScreen *screen)
|
||||
{
|
||||
char *command_line;
|
||||
|
||||
if (screen == NULL) {
|
||||
screen = gdk_screen_get_default ();
|
||||
}
|
||||
|
||||
command_line = _not_eel_mate_make_terminal_command (command);
|
||||
if (command_line == NULL) {
|
||||
g_message ("Could not start a terminal");
|
||||
return;
|
||||
}
|
||||
gdk_spawn_command_line_on_screen (screen, command_line, NULL);
|
||||
g_free (command_line);
|
||||
}
|
||||
|
||||
void
|
||||
_not_eel_mate_open_terminal (const char *command)
|
||||
{
|
||||
_not_eel_mate_open_terminal_on_screen (command, NULL);
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
|
||||
|
||||
/* eel-mate-extensions.h - interface for new functions that operate on
|
||||
mate classes. Perhaps some of these should be
|
||||
rolled into mate someday.
|
||||
|
||||
Copyright (C) 1999, 2000, 2001 Eazel, Inc.
|
||||
|
||||
The Mate Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
The Mate Library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with the Mate Library; see the file COPYING.LIB. If not,
|
||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA.
|
||||
|
||||
Authors: Darin Adler <darin@eazel.com>
|
||||
*/
|
||||
|
||||
#ifndef _NOT_EEL_MATE_EXTENSIONS_H
|
||||
#define _NOT_EEL_MATE_EXTENSIONS_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
/* Return a command string containing the path to a terminal on this system. */
|
||||
char * _not_eel_mate_make_terminal_command (const char *command);
|
||||
|
||||
/* Open up a new terminal, optionally passing in a command to execute */
|
||||
void _not_eel_mate_open_terminal (const char *command);
|
||||
void _not_eel_mate_open_terminal_on_screen (const char *command,
|
||||
GdkScreen *screen);
|
||||
|
||||
#endif /* _NOT_EEL_MATE_EXTENSIONS_H */
|
|
@ -0,0 +1,64 @@
|
|||
/*
|
||||
* open-terminal.c
|
||||
*
|
||||
* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Library General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public
|
||||
* License along with this library; if not, write to the Free
|
||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* Author: Christian Neumair <chris@mate-de.org>
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "caja-open-terminal.h"
|
||||
|
||||
#include <mateconf/mateconf-client.h>
|
||||
#include <libintl.h>
|
||||
|
||||
static GType type_list[1];
|
||||
|
||||
void
|
||||
caja_module_initialize (GTypeModule *module)
|
||||
{
|
||||
g_print ("Initializing caja-open-terminal extension\n");
|
||||
|
||||
caja_open_terminal_register_type (module);
|
||||
type_list[0] = CAJA_TYPE_OPEN_TERMINAL;
|
||||
|
||||
bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
|
||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
|
||||
mateconf_client_add_dir(mateconf_client_get_default(),
|
||||
"/desktop/mate/lockdown",
|
||||
0,
|
||||
NULL);
|
||||
}
|
||||
|
||||
void
|
||||
caja_module_shutdown (void)
|
||||
{
|
||||
g_print ("Shutting down caja-open-terminal extension\n");
|
||||
}
|
||||
|
||||
void
|
||||
caja_module_list_types (const GType **types,
|
||||
int *num_types)
|
||||
{
|
||||
*types = type_list;
|
||||
*num_types = G_N_ELEMENTS (type_list);
|
||||
}
|
|
@ -0,0 +1,107 @@
|
|||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Define if building universal (internal helper macro) */
|
||||
#undef AC_APPLE_UNIVERSAL_BUILD
|
||||
|
||||
/* always defined to indicate that i18n is enabled */
|
||||
#undef ENABLE_NLS
|
||||
|
||||
/* Define if s/key support is enabled */
|
||||
#undef ENABLE_SKEY
|
||||
|
||||
/* Gettext package */
|
||||
#undef GETTEXT_PACKAGE
|
||||
|
||||
/* Enable additional debugging at the expense of performance and size */
|
||||
#undef MATE_ENABLE_DEBUG
|
||||
|
||||
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
|
||||
#undef HAVE_BIND_TEXTDOMAIN_CODESET
|
||||
|
||||
/* Define to 1 if you have the `dcgettext' function. */
|
||||
#undef HAVE_DCGETTEXT
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define if the GNU gettext() function is already present or preinstalled. */
|
||||
#undef HAVE_GETTEXT
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if your <locale.h> file defines LC_MESSAGES. */
|
||||
#undef HAVE_LC_MESSAGES
|
||||
|
||||
/* Define to 1 if you have the <locale.h> header file. */
|
||||
#undef HAVE_LOCALE_H
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
||||
*/
|
||||
#undef LT_OBJDIR
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Define if smclient is enabled */
|
||||
#undef WITH_SMCLIENT
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||||
# if defined __BIG_ENDIAN__
|
||||
# define WORDS_BIGENDIAN 1
|
||||
# endif
|
||||
#else
|
||||
# ifndef WORDS_BIGENDIAN
|
||||
# undef WORDS_BIGENDIAN
|
||||
# endif
|
||||
#endif
|
|
@ -0,0 +1,196 @@
|
|||
m4_define([gt_version_major],[2])
|
||||
m4_define([gt_version_minor],[32])
|
||||
m4_define([gt_version_micro],[0])
|
||||
m4_define([gt_version_extra],[])
|
||||
m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra])
|
||||
|
||||
m4_define([gt_api_version],[0])
|
||||
|
||||
AC_INIT([MATE Terminal],[gt_version],[http://bugzilla.mate.org/enter_bug.cgi?product=mate-terminal],[mate-terminal])
|
||||
AC_CONFIG_SRCDIR([src/terminal.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
|
||||
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
|
||||
|
||||
GETTEXT_PACKAGE=mate-terminal
|
||||
AC_SUBST([GETTEXT_PACKAGE])
|
||||
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
|
||||
|
||||
AC_C_BIGENDIAN
|
||||
|
||||
if test -z "$enable_maintainer_mode"; then
|
||||
enable_maintainer_mode=yes
|
||||
fi
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
AC_PROG_CC
|
||||
AC_ISC_POSIX
|
||||
AC_HEADER_STDC
|
||||
AM_PROG_LIBTOOL
|
||||
IT_PROG_INTLTOOL([0.40.0])
|
||||
|
||||
MATE_COMMON_INIT
|
||||
MATE_DEBUG_CHECK
|
||||
MATE_COMPILE_WARNINGS([maximum])
|
||||
#MATE_MAINTAINER_MODE_DEFINES
|
||||
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
|
||||
GLIB_REQUIRED=2.25.0
|
||||
GIO_REQUIRED=2.25.12
|
||||
GTK_REQUIRED=2.14.0
|
||||
#MATECONF_REQUIRED=2.31.3 just testing
|
||||
MATECONF_REQUIRED=2.16.0
|
||||
VTE_REQUIRED=0.25.91
|
||||
|
||||
AC_MSG_CHECKING([which gtk+ version to compile against])
|
||||
AC_ARG_WITH([gtk],
|
||||
[AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 2.0)])],
|
||||
[case "$with_gtk" in
|
||||
2.0|3.0) ;;
|
||||
*) AC_MSG_ERROR([invalid gtk version specified]) ;;
|
||||
esac],
|
||||
[with_gtk=2.0])
|
||||
AC_MSG_RESULT([$with_gtk])
|
||||
|
||||
case "$with_gtk" in
|
||||
2.0) GTK_API_VERSION=2.0
|
||||
GTK_REQUIRED=2.18.0
|
||||
VTE_PC_VERSION=
|
||||
;;
|
||||
3.0) GTK_API_VERSION=3.0
|
||||
GTK_REQUIRED=2.90.6
|
||||
VTE_PC_VERSION=-2.90
|
||||
;;
|
||||
esac
|
||||
|
||||
GDK_TARGET="$($PKG_CONFIG --variable target gdk-$GTK_API_VERSION)"
|
||||
|
||||
case "$GDK_TARGET" in
|
||||
x11) PLATFORM_DEPS="x11" ;;
|
||||
*) PLATFORM_DEPS="" ;;
|
||||
esac
|
||||
|
||||
PKG_CHECK_MODULES([TERM],
|
||||
[vte$VTE_PC_VERSION >= $VTE_REQUIRED
|
||||
glib-2.0 >= $GLIB_REQUIRED
|
||||
gthread-2.0
|
||||
gio-2.0 >= $GIO_REQUIRED
|
||||
gtk+-$GTK_API_VERSION >= $GTK_REQUIRED
|
||||
mateconf-2.0 >= $MATECONF_REQUIRED
|
||||
$PLATFORM_DEPS])
|
||||
|
||||
# ********
|
||||
# smclient
|
||||
# ********
|
||||
|
||||
SMCLIENT_PKGS=
|
||||
AC_MSG_CHECKING([which smclient backend to use])
|
||||
AC_ARG_WITH([smclient],
|
||||
[AS_HELP_STRING([--with-smclient-backend],[which smclient backend to use (xsmp/win32/quartz)])],
|
||||
[],
|
||||
[case "$GDK_TARGET" in
|
||||
x11) with_smclient=xsmp SMCLIENT_PKGS="sm" ;;
|
||||
win32|quartz) with_smclient=$GDK_TARGET ;;
|
||||
*) with_smclient=no ;;
|
||||
esac])
|
||||
AC_MSG_RESULT([$with_smclient])
|
||||
|
||||
if test "$with_smclient" != "no"; then
|
||||
AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled])
|
||||
fi
|
||||
|
||||
if test -n "$SMCLIENT_PKGS"; then
|
||||
PKG_CHECK_MODULES([SMCLIENT],[$SMCLIENT_PKGS])
|
||||
AC_SUBST([SMCLIENT_CFLAGS])
|
||||
AC_SUBST([SMCLIENT_LIBS])
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL([WITH_SMCLIENT],[test "$with_smclient" != "no"])
|
||||
AM_CONDITIONAL([WITH_SMCLIENT_XSMP],[test "$with_smclient" = "xsmp"])
|
||||
AM_CONDITIONAL([WITH_SMCLIENT_WIN32],[test "$with_smclient" = "win32"])
|
||||
AM_CONDITIONAL([WITH_SMCLIENT_QUARTZ],[test "$with_smclient" = "quartz"])
|
||||
|
||||
# *****
|
||||
# MateConf
|
||||
# *****
|
||||
|
||||
AC_PATH_PROG(MATECONFTOOL, mateconftool-2, no)
|
||||
|
||||
if test x"$MATECONFTOOL" = xno; then
|
||||
AC_MSG_ERROR([mateconftool-2 executable not found in your path - should be installed with MateConf])
|
||||
fi
|
||||
|
||||
AM_MATECONF_SOURCE_2
|
||||
|
||||
GLIB_GENMARSHAL="$($PKG_CONFIG --variable=glib_genmarshal glib-2.0)"
|
||||
AC_SUBST([GLIB_GENMARSHAL])
|
||||
GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)"
|
||||
AC_SUBST([GLIB_MKENUMS])
|
||||
|
||||
AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert],[false])
|
||||
if test "$GTK_BUILDER_CONVERT" = "false"; then
|
||||
AC_MSG_ERROR([gtk-builder-convert not found])
|
||||
fi
|
||||
|
||||
# *****
|
||||
# S/Key
|
||||
# *****
|
||||
|
||||
AC_MSG_CHECKING([whether to enable s/key support])
|
||||
AC_ARG_ENABLE([skey],
|
||||
[AS_HELP_STRING([--disable-skey],[disable s/key support (default: enabled)])],
|
||||
[],[enable_skey=yes])
|
||||
AC_MSG_RESULT([$enable_skey])
|
||||
|
||||
if test "$enable_skey" = "yes"; then
|
||||
AC_DEFINE([ENABLE_SKEY],[1],[Define if s/key support is enabled])
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL([ENABLE_SKEY],[test "$enable_skey" = "yes"])
|
||||
|
||||
# *************
|
||||
# Documentation
|
||||
# *************
|
||||
|
||||
MATE_DOC_INIT
|
||||
|
||||
# ****************************
|
||||
|
||||
AC_SUBST([TERMINAL_MAJOR_VERSION],[gt_version_major])
|
||||
AC_SUBST([TERMINAL_MINOR_VERSION],[gt_version_minor])
|
||||
AC_SUBST([TERMINAL_MICRO_VERSION],[gt_version_micro])
|
||||
AC_SUBST([TERMINAL_API_VERSION],[gt_api_version])
|
||||
|
||||
# ****************************
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
mate-terminal.desktop.in
|
||||
src/Makefile
|
||||
src/terminal-version.h
|
||||
src/skey/Makefile
|
||||
help/Makefile
|
||||
help/bg/Makefile
|
||||
help/ro/Makefile
|
||||
help/ja/Makefile
|
||||
help/zh_TW/Makefile
|
||||
po/Makefile.in
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
# ****************************
|
||||
|
||||
echo "
|
||||
mate-terminal-$VERSION:
|
||||
|
||||
prefix: ${prefix}
|
||||
source code location: ${srcdir}
|
||||
compiler: ${CC}
|
||||
|
||||
using smclient: ${with_smclient}
|
||||
s/key support: ${enable_skey}
|
||||
"
|
|
@ -0,0 +1,31 @@
|
|||
pkgname=mate-terminal
|
||||
pkgver=2011.10.14
|
||||
pkgrel=1
|
||||
pkgdesc="The MATE Terminal Emulator"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('mate-conf' 'vte' 'libmate' 'libsm')
|
||||
makedepends=('pkgconfig' 'mate-doc-utils' 'intltool')
|
||||
options=('!emptydirs' '!libtool')
|
||||
install=mate-terminal.install
|
||||
url="http://matsusoft.com.ar/projects"
|
||||
groups=('mate-extras')
|
||||
source=(http://sourceforge.net/projects/matede/files/${pkgver}/${pkgname}.tar.gz/download)
|
||||
sha256sums=('516785347dcaf17d3f8be2fd14322a585917776666c2b3ef9a31613bd95ee29a')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
./configure --prefix=/usr --sysconfdir=/etc --disable-static \
|
||||
--localstatedir=/var --disable-scrollkeeper --with-gnu-ld || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
make MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
|
||||
|
||||
install -m755 -d "${pkgdir}/usr/share/mateconf/schemas"
|
||||
mateconf-merge-schema "${pkgdir}/usr/share/mateconf/schemas/${pkgname}.schemas" --domain ${pkgname} ${pkgdir}/etc/mateconf/schemas/*.schemas || return 1
|
||||
rm -f ${pkgdir}/etc/mateconf/schemas/*.schemas
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
pkgname=mate-terminal
|
||||
|
||||
post_install() {
|
||||
usr/sbin/mateconfpkg --install ${pkgname}
|
||||
}
|
||||
|
||||
pre_upgrade() {
|
||||
pre_remove $1
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
usr/sbin/mateconfpkg --uninstall ${pkgname}
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
#!/bin/bash
|
||||
|
||||
# fill it
|
||||
pkgname=mate-terminal
|
||||
pkgver=2011.10.14
|
||||
pkgrel=1
|
||||
pkgdesc="The MATE Terminal Emulator"
|
||||
#depends="gstreamer0.10-base-plugins, mate-panel, mate-character-map, libgtop, libmatenotify, cpufrequtils"
|
||||
# editar esta funcion!
|
||||
build() {
|
||||
cd $pkgsrc
|
||||
# descomprimir
|
||||
tar xvzf download
|
||||
# entramos a la carpeta
|
||||
cd ${pkgname}
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --disable-static \
|
||||
--localstatedir=/var --disable-scrollkeeper || return 1
|
||||
|
||||
# there is some pre-compiled files on the tar
|
||||
make || return 1
|
||||
|
||||
make MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
|
||||
|
||||
install -m755 -d "${pkgdir}/usr/share/mateconf/schemas"
|
||||
mateconf-merge-schema "${pkgdir}/usr/share/mateconf/schemas/${pkgname}.schemas" --domain ${pkgname} ${pkgdir}/etc/mateconf/schemas/*.schemas || return 1
|
||||
rm -f ${pkgdir}/etc/mateconf/schemas/*.schemas
|
||||
}
|
||||
|
||||
# esto incluye la parte que se repite en la mayoria de los builds
|
||||
. /usr/share/mate-doc-utils/mate-debian.sh
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
pkgname=mate-terminal
|
||||
|
||||
/usr/sbin/mateconfpkg --install ${pkgname}
|
||||
#gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
||||
|
||||
exit 0
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
pkgname=mate-terminal
|
||||
|
||||
#gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
||||
|
||||
exit 0
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
pkgname=mate-terminal
|
||||
|
||||
if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then
|
||||
/usr/sbin/mateconfpkg --uninstall ${pkgname}
|
||||
fi
|
||||
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
pkgname=mmate-terminal
|
||||
|
||||
if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then
|
||||
/usr/sbin/mateconfpkg --uninstall ${pkgname}
|
||||
fi
|
||||
|
||||
|
||||
exit 0
|
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 13 KiB |
|
@ -0,0 +1,76 @@
|
|||
<legalnotice id="legalnotice">
|
||||
<para>
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation
|
||||
License (GFDL), Version 1.1 or any later version published
|
||||
by the Free Software Foundation with no Invariant Sections,
|
||||
no Front-Cover Texts, and no Back-Cover Texts. You can find
|
||||
a copy of the GFDL at this <ulink type="help"
|
||||
url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
|
||||
distributed with this manual.
|
||||
</para>
|
||||
<para> This manual is part of a collection of MATE manuals
|
||||
distributed under the GFDL. If you want to distribute this
|
||||
manual separately from the collection, you can do so by
|
||||
adding a copy of the license to the manual, as described in
|
||||
section 6 of the license.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Many of the names used by companies to distinguish their
|
||||
products and services are claimed as trademarks. Where those
|
||||
names appear in any MATE documentation, and the members of
|
||||
the MATE Documentation Project are made aware of those
|
||||
trademarks, then the names are in capital letters or initial
|
||||
capital letters.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
|
||||
UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
|
||||
WITH THE FURTHER UNDERSTANDING THAT:
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
|
||||
IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
|
||||
THAT THE DOCUMENT OR MODIFIED VERSION OF THE
|
||||
DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR
|
||||
A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
|
||||
RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE
|
||||
OF THE DOCUMENT OR MODIFIED VERSION OF THE
|
||||
DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR
|
||||
MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT,
|
||||
YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY
|
||||
CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
|
||||
SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
|
||||
OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
|
||||
LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
|
||||
VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
|
||||
EXCEPT UNDER THIS DISCLAIMER; AND
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
|
||||
THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
|
||||
CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
|
||||
INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
|
||||
DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION
|
||||
OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH
|
||||
PARTIES, BE LIABLE TO ANY PERSON FOR ANY
|
||||
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
|
||||
CONSEQUENTIAL DAMAGES OF ANY CHARACTER
|
||||
INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS
|
||||
OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
|
||||
MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR
|
||||
LOSSES ARISING OUT OF OR RELATING TO USE OF THE
|
||||
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
|
||||
EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
|
||||
THE POSSIBILITY OF SUCH DAMAGES.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</legalnotice>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
include $(top_srcdir)/mate-doc-utils.make
|
||||
dist-hook: doc-dist-hook
|
||||
|
||||
DOC_MODULE = mate-terminal
|
||||
DOC_ENTITIES = legal.xml
|
||||
DOC_INCLUDES =
|
||||
DOC_FIGURES = figures/mate-terminal-default.png \
|
||||
figures/mate-terminal-tabbed.png
|
||||
# figures/terminal-window.png This image is not used.
|
||||
|
||||
DOC_LINGUAS = da de ca cs el en_GB es fr it ko oc pt_BR ru sv uk zh_CN
|
||||
|
||||
# Move to DOC_LINGUAS in transition to mate-doc-utils
|
||||
|
||||
SUBDIRS = bg ro ja zh_TW
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
|
@ -0,0 +1,10 @@
|
|||
figdir = figures
|
||||
docname = mate-terminal
|
||||
lang = bg
|
||||
omffile = mate-terminal-bg.omf
|
||||
entities = legal.xml
|
||||
include $(top_srcdir)/xmldocs.make
|
||||
dist-hook: app-dist-hook
|
||||
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
|
@ -0,0 +1,577 @@
|
|||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# To use this template:
|
||||
# 1) Define: figdir, docname, lang, omffile, and entities in
|
||||
# your Makefile.am file for each document directory,
|
||||
# although figdir, omffile, and entities may be empty
|
||||
# 2) Make sure the Makefile in (1) also includes
|
||||
# "include $(top_srcdir)/xmldocs.make" and
|
||||
# "dist-hook: app-dist-hook".
|
||||
# 3) Optionally define 'entities' to hold xml entities which
|
||||
# you would also like installed
|
||||
# 4) Figures must go under $(figdir)/ and be in PNG format
|
||||
# 5) You should only have one document per directory
|
||||
# 6) Note that the figure directory, $(figdir)/, should not have its
|
||||
# own Makefile since this Makefile installs those figures.
|
||||
#
|
||||
# example Makefile.am:
|
||||
# figdir = figures
|
||||
# docname = scrollkeeper-manual
|
||||
# lang = C
|
||||
# omffile=scrollkeeper-manual-C.omf
|
||||
# entities = fdl.xml
|
||||
# include $(top_srcdir)/xmldocs.make
|
||||
# dist-hook: app-dist-hook
|
||||
#
|
||||
# About this file:
|
||||
# This file was taken from scrollkeeper_example2, a package illustrating
|
||||
# how to install documentation and OMF files for use with ScrollKeeper
|
||||
# 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.2 (last updated: March 20, 2002)
|
||||
#
|
||||
|
||||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# This file contains the build instructions for installing OMF files. It is
|
||||
# generally called from the makefiles for particular formats of documentation.
|
||||
#
|
||||
# Note that you must configure your package with --localstatedir=/var
|
||||
# so that the scrollkeeper-update command below will update the database
|
||||
# in the standard scrollkeeper directory.
|
||||
#
|
||||
# If it is impossible to configure with --localstatedir=/var, then
|
||||
# modify the definition of scrollkeeper_localstate_dir so that
|
||||
# it points to the correct location. Note that you must still use
|
||||
# $(localstatedir) in this or when people build RPMs it will update
|
||||
# the real database on their system instead of the one under RPM_BUILD_ROOT.
|
||||
#
|
||||
# Note: This make file is not incorporated into xmldocs.make because, in
|
||||
# general, there will be other documents install besides XML documents
|
||||
# and the makefiles for these formats should also include this file.
|
||||
#
|
||||
# About this file:
|
||||
# This file was derived from scrollkeeper_example2, a package
|
||||
# illustrating how to install documentation and OMF files for use with
|
||||
# ScrollKeeper 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.3 (last updated: March 20, 2002)
|
||||
#
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
|
||||
subdir = help/bg
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
|
||||
ALL_LINGUAS = @ALL_LINGUAS@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOC_USER_FORMATS = @DOC_USER_FORMATS@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
FGREP = @FGREP@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
|
||||
GLIB_MKENUMS = @GLIB_MKENUMS@
|
||||
GMOFILES = @GMOFILES@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GREP = @GREP@
|
||||
GTK_BUILDER_CONVERT = @GTK_BUILDER_CONVERT@
|
||||
HELP_DIR = @HELP_DIR@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INSTOBJEXT = @INSTOBJEXT@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
|
||||
INTLTOOL_MERGE = @INTLTOOL_MERGE@
|
||||
INTLTOOL_PERL = @INTLTOOL_PERL@
|
||||
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MATECONFTOOL = @MATECONFTOOL@
|
||||
MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
|
||||
MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGFMT_OPTS = @MSGFMT_OPTS@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OMF_DIR = @OMF_DIR@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
|
||||
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
|
||||
SMCLIENT_LIBS = @SMCLIENT_LIBS@
|
||||
STRIP = @STRIP@
|
||||
TERMINAL_API_VERSION = @TERMINAL_API_VERSION@
|
||||
TERMINAL_MAJOR_VERSION = @TERMINAL_MAJOR_VERSION@
|
||||
TERMINAL_MICRO_VERSION = @TERMINAL_MICRO_VERSION@
|
||||
TERMINAL_MINOR_VERSION = @TERMINAL_MINOR_VERSION@
|
||||
TERM_CFLAGS = @TERM_CFLAGS@
|
||||
TERM_LIBS = @TERM_LIBS@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
WARN_CFLAGS = @WARN_CFLAGS@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
|
||||
# ********** Begin of section some packagers may need to modify **********
|
||||
# This variable (docdir) specifies where the documents should be installed.
|
||||
# This default value should work for most packages.
|
||||
docdir = $(datadir)/mate/help/$(docname)/$(lang)
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
figdir = figures
|
||||
docname = mate-terminal
|
||||
lang = bg
|
||||
omffile = mate-terminal-bg.omf
|
||||
entities = legal.xml
|
||||
|
||||
# ********** You should not have to edit below this line **********
|
||||
xml_files = $(entities) $(docname).xml
|
||||
EXTRA_DIST = $(xml_files) $(omffile)
|
||||
CLEANFILES = omf_timestamp
|
||||
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/bg/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign help/bg/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-local
|
||||
|
||||
.MAKE: install-am install-data-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
clean-local dist-hook distclean distclean-generic \
|
||||
distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am \
|
||||
install-data-hook install-data-local install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
uninstall uninstall-am uninstall-local
|
||||
|
||||
|
||||
# At some point, it may be wise to change to something like this:
|
||||
# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
|
||||
|
||||
omf: omf_timestamp
|
||||
|
||||
omf_timestamp: $(omffile)
|
||||
-for file in $(omffile); do \
|
||||
scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
|
||||
done; \
|
||||
touch omf_timestamp
|
||||
|
||||
install-data-hook-omf:
|
||||
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
|
||||
for file in $(omffile); do \
|
||||
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
|
||||
done
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
|
||||
|
||||
uninstall-local-omf:
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
basefile=`basename $$file`; \
|
||||
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(omf_dest_dir)
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
|
||||
|
||||
clean-local-omf:
|
||||
-for file in $(omffile); do \
|
||||
rm -f $$file.out; \
|
||||
done
|
||||
|
||||
all: omf
|
||||
|
||||
$(docname).xml: $(entities)
|
||||
-ourdir=`pwd`; \
|
||||
cd $(srcdir); \
|
||||
cp $(entities) $$ourdir
|
||||
|
||||
app-dist-hook:
|
||||
if test "$(figdir)"; then \
|
||||
$(mkinstalldirs) $(distdir)/$(figdir); \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
$(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
|
||||
done \
|
||||
fi
|
||||
|
||||
install-data-local: omf
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)
|
||||
for file in $(xml_files); do \
|
||||
cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
|
||||
done
|
||||
if test "$(figdir)"; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||
done \
|
||||
fi
|
||||
|
||||
install-data-hook: install-data-hook-omf
|
||||
|
||||
uninstall-local: uninstall-local-doc uninstall-local-omf
|
||||
|
||||
uninstall-local-doc:
|
||||
-if test "$(figdir)"; then \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||
done; \
|
||||
rmdir $(DESTDIR)$(docdir)/$(figdir); \
|
||||
fi
|
||||
-for file in $(xml_files); do \
|
||||
rm -f $(DESTDIR)$(docdir)/$$file; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
clean-local: clean-local-doc clean-local-omf
|
||||
|
||||
# for non-srcdir builds, remove the copied entities.
|
||||
clean-local-doc:
|
||||
if test $(srcdir) != .; then \
|
||||
rm -f $(entities); \
|
||||
fi
|
||||
dist-hook: app-dist-hook
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 22 KiB |
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<legalnotice id="legalnotice">
|
||||
<para>Предоставя се разрешение за копиране, разпространение и/или промяна на този документ, съгласно условията на „Лиценза за свободна документация на GNU“, версия 1.1 или всяка следваща версия, издадена от Фондация „Свободен софтуер“; без „Непроменливи раздели“, „Текстове на предната корица“, както и „Текстове на задната корица“. Копие на лиценза може да бъде намерено <ulink type="help" url="ghelp:fdl">тук</ulink> или във файла COPYING-DOCS, разпространяван с това ръководство.</para>
|
||||
<para>Това ръководство е част от колекция ръководства за MATE, разпространявани под GFDL. Ако искате да разпространявате това ръководство отделно, можете да го направите, като включите копие на лиценза към ръководството, както е описано в раздел 6 от лиценза.</para>
|
||||
|
||||
<para>Много от имената, използвани от компании, за да отличават собствените си продукти и услуги, са регистрирани търговски марки. Когато такива имена присъстват в която и да е документация за MATE и членовете на проекта за документация на MATE са осведомени за съответните търговски марки, тогава имената са с главни букви или начални главни букви.</para>
|
||||
|
||||
<para>ДОКУМЕНТЪТ И ПРОМЕНЕНИТЕ МУ ВЕРСИИ СЕ ПРЕДОСТАВЯТ ПОД УСЛОВИЯТА НА ЛИЦЕНЗА ЗА СВОБОДНА ДОКУМЕНТАЦИЯ НА GNU, С ДОПЪЛНИТЕЛНОТО ПОЯСНЕНИЕ, ЧЕ: <orderedlist><listitem><para>ДОКУМЕНТЪТ СЕ ПРЕДОСТАВЯ НА БАЗА „КАКТО Е“, БЕЗ КАКВАТО И ДА Е ГАРАНЦИЯ, ПРЯКА ИЛИ КОСВЕНА, ВКЛЮЧИТЕЛНО БЕЗ ОГРАНИЧЕНИЯ И ГАРАНЦИИ, ЧЕ ДОКУМЕНТЪТ ИЛИ ПРОМЕНЕНАТА МУ ВЕРСИЯ СА БЕЗ ДЕФЕКТИ, ГОДНИ ЗА КОНКРЕТНА УПОТРЕБА ИЛИ НЕНАРУШАВАЩИ. ЦЕЛИЯТ РИСК ОТНОСНО КАЧЕСТВОТО, ТОЧНОСТТА И ХАРАКТЕРИСТИКИТЕ НАДОКУМЕНТА ИЛИ ПРОМЕНЕНАТА МУ ВЕРСИЯ Е ЗА ВАША СМЕТКА. АКО НЯКОЙ ДОКУМЕНТ ИЛИ ПРОМЕНЕНАТА МУ ВЕРСИЯ СЕ ОКАЖЕ ДЕФЕКТЕН В КАКВОТО И ДА Е ОТНОШЕНИЕ, ВИЕ (НЕ ПЪРВОНАЧАЛНИЯ АВТОР ИЛИ КОЙТО И ДА Е ДОПРИНЕСЪЛ ЗА РАЗРАБОТКАТА) ПОЕМАТЕ РАЗХОДИТЕ ЗА ВСЯКАКВО НЕОБХОДИМО ОБСЛУЖВАНЕ, ПОПРАВКА ИЛИ КОРЕКЦИИ. ТОВА ОТКАЗВАНЕ ОТ ГАРАНЦИЯТА ПРЕДСТАВЛЯВА СЪЩЕСТВЕНА ЧАСТ ОТ ТОЗИ ЛИЦЕНЗ. НЕ Е РАЗРЕШЕНА УПОТРЕБАТА НА КОЙТО И ДА Е ДОКУМЕНТ ИЛИ ПРОМЕНЕНАТА ВЕРСИЯ НА ДОКУМЕНТА, ОСВЕН ПРИ СПАЗВАНЕ НА ТОЗИ ОТКАЗ ОТ ГАРАНЦИЯ; И</para></listitem><listitem><para>ПРИ НИКАКВИ ОБСТОЯТЕЛСТВА И ПОД НИКАКВА ЮРИДИЧЕСКА ОСНОВА, НЕЗАВИСИМО ДАЛИ Е В НАРУШЕНИЕ (ВКЛЮЧИТЕЛНО ПРИЧИНЕНО ОТ НЕБРЕЖНОСТ), ДОГОВОР ИЛИ ДРУГО, АВТОРЪТ, ПЪРВОНАЧАЛНИЯТ АВТОР ИЛИ КОЙТО И ДА Е ДОПРИНЕСЪЛ ЗАРАЗРАБОТКАТА, ИЛИ КОЙТО И ДА Е ДИСТРИБУТОР НА ДОКУМЕНТА ИЛИ ПРОМЕНЕНАТА МУ ВЕРСИЯ, ИЛИ КОЙТО И ДА Е ДОСТАВЧИК НА КОЯТО И ДА Е ОТ ИЗБРОЕНИТЕ СТРАНИ, НЯМА ДА БЪДЕ ОТГОВОРЕН ПРЕД НИКОГО ЗА ВСИЧКИ ПРЕКИ, КОСВЕНИ, СПЕЦИАЛНИ, СЛУЧАЙНИ ИЛИ ПОСЛЕДСТВЕНИ ЩЕТИ ОТ КАКЪВТО И ДА Е ХАРАКТЕР, ВКЛЮЧИТЕЛНО, БЕЗ ОГРАНИЧЕНИЯ, ЩЕТИ ЗА ЗАГУБА НА ДОБРОЖЕЛАТЕЛНОСТ, СПИРАНЕ НА РАБОТАТА, КОМПЮТЪРНА ПОВРЕДА ИЛИ НЕИЗПРАВНОСТ, ИЛИ ВСЯКАКВИ ДРУГИ ЩЕТИ ИЛИ ЗАГУБИ, ВЪЗНИКНАЛИ ИЛИ СВЪРЗАНИ С УПОТРЕБАТА НА ДОКУМЕНТА ИЛИ ПРОМЕНЕНИТЕ МУ ВЕРСИИ, ДОРИ И КОГАТО ТАЗИ СТРАНА Е БИЛА ИНФОРМИРАНА ЗА ВЪЗМОЖНОСТТА ОТ ТАКИВА ЩЕТИ.</para></listitem></orderedlist></para>
|
||||
</legalnotice>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<omf>
|
||||
<resource>
|
||||
<creator>docs@gnome.org (GDP)</creator>
|
||||
<maintainer>docs@gnome.org (GDP)</maintainer>
|
||||
<title>Ръководство на Терминал на MATE, версия 2.8</title>
|
||||
<date>2004-03-03</date>
|
||||
<version identifier="2.8" date="2004-03-03" description="Updated for MATE 2.6, program version 2.5.90."/>
|
||||
<subject category="GNOME|Applications|System Tools"/>
|
||||
<description>Потребителско ръководство за терминала на MATE</description>
|
||||
<type>users guide</type>
|
||||
<format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
|
||||
<identifier url="mate-terminal.xml"/>
|
||||
<language code="bg"/>
|
||||
<relation seriesid="d7834910-40e7-11d6-87e4-aa5f78e530ae"/>
|
||||
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
|
||||
</resource>
|
||||
</omf>
|
|
@ -0,0 +1,943 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
<!ENTITY legal SYSTEM "legal.xml">
|
||||
<!ENTITY app "MATE Terminal">
|
||||
<!ENTITY appversion "2.5.90">
|
||||
<!ENTITY manrevision "2.8">
|
||||
<!ENTITY date "March 2004">
|
||||
]>
|
||||
<!-- (Do not remove this comment block.)
|
||||
Maintained by the MATE Documentation Project
|
||||
Template version: 2.0 beta
|
||||
Template last modified Jan 2, 2002
|
||||
|
||||
-->
|
||||
<article id="index" lang="bg">
|
||||
<articleinfo>
|
||||
<title>Ръководство на Терминал на MATE, версия 2.8</title>
|
||||
<copyright>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder>Sun Microsystems</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
<year>2000</year>
|
||||
<holder>Miguel de Icaza</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
<year>2000</year>
|
||||
<holder>Michael Zucchi</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
<year>2000</year>
|
||||
<holder>Alexander Kirillov</holder>
|
||||
</copyright><copyright><year>2005</year><holder>Ростислав "zbrox" Райков (zbrox@i-space.org)</holder></copyright>
|
||||
<publisher>
|
||||
<publishername>Проектът за превод на MATE</publishername>
|
||||
</publisher> &legal;
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Sun</firstname>
|
||||
<surname>Екипът за превод на MATE</surname>
|
||||
<affiliation>
|
||||
<orgname>Sun Microsystems</orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Miguel</firstname>
|
||||
<surname>de Icaza</surname>
|
||||
<affiliation>
|
||||
<orgname>Проектът за превод на MATE</orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Michael</firstname>
|
||||
<surname>Zucchi</surname>
|
||||
<affiliation>
|
||||
<orgname>Проектът за превод на MATE</orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Alexander</firstname>
|
||||
<surname>Kirillov</surname>
|
||||
<affiliation>
|
||||
<orgname>Проектът за превод на MATE</orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.8</revnumber>
|
||||
<date>&date;</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.7</revnumber>
|
||||
<date>Ноември 2003</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.6</revnumber>
|
||||
<date>Септември 2003</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.5</revnumber>
|
||||
<date>Май 2003</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.4</revnumber>
|
||||
<date>Януари 2003</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.3</revnumber>
|
||||
<date>Август 2002</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.2</revnumber>
|
||||
<date>Август 2002</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.1</revnumber>
|
||||
<date>Август 2002</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE, версия 2.0</revnumber>
|
||||
<date>Април 2002</date>
|
||||
<revdescription>
|
||||
<para role="author">Екипът на Sun за документацията на MATE</para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>Ръководство на Терминал на MATE</revnumber>
|
||||
<date>Май 2000</date>
|
||||
<revdescription>
|
||||
<para role="author">Miguel de Icaza, Michael Zucchi, Alexander Kirollov <email>docs@gnome.org</email></para>
|
||||
<para role="publisher">Проектът за превод на MATE</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
</revhistory>
|
||||
<releaseinfo>Това ръководство описва версия 2.5.90 на Терминал на MATE.</releaseinfo>
|
||||
<legalnotice>
|
||||
<title>Обратна връзка</title>
|
||||
<para>За да докладвате за грешка или да направите предложение относно MATE Terminal или това ръководство, следвайте указанията, описани в <ulink url="ghelp:mate-feedback" type="help">Страницата за обратна връзка на MATE</ulink>.</para>
|
||||
</legalnotice>
|
||||
</articleinfo>
|
||||
<indexterm>
|
||||
<primary>&app;</primary>
|
||||
</indexterm>
|
||||
<indexterm>
|
||||
<primary>терминал</primary>
|
||||
</indexterm>
|
||||
<sect1 id="mate-terminal-introduction">
|
||||
<title>Въведение</title>
|
||||
<para><application>Терминалът на MATE</application> е програма за емулиране на терминал, която може да използвате, за да извършвате следните действия:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>Да достъпвате UNIX команден ред през работната среда MATE</term>
|
||||
<listitem>
|
||||
<para>Командния ред е програма, която интерпретира и изпълнява командите, които въведете. Когато стартирате <application>Терминала</application>, програмата стартира стандартния команден ред, който е определен за системата. Може да превключите към друг по всяко време.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Да стартирате всяка програма, създадена да върви на VT102, VT220 и <application>xterm</application> терминали</term>
|
||||
<listitem>
|
||||
<para><application>Терминалът</application> емулира програмата <application>xterm</application>, разработена от X·Consortium. На свой ред <application>xterm</application> емулира терминала DEC VT102 и поддържа също така изходните последователности на DEC·VT220. Това са серии от символи, започващи със символа <keycap>Esc</keycap>. <application>Терминалът</application> приема всички такива последователности, които VT102 и VT220 използват за функции, като позициониране на курсора и изчистване на екрана.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect1>
|
||||
<sect1 id="mate-terminal-get-started">
|
||||
<title>Първи стъпки</title>
|
||||
<para>Следващата секция описва как да стартирате <application>Терминала</application>.</para>
|
||||
<sect2 id="mate-terminal-to-start">
|
||||
<title>Стартиране на терминала на MATE</title>
|
||||
<para>Може да стартирате <application>Терминала</application> по следните начини:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>От менюто <guimenu>Програми</guimenu></term>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Системни инструменти</guimenu><guimenuitem>Терминал</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>От командния ред</term>
|
||||
<listitem>
|
||||
<para>Изпълнете следната команда: <command>mate-terminal</command></para>
|
||||
<para>Може да използвате опции за командния ред, за да промените начина, по който се стартира <application>Терминалът</application>. За да прегледате тези опции, изпълнете следната команда: <command>mate-terminal --help</command></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="mate-terminal-first-start">
|
||||
<title>Когато стартирате Терминала за пръв път</title>
|
||||
<para>Когато за пръв път стартирате <application>Терминала</application>, програмата отваря терминален прозорец с група стандартни настройки. Групата от стандартни настройки се нарича Стандартен профил. Името на профила се появява в заглавната лента на прозореца на Терминала.</para>
|
||||
<figure id="mate-terminal_default">
|
||||
<title>Пример за стандартен прозорец на Терминала на MATE</title>
|
||||
<screenshot>
|
||||
<screeninfo>Стандартен прозорец на терминала на MATE</screeninfo>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="figures/mate-terminal-default.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>Стандартен прозорец на терминала на MATE</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
</screenshot>
|
||||
</figure>
|
||||
<para>Прозорецът на терминала показва командния ред, където може да въведжате UNIX команди. Командния ред може да е %, #, >, $ или който и да е друг специален символ. Курсорът е поставен на командния ред. Когато въведете команда от UNIX и натиснете <keycap>Enter</keycap>, компютърът изпълнява командата. По подразбиране <application>Терминалът</application> използва стандартната командна обвивка определена от потребителя, който стартира програмата.</para>
|
||||
<para><application>Терминалът</application> също така настройва следните променливи за средата:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<varname>TERM</varname></term>
|
||||
<listitem>
|
||||
<para>Настроено към <literal>xterm</literal> по подразбиране.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<varname>COLORTERM</varname></term>
|
||||
<listitem>
|
||||
<para>Настроено към <literal>mate-terminal</literal> по подразбиране.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<varname>WINDOWID</varname></term>
|
||||
<listitem>
|
||||
<para>По подразбиране да е идентификаторът на X Window.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="mate-terminal-profiles">
|
||||
<title>Профили на терминала</title>
|
||||
<para>Може да създадете нов профил и да го приложите към терминала, за да промените характеристики като шрифт, цвят и ефекти, поведение на прелистване, заглавие на прозорец и съвместимост. Може също да определите команда, която автоматично да се стартира при пускането на <application>Терминала</application> с този профил.</para>
|
||||
<para>Вие определяте всеки терминален профил в прозореца <guilabel>Редактиране на профили</guilabel>, който е достъпен от менюто <guimenu>Редактиране</guimenu>. Може да определите колкото желаете профили. Когато стартирате терминала, може да изберете профила, който искате да използвате. Също така може да променяте текущия профил, докато работите с терминала. За да определите начален профил, използвайте следната команда:</para>
|
||||
<para>
|
||||
<command>mate-terminal --window-with-profile=<replaceable>име на профил</replaceable></command>
|
||||
</para>
|
||||
<para>Името на текущия профил се появява в заглавната лента на <application>Терминала</application>, освен ако не определите друго име за заглавната лента в прозореца за <guilabel>Редактиране на профили</guilabel></para>
|
||||
<para>Вижте <xref linkend="mate-terminal-manage-profiles"/> за информация относно как да определяте и използвате нов терминален профил.</para>
|
||||
</sect2>
|
||||
<sect2 id="mate-terminal-more-windows">
|
||||
<title>Работа с множество терминали</title>
|
||||
<para><application>Терминалът</application> предоставя страницираща функция, която Ви позволява да отваряте няколко терминала в един прозорец. Всеки терминал се отваря в отделен подпрозорец. Натиснете на съответния раздел, за да се покаже терминалът в прозореца. Всеки станициран терминал в прозореца е отделен подпроцес, така че може да използвате всеки терминал за различни задачи. Може да приложите различен профил за всеки странициран терминал в прозореца.</para>
|
||||
<para>Заглавната лента на терминалния прозорец показва или името на текущия профил или името определено от текущия профил. <xref linkend="mate-terminal-tabbed"/> показва прозорец на <application>Терминала </application> с четири подпрозореца. В този случай, всеки от четирите подпрозореца има различен профил. Името на профила в активния подпрозорец, Профил 1, се появява в заглавната лента.</para>
|
||||
<figure id="mate-terminal-tabbed">
|
||||
<title>Пример на прозорец на Терминала с подпрозорци</title>
|
||||
<screenshot>
|
||||
<screeninfo>Стандартен прозорец на терминала на MATE</screeninfo>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="figures/mate-terminal-tabbed.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>Стандартен прозорец на терминала на MATE</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
</screenshot>
|
||||
</figure>
|
||||
<para>Вижте <xref linkend="mate-terminal-windows"/> за информация относно как да отваряте подпрозорци в терминала.</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="mate-terminal-usage">
|
||||
<title>Употреба</title>
|
||||
|
||||
<sect2 id="mate-terminal-windows">
|
||||
<title>Отваряне и затваряне на терминали</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>За да отворите нов прозорец на терминала:</term>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Файл</guimenu><guisubmenu>Отваряне на терминал</guisubmenu><guimenuitem>Стандартен</guimenuitem></menuchoice>.</para>
|
||||
<para>Новият терминал наследява програмните настройки и стандартния команден ред от родителския терминал.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да затворите прозорец на терминала:</term>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Файл</guimenu><guimenuitem>Затваряне на прозореца</guimenuitem></menuchoice>.</para>
|
||||
<para>Това действие затваря терминала и всички подпроцеси, които сте отворили през него. Ако затворите последния терминален прозорец, програмата <application>Терминал</application> се затваря.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да добавите нов подпрозорец в терминала:</term>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Файл</guimenu><guisubmenu>Отваряне на подпрозорец</guisubmenu><guimenuitem>Стандартен</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да покажете подпрозорец в терминала:</term>
|
||||
<listitem>
|
||||
<para>Натиснете върху някой раздел от терминал с подпрозорци, за да се покаже дадения подпрозорец или изберете заглавие от менюто <guimenu>Подпрозорци</guimenu>.</para>
|
||||
<para>Друг начин е да изберете <menuchoice><guimenu>Подпрозорци</guimenu><guimenuitem>Следващ подпрозорец</guimenuitem></menuchoice> или <menuchoice><guimenu>Подпрозорци</guimenu><guimenuitem>Предишен подпрозорец</guimenuitem></menuchoice>, за да навигирате между подпрозорците.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да затворите подпрозорец в терминала:</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Покажете терминала с подпрозорци, който искате да затворите.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Файл</guimenu><guimenuitem>Затваряне на подпрозореца</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="mate-terminal-manage-profiles">
|
||||
<title>Управление на профилите</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>За да добавите нов профил:</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>За да се появи прозорецът за <guilabel>Нов профил</guilabel>, изберете <menuchoice><guimenu>Файл</guimenu><guimenuitem>Нов профил</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Въведете името на новия профил в полето за <guilabel>Име на профила</guilabel>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Използвайте падащия списък <guilabel>На основата на</guilabel>, за да изберете профила, на който да се базира новият профил.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Натиснете <guibutton>Нов</guibutton>, за да се покаже прозорецът за <guilabel>Редактиране на профили</guilabel>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Натиснете <guibutton>Затваряне</guibutton>. <application>Терминалът</application> добавя профила към подменюто <menuchoice><guimenu>Терминал</guimenu><guisubmenu>Смяна на профила</guisubmenu></menuchoice>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да промените профила на подпрозорец:</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Натиснете върху подпрозореца, на който искате да смените профила.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Терминал</guimenu><guisubmenu>Смяна на профила</guisubmenu><guimenuitem><replaceable>Име на профил</replaceable></guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да редактирате профил:</term>
|
||||
<listitem>
|
||||
<para>Редактирате профили в прозореца <guilabel>Редактиране на профил</guilabel>. Може да го отворите по следните начини:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Редактиране</guimenu><guisubmenu>Текущ профил</guisubmenu></menuchoice>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Натиснете с десния бутон на мишката в прозорец на терминала, после изберете от появилото се меню <guimenuitem>Редактиране на текущия профил</guimenuitem>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Редактиране</guimenu><guisubmenu>Профили</guisubmenu></menuchoice> и изберете профила, който искате да редактирате, после натиснете <guibutton>Редактиране</guibutton>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да изтриете профил:</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Редактиране</guimenu><guimenuitem>Профили</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Изберете от списъка името на профила, който искате да изтриете. Натиснете <guibutton>Изтриване</guibutton>. Появява се прозорецът за <guilabel>Изтриване на профил</guilabel>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Натиснете бутона <guibutton>Изтриване</guibutton>, за да подтвърдите изтриването.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Натиснете <guibutton>Затваряне</guibutton>, за да затворите прозореца за <guilabel>Редактиране на профили</guilabel>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="mate-terminal-tabs">
|
||||
<title>Променяне на терминален прозорец</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>За да скриете лентата с менютата:</term>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Изглед</guimenu><guimenuitem>Показване на менюто</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да покажете скритата лента с менюта:</term>
|
||||
<listitem>
|
||||
<para>Натиснете с десния бутон на мишката върху прозорец на терминала и после изберете от появилото се меню <guimenuitem>Показване на менюто</guimenuitem>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да промените външния вид на прозорец на терминала:</term>
|
||||
<listitem>
|
||||
<para>Вижте <xref linkend="mate-terminal-prefs"/> за информация относно опциите, които може да избирате в прозореца за <guilabel>Редактиране на профил</guilabel>, за да променяте външния вид на прозореца на терминала. Например, може да променяте цвета на фона или местоположението на лентата за прелистване.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="mate-terminal-contents">
|
||||
<title>Работа със съдържанието на терминалните прозорци</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>За да прелиствате през предишните команди и изходни съобщения:</term>
|
||||
<listitem>
|
||||
<para>Извършете едно от следните действия:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Използвайте лентата за прелистване, която обикновено се показва в дясно на прозореца.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Използвайте клавишите <keycombo><keycap>Shift</keycap><keycap>Page Up</keycap></keycombo>, <keycombo><keycap>Shift</keycap><keycap>Page Down</keycap></keycombo>, <keycombo><keycap>Shift</keycap><keycap>Home</keycap></keycombo> или·<keycombo><keycap>Shift</keycap><keycap>End</keycap></keycombo>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>Броят на редове, които може да прегледате назад се определя от настройката <guilabel>Прелистване назад</guilabel> в раздела за прелистване в прозореца за <guilabel>Редактиране на профил</guilabel>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да изберете и копирате текст:</term>
|
||||
<listitem>
|
||||
<para>Може да избирате текст по някой от следните начини:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>За да избирате по един символ наведнъж, натиснете върху първия символ, който искате да изберете и изтеглете показалеца на мишката към последния символ, който искате да изберете.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>За да избирате по една дума наведнъж, натиснете два пъти върху първата дума, която искате да изберете и изтеглете мишката към последната дума, която искате да изберете.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>За да изберете един ред наведнъж, натиснете три пъти върху първия ред, който искате да изберете и изтеглете мишката към последния ред, който искате да изберете.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>Тези действия избират целия текст между първия и последния избран елемент. За всички текстови селекции, <application>Терминалът</application> копира избрания текст във временната памет, щом отпуснете бутона на мишката. За да копирате изрично избрания текст, изберете <menuchoice><guimenu>Редактиране</guimenu><guimenuitem>Копиране</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да поставите текст в терминала:</term>
|
||||
<listitem>
|
||||
<para>Ако преди сте копирали текст във временната памет, може да поставите текст в терминала като извършите едно от следните действия:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>За да поставите текст, който сте копирали само чрез селектирането му, натиснете средния бутон на мишката. Ако нямате среден бутон на мишката, обърнете се към документацията на X сървъра за информация кака да емулирате среден бутон.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>За да поставите текст, който сте копирали изрично, изберете <menuchoice><guimenu>Редактиране</guimenu><guimenuitem>Поставяне</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да изтеглите файлово име в терминален прозорец:</term>
|
||||
<listitem>
|
||||
<para>Може да изтеглите файлово име към терминал от друга програма, като например файлов мениджър. Терминалът показва пътя и пълното име на файла.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>За да отворите връзка:</term>
|
||||
<listitem>
|
||||
<para>За да отваряте URL адреси, които са показани в терминала, следвайте следните стъпки:</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Преместете курсора на мишката върху адреса, докато той стане подчертан.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Натиснете с десния бутон на мишката върху адреса, за да се появи меню.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Изберете <guimenuitem>Отваряне на връзка</guimenuitem>, за да стартирате програмата обработваща дадената връзка и да се покаже файлът от дадения адрес.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="mate-terminal-shortcuts">
|
||||
<title>Преглед на настройките на бързите клавиши</title>
|
||||
<para>За да прегледате настройките за бързите клавиши за <application>Терминала</application>, изберете <menuchoice><guimenu>Редактиране</guimenu><guimenuitem>Бързи клавиши</guimenuitem></menuchoice>. Прозорецът за <guilabel>Бързите клавиши</guilabel> съдържа следните елементи:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><guilabel>Изключване на всички бързи клавиши на менюто (като Alt+Ф, за отваряне на менюто Файл)</guilabel></term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да изключите ускорителите, които са дефинирани, за да ви позволяват да използвате клавиатурата за достъп до менютата, освен мишката. Всеки ускорител е дефиниран от подчертана буква в меню или опция. В някои случаи, трябва да натиснете <keycap>Alt</keycap> в комбинация с друг ускорител, за да извършите дадено действие.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><guilabel>Изключване на клавища за достъп до менюто (F10 по подразбиране)</guilabel></term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да изключите бързия клавиш, който е определен да Ви позволява да достъпвате менютата на <application>Терминала</application>. Стандартният бърз клавиш, за достъп до менютата е <keycap>F10</keycap>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><guilabel>Бързи клавиши</guilabel></term>
|
||||
<listitem>
|
||||
<para>Секцията <guilabel>Бързи клавиши</guilabel> в прозореца е списък с бързите клавиши, които са определени за всеки елемент от менютата. Бързите клавиши Ви дават възможността да използвате клавиатурата, за да избирате елемент от меню, вместо да използвате мишката. Бързият клавиш обикновено е комбинация от клавиши, които натискате едновременно.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="mate-terminal-resize">
|
||||
<title>Оразмеряване на текст</title>
|
||||
<para>Може да използвате следните методи за оразмеряване на текста в прозореца на терминала:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>За да увеличите размера на текста, изберете <menuchoice><guimenu>Изглед</guimenu><guimenuitem>Увеличаване</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
<listitem><para>За да намалите размера на текста, изберете <menuchoice><guimenu>Изглед</guimenu><guimenuitem>Намаляване</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
<listitem><para>За да виждате текста в реалния му размер, изберете <menuchoice><guimenu>Изглед</guimenu><guimenuitem>Нормален размер</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>За да премине към пълен екран, прозорецът на <application>Терминала</application>, изберете <menuchoice><guimenu>Изглед</guimenu><guimenuitem>На цял екран</guimenuitem></menuchoice>. Режимът "На цял екран" показва текста в прозорец, който изпълва целия екран. Прозорецът не съдържа рамка или заглавна лента. За да излезете от тозирежим, изберете отново <menuchoice><guimenu>Изглед</guimenu><guimenuitem>На цял екран</guimenuitem></menuchoice>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="mate-terminal-title">
|
||||
<title>Промяна на заглавието на терминала</title>
|
||||
<para>За да смените заглавието на текущия показан терминал, изпълнете следните действия:</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Терминал</guimenu><guimenuitem>Задаване на заглавие</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Въведете новото заглавие в полето <guilabel>Заглавие</guilabel>. <application>Терминалът</application> прилага промените незабавно.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Натиснете <guibutton>Затваряне</guibutton>, за да затворите прозореца <guilabel>Задаване на заглавие</guilabel>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="mate-terminal-encoding">
|
||||
<title>Промяна на кодовата таблица</title>
|
||||
<para>За да промените кодовата таблица, изберете <menuchoice><guimenu>Терминал</guimenu><guisubmenu>Кодова таблица на символите</guisubmenu></menuchoice> и после изберете подходящата кодова таблица.</para>
|
||||
|
||||
<sect3 id="mate-terminal-encoding-add">
|
||||
<title>Промяна на списъка с кодови таблици</title>
|
||||
<para>За да промените списъка с кодови таблици, показани в менюто <guisubmenu>Кодова таблица на символите</guisubmenu>, изпълнете следните действия:</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Терминал</guimenu><guisubmenu>Кодова таблица на символите</guisubmenu><guimenuitem>Добавяне или премахване</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>За да добавите кодова таблица към менюто <guisubmenu>Кодова таблица на символите</guisubmenu>, изберете кодовата таблица от списъка <guilabel>Налични кодови таблици</guilabel> и после натиснете <guibutton>Добавяне</guibutton>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>За да премахнете кодова таблица към менюто <guisubmenu>Кодова таблица на символите</guisubmenu>, изберете кодовата таблица от списъка <guilabel>Кодови таблици в менюто</guilabel> и после натиснете <guibutton>Премахване</guibutton>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Натиснете <guibutton>Затваряне</guibutton>, за да затворите прозореца <guilabel>Добавяне или премахване на кодови таблици</guilabel>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="mate-terminal-reset">
|
||||
<title>Възстановяване на Вашия терминал</title>
|
||||
<para>Тази секция предоставя няколко съвета при случай, че възникне проблем с терминалите.</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>За да занулите състоянието на терминала:</term>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Терминал</guimenu><guimenuitem>Възстановяване</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>За да занулите терминала и да изчистите екрана:</term>
|
||||
<listitem>
|
||||
<para>Изберете <menuchoice><guimenu>Терминал</guimenu><guimenuitem>Възстановяване и изчистване</guimenuitem></menuchoice>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="mate-terminal-prefs">
|
||||
<title>Настройки</title>
|
||||
<para>За да настроите <application>Терминала</application>, изберете <menuchoice><guimenu>Редактиране</guimenu><guimenuitem>Текущ профил</guimenuitem></menuchoice>. За да настроите друг профил, който сте създали, изберете <menuchoice><guimenu>Редактиране</guimenu><guimenuitem>Профили</guimenuitem></menuchoice>, изберете профила, който искате да редактирате и после натиснете <guibutton>Редактиране</guibutton>.</para>
|
||||
<para>Прозорецът за <guilabel>Редактиране на профил</guilabel> съдържа следните раздели, които може да използвате, за да настройвате <application>Терминала</application>:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para><xref linkend="mate-terminal-prefs-general"/></para>
|
||||
</listitem>
|
||||
<listitem><para><xref linkend="mate-terminal-prefs-title"/></para>
|
||||
</listitem>
|
||||
<listitem><para><xref linkend="mate-terminal-prefs-colors"/></para>
|
||||
</listitem>
|
||||
<listitem><para><xref linkend="mate-terminal-prefs-effects"/></para>
|
||||
</listitem>
|
||||
<listitem><para><xref linkend="mate-terminal-prefs-scrolling"/></para>
|
||||
</listitem>
|
||||
<listitem><para><xref linkend="mate-terminal-prefs-compatibility"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
||||
<sect2 id="mate-terminal-prefs-general">
|
||||
<title>Общи</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Име на профила</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте това текстово поле, за да определите името на текущия профил.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Използване на системния терминален шрифт</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, ако искате да се използва стандартния шрифт за програми определен в инструмента за настройка на <application>Шрифта</application>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Шрифт</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Натиснете този бутон, за да изберете вида шрифт и размера му за терминала. Този бутон е включен само, ако опцията <guilabel>Използване на системния терминален шрифт</guilabel> не е избрана.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Икона на профила</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Натиснете този бутон, за да изберете икона, която да представя терминалния прозорец при използване на текущия профил.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Позволяване на получер текст</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да позволите на терминала да използва удебелен текст.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Мигащ курсор</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да покажете мигащ курсор.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Показване на лентата с менюта по подразбиране в новите терминали.</guilabel>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да се показват менютата в новите терминални прозорци.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Звук на терминала</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да изключите системния звънец.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Символи, считани за букви</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте това текстово поле, за да определите символи или групи от символи, които <application>Терминала</application> да възприема като думи, когато избирате текст дума по дума. Вижте <xref linkend="mate-terminal-contents"/> за повече информация относно как да избирате текст дума по дума.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="mate-terminal-prefs-title">
|
||||
<title>Заглавие и команда</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Начално заглавие</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте това текстово поле, за да определите началното заглавие на терминалите, които използват този профил. Новите терминали, които се стартират от текущия терминал имат новото начално заглавие.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Динамично задаване на заглавието</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте този падащ списък, за да определите как да се обработват динамично зададени заглавия, тоест заглавия задавани от команди изпълняващи се в терминала.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Изпълнение на команда като обвивка</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да принудите командата, която в момента върви в терминала да се изпълнява като обвивка. Ако командата не е обвивка, настройката няма ефект.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Обновяване на utmp/wtmp записите при изпълнение на команда</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да вмъкнете нов запис в utmp и wtmp записите, когато се отваря нова обвивка.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Изпълнение на потребителска команда вместо обвивка</guilabel>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да се стартира определена команда, различна от стандартната обвивка, в терминала. Определете командата в текстовото поле <guilabel>Потребителска команда</guilabel>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Когато командата съществува</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте този падащ списък, за да определите какво действие да се извършва при затваряне на терминала.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="mate-terminal-prefs-colors">
|
||||
<title>Цветове</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Преден план и фон</guilabel>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Изберете опцията <guilabel>Използване на цветовете от системната тема</guilabel>, за да се използват цветовете определени в темата на работната среда MATE, които се избират в инструмента за настройка на <application>Темите</application>.</para>
|
||||
<para>Използвайте падащия списък <guilabel>Вградени схеми</guilabel>, за да определите цвета на предния план и фона на терминала. <application>Терминалът</application> поддържа следните комбинации за цвят на предния план и фона:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Черно на светложълто</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Черно на бяло</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Сиво на черно</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Зелено на черно</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Бяло на черно</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Потребителски</guilabel>
|
||||
</para>
|
||||
<para>Тази опция Ви позволява да изберете цветове, които не са в избраната цветова схема.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>Реалното показване на цветовете за преден план и фон може да варира, в зависимост на цветовата схема, която изберете. Например, ако изберете <guilabel>Бяло на черно</guilabel> и <guilabel>Линукс конзола</guilabel>, програмата показва цветовете като светло сиво на черно. Падащият списък <guilabel>Вградени схеми</guilabel> е включенс амо, ако не е избрана опцията <guilabel>Използване на цветовете от системната тема</guilabel>.</para>
|
||||
<para>Натиснете бутона <guibutton>Цвят на текста</guibutton>, за да се появи прозорецът <guilabel>Избор на цвета на текста на терминала</guilabel>. Използвайте цветното колело или полетата, за да изберете цвета, който искате да използвате за текста. После натиснете <guibutton>Добре</guibutton>. Бутонът <guibutton>Цвят на текста</guibutton> е включен само, ако не е избрана опцията <guilabel>Използване на цветовете от системната тема</guilabel>.</para>
|
||||
<para>Натиснете бутона <guibutton>Цвят на фона</guibutton>, за да се появи прозорецът <guilabel>Избор на цвета на фона на терминала</guilabel>. Използвайте цветното колело или полетата, за да изберете цвета, който искате да използвате за фона. После натиснете <guibutton>Добре</guibutton>. Бутонът <guibutton>Цвят на фона</guibutton> е включен само, ако не е избрана опцията <guilabel>Използване на цветовете от системната тема</guilabel>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Палитра</guilabel></term>
|
||||
<listitem>
|
||||
<para>Цветовата схема е палитра от 16 цвята. Използвайте падащия списък <guilabel>Вградени схеми</guilabel>, за да изберете, коя цветова схема искате да използвате. <application>Терминалът</application> поддържа следните цветови схеми:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Конзола на линукс</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Xterm</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Rxvt</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Потребителски</guilabel>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>Всяка цветова схема е леко различна от другите. Например, <guilabel>Линукс конзола</guilabel> използва светло сиво вместо бяло. <guilabel>Потребителската</guilabel> цветова схема Ви позволява да създавате лична цветова палитра.</para>
|
||||
<para>Използвайте <guilabel>Цветовата палитра</guilabel>, за да персонализирате 16те стандартни цветове в потребителската палитра. За да промените цвят, натиснете върху него, за да се покаже прозорецът за <guilabel>Цвят от палитра</guilabel>. Използвайте цветното колело или полетата, за да изберете цвета. После натиснете <guibutton>Добре</guibutton>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="mate-terminal-prefs-effects">
|
||||
<title>Ефекти</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Цвят на фона</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете цвят за фона на терминалния прозорец. Опциите са, както следва:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Без (използване на плътен цвят)</guilabel>
|
||||
</para>
|
||||
<para>Изберете тази опция, за да използвате фоновия цвят, който е определен в раздела <guilabel>Цветове</guilabel> като цвят за фон на терминала.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Изображение</guilabel>
|
||||
</para>
|
||||
<para>Изберете тази опция, за да използвате файл с изображение, като фон на терминала. Използвайте полето <guilabel>Файл с изображение</guilabel>, за да определите местоположението и името на изображението. Друг начин е да натиснете <guibutton>Разглеждане</guibutton>, за да намеирте и изберете файла.</para>
|
||||
<para>Изберете опцията <guilabel>Плъзгане на фоновото изображение</guilabel>, за да може фоновото изображение да се плъзга с текста, когато прелиствате през терминала. Ако не изберете тази опция, фоновото изображение остава фиксирано на фона на терминала и само текста се прелиства. Тази опция е налична само, ако сте избрали опцията <guilabel>Изображение</guilabel>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<guilabel>Прозрачен фон</guilabel>
|
||||
</para>
|
||||
<para>Изберете тази опция, за да се използва прозрачен фон за терминала.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Прозрачен фон</guilabel>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Използвайте този плъзгач, за да затъмните или замъглите фона на терминала. Тази опция е включена само, ако сте избрали опциите <guilabel>Изобржаение</guilabel> или <guilabel>Прозрачен фон</guilabel>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="mate-terminal-prefs-scrolling">
|
||||
<title>Прелистване</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Лентата за прелистване е</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изполвайте този падащ списък, за да определите позицията на лентата за прелистване в терминалния прозорец.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Прелистване назад ... реда</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте това поле, за да определите броя редове, които могат да се прелистват назад. Например, ако въведете 100, ще може да прелиствате назад през последните 100 реда показани на терминала.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Прелистване назад ... килобайта</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте това поле, за да определите броя килобайти, които ще можете да прелиствате назад чрез лентата за прелистване. Например, ако определите 94, ще може да прелиствате назад през последните 94 килобайта показани в терминала.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Прелистване при изходни съобщения</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да може да прелиствате през изходните съобщения на терминала, докато терминала продължава да показва още изходни съобщения от команда.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Прелистване при натискане на клавиш</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Изберете тази опция, за да може при натискането на кой да е клавиш да се връщате най-долу към командния ред на терминала. Това действие е приложимо само, ако сте прелистили нагоре в терминалния прозорец и искате да се върнете към командния ред.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="mate-terminal-prefs-compatibility">
|
||||
<title>Съвместимост</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Клавишът "Backspace" генерира</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте падащия списък, за да изберете функцията, която искате да изпълнява клавишът <keycap>Backspace</keycap>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guilabel>Клавишът Delete генерира</guilabel> </term>
|
||||
<listitem>
|
||||
<para>Използвайте падащия списък, за да изберете функцията, която искате да изпълнява клавишът <keycap>Delete</keycap>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<guibutton>Връщане на настройките за съвместимост по подразбиране</guibutton> </term>
|
||||
<listitem>
|
||||
<para>Натиснете този бутон, за да върнете настройките на раздела <guilabel>Съвместимост</guilabel>, към подразбиращите се стойности.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
</sect1>
|
||||
</article>
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 5.9 KiB |
|
@ -0,0 +1,10 @@
|
|||
figdir = figures
|
||||
docname = mate-terminal
|
||||
lang = ja
|
||||
omffile = mate-terminal-ja.omf
|
||||
entities = legal.xml
|
||||
include $(top_srcdir)/xmldocs.make
|
||||
dist-hook: app-dist-hook
|
||||
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
|
@ -0,0 +1,577 @@
|
|||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# To use this template:
|
||||
# 1) Define: figdir, docname, lang, omffile, and entities in
|
||||
# your Makefile.am file for each document directory,
|
||||
# although figdir, omffile, and entities may be empty
|
||||
# 2) Make sure the Makefile in (1) also includes
|
||||
# "include $(top_srcdir)/xmldocs.make" and
|
||||
# "dist-hook: app-dist-hook".
|
||||
# 3) Optionally define 'entities' to hold xml entities which
|
||||
# you would also like installed
|
||||
# 4) Figures must go under $(figdir)/ and be in PNG format
|
||||
# 5) You should only have one document per directory
|
||||
# 6) Note that the figure directory, $(figdir)/, should not have its
|
||||
# own Makefile since this Makefile installs those figures.
|
||||
#
|
||||
# example Makefile.am:
|
||||
# figdir = figures
|
||||
# docname = scrollkeeper-manual
|
||||
# lang = C
|
||||
# omffile=scrollkeeper-manual-C.omf
|
||||
# entities = fdl.xml
|
||||
# include $(top_srcdir)/xmldocs.make
|
||||
# dist-hook: app-dist-hook
|
||||
#
|
||||
# About this file:
|
||||
# This file was taken from scrollkeeper_example2, a package illustrating
|
||||
# how to install documentation and OMF files for use with ScrollKeeper
|
||||
# 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.2 (last updated: March 20, 2002)
|
||||
#
|
||||
|
||||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# This file contains the build instructions for installing OMF files. It is
|
||||
# generally called from the makefiles for particular formats of documentation.
|
||||
#
|
||||
# Note that you must configure your package with --localstatedir=/var
|
||||
# so that the scrollkeeper-update command below will update the database
|
||||
# in the standard scrollkeeper directory.
|
||||
#
|
||||
# If it is impossible to configure with --localstatedir=/var, then
|
||||
# modify the definition of scrollkeeper_localstate_dir so that
|
||||
# it points to the correct location. Note that you must still use
|
||||
# $(localstatedir) in this or when people build RPMs it will update
|
||||
# the real database on their system instead of the one under RPM_BUILD_ROOT.
|
||||
#
|
||||
# Note: This make file is not incorporated into xmldocs.make because, in
|
||||
# general, there will be other documents install besides XML documents
|
||||
# and the makefiles for these formats should also include this file.
|
||||
#
|
||||
# About this file:
|
||||
# This file was derived from scrollkeeper_example2, a package
|
||||
# illustrating how to install documentation and OMF files for use with
|
||||
# ScrollKeeper 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.3 (last updated: March 20, 2002)
|
||||
#
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
|
||||
subdir = help/ja
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
|
||||
ALL_LINGUAS = @ALL_LINGUAS@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOC_USER_FORMATS = @DOC_USER_FORMATS@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
FGREP = @FGREP@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
|
||||
GLIB_MKENUMS = @GLIB_MKENUMS@
|
||||
GMOFILES = @GMOFILES@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GREP = @GREP@
|
||||
GTK_BUILDER_CONVERT = @GTK_BUILDER_CONVERT@
|
||||
HELP_DIR = @HELP_DIR@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INSTOBJEXT = @INSTOBJEXT@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
|
||||
INTLTOOL_MERGE = @INTLTOOL_MERGE@
|
||||
INTLTOOL_PERL = @INTLTOOL_PERL@
|
||||
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MATECONFTOOL = @MATECONFTOOL@
|
||||
MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
|
||||
MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGFMT_OPTS = @MSGFMT_OPTS@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OMF_DIR = @OMF_DIR@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
|
||||
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
|
||||
SMCLIENT_LIBS = @SMCLIENT_LIBS@
|
||||
STRIP = @STRIP@
|
||||
TERMINAL_API_VERSION = @TERMINAL_API_VERSION@
|
||||
TERMINAL_MAJOR_VERSION = @TERMINAL_MAJOR_VERSION@
|
||||
TERMINAL_MICRO_VERSION = @TERMINAL_MICRO_VERSION@
|
||||
TERMINAL_MINOR_VERSION = @TERMINAL_MINOR_VERSION@
|
||||
TERM_CFLAGS = @TERM_CFLAGS@
|
||||
TERM_LIBS = @TERM_LIBS@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
WARN_CFLAGS = @WARN_CFLAGS@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
|
||||
# ********** Begin of section some packagers may need to modify **********
|
||||
# This variable (docdir) specifies where the documents should be installed.
|
||||
# This default value should work for most packages.
|
||||
docdir = $(datadir)/mate/help/$(docname)/$(lang)
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
figdir = figures
|
||||
docname = mate-terminal
|
||||
lang = ja
|
||||
omffile = mate-terminal-ja.omf
|
||||
entities = legal.xml
|
||||
|
||||
# ********** You should not have to edit below this line **********
|
||||
xml_files = $(entities) $(docname).xml
|
||||
EXTRA_DIST = $(xml_files) $(omffile)
|
||||
CLEANFILES = omf_timestamp
|
||||
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/ja/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign help/ja/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-local
|
||||
|
||||
.MAKE: install-am install-data-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
clean-local dist-hook distclean distclean-generic \
|
||||
distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am \
|
||||
install-data-hook install-data-local install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
uninstall uninstall-am uninstall-local
|
||||
|
||||
|
||||
# At some point, it may be wise to change to something like this:
|
||||
# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
|
||||
|
||||
omf: omf_timestamp
|
||||
|
||||
omf_timestamp: $(omffile)
|
||||
-for file in $(omffile); do \
|
||||
scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
|
||||
done; \
|
||||
touch omf_timestamp
|
||||
|
||||
install-data-hook-omf:
|
||||
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
|
||||
for file in $(omffile); do \
|
||||
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
|
||||
done
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
|
||||
|
||||
uninstall-local-omf:
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
basefile=`basename $$file`; \
|
||||
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(omf_dest_dir)
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
|
||||
|
||||
clean-local-omf:
|
||||
-for file in $(omffile); do \
|
||||
rm -f $$file.out; \
|
||||
done
|
||||
|
||||
all: omf
|
||||
|
||||
$(docname).xml: $(entities)
|
||||
-ourdir=`pwd`; \
|
||||
cd $(srcdir); \
|
||||
cp $(entities) $$ourdir
|
||||
|
||||
app-dist-hook:
|
||||
if test "$(figdir)"; then \
|
||||
$(mkinstalldirs) $(distdir)/$(figdir); \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
$(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
|
||||
done \
|
||||
fi
|
||||
|
||||
install-data-local: omf
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)
|
||||
for file in $(xml_files); do \
|
||||
cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
|
||||
done
|
||||
if test "$(figdir)"; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||
done \
|
||||
fi
|
||||
|
||||
install-data-hook: install-data-hook-omf
|
||||
|
||||
uninstall-local: uninstall-local-doc uninstall-local-omf
|
||||
|
||||
uninstall-local-doc:
|
||||
-if test "$(figdir)"; then \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||
done; \
|
||||
rmdir $(DESTDIR)$(docdir)/$(figdir); \
|
||||
fi
|
||||
-for file in $(xml_files); do \
|
||||
rm -f $(DESTDIR)$(docdir)/$$file; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
clean-local: clean-local-doc clean-local-omf
|
||||
|
||||
# for non-srcdir builds, remove the copied entities.
|
||||
clean-local-doc:
|
||||
if test $(srcdir) != .; then \
|
||||
rm -f $(entities); \
|
||||
fi
|
||||
dist-hook: app-dist-hook
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,47 @@
|
|||
<legalnotice id="legalnotice">
|
||||
<para>
|
||||
GNU Free Documentation License (GFDL) の管理下でこのドキュメント
|
||||
をコピー、配布、または変更することを許可します。Free Software
|
||||
Foundation から発行されたバージョン 1.1 以降のドキュメントには、
|
||||
セクションや表紙などがありません。GFDL のコピーは、<ulink
|
||||
type="help" url="ghelp:fdl">URL</ulink> またはこのマニュアルと
|
||||
一緒に配布された COPYING-DOCS を参照してください。
|
||||
</para>
|
||||
<para> このマニュアルは、GFDL から配布された MATE マニュアルの
|
||||
一部です。このコレクションと別にマニュアルを提供したい場合は、
|
||||
ライセンスのセクション 6 で説明しているように、マニュアルに
|
||||
ライセンスを追加してください。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
他の企業の製品やサービスと区別するために使用する名前を登録商標
|
||||
と呼びます。MATE プロジェクトで使用する場合は、すべて大文字か
|
||||
最初の 1 文字だけ大文字で記載しています。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
ドキュメントおよび変更されているドキュメントは、下記の GNU FREE
|
||||
DOCUMENTATION ライセンスのもとにおいて頒布されます。
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>ドキュメントは、「現状のまま」をベースとして提供
|
||||
され、商品性、特定目的へも適合性または第三者の権利の
|
||||
非侵害の黙示の保証を含みそれに限定されない、明示的で
|
||||
あるか黙示的であるかを問わない、なんらの保証も行われ
|
||||
ないものとします。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>本製品が、外国為替および外国貿易管理法 (外為法) に
|
||||
定められる戦略物資等 (貨物または役務) に該当する場合、
|
||||
本製品を輸出または日本国外へ持ち出す際には、事前の
|
||||
書面による承諾を得ることのほか、外為法および関連法規
|
||||
に基づく輸出手続き、また場合によっては、米国商務省
|
||||
または米国所轄官庁の許可を得ることが必要です。
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</legalnotice>
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<omf>
|
||||
<resource>
|
||||
<creator>
|
||||
gdocteam@sun.com (Sun Microsystems)
|
||||
</creator>
|
||||
<maintainer>
|
||||
gdocteam@sun.com (Sun Microsystems)
|
||||
</maintainer>
|
||||
<!--
|
||||
<title>
|
||||
MATE 端末のマニュアル (V2.2)
|
||||
</title>
|
||||
-->
|
||||
<title>
|
||||
端末
|
||||
</title>
|
||||
<date>
|
||||
2002-08-16
|
||||
</date>
|
||||
<version identifier="2.2" date="2002-08-16" description="MATE 2.0 用に更新。プログラムバージョン 1.9.6"/>
|
||||
<subject category="GNOME|Applications|System Tools"/>
|
||||
<description>
|
||||
MATE 端末アプリケーションユーザーマニュアル
|
||||
</description>
|
||||
<type>
|
||||
ユーザーズガイド
|
||||
</type>
|
||||
<format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
|
||||
<identifier url="mate-terminal.xml"/>
|
||||
<language code="ja"/>
|
||||
<relation seriesid="d7834910-40e7-11d6-87e4-aa5f78e530ae"/>
|
||||
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
|
||||
</resource>
|
||||
</omf>
|
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 14 KiB |
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<omf>
|
||||
<resource>
|
||||
<subject category="GNOME|Applications|System Tools"/>
|
||||
<type>user's guide</type>
|
||||
<relation seriesid="d7834910-40e7-11d6-87e4-aa5f78e530ae"/>
|
||||
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
|
||||
</resource>
|
||||
</omf>
|
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,10 @@
|
|||
figdir = figures
|
||||
docname = mate-terminal
|
||||
lang = ro
|
||||
omffile = mate-terminal-ro.omf
|
||||
entities = legal.xml
|
||||
include $(top_srcdir)/xmldocs.make
|
||||
dist-hook: app-dist-hook
|
||||
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
|
@ -0,0 +1,577 @@
|
|||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# To use this template:
|
||||
# 1) Define: figdir, docname, lang, omffile, and entities in
|
||||
# your Makefile.am file for each document directory,
|
||||
# although figdir, omffile, and entities may be empty
|
||||
# 2) Make sure the Makefile in (1) also includes
|
||||
# "include $(top_srcdir)/xmldocs.make" and
|
||||
# "dist-hook: app-dist-hook".
|
||||
# 3) Optionally define 'entities' to hold xml entities which
|
||||
# you would also like installed
|
||||
# 4) Figures must go under $(figdir)/ and be in PNG format
|
||||
# 5) You should only have one document per directory
|
||||
# 6) Note that the figure directory, $(figdir)/, should not have its
|
||||
# own Makefile since this Makefile installs those figures.
|
||||
#
|
||||
# example Makefile.am:
|
||||
# figdir = figures
|
||||
# docname = scrollkeeper-manual
|
||||
# lang = C
|
||||
# omffile=scrollkeeper-manual-C.omf
|
||||
# entities = fdl.xml
|
||||
# include $(top_srcdir)/xmldocs.make
|
||||
# dist-hook: app-dist-hook
|
||||
#
|
||||
# About this file:
|
||||
# This file was taken from scrollkeeper_example2, a package illustrating
|
||||
# how to install documentation and OMF files for use with ScrollKeeper
|
||||
# 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.2 (last updated: March 20, 2002)
|
||||
#
|
||||
|
||||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# This file contains the build instructions for installing OMF files. It is
|
||||
# generally called from the makefiles for particular formats of documentation.
|
||||
#
|
||||
# Note that you must configure your package with --localstatedir=/var
|
||||
# so that the scrollkeeper-update command below will update the database
|
||||
# in the standard scrollkeeper directory.
|
||||
#
|
||||
# If it is impossible to configure with --localstatedir=/var, then
|
||||
# modify the definition of scrollkeeper_localstate_dir so that
|
||||
# it points to the correct location. Note that you must still use
|
||||
# $(localstatedir) in this or when people build RPMs it will update
|
||||
# the real database on their system instead of the one under RPM_BUILD_ROOT.
|
||||
#
|
||||
# Note: This make file is not incorporated into xmldocs.make because, in
|
||||
# general, there will be other documents install besides XML documents
|
||||
# and the makefiles for these formats should also include this file.
|
||||
#
|
||||
# About this file:
|
||||
# This file was derived from scrollkeeper_example2, a package
|
||||
# illustrating how to install documentation and OMF files for use with
|
||||
# ScrollKeeper 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.3 (last updated: March 20, 2002)
|
||||
#
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
|
||||
subdir = help/ro
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
|
||||
ALL_LINGUAS = @ALL_LINGUAS@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOC_USER_FORMATS = @DOC_USER_FORMATS@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
FGREP = @FGREP@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
|
||||
GLIB_MKENUMS = @GLIB_MKENUMS@
|
||||
GMOFILES = @GMOFILES@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GREP = @GREP@
|
||||
GTK_BUILDER_CONVERT = @GTK_BUILDER_CONVERT@
|
||||
HELP_DIR = @HELP_DIR@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INSTOBJEXT = @INSTOBJEXT@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
|
||||
INTLTOOL_MERGE = @INTLTOOL_MERGE@
|
||||
INTLTOOL_PERL = @INTLTOOL_PERL@
|
||||
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MATECONFTOOL = @MATECONFTOOL@
|
||||
MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
|
||||
MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGFMT_OPTS = @MSGFMT_OPTS@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OMF_DIR = @OMF_DIR@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
|
||||
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
|
||||
SMCLIENT_LIBS = @SMCLIENT_LIBS@
|
||||
STRIP = @STRIP@
|
||||
TERMINAL_API_VERSION = @TERMINAL_API_VERSION@
|
||||
TERMINAL_MAJOR_VERSION = @TERMINAL_MAJOR_VERSION@
|
||||
TERMINAL_MICRO_VERSION = @TERMINAL_MICRO_VERSION@
|
||||
TERMINAL_MINOR_VERSION = @TERMINAL_MINOR_VERSION@
|
||||
TERM_CFLAGS = @TERM_CFLAGS@
|
||||
TERM_LIBS = @TERM_LIBS@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
WARN_CFLAGS = @WARN_CFLAGS@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
|
||||
# ********** Begin of section some packagers may need to modify **********
|
||||
# This variable (docdir) specifies where the documents should be installed.
|
||||
# This default value should work for most packages.
|
||||
docdir = $(datadir)/mate/help/$(docname)/$(lang)
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
figdir = figures
|
||||
docname = mate-terminal
|
||||
lang = ro
|
||||
omffile = mate-terminal-ro.omf
|
||||
entities = legal.xml
|
||||
|
||||
# ********** You should not have to edit below this line **********
|
||||
xml_files = $(entities) $(docname).xml
|
||||
EXTRA_DIST = $(xml_files) $(omffile)
|
||||
CLEANFILES = omf_timestamp
|
||||
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/ro/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign help/ro/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-local
|
||||
|
||||
.MAKE: install-am install-data-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
clean-local dist-hook distclean distclean-generic \
|
||||
distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am \
|
||||
install-data-hook install-data-local install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
uninstall uninstall-am uninstall-local
|
||||
|
||||
|
||||
# At some point, it may be wise to change to something like this:
|
||||
# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
|
||||
|
||||
omf: omf_timestamp
|
||||
|
||||
omf_timestamp: $(omffile)
|
||||
-for file in $(omffile); do \
|
||||
scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
|
||||
done; \
|
||||
touch omf_timestamp
|
||||
|
||||
install-data-hook-omf:
|
||||
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
|
||||
for file in $(omffile); do \
|
||||
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
|
||||
done
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
|
||||
|
||||
uninstall-local-omf:
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
basefile=`basename $$file`; \
|
||||
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(omf_dest_dir)
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
|
||||
|
||||
clean-local-omf:
|
||||
-for file in $(omffile); do \
|
||||
rm -f $$file.out; \
|
||||
done
|
||||
|
||||
all: omf
|
||||
|
||||
$(docname).xml: $(entities)
|
||||
-ourdir=`pwd`; \
|
||||
cd $(srcdir); \
|
||||
cp $(entities) $$ourdir
|
||||
|
||||
app-dist-hook:
|
||||
if test "$(figdir)"; then \
|
||||
$(mkinstalldirs) $(distdir)/$(figdir); \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
$(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
|
||||
done \
|
||||
fi
|
||||
|
||||
install-data-local: omf
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)
|
||||
for file in $(xml_files); do \
|
||||
cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
|
||||
done
|
||||
if test "$(figdir)"; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||
done \
|
||||
fi
|
||||
|
||||
install-data-hook: install-data-hook-omf
|
||||
|
||||
uninstall-local: uninstall-local-doc uninstall-local-omf
|
||||
|
||||
uninstall-local-doc:
|
||||
-if test "$(figdir)"; then \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||
done; \
|
||||
rmdir $(DESTDIR)$(docdir)/$(figdir); \
|
||||
fi
|
||||
-for file in $(xml_files); do \
|
||||
rm -f $(DESTDIR)$(docdir)/$$file; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
clean-local: clean-local-doc clean-local-omf
|
||||
|
||||
# for non-srcdir builds, remove the copied entities.
|
||||
clean-local-doc:
|
||||
if test $(srcdir) != .; then \
|
||||
rm -f $(entities); \
|
||||
fi
|
||||
dist-hook: app-dist-hook
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 8.4 KiB |
|
@ -0,0 +1,70 @@
|
|||
<legalnotice id="legalnotice">
|
||||
<para>
|
||||
Permisiunea de a copia, distribui şi/sau modifica acest document
|
||||
este acordată conform Licenţei pentru Documentaţia Liberă GNU
|
||||
(GFDL), versiunea 1.1 sau orice versiune ulterioară publicată de
|
||||
către Fundaţia pentru Software Liber, dar fără Secţiuni invariante,
|
||||
şi fără texte de copertă. Puteţi găsi o copie a GFDL la <ulink type="help"
|
||||
url="ghelp:fdl">această legătură</ulink> sau în fişierul COPYING-DOCS
|
||||
distribuit cu acest manual.
|
||||
</para>
|
||||
<para> Acest manual este o parte a colecţiei de manuale MATE
|
||||
distribuite sub licenţă GFDL. Dacă doriţi să distribuiţi acest manual
|
||||
separat de colecţie, puteţi face acest lucru adăugând o copie a licenţei
|
||||
acestui manual, după cum este descris în secţiunea 6 a licenţei.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Multe dintre numele folosite de companii pentru a denumi produsele
|
||||
şi serviciile oferite sunt mărci înregistrate. Acolo unde aceste nume apar
|
||||
în documentaţia MATE, şi membrii Proiectului pentru Documentaţii MATE
|
||||
sunt conştienţi de aceste mărci înregistrate, numele sunt scrise
|
||||
cu majuscule sau cu cel puţin cu prima literă majusculă.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
DOCUMENTUL ŞI VERSIUNILE MODIFICATE ALE DOCUMENTULUI SUNT
|
||||
OFERITE ÎN TERMENII LICENŢEI PENTRU DOCUMENTAŢIA LIBERĂ GNU
|
||||
ÎN URMĂTOARELE CONDIŢII:
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>DOCUMENTUL ESTE OFERIT FĂRĂ NICI O GARANŢIE DE
|
||||
VREUN FEL, EXPRIMATĂ SAU IMPLICATĂ, INCLUZÂND, FĂRĂ
|
||||
LIMITARE, GARANŢIA CĂ DOCUMENTUL SAU VERSIUNILE
|
||||
MODIFICATE ALE DOCUMENTULUI SUNT FĂRĂ GREŞELI, SAU
|
||||
PENTRU UN SCOP ANUME. ÎNTREGUL RISC AL CALITĂŢII,
|
||||
ACURATEŢII SAU PERFORMANŢEI DOCUMENTULUI SAU ALE
|
||||
VERSIUNILOR MODIFICATE ALE DOCUMENTULUI VĂ APARŢINE.
|
||||
ÎN CAZUL ÎN CARE ORICE DOCUMENT SAU VERSIUNE MODIFICATĂ
|
||||
PREZINTĂ O GREŞEALĂ, ATUNCI DUMNEAVOASTRĂ (ŞI NU AUTORUL
|
||||
INIŢIAL SAU ORICARE CONTRIBUTOR) VĂ VEŢI ASUMA COSTUL
|
||||
REPARĂRII, ÎNTREŢINERII SAU CORECTĂRII. ACEASTĂ NEASUMARE
|
||||
A GARANŢIEI CONSTITUIE O PARTE ESENŢIALĂ A ACESTEI
|
||||
LICENŢE. NU ESTE AUTORIZATĂ FOLOSIREA DOCUMENTULUI
|
||||
SAU A VERSIUNILOR MODIFICATE DECÂNT ÎN PREZENŢA ACESTEI
|
||||
NEASUMĂRI A GARANŢIEI. ŞI
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>ÎN NICI O CIRCUMSTANŢĂ SAU TEORIE LEGALĂ,
|
||||
FIE ÎNTR-UN CONTRACT (INCLUZÂND NEGLIJENŢA), SAU ALTFEL,
|
||||
AUTORUL, SCRIITORUL INIŢIAL, ORICE CONTRIBUTOR, SAU
|
||||
ORICE DISTRIBUITOR AL DOCUMENTULUI SAU A VERSIUNII
|
||||
MODIFICATE A DOCUMENTULUI, SAU ORICE FURNIZOR AL UNEI
|
||||
ASTFEL DE PĂRŢI, VA FI RĂSPUNZĂTOR ÎN FAŢA ALTEI PERSOANE
|
||||
PENTRU ORICE DAUNE DIRECTE, INDIRECTE, SPECIALE,
|
||||
INCIDENTALE SAU CONSECVENŢIALE DE ORICE FEL, INCLUZÂND,
|
||||
FĂRĂ LIMITĂRI, DAUNE DE ORICE FEL, INCLUZÂND DAUNE
|
||||
PENTRU PIERDEREA LUCIDITĂŢII, OPRIREA PRODUCŢIEI, ERORI
|
||||
ALE CALCULATORULUI SAU NEFUNCŢIONĂRI, SAU ORICARE
|
||||
PAGUBE CAUZATE DE FOLOSIREA DOCUMENTULUI SAU A VERSIUNILOR
|
||||
MODIFICATE ALE ACESTUIA, CHIAR DACĂ ACEA PARTE A FOST
|
||||
INFORMATĂ DESPRE POSIBILITATEA ACESTOR DAUNE.
|
||||
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</legalnotice>
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<omf>
|
||||
<resource>
|
||||
<creator>
|
||||
gdocteam@sun.com (Sun Microsystems)
|
||||
</creator>
|
||||
<maintainer>
|
||||
gdocteam@sun.com (Sun Microsystems)
|
||||
</maintainer>
|
||||
<!--
|
||||
<title>
|
||||
MATE Terminal Manual V2.3
|
||||
</title>
|
||||
-->
|
||||
<title>
|
||||
Terminal
|
||||
</title>
|
||||
<date>
|
||||
2002-08-28
|
||||
</date>
|
||||
<version identifier="2.3" date="2002-08-28" description="Updated for MATE 2.0, program version 2.0.1."/>
|
||||
<subject category="GNOME|Applications|System Tools"/>
|
||||
<description>
|
||||
Manualul de utilizare pentru Terminalul MATE
|
||||
</description>
|
||||
<type>
|
||||
user's guide
|
||||
</type>
|
||||
<format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
|
||||
<identifier url="mate-terminal.xml"/>
|
||||
<language code="ro"/>
|
||||
<relation seriesid="d7834910-40e7-11d6-87e4-aa5f78e530ae"/>
|
||||
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
|
||||
</resource>
|
||||
</omf>
|
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,10 @@
|
|||
figdir = figures
|
||||
docname = mate-terminal
|
||||
lang = zh_TW
|
||||
omffile = mate-terminal-zh_TW.omf
|
||||
entities = legal.xml
|
||||
include $(top_srcdir)/xmldocs.make
|
||||
dist-hook: app-dist-hook
|
||||
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
|
@ -0,0 +1,577 @@
|
|||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# To use this template:
|
||||
# 1) Define: figdir, docname, lang, omffile, and entities in
|
||||
# your Makefile.am file for each document directory,
|
||||
# although figdir, omffile, and entities may be empty
|
||||
# 2) Make sure the Makefile in (1) also includes
|
||||
# "include $(top_srcdir)/xmldocs.make" and
|
||||
# "dist-hook: app-dist-hook".
|
||||
# 3) Optionally define 'entities' to hold xml entities which
|
||||
# you would also like installed
|
||||
# 4) Figures must go under $(figdir)/ and be in PNG format
|
||||
# 5) You should only have one document per directory
|
||||
# 6) Note that the figure directory, $(figdir)/, should not have its
|
||||
# own Makefile since this Makefile installs those figures.
|
||||
#
|
||||
# example Makefile.am:
|
||||
# figdir = figures
|
||||
# docname = scrollkeeper-manual
|
||||
# lang = C
|
||||
# omffile=scrollkeeper-manual-C.omf
|
||||
# entities = fdl.xml
|
||||
# include $(top_srcdir)/xmldocs.make
|
||||
# dist-hook: app-dist-hook
|
||||
#
|
||||
# About this file:
|
||||
# This file was taken from scrollkeeper_example2, a package illustrating
|
||||
# how to install documentation and OMF files for use with ScrollKeeper
|
||||
# 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.2 (last updated: March 20, 2002)
|
||||
#
|
||||
|
||||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# This file contains the build instructions for installing OMF files. It is
|
||||
# generally called from the makefiles for particular formats of documentation.
|
||||
#
|
||||
# Note that you must configure your package with --localstatedir=/var
|
||||
# so that the scrollkeeper-update command below will update the database
|
||||
# in the standard scrollkeeper directory.
|
||||
#
|
||||
# If it is impossible to configure with --localstatedir=/var, then
|
||||
# modify the definition of scrollkeeper_localstate_dir so that
|
||||
# it points to the correct location. Note that you must still use
|
||||
# $(localstatedir) in this or when people build RPMs it will update
|
||||
# the real database on their system instead of the one under RPM_BUILD_ROOT.
|
||||
#
|
||||
# Note: This make file is not incorporated into xmldocs.make because, in
|
||||
# general, there will be other documents install besides XML documents
|
||||
# and the makefiles for these formats should also include this file.
|
||||
#
|
||||
# About this file:
|
||||
# This file was derived from scrollkeeper_example2, a package
|
||||
# illustrating how to install documentation and OMF files for use with
|
||||
# ScrollKeeper 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.3 (last updated: March 20, 2002)
|
||||
#
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
|
||||
subdir = help/zh_TW
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
|
||||
ALL_LINGUAS = @ALL_LINGUAS@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOC_USER_FORMATS = @DOC_USER_FORMATS@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
FGREP = @FGREP@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
|
||||
GLIB_MKENUMS = @GLIB_MKENUMS@
|
||||
GMOFILES = @GMOFILES@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GREP = @GREP@
|
||||
GTK_BUILDER_CONVERT = @GTK_BUILDER_CONVERT@
|
||||
HELP_DIR = @HELP_DIR@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INSTOBJEXT = @INSTOBJEXT@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
|
||||
INTLTOOL_MERGE = @INTLTOOL_MERGE@
|
||||
INTLTOOL_PERL = @INTLTOOL_PERL@
|
||||
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MATECONFTOOL = @MATECONFTOOL@
|
||||
MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
|
||||
MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGFMT_OPTS = @MSGFMT_OPTS@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OMF_DIR = @OMF_DIR@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
|
||||
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
|
||||
SMCLIENT_LIBS = @SMCLIENT_LIBS@
|
||||
STRIP = @STRIP@
|
||||
TERMINAL_API_VERSION = @TERMINAL_API_VERSION@
|
||||
TERMINAL_MAJOR_VERSION = @TERMINAL_MAJOR_VERSION@
|
||||
TERMINAL_MICRO_VERSION = @TERMINAL_MICRO_VERSION@
|
||||
TERMINAL_MINOR_VERSION = @TERMINAL_MINOR_VERSION@
|
||||
TERM_CFLAGS = @TERM_CFLAGS@
|
||||
TERM_LIBS = @TERM_LIBS@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
WARN_CFLAGS = @WARN_CFLAGS@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
|
||||
# ********** Begin of section some packagers may need to modify **********
|
||||
# This variable (docdir) specifies where the documents should be installed.
|
||||
# This default value should work for most packages.
|
||||
docdir = $(datadir)/mate/help/$(docname)/$(lang)
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
figdir = figures
|
||||
docname = mate-terminal
|
||||
lang = zh_TW
|
||||
omffile = mate-terminal-zh_TW.omf
|
||||
entities = legal.xml
|
||||
|
||||
# ********** You should not have to edit below this line **********
|
||||
xml_files = $(entities) $(docname).xml
|
||||
EXTRA_DIST = $(xml_files) $(omffile)
|
||||
CLEANFILES = omf_timestamp
|
||||
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/zh_TW/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign help/zh_TW/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-local
|
||||
|
||||
.MAKE: install-am install-data-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
clean-local dist-hook distclean distclean-generic \
|
||||
distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am \
|
||||
install-data-hook install-data-local install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
uninstall uninstall-am uninstall-local
|
||||
|
||||
|
||||
# At some point, it may be wise to change to something like this:
|
||||
# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
|
||||
|
||||
omf: omf_timestamp
|
||||
|
||||
omf_timestamp: $(omffile)
|
||||
-for file in $(omffile); do \
|
||||
scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
|
||||
done; \
|
||||
touch omf_timestamp
|
||||
|
||||
install-data-hook-omf:
|
||||
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
|
||||
for file in $(omffile); do \
|
||||
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
|
||||
done
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
|
||||
|
||||
uninstall-local-omf:
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
basefile=`basename $$file`; \
|
||||
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(omf_dest_dir)
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
|
||||
|
||||
clean-local-omf:
|
||||
-for file in $(omffile); do \
|
||||
rm -f $$file.out; \
|
||||
done
|
||||
|
||||
all: omf
|
||||
|
||||
$(docname).xml: $(entities)
|
||||
-ourdir=`pwd`; \
|
||||
cd $(srcdir); \
|
||||
cp $(entities) $$ourdir
|
||||
|
||||
app-dist-hook:
|
||||
if test "$(figdir)"; then \
|
||||
$(mkinstalldirs) $(distdir)/$(figdir); \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
$(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
|
||||
done \
|
||||
fi
|
||||
|
||||
install-data-local: omf
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)
|
||||
for file in $(xml_files); do \
|
||||
cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
|
||||
done
|
||||
if test "$(figdir)"; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||
done \
|
||||
fi
|
||||
|
||||
install-data-hook: install-data-hook-omf
|
||||
|
||||
uninstall-local: uninstall-local-doc uninstall-local-omf
|
||||
|
||||
uninstall-local-doc:
|
||||
-if test "$(figdir)"; then \
|
||||
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||
rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||
done; \
|
||||
rmdir $(DESTDIR)$(docdir)/$(figdir); \
|
||||
fi
|
||||
-for file in $(xml_files); do \
|
||||
rm -f $(DESTDIR)$(docdir)/$$file; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
clean-local: clean-local-doc clean-local-omf
|
||||
|
||||
# for non-srcdir builds, remove the copied entities.
|
||||
clean-local-doc:
|
||||
if test $(srcdir) != .; then \
|
||||
rm -f $(entities); \
|
||||
fi
|
||||
dist-hook: app-dist-hook
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
After Width: | Height: | Size: 9.8 KiB |
After Width: | Height: | Size: 9.9 KiB |
|
@ -0,0 +1,54 @@
|
|||
<legalnotice id="legalnotice">
|
||||
<para>
|
||||
根據自由軟體基金會 (Free Software Foundation) 所發佈
|
||||
的 GNU 自由文件授權 (GNU Free Documentation License, GFDL) 1.1 (含) 以後版本,
|
||||
使用者可以複製、散佈,或修改本文件,但不得增刪章節,不得加上封面文字,
|
||||
亦不得加上封底文字。
|
||||
如要取得 GFDL 的副本,請參閱
|
||||
此<ulink type="help"
|
||||
url="ghelp:fdl">連結</ulink>,或是參閱與本手冊一同隨附的 COPYING-DOCS
|
||||
檔案。
|
||||
</para>
|
||||
<para> 本手冊是屬於依 GFDL 授權所發佈之 MATE 手冊集中的一部份。
|
||||
如果您只要單獨散佈本手冊,依據授權聲明第六節之敘述,
|
||||
您必須另外將授權聲明加入本手冊中。</para>
|
||||
<para>
|
||||
許多公司為了突顯其產品與服務,會使用特別名稱,並亦已聲明這些
|
||||
名稱為其商標。當這些名稱出現在 MATE 文件中,同時 MATE 文件
|
||||
專案小組成員亦明白這些名稱為商標時,
|
||||
這些名稱會以大寫字母或是首字母大寫表示。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
本文件及其修正版本的提供,是基於 GNU 自由文件授權聲明
|
||||
的條款,同時亦有下列共識:
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>文件提供是以其「原樣」呈現,不管明示或暗示,皆不具任何
|
||||
保證,包括 (但不限於) 文件或修正版毫無錯誤、可販售、
|
||||
具特殊用途,或不侵權。
|
||||
關於本文件與修正版文件之品質、正確性及功用,
|
||||
其風險您必須自行承擔。
|
||||
若本文件或修正版有任何缺陷,任何必須之保養,修理及更正,
|
||||
應由您自行承擔,原始作者、作者或任何散佈者無須負責。
|
||||
本免責聲明是本授權聲明極重要與必要的一部份,因此任何文件或
|
||||
修正版的授權,皆須在同意本免責聲明的情況下進行;同時
|
||||
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>在任何情況或法律理論下,亦即不管是在侵權 (包括疏忽)、契約或
|
||||
其他情形,或是已預先告知會有下列損害之可能時,本文件
|
||||
或修正版的任何作者、原始作者、投稿人以及散佈者,或是
|
||||
任何提供單位,對於因使用本文件及修正版,或與本文件及
|
||||
修正版使用相關所造成的任何直接、間接、特殊、偶然或必
|
||||
然之損害,包括 (但不限於) 信譽受損、工作停止、電腦當
|
||||
機或不正常運作,或任何所有其他損害,上述人等皆不需負
|
||||
任何責任。
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</legalnotice>
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<omf>
|
||||
<resource>
|
||||
<creator>
|
||||
gdocteam@sun.com (Sun Microsystems)
|
||||
</creator>
|
||||
<maintainer>
|
||||
gdocteam@sun.com (Sun Microsystems)
|
||||
</maintainer>
|
||||
<!--
|
||||
<title>
|
||||
MATE Terminal Manual V2.2
|
||||
</title>
|
||||
-->
|
||||
<title>
|
||||
終端機
|
||||
</title>
|
||||
<date>
|
||||
2002-08-16
|
||||
</date>
|
||||
<version identifier="2.2" date="2002-08-16" description="為 MATE 2.0 更新之 1.9.6 版"/>
|
||||
<subject category="GNOME|Applications|System Tools"/>
|
||||
<description>
|
||||
MATE 終端機應用程式的使用者手冊。
|
||||
</description>
|
||||
<type>
|
||||
user's guide
|
||||
</type>
|
||||
<format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
|
||||
<identifier url="mate-terminal.xml"/>
|
||||
<language code="zh_TW"/>
|
||||
<relation seriesid="d7834910-40e7-11d6-87e4-aa5f78e530ae"/>
|
||||
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
|
||||
</resource>
|
||||
</omf>
|
|
@ -0,0 +1,14 @@
|
|||
[Desktop Entry]
|
||||
_Name=Terminal
|
||||
_Comment=Use the command line
|
||||
TryExec=mate-terminal
|
||||
Exec=mate-terminal
|
||||
Icon=utilities-terminal
|
||||
Type=Application
|
||||
X-MATE-DocPath=mate-terminal/index.html
|
||||
X-MATE-Bugzilla-Bugzilla=MATE
|
||||
X-MATE-Bugzilla-Product=mate-terminal
|
||||
X-MATE-Bugzilla-Component=BugBuddyBugs
|
||||
X-MATE-Bugzilla-Version=@VERSION@
|
||||
Categories=MATE;GTK;Utility;TerminalEmulator;
|
||||
StartupNotify=true
|
|
@ -0,0 +1,61 @@
|
|||
#
|
||||
# No modifications of this Makefile should be necessary.
|
||||
#
|
||||
# This file contains the build instructions for installing OMF files. It is
|
||||
# generally called from the makefiles for particular formats of documentation.
|
||||
#
|
||||
# Note that you must configure your package with --localstatedir=/var
|
||||
# so that the scrollkeeper-update command below will update the database
|
||||
# in the standard scrollkeeper directory.
|
||||
#
|
||||
# If it is impossible to configure with --localstatedir=/var, then
|
||||
# modify the definition of scrollkeeper_localstate_dir so that
|
||||
# it points to the correct location. Note that you must still use
|
||||
# $(localstatedir) in this or when people build RPMs it will update
|
||||
# the real database on their system instead of the one under RPM_BUILD_ROOT.
|
||||
#
|
||||
# Note: This make file is not incorporated into xmldocs.make because, in
|
||||
# general, there will be other documents install besides XML documents
|
||||
# and the makefiles for these formats should also include this file.
|
||||
#
|
||||
# About this file:
|
||||
# This file was derived from scrollkeeper_example2, a package
|
||||
# illustrating how to install documentation and OMF files for use with
|
||||
# ScrollKeeper 0.3.x and 0.4.x. For more information, see:
|
||||
# http://scrollkeeper.sourceforge.net/
|
||||
# Version: 0.1.3 (last updated: March 20, 2002)
|
||||
#
|
||||
|
||||
omf_dest_dir=$(datadir)/omf/@PACKAGE@
|
||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||
|
||||
# At some point, it may be wise to change to something like this:
|
||||
# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
|
||||
|
||||
omf: omf_timestamp
|
||||
|
||||
omf_timestamp: $(omffile)
|
||||
-for file in $(omffile); do \
|
||||
scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
|
||||
done; \
|
||||
touch omf_timestamp
|
||||
|
||||
install-data-hook-omf:
|
||||
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
|
||||
for file in $(omffile); do \
|
||||
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
|
||||
done
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
|
||||
|
||||
uninstall-local-omf:
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
basefile=`basename $$file`; \
|
||||
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
|
||||
done
|
||||
-rmdir $(DESTDIR)$(omf_dest_dir)
|
||||
-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
|
||||
|
||||
clean-local-omf:
|
||||
-for file in $(omffile); do \
|
||||
rm -f $$file.out; \
|
||||
done
|