aboutsummaryrefslogtreecommitdiff
path: root/scripts/libmakepkg
Commit message (Expand)AuthorAgeFilesLines
* libmakepkg: fix compatibility with bash-5.2 globskipdotsAllan McRae2022-10-021-0/+7
* libmakepkg: Fix git clone commandsoloturn2022-08-021-4/+1
* makepkg: Add GITFLAGS environmental variable to customise checkoutsoloturn2022-07-291-1/+4
* debugflags: Ensure we have unique source pathsMorten Linderud2022-06-252-4/+4
* libmakepkg: Do not "strip" files when the format is not recognisedAllan McRae2022-05-121-1/+6
* Make link time optimization flags configurableEvangelos Foutras2022-03-063-8/+8
* libmakepkg/autodep: fix module nameAllan McRae2022-01-131-1/+1
* strip: Use debugedit instead of AWK to parse source filesMorten Linderud2022-01-092-5/+55
* libmakepkg: add extra buildflags only when buildflags is not disabledAllan McRae2022-01-092-2/+2
* makepkg: use -ffile-prefix-map instead of -fdebug-prefix-mapXiretza2022-01-021-2/+2
* Update copyright yearsAllan McRae2022-01-0291-91/+91
* libmakepkg: automatically add library dependenciesAllan McRae2021-12-292-1/+76
* libmakepkg: automatically add library sonames to providesAllan McRae2021-12-293-0/+75
* libmakepkg: add framework for autodepsAllan McRae2021-12-291-0/+38
* LTO: Add -flto to LDFLAGS for clangAllan McRae2021-12-241-0/+1
* Fix file permissionsAllan McRae2021-12-121-0/+0
* Update mailing list urlmorganamilo2021-11-2088-88/+88
* libmakepkg: reproducibilty for python packagesAllan McRae2021-08-084-0/+76
* libmakepkg: allow correctly sourcing when $LIBRARY is not setEli Schwartz2021-08-043-0/+6
* makepkg: fix stripping of relocatable binaries with binutils>=2.37Allan McRae2021-08-041-0/+2
* makepkg: squelch readelf warnings from debug strippingEli Schwartz2021-05-191-1/+1
* makepkg: add PACMAN_AUTH configurable setting for sudo elevationEli Schwartz2021-04-071-1/+1
* makepkg: fix the use of spaces in the localname:: component of sourcesEli Schwartz2021-04-071-1/+1
* libmakepkg: fix detection of source file names for debug packagesAllan McRae2021-03-271-1/+1
* Strip LTO symbols from distributed .a/.o filesAllan McRae2021-03-031-0/+13
* Add link time optimization support to makepkgAllan McRae2021-03-032-0/+38
* Update copyright yearAllan McRae2021-03-0185-85/+85
* libmakepkg: Support zstd decompression for sourcesMorten Linderud2021-02-242-1/+7
* makepkg: Don't double-layer distcc on ccacheMatti Niemenmaa2021-02-081-1/+3
* makepkg: don't let the strip routine mess up file attributesEli Schwartz2021-02-081-2/+9
* Add fossil scm support to makepkgIvy Foster2020-11-264-2/+132
* libmakepkg: compress: fix tar extensionMichael Straube2020-11-261-0/+3
* makepkg: emptydirs: fix typoMichael Straube2020-10-211-1/+1
* libmakepkg: extend compress.sh to also permit checking validityEli Schwartz2020-08-101-13/+40
* srcinfo.sh: remove trailing newlineDenton Liu2020-06-261-3/+2
* makepkg/repo-add: handle GPGKEY with spacesEli Schwartz2020-06-111-3/+3
* libmakepkg: fix regression in sending plain() output to stderrEli Schwartz2020-06-1111-25/+33
* makepkg: correctly handle missing download clientsEli Schwartz2020-06-111-1/+1
* makepkg: guard against undefined git pinned sourcesEli Schwartz2020-06-111-1/+1
* libmakepkg/strip: don't re-add the same debug source multiple timesEli Schwartz2020-06-011-4/+7
* build-aux/update-copyright 2019 2020Allan McRae2020-02-1084-84/+84
* makepkg: add CRC checksums and set these to be the defaultAllan McRae2020-01-281-1/+1
* makepkg: make per-package files containing '$pkgname' consistently workEli Schwartz2020-01-272-6/+14
* libmakepkg: use readelf instead of file for finding ELF file typesEthan Sommer2019-12-111-14/+12
* makepkg: fix regression that broke extraction of file:// sourcesEli Schwartz2019-11-262-3/+3
* libmakepkg: fix empty arguments in parseoptsEthan Sommer2019-11-051-4/+4
* libmakepkg: add optional argument support to parseoptsEthan Sommer2019-11-041-42/+74
* Comma failAllan McRae2019-10-301-1/+1
* makepkg: do not count hard links multiple times when calculating pkg sizeEli Schwartz2019-10-302-0/+42
* makepkg: protect against unexpected whitespace in filenamesEli Schwartz2019-10-303-8/+8