Juan RP
955d7ce232
hooks/do-pkg/gen-pkg: don't set unnecessary args to xbps-create(1).
2015-09-10 20:07:13 +02:00
Juan RP
983d68a31e
xbps-src: support multiple pkg compression formats via etc/conf.
...
XBPS_PKG_COMPTYPE can be set via etc/conf to set your preferred compression
format; defaults to xz, like xbps-create(1).
The "none" setting is only available since 0.48 (unreleased).
2015-09-03 12:44:08 +02:00
Juan RP
5c95087605
hooks/gen-pkg: do not autogenerate dbg pkg if this exists already.
...
This will be required by an upcoming change to linuxX.X by @chneukirchen
to build a -dbg pkg; and we cannot generate it automatically for now.
This avoids a double pkg creation noticed by @chneukirchen.
2015-02-05 11:30:32 +01:00
Juan RP
6e13dcbaff
xbps-src: introduce XBPS_STATEDIR to store state files, logs and others.
...
XBPS_STATEDIR is created in XBPS_BUILDDIR/.xbps-${sourcepkg}-${version}
and contains logs and state files for all phases, as well as wrappers.
We can now inspect the output from all hooks.
2014-12-11 11:02:22 +01:00
Enno Boland
59cc3e0d45
replace nonfree=yes with repository=nonfree.
...
This way it is possible to set up package specific repositories for
i.e. specific devices.
2014-11-05 14:15:25 +01:00
Enno Boland
5395d9b0a2
common/hooks: add reverts field to packages
2014-09-30 00:03:33 +02:00
Juan RP
d27e135986
hooks/gen-pkg: keep and transform "replaces" in 32bit pkgs.
2014-08-22 09:21:04 +02:00
Juan RP
99d8ab648e
hooks/gen-pkg: keep provides for 32bit conversion before creating -dbg subpkgs.
2014-07-23 15:23:18 +02:00
Juan RP
49133f9b62
hooks/gen-pkg: use local vars for 32bit provides conversion.
2014-07-23 15:19:16 +02:00
Juan RP
00040a63fa
hooks/gen-pkg: convert provides for 32bit pkgs.
2014-07-23 13:07:46 +02:00
Juan RP
1b4e6ecaac
xbps-src: added support for the "tags" variable and require xbps>=0.37.
2014-06-06 20:51:47 +02:00
Juan RP
ea719b3f59
Added multilib, multilib/nonfree and debug repositories by default.
...
- multilib: to store 32bit packages.
- multilib/nonfree: to store nonfree 32bit packages.
- debug: to store debug packages.
2014-05-05 10:59:33 +02:00
Juan RP
9ffc0d09ce
common/hooks: ignore XBPS_ARCH when cross building.
2014-04-28 15:08:44 +02:00
Juan RP
e24233a15a
hooks/do-pkg/gen-pkg: do not propagate conf_files/provides/replaces to 32bit pkgs.
2014-03-09 08:59:22 +01:00
Juan RP
3016320cb0
hooks: only generate/register 32bit pkgs on x86.
2014-03-07 10:12:20 +01:00
Juan RP
a26205c634
common/hooks: enable by default 32bit pkgs for x86_64.
2014-03-06 21:03:23 +01:00
Juan RP
aa83852d7b
common/hooks: add support for do-<phase> hooks as suggested by Gottox.
...
- New hooks for do-fetch and do-extract moved from xbps-src.
- Renamed some hooks to have XX as prefix.
2014-03-05 11:02:37 +01:00