| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Signed-off-by: Giovanni Scafora <linuxmania@gmail.com>
modified: po/it.po
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
|
|
|
|
|
| |
Also perform the updates in the message files so we don't break
translations.
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
|
|
|
| |
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
|
|
| |
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
|
|
| |
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
|
|
|
|
|
|
|
|
| |
This fixes the output issue related to the progress bar by delaying the
output. We can decide later (post-release) if we like this method or we want
to switch to something else.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
[Dan: just some minor cleanups]
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
|
|
| |
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Move all .cvsignore files to .gitignore for switch in VCS. In addition,
delete ones that were unnecessary because they only contained Makefile
and Makefile.am.
Signed-off-by: Dan McGee <dan@archlinux.org>
(cherry picked from commit 8cacc46f8bcfe5b2325a2fae2af9b1fc5b09139e)
|
| |
| |
| |
| |
| |
| | |
* Updated all message catalogs
* Bump version in configure.ac
* Remove a dead mirror
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Update the mirrorlist
* Fix FS7338- the previous repo-add fix didn't quite do the job, but it
should be fixed now.
* Small updates to translations files
* Add -mtune=generic to default CFLAGS (req'd by GCC 4.2)
|
| |
| |
| |
| |
| |
| |
| |
| | |
Hackish fix to ensure libarchive extracts files and dirs with the right
permissions. For some reason extracting /tmp on install wasn't handled properly
by librachive, so an explicit chmod will fix this.
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
|
| | |
|
| |
| |
| |
| | |
Pierre Schmitz <pierre@archlinux.de>
|
| | |
|
| | |
|
| |
| |
| |
| | |
paths
|
| |
| |
| |
| | |
authors of those.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Fixes bug #7005 as reported and patched by
Marcus Habernehl <bmh1980de@yahoo.de>
|
| | |
|
| |
| |
| |
| | |
Pierre Schmitz <pierre@archlinux.de>
|
| | |
|
| | |
|
| |
| |
| |
| | |
Giovanni Scafora <linuxmania@gmail.com>
|
| |
| |
| |
| | |
Scott Horowitz <stonecrest@gmail.com>
|
| |
| |
| |
| | |
Using the wrong variable in sortbydeps
|
| | |
|
| |
| |
| |
| | |
Let IgnorePkg take precedence over the FORCE package flag
|
| |
| |
| |
| | |
Juan Pablo González T. <lord_jotape@yahoo.com.ar>
|
| |
| |
| |
| | |
Bugfix for FS#6944
|
| | |
|
| |
| |
| |
| | |
Matthias Gorissen <siquame@web.de>
|
| |
| |
| |
| | |
From: Mateusz Jędrasik <m.jedrasik@gmail.com>
|
| |
| |
| |
| |
| | |
Make sure ldconfig runs on upgrade
* Added 3 pactests to verify (by output only) that ldconfig is run
|
| |
| |
| |
| |
| | |
Fix #6905- makepkg dependency checking error
Fix #6915- add SUU mirror to mirrorlist.in
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
pkgname was undefined previously when this was called, fixed.
Patch from Roman Kyrylych <roman.kyrylych@gmail.com>.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Added a pactest case for this ("-R foo foo foo foo foo" should do what is
expected)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Prefer case-insensitive config settings. In the future case-insensitivity
may be enforced.
* Provides a fix for the tr_TR locale by checking the case-insensitive version
first. This is more elegant than setting the 'C' locale for tr_TR.
Also added a 'RootDir' config option to match CacheDir and DBPath
|