summaryrefslogtreecommitdiff
path: root/scripts/makepkg.in
AgeCommit message (Expand)Author
2007-06-04scripts/makepkg.in: Add gettext translation for WARNING and ERROR.Andrew Fyfe
2007-06-04scripts/makepkg.in: Fix version comparision in create_xdelta().Andrew Fyfe
2007-06-04Add gettext/i18n to most of the currently-used scriptsGiovanni Scafora
2007-06-03scripts/makepkg.in: More clean up.Andrew Fyfe
2007-06-03scripts/makepkg.in: Improve error handling and clean up on exit.Andrew Fyfe
2007-06-03Clean up output messages for translation.Andrew Fyfe
2007-06-03scripts/makepkg.in: Rewrite check_{options,buildenv} to tidy them up.Andrew Fyfe
2007-06-03scripts/makepkg.in: Clean up.Andrew Fyfe
2007-06-02Rename functions in makepkg for consistencyDan McGee
2007-06-02makepkg: fix create_xdelta() and add warningAsh Milsted
2007-06-02scripts/makepkg.in: Some more clean ups.Andrew Fyfe
2007-06-02makepkg: code cleanupDan McGee
2007-06-02scripts/makepkg.in: Move the remaining stages into functions.Andrew Fyfe
2007-06-02scripts/makepkg.in: All calls to eval_gettext have been remove, gettext.sh is...Andrew Fyfe
2007-06-01Drop --usesudo option and add some checks related to ASROOTDan McGee
2007-06-01scripts/makepkg.in: Clean up gen/check checksum code.Andrew Fyfe
2007-06-01scripts/makepkg.in: Various clean ups.Andrew Fyfe
2007-06-01Cleaned up dependencies check functions in makepkgAndrew Fyfe
2007-05-31Add autotool substitution for SRCEXT.Andrew Fyfe
2007-05-30Clean up variable usage in create_xdelta() and add a check for the xdelta pro...Dale Ogilvie
2007-05-30Add support for creating xdeltas in makepkg.Dale Ogilvie
2007-05-31makepkg: do not retrieve sources if NOEXTRACT or REPKG setDag Odenhall
2007-05-31makepkg: switch applicable $startdir/dir refs to new variable namesDan McGee
2007-05-30Check if pkgdir exists in create_packageDag Odenhall
2007-05-30makepkg: fix double occurance of word in asroot warningDag Odenhall
2007-05-30makepkg: add srcdir and pkgdir variablesDan McGee
2007-05-30makepkg: add source package creation optionDan McGee
2007-05-30scripts: do autoconf path replacement rightDan McGee
2007-05-29Substitute config directory in scripts.Andrew Fyfe
2007-05-29Set paths in pacman-optimize to use configure-time pathsDan McGee
2007-05-29Get --help and --version options working on all scriptsDan McGee
2007-05-28Switch to printf for output messages.Andrew Fyfe
2007-05-27chmod -x scripts/*.inAndrew Fyfe
2007-05-27fix existing autotools in scripts/*Andrew Fyfe
2007-05-27makepkg: fakeroot-related changes and other misc outputDan McGee
2007-05-27Removed fakeroot hacks.Andrew Fyfe
2007-05-27Reduced the number of commands run inside fakeroot to the bare minimum.Andrew Fyfe
2007-05-16makepkg: ensure DISTCC_HOSTS variable is exported when requiredDan McGee
2007-05-14makepkg: a few small changesDan McGee
2007-05-14Cleaned up and simplified run_build().Andrew Fyfe
2007-05-14Moved commands to setup build environment and run build() into run_build().Andrew Fyfe
2007-05-14Cleaned up and simplified tidy_install().Andrew Fyfe
2007-05-14Moved commands to tidy up package install into tidy_install().Andrew Fyfe
2007-05-14Cleaned up and simplified create_package().Andrew Fyfe
2007-05-14Moved commands to create package file into create_package().Andrew Fyfe
2007-04-17Bug fix for FS#6944Alexander Baldeck
2007-04-16makepkg: unset LC_MESSAGES during buildsDan McGee
2007-04-16makepkg: remove grep calls from stripping binariesAndrew Fyfe
2007-04-16Forward port 3.0.2 branch fixesDan McGee
2007-04-11Fix FS #6872- CFLAGS are not usedDan McGee