aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/abuild: properly detect failure of installing dependenciesTimo Teräs2016-10-311-4/+8
|
* main/abuild: fix arch for subpackagesNatanael Copa2016-10-261-3/+1
|
* main/abuild: upgrade to 2.29.0Natanael Copa2016-10-241-9/+5
|
* main/abuild: use libresslNatanael Copa2016-10-101-2/+2
|
* main/abuild: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/abuild: add update_config_guessCarlo Landmeter2016-08-121-5/+9
|
* main/abuild: upgrade to 2.28.0Natanael Copa2016-07-271-29/+5
|
* main/abuild: add patches from upstreamNatanael Copa2016-07-121-4/+28
| | | | crosscompile fixes, fix download when checksum does not match
* main/abuild: upgrade to 2.27.2Natanael Copa2016-06-141-9/+5
|
* main/abuild: fix bug in up2date checkNatanael Copa2016-05-181-4/+8
|
* main/abuild: upgrade to 2.27.1Natanael Copa2016-05-161-9/+5
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* main/abuild: fix error when there are no patches and builddir is not setNatanael Copa2016-04-051-5/+9
|
* main/abuild: upgrade to 2.27.0Natanael Copa2016-03-231-4/+4
|
* main/abuild: upgrade to 2.26.0Natanael Copa2016-02-221-9/+5
|
* main/abuild: fix duplicate so:* providesNatanael Copa2015-12-101-4/+4
|
* main/abuild: fix detection of deps and symlinksNatanael Copa2015-11-051-5/+5
|
* main/abuild: dont install self as makedependsNatanael Copa2015-10-291-4/+8
|
* main/abuild: upgrade to 2.25.0_rc1Natanael Copa2015-10-281-29/+5
|
* main/abuild: fix div by zero when print huan sizeNatanael Copa2015-10-281-4/+8
| | | | happens on empty packages on btrfs
* main/abuild: fix check_depends_devNatanael Copa2015-10-121-4/+8
|
* main/abuild: Depend on patchSören Tempel2015-09-301-2/+2
| | | | | | | Some patches can only be applied with GNU patch (example: OpenSSH aport), thus abuild needs to depend on patch. See also: e4e72a78d0ea922149226c9880ed095dcd550118
* main/abuild: check if depends_dev is set unnecessarilyCarlo Landmeter2015-09-281-4/+8
|
* rebuild to properly set maintainerCarlo Landmeter2015-09-161-1/+1
|
* main/abuild: fix issue in maintainer checkCarlo Landmeter2015-09-161-4/+8
|
* main/abuild: try to validate maintainer addressCarlo Landmeter2015-09-161-4/+8
|
* main/abuild: fix abuild-fetchNatanael Copa2015-08-261-4/+4
| | | | | we need move the saveas- and $outfile:: logic to abuild-fetch so the outfile gets correct name on those urls
* main/abuild: fix fetch to nfs directoryNatanael Copa2015-08-261-5/+5
|
* main/abuild: workaround for fetching files to an nfs shareNatanael Copa2015-08-261-4/+8
|
* main/abuild: upgrade to 2.24.0Natanael Copa2015-08-191-21/+5
|
* main/abuild: fix arch per subpackageNatanael Copa2015-08-101-4/+8
| | | | | ref #4491 ref #4517
* main/abuild: create instal_if for -doc subpackagesNatanael Copa2015-07-201-4/+8
|
* main/abuild: fix gem resolver, split to subpackageKaarle Ritvanen2015-07-081-5/+17
|
* main/abuild: fix circular dep problem for symlink depsNatanael Copa2015-06-231-4/+8
|
* main/abuild: add pkgconf to dependsNatanael Copa2015-06-221-2/+2
| | | | it is needed for managing the pkg-config dependencies
* main/abuild: upgrade to 2.23.0Natanael Copa2015-06-121-13/+5
|
* main/abuild: another fix for provides in subpackagesNatanael Copa2015-06-111-4/+8
|
* main/abuild: fix generation of subpackagesNatanael Copa2015-06-081-4/+8
| | | | we need clear install_if and provides for subpackages
* main/abuild: upgrade to 2.23.0_rc2Natanael Copa2015-06-051-6/+4
|
* main/abuild: upgrade to 2.22.0Natanael Copa2015-04-281-13/+5
|
* main/abuild: preseve all xattrsTimo Teräs2015-04-091-4/+8
|
* main/abuild: upgrade to git snapshot 20150408Natanael Copa2015-04-081-12/+9
| | | | with xattr support for new paxmarking style
* main/abuild: fix CXXFLAGS for debugNatanael Copa2015-01-281-4/+8
|
* main/abuild: fix move of .a files to -dev subpkgNatanael Copa2015-01-141-4/+8
|
* main/abuild: upgrade to 2.21.0Natanael Copa2014-10-301-4/+5
|
* main/abuild: upgrade to 2.20.1Natanael Copa2014-04-301-4/+4
| | | | fixes #2878
* main/abuild: upgrade to 2.20.0Natanael Copa2014-03-311-5/+5
|
* main/abuild: remove buildrootNatanael Copa2014-03-281-1/+3
| | | | its provided by lua-aports
* main/abuild: upgrade to 2.19.2Natanael Copa2014-01-231-13/+5
|
* main/abuild: implement -dbg subpackagesNatanael Copa2014-01-161-4/+8
| | | | | | | | | Simply create a -dbg subpackage and abuild will automatically add symbols there. Patch from Andrew Manison fixes #626