summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-10-26 00:15:47 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-10-26 02:07:32 -0400
commitdbdb438fa4074cde13df1ac2231c42bd32b9b222 (patch)
tree6ea62821640a2e4a47f3e7d0fde2fa374e8bfbe6
parentdfd594ab068b4649f6e864f8348515e754c36b39 (diff)
wip - rename *aur*->*pur*
-rw-r--r--README.pod66
-rw-r--r--po/HOWTO28
2 files changed, 47 insertions, 47 deletions
diff --git a/README.pod b/README.pod
index 16b5461..c675477 100644
--- a/README.pod
+++ b/README.pod
@@ -2,36 +2,36 @@
=head1 NAME
-pacaur - an AUR helper that minimizes user interaction
+pacpur - a PUR helper that minimizes user interaction
=head1 SYNOPSIS
-Usage: I<pacaur> E<lt>operationE<gt> [ options ] [ target(s) ]
+Usage: I<pacpur> E<lt>operationE<gt> [ options ] [ target(s) ]
=head1 DESCRIPTION
-Pacaur is an Arch User Repository (AUR) helper aiming at speed and simplicity
+Pacpur is an Arch User Repository (PUR) helper aiming at speed and simplicity
and is designed to minimize user prompt interaction. It uses an uncluttered
interface and makes use of the full secured RPC interface to solve the dependency
tree. It will also automatically prompt for sudo access when needed. It is built
upon the well designed auracle C++ and expac C backends.
-Invoking pacaur consists of supplying an operation, any applicable options, and
+Invoking pacpur consists of supplying an operation, any applicable options, and
usually one or more targets. A I<target> is usually a package name or a search
string.
=head1 USERBASE TARGET
-Pacaur is targeted at B<advanced users> who want some degree of automation for
-repetitive tasks. As such, the user is expected to be familiar with the AUR
+Pacpur is targeted at B<advanced users> who want some degree of automation for
+repetitive tasks. As such, the user is expected to be familiar with the PUR
manual build process with makepkg and its configuration options, as well as
being knowledgeable about sudo and gpg configuration.
Two sets of command line options are provided: commands which call the pacman
-binary and extend it with AUR functions B<(-S, -Ss, -Si, -Sw, -Su, -Qu, -Sc, -Scc)>,
-and I<-a/--aur> can be added to only apply these to the AUR. As such, pacaur can be
-used by users who prefer to have a single tool to manage the officialand AUR
-repositories, or by users who prefer to keep their AUR frontend separated from pacman.
+binary and extend it with PUR functions B<(-S, -Ss, -Si, -Sw, -Su, -Qu, -Sc, -Scc)>,
+and I<-a/--aur> can be added to only apply these to the PUR. As such, pacpur can be
+used by users who prefer to have a single tool to manage the officialand PUR
+repositories, or by users who prefer to keep their PUR frontend separated from pacman.
=head1 OPERATIONS
@@ -41,11 +41,11 @@ repositories, or by users who prefer to keep their AUR frontend separated from p
=item B<-S, -Ss, -Si, -Sw, -Su, -Qu, -Sc, -Scc>
-Pacaur wraps all B<pacman operations> and by default extends respectively its
+Pacpur wraps all B<pacman operations> and by default extends respectively its
sync, search, info, download only, system upgrade, upgrades check, clean and
-clean all functions to the AUR. This extension behavior is optional and can be
+clean all functions to the PUR. This extension behavior is optional and can be
disabled with the I<-r/--repo> flag, and used with the variable set with the
-I<-a/--aur> flag. Pacaur will also pass any other pacman operations and their
+I<-a/--aur> flag. Pacpur will also pass any other pacman operations and their
related options to the pacman binary.
=back
@@ -73,7 +73,7 @@ Display the help message and quit.
=item B<-a, --aur>
When used with pacman extended operations, only search, build, install, upgrade
-or clean I<target(s)> from the AUR.
+or clean I<target(s)> from the PUR.
=item B<-r, --repo>
@@ -99,7 +99,7 @@ package names and not version, group, and description information.
=item B<--devel>
-When used with upgrade and check operations, also consider AUR development
+When used with upgrade and check operations, also consider PUR development
packages. Supported are I<cvs>, I<svn>, I<git>, I<hg>, I<bzr> and I<darcs>
development packages, as well as I<daily> and I<nightly> build packages.
@@ -149,18 +149,18 @@ also be hidden.
=item B<--by> <FIELD>, B<--searchby> <FIELD>
-When searching the AUR, search by I<FIELD> where I<FIELD> is B<name>, B<name-desc>,
+When searching the PUR, search by I<FIELD> where I<FIELD> is B<name>, B<name-desc>,
or B<maintainer> to search for packages by their name, name and description, or by
the package maintainer, respectively. The default is to search by name-desc.
=item B<--literal>
-When searching the AUR, disable regex search and interpret target as a literal
+When searching the PUR, disable regex search and interpret target as a literal
string.
=item B<--sort> <KEY>, B<--rsort> <KEY>
-When searching the AUR, sort the results in ascending or descending order,
+When searching the PUR, sort the results in ascending or descending order,
respectively, by I<KEY> where I<KEY> is B<name>, B<votes> or B<popularity>.
=back
@@ -171,24 +171,24 @@ respectively, by I<KEY> where I<KEY> is B<name>, B<votes> or B<popularity>.
=item B<system config>
-Pacaur honors a system-wide config file which will be looked for first at
+Pacpur honors a system-wide config file which will be looked for first at
- $XDG_CONFIG_DIRS/pacaur/config
+ $XDG_CONFIG_DIRS/pacpur/config
and falling back to
- /etc/xdg/pacaur/config
+ /etc/xdg/pacpur/config
=item B<user config>
User-defined configuration files overriding the general settings will be looked
for first at
- $XDG_CONFIG_HOME/pacaur/config
+ $XDG_CONFIG_HOME/pacpur/config
and falling back to
- $HOME/.config/pacaur/config
+ $HOME/.config/pacpur/config
=back
@@ -215,12 +215,12 @@ or the I<$LOGDEST> directory should any error occur. Default is B<false>.
=item B<sortby>
-When searching the AUR, sort the results by I<name>, number of I<votes> or
+When searching the PUR, sort the results by I<name>, number of I<votes> or
I<popularity>. Default is B<popularity>.
=item B<sortorder>
-When searching the AUR, sort the results in I<ascending> or I<descending> order.
+When searching the PUR, sort the results in I<ascending> or I<descending> order.
Default is B<descending>.
=item B<sudoloop>
@@ -235,7 +235,7 @@ building packages. Default is B<true>.
=over 4
-=item B<AURDEST>
+=item B<PURDEST>
Determines where the packages build files (PKGBUILD, .SRCINFO and install script
files) will be cloned. The I<-Sc> and I<-Scc> clean operations allow to remove
@@ -244,16 +244,16 @@ cloned files, respectively.
If this environment variable is not defined, the clone directory will be set to
- $XDG_CACHE_HOME/pacaur
+ $XDG_CACHE_HOME/pacpur
with a fall back to
- $HOME/.cache/pacaur
+ $HOME/.cache/pacpur
=item B<makeopts>
Internally used variable for passing options to makepkg, can be set externally to
-add flags for pacaur to always pass to makepkg, such as I<-A>, which ignores the
+add flags for pacpur to always pass to makepkg, such as I<-A>, which ignores the
arch field in a PKGBUILD to allow for building on other architectures regardless of
if that architecture has been added to the arch field
@@ -316,7 +316,7 @@ through the I<VerbosePkgLists> option.
To allow build files comparison, the I<displaybuildfiles> default config option
is set to I<diff>. Although the clone directory (set by default to
-I<$XDG_CACHE_HOME/pacaur>) can be changed through the alternative I<$AURDEST>
+I<$XDG_CACHE_HOME/pacpur>) can be changed through the alternative I<$PURDEST>
environment variable, it should always be set to a persistent location.
=item B<interactive PKGBUILDs>
@@ -328,7 +328,7 @@ the opinion that PKGBUILDs should always provide default compilation options.
=item B<host name error>
-If a lot of "Could not connect to the AUR" and "Timeout was reached" messages
+If a lot of "Could not connect to the PUR" and "Timeout was reached" messages
are displayed while searching or requesting info for packages despite the
internet connection working correctly, ensure your local I<DNS server> is
correctly configured to improve name lookups. Using Google's primary DNS
@@ -359,11 +359,11 @@ I would also suggest to donate to a charitable organization of your choice
should you believe that your money could make a bigger difference there.
Thank you!
-Absolutely B<no support> is provided, unless you are ready to pay for it.
-
All credits go to all direct or indirect contributors. Many thanks to all of
you!
+Absolutely B<no support> is provided, unless you are ready to pay for it.
+
=head1 TRANSLATORS
B<[ca] - CatalĂ > - Alex "alexhenrie" Henrie
diff --git a/po/HOWTO b/po/HOWTO
index 1689df4..804e2a7 100644
--- a/po/HOWTO
+++ b/po/HOWTO
@@ -1,4 +1,4 @@
-README for pacaur's translators
+README for pacpur's translators
===============================
Note: The target locale must be available on your system.
@@ -9,9 +9,9 @@ Add a new translation
To add a new translation, generate a new <locale>.po file from the current code,
where <locale> is one of the locales given in /usr/share/i18n/locales:
-$ cd ./pacaur
-$ bash --dump-po-strings pacaur > pacaur.pot
-$ msguniq pacaur.pot > po/<locale>.po
+$ cd ./pacpur
+$ bash --dump-po-strings pacpur > pacpur.pot
+$ msguniq pacpur.pot > po/<locale>.po
If applicable, use the 'short' locale (de, es, fr, ...) to make it available to
all sublocales. Use the regular locale (en_GB, en_AU, ..., zh_CN, zh_TW) when
@@ -41,13 +41,13 @@ Notes:
Update a translation
--------------------
-To update an existing translation, generate the updated pacaur.pot file and merge
+To update an existing translation, generate the updated pacpur.pot file and merge
the existing changes:
-$ cd ./pacaur
-$ bash --dump-po-strings pacaur > pacaur.pot
-$ msguniq pacaur.pot > pacaur.po
-$ msgmerge --update po/<locale>.po pacaur.po
+$ cd ./pacpur
+$ bash --dump-po-strings pacpur > pacpur.pot
+$ msguniq pacpur.pot > pacpur.po
+$ msgmerge --update po/<locale>.po pacpur.po
Open the po/<locale>.po file and check for new or 'fuzzy' strings.
@@ -56,16 +56,16 @@ Testing your translation
To test your translation, compile the source <locale>.po file and install it on
your system:
-cd ./pacaur
-msgfmt -o /usr/share/locale/<locale>/LC_MESSAGES/pacaur.mo po/<locale>.po
+cd ./pacpur
+msgfmt -o /usr/share/locale/<locale>/LC_MESSAGES/pacpur.mo po/<locale>.po
-To launch pacaur with a specific locale:
+To launch pacpur with a specific locale:
-$ LANG=<locale> pacaur -S package
+$ LANG=<locale> pacpur -S package
Sending your translation
------------------------
-Translation can be sent through GitHub pull request on https://github.com/rmarquis/pacaur.
+Translation can be sent through GitHub pull request on https://github.com/rmarquis/pacpur.
Beware of pulling the source <locale>.po file, not the compiled <locale>.po file.
Resources