summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-25Remove unnecessary includes of downloadprog.hDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25Remove single-function upgrade.cDan McGee
Move pacman_upgrade into add.c, at least for now. It really doesn't need its own file. For the long term, we may want to move this whole file back to upgrade.c if we deprecate the add operation. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25Merge single-function header files on pacman sideDan McGee
Having a seperate header file for add, remove, query, etc. seemed overkill. Merge them all into a common pacman.h and fix the necessary #includes. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25repo-add: Fix bug where desc info was omitted if package in a groupMarcus Habernehl
This fixes FS #7005. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25repo-add: Fixed bug of missing desc entries if package is in a groupDan McGee
Fixes bug #7005 as reported and patched by Marcus Habernehl <bmh1980de@yahoo.de>
2007-04-25Update the pot language filesDan McGee
It looks like it is easier if these get updated too, so lets do it for now. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25Update all translation po filesDan McGee
In order to get more reliable message statistics, I updated all of the po files by first doing a make *.pot-update followed by a make. I am holding off on committing the pot files as this causes issues with make constantly wanting to rebuild them. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25Updated French TranslationNam
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25Updated French translation from Nam <37i11@altern.org>.Dan McGee
2007-04-23Updating German TranslationPierre Schmitz
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-23* Updated German translationDan McGee
Pierre Schmitz <pierre@archlinux.de>
2007-04-23Forward port NEWS file from 3.0.2Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-23Updates in prep for 3.0.2 releaseDan McGee
2007-04-23Add a pactest for IgnorePkg and force on same packageDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-23Add two pactestsDan McGee
2007-04-23* Updated Italian translationDan McGee
Giovanni Scafora <linuxmania@gmail.com>
2007-04-23rankmirrors: download first 50KB of DB to get more reliable numbersScott Horowitz
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-23rankmirrors: download first 50KB of DB to get more reliable numbersDan McGee
Scott Horowitz <stonecrest@gmail.com>
2007-04-23* Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin
Using the wrong variable in sortbydeps
2007-04-23New archlinuxppc.org mirror added to mirrorlistAaron Griffin
2007-04-23* Chantry Xavier <xav@chantry.homelinux.org>Aaron Griffin
Let IgnorePkg take precedence over the FORCE package flag
2007-04-22Using wrong variable for depend lookup in sortbydepsNagy Gabor
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-23Added Spanish Translation.Dan McGee
Juan Pablo González T. <lord_jotape@yahoo.com.ar>
2007-04-22New archlinuxppc.org mirror added to mirrorlistAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-22Let IgnorePkg superceed the FORCE package flagChantry Xavier
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-22Added Spanish translationJuan Pablo González T
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-18* Alexander Baldeck <alexander@archlinux.org>Aaron Griffin
Bugfix for FS#6944
2007-04-17Bug fix for FS#6944Alexander Baldeck
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-16makepkg: unset LC_MESSAGES during buildsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-17makepkg: unset one more language variableDan McGee
2007-04-16Update German translationMatthias Gorissen
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-16Add Polish language translationMateusz Jędrasik
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-17Updated German translationDan McGee
Matthias Gorissen <siquame@web.de>
2007-04-17Adding Polish language translation, thanks!Dan McGee
From: Mateusz Jędrasik <m.jedrasik@gmail.com>
2007-04-17* Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin
Make sure ldconfig runs on upgrade * Added 3 pactests to verify (by output only) that ldconfig is run
2007-04-17Bugfixes in prep for a 3.0.2 releaseDan McGee
Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in
2007-04-16ldconfig changes from CVSAaron Griffin
forward-porting some 3.0.2 changes * Nagy's ldconfig fix * 3 new pactests to check if ldconfig runs Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-16makepkg: remove grep calls from stripping binariesAndrew Fyfe
Remove grep calls from stripping binaries and libraries, which will not work with localized strings. Clean up the find usage as well. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-16Forward port 3.0.2 branch fixesDan McGee
Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-14Add void to functions with empty parameter listDan McGee
Adding void [eg foo(void) instead of foo()] makes the code more compliant with ANSI C. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-11Fix FS #6872- CFLAGS are not usedDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-11Fix FS #6872- CFLAGS were not being exportedDan McGee
2007-04-09Added easynews mirrorDan McGee
2007-04-07Add pactest for pre_ and post_remove scriptlet events firingDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-05Really run scriptlet on pre_remove and post_removeRoman Kyrylych
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-05Fix running of pre_remove and Post_removeDan McGee
pkgname was undefined previously when this was called, fixed. Patch from Roman Kyrylych <roman.kyrylych@gmail.com>.
2007-04-05makepkg: spelling fixRoman Kyrylych
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-04Add replaces output to -Qi operationDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-04Added easynews mirror to mirrorlist.inDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-04Enable support for other download protocols in makepkgDan McGee
This patch fixes FS #4404 as well as adding support for future protocols by generalizing the concept of a download agent and allowing a downloader to be specified for each protocol. Original work done by Andrew Fyfe <andrew@neptune-one.net>. Signed-off-by: Dan McGee <dan@archlinux.org>