summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
Commit message (Expand)AuthorAge
* Restrict pkgname from starting with a dot.Allan McRae2013-06-04
* makepkg: Use LOGDEST for logpipeAllan McRae2013-05-18
* makepkg: fixup broken revision and repo referencesDave Reisner2013-05-18
* Add -V/--version option to makepkg's usage function and man pageEric Bélanger2013-04-30
* makepkg: avoid redirecting stdoutDave Reisner2013-04-28
* makepkg: fix svn repo extractionAllan McRae2013-04-12
* Do not use checkout directory for SVN configAllan McRae2013-04-12
* Add support for all bzr URLs in the PKGBUILD source arrayMaxime Gauduin2013-04-11
* makepkg: don't run remove_deps twice when unneededWilliam Giokas2013-04-11
* remove continue from download_localDaniel Wallace2013-04-01
* makepkg: unset GREP_OPTIONSAndrew Gregory2013-03-31
* Ensure we are always in $SRCDEST before downloadingAllan McRae2013-03-30
* Remove duplicate optionAllan McRae2013-03-26
* Revert "makepkg: Use a recursive git clone."Allan McRae2013-03-14
* makepkg: Add --verifysource to only download/verify source filesOlivier Brunel2013-03-10
* makepkg: Make VCS download functions use get_filenameNeer Sighted2013-03-10
* makepkg: Separate vcs download and extractWilliam Giokas2013-03-10
* makepkg: Use a recursive git clone.Neer Sighted2013-03-07
* makepkg: Avoid find to fork for each rm callSébastien Luttringer2013-03-07
* Add staticlibs option in PKGBUILDSébastien Luttringer2013-03-07
* makepkg: add support for .pkg.tar.lzoDave Reisner2013-02-16
* makepkg: fix -r and --needed conflictWilliam Giokas2013-02-13
* makepkg: add lrzip compression supportAllan McRae2013-02-13
* makepkg: make $pkgdir non-accessible during build()Allan McRae2013-02-07
* makepkg: Integrate check_install into tidy_installChirantan Ekbote2013-01-29
* makepkg: Formatting consistency in write_pkginfoWilliam Giokas2013-01-17
* makepkg: Print out full version on pkgver updateWilliam Giokas2013-01-03
* makepkg: use --apparent-size when du supports itAllan McRae2013-01-03
* Update copyright year for 2013Allan McRae2013-01-03
* makepkg: add mtree file into packageAllan McRae2012-12-14
* Added LOGDEST variableWilliam Giokas2012-12-14
* makepkg: normalize whitespace in $pkgdesc when writing .PKGINFODave Reisner2012-12-14
* makepkg: install debug symbol packages if requestedAllan McRae2012-11-27
* makepkg: assign debugging symbol directory to a variableAllan McRae2012-11-27
* makepkg: allow debug package suffix to be configurableAllan McRae2012-11-27
* makepkg: create package from stripped debug symbolsAllan McRae2012-11-27
* makepkg: output the name of the package being createdAllan McRae2012-11-27
* makepkg: strip debugging symbols into separate folderAllan McRae2012-11-27
* makepkg: always use pkg/$pkgname as $pkgdirAllan McRae2012-11-27
* makepkg: move debug symbol stripping to separate functionAllan McRae2012-11-27
* makepkg: add option to include debugging compiler flagsAllan McRae2012-11-27
* makepkg: always run tidy_install on repackagingAllan McRae2012-11-27
* Add --needed option to makepkgwgiokas2012-11-27
* Use sentence case in makepkgJason St. John2012-11-27
* makepkg: save path to PACMAN and test availabilityAllan McRae2012-11-27
* Remove last traces of handling command arguments in $PACMANMartin Panter2012-11-27
* makepkg: fix signing built packageChristian Hesse2012-11-27
* makepkg: deprecate PKGBUILDs without a package() functionAllan McRae2012-11-27
* makepkg: print "SKIP" for signature checksumsAllan McRae2012-11-27
* makepkg: use last match in BUILDENV/OPTIONS arrayAllan McRae2012-11-27