Merge branch 'maint'
Conflicts: doc/makepkg.conf.5.txt
This commit is contained in:
commit
b369f71fd6
4 changed files with 14 additions and 15 deletions
|
@ -8,7 +8,11 @@
|
||||||
# Show man link as: <command>(<section>); if section is defined, else just show
|
# Show man link as: <command>(<section>); if section is defined, else just show
|
||||||
# the command.
|
# the command.
|
||||||
|
|
||||||
|
[macros]
|
||||||
|
(?su)[\\]?(?P<name>linkman):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
|
||||||
|
|
||||||
[attributes]
|
[attributes]
|
||||||
|
asterisk=*
|
||||||
plus=+
|
plus=+
|
||||||
caret=^
|
caret=^
|
||||||
startsb=[
|
startsb=[
|
||||||
|
@ -30,13 +34,7 @@ ifndef::docbook-xsl-172[]
|
||||||
[listingblock]
|
[listingblock]
|
||||||
<example><title>{title}</title>
|
<example><title>{title}</title>
|
||||||
<literallayout>
|
<literallayout>
|
||||||
ifdef::doctype-manpage[]
|
|
||||||
.ft C
|
|
||||||
endif::doctype-manpage[]
|
|
||||||
|
|
|
|
||||||
ifdef::doctype-manpage[]
|
|
||||||
.ft
|
|
||||||
endif::doctype-manpage[]
|
|
||||||
</literallayout>
|
</literallayout>
|
||||||
{title#}</example>
|
{title#}</example>
|
||||||
endif::docbook-xsl-172[]
|
endif::docbook-xsl-172[]
|
||||||
|
|
|
@ -117,11 +117,11 @@ Options
|
||||||
|
|
||||||
*docs*;;
|
*docs*;;
|
||||||
Save doc directories. If you wish to delete doc directories, specify
|
Save doc directories. If you wish to delete doc directories, specify
|
||||||
`!docs' in the array. The directories affected are specified by the
|
`!docs` in the array. The directories affected are specified by the
|
||||||
`DOC_DIRS` variable.
|
`DOC_DIRS` variable.
|
||||||
|
|
||||||
*libtool*;;
|
*libtool*;;
|
||||||
Leave libtool (.la) files in packages. Specify `!libtool' to remove
|
Leave libtool (.la) files in packages. Specify `!libtool` to remove
|
||||||
them.
|
them.
|
||||||
|
|
||||||
*emptydirs*;;
|
*emptydirs*;;
|
||||||
|
@ -148,13 +148,13 @@ Options
|
||||||
slash to the directory name.
|
slash to the directory name.
|
||||||
|
|
||||||
**DOC_DIRS=(**usr/{,share/}{doc,gtk-doc} ...**)**::
|
**DOC_DIRS=(**usr/{,share/}{doc,gtk-doc} ...**)**::
|
||||||
If "!docs" is specified in the OPTIONS array, this variable will
|
If `!docs` is specified in the OPTIONS array, this variable will
|
||||||
instruct makepkg where to look to remove docs. If you build packages
|
instruct makepkg where to look to remove docs. If you build packages
|
||||||
that are located in opt/, you may need to add the directory to this
|
that are located in opt/, you may need to add the directory to this
|
||||||
array. *NOTE:* Do not add the leading slash to the directory name.
|
array. *NOTE:* Do not add the leading slash to the directory name.
|
||||||
|
|
||||||
**STRIP_DIRS=(**bin lib sbin usr/{bin,lib} ...**)**::
|
**STRIP_DIRS=(**bin lib sbin usr/{bin,lib} ...**)**::
|
||||||
If "strip" is specified in the OPTIONS array, this variable will
|
If `strip` is specified in the OPTIONS array, this variable will
|
||||||
instruct makepkg where to look to for files to strip. If you build
|
instruct makepkg where to look to for files to strip. If you build
|
||||||
packages that are located in opt/, you may need to add the directory
|
packages that are located in opt/, you may need to add the directory
|
||||||
to this array. *NOTE:* Do not add the leading slash to the directory
|
to this array. *NOTE:* Do not add the leading slash to the directory
|
||||||
|
@ -176,7 +176,7 @@ Options
|
||||||
in the current directory. Many people like to keep all source files in
|
in the current directory. Many people like to keep all source files in
|
||||||
a central location for easy cleanup, so this path can be set here.
|
a central location for easy cleanup, so this path can be set here.
|
||||||
|
|
||||||
**PACKAGER=**"John Doe <john@doe.com>"::
|
**PACKAGER=**"John Doe <john@example.com>"::
|
||||||
This value is used when querying a package to see who was the builder.
|
This value is used when querying a package to see who was the builder.
|
||||||
It is recommended you change this to your name and email address.
|
It is recommended you change this to your name and email address.
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,8 @@ hooks, and the ability to sync your local machine with a remote ftp server to
|
||||||
automatically upgrade packages. Pacman packages are a zipped tar format.
|
automatically upgrade packages. Pacman packages are a zipped tar format.
|
||||||
|
|
||||||
Since version 3.0.0, pacman has been the frontend to linkman:libalpm[3], the
|
Since version 3.0.0, pacman has been the frontend to linkman:libalpm[3], the
|
||||||
"Arch Linux Package Management" library. This library allows alternative front
|
``Arch Linux Package Management'' library. This library allows alternative
|
||||||
ends to be written (for instance, a GUI front end).
|
front ends to be written (for instance, a GUI front end).
|
||||||
|
|
||||||
|
|
||||||
Operations
|
Operations
|
||||||
|
@ -73,7 +73,7 @@ to determine which packages need upgrading. This behavior operates as follows:
|
||||||
|
|
||||||
*-U, \--upgrade*::
|
*-U, \--upgrade*::
|
||||||
Upgrade or add a package to the system. Either a URL or file path can be
|
Upgrade or add a package to the system. Either a URL or file path can be
|
||||||
specified. This is a "remove-then-add" process. See <<HCF,Handling Config
|
specified. This is a ``remove-then-add'' process. See <<HCF,Handling Config
|
||||||
Files>> for an explanation on how pacman takes care of config files.
|
Files>> for an explanation on how pacman takes care of config files.
|
||||||
|
|
||||||
*-V, \--version*::
|
*-V, \--version*::
|
||||||
|
@ -141,7 +141,7 @@ Options
|
||||||
the installation root setting.
|
the installation root setting.
|
||||||
|
|
||||||
*\--noconfirm*::
|
*\--noconfirm*::
|
||||||
Bypass any and all "Are you sure?" messages. It's not a good idea to do
|
Bypass any and all ``Are you sure?'' messages. It's not a good idea to do
|
||||||
this unless you want to run pacman from a script.
|
this unless you want to run pacman from a script.
|
||||||
|
|
||||||
*\--noprogressbar*::
|
*\--noprogressbar*::
|
||||||
|
|
|
@ -25,6 +25,7 @@ which defines global options.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
--------
|
--------
|
||||||
#
|
#
|
||||||
# pacman.conf
|
# pacman.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue