aboutsummaryrefslogtreecommitdiff
path: root/common/hooks/pre-pkg (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* common/hooks/pre-pkg/generate-runtime-deps: fix usage of skiprdeps in subpack...John2019-02-161-1/+1
* common: merge only_for_archs and noarch=yes into one.Enno Boland2019-02-153-3/+3
* hooks/99-pkglint-subpkgs.sh: match name until end of linemaxice82019-02-091-2/+2
* xbps-src/hooks: most 05-rename-python3-c-bindings to post-installmaxice82019-02-021-16/+0
* 05-rename-python3-c-bindings.sh: fixmaxice82019-01-311-1/+1
* hooks/pre-pkg/05-rename-python3-c-bindings.sh: introducemaxice82019-01-311-0/+16
* hooks/pre-pkg/99-pkglint-subpkgs.sh: fix case where grep doesn't matchmaxice82019-01-301-1/+1
* hooks/pre-pkg: add pkglint-subpkgs hookmaxice82019-01-271-0/+44
* hooks/pre-pkg: prohibit /usr/doc, mention /usr/share/docmaxice82018-12-201-4/+19
* hooks/pre-pkg: deal with packages that install to /etc but should usemaxice82018-12-101-0/+24
* hooks/pre-pkg: deal with packages using /etc/bash_completion.dmaxice82018-12-071-0/+7
* hooks/pre-pkg: safely pass arguments to printfCameron Nemo2018-11-181-1/+1
* xbps-src: Migrate from build_style for 32bit pkgsToyam Cox2018-10-041-8/+0
* common/hooks/pre-pkg/04-generate-runtime-deps.sh: remove unused variableMichael Gehring2018-08-201-2/+1
* Revert "common/hooks: add hook to check python dependencies"Alessio Sergi2018-06-051-52/+0
* common/hooks: add hook to check python dependenciesEnno Boland2018-06-051-0/+52
* common/hooks: fix support for application/x-pie-executableEnno Boland2018-04-161-1/+1
* common/hooks: support application/x-pie-executable (from file 5.33).Leah Neukirchen2018-04-162-2/+2
* 04-generate-runtime-deps.sh: introduce skiprdepsJürgen Buchmüller2018-04-101-1/+6
* 03-rewrite-python-shebang.sh: don't rewrite versioned python scripts (#6155)Enno Boland2017-04-171-3/+3
* xbps-src: introduce python_versionAlessio Sergi2016-11-171-0/+4
* python-setuptools: update to 28.8.0Alessio Sergi2016-11-101-4/+0
* xbps-src: limit the search to the /usr/lib/pythonX.Y directoryAlessio Sergi2016-10-271-1/+1
* hooks/rewrite-python-shebang: s/pycompile_version/pyver/Alessio Sergi2016-10-241-1/+1
* hooks/rewrite-python-shebang: bin-only scripts supportAlessio Sergi2016-10-241-0/+4
* xbps-src: add support for python3 pkgsAlessio Sergi2016-10-161-27/+14
* xbps-src: re-introduce etc/virtual.Juan RP2016-04-271-153/+164
* hooks/rewrite-python-shebang: simplify and check for unset $off correctly.Juan RP2016-04-171-5/+4
* hooks/pre-pkg: fix "integer expression expected" error.Enno Boland2016-04-011-1/+1
* common/hooks: look for pycompile_version to identify python version.Enno Boland2016-03-271-1/+3
* common/hooks: fix python shebang rewrite for multi-versioned packagesEnno Boland2016-03-271-0/+36
* common/hooks/pre-pkg/05-prepare-32bit.sh: create needed subdirectories for li...Christian Neukirchen2016-03-071-1/+1
* common: replace XBPS_COMMIT_TIMESTAMP by SOURCE_DATE_EPOCHEnno Boland2016-03-011-4/+4
* environment/build: overwrite __DATE__, __TIME__, and __TIMESTAMP__ macros.Enno Boland2016-03-011-20/+4
* hooks/pre-pkg: do not dereference symbolic links while rewriting mtimes.Enno Boland2016-02-231-1/+1
* hooks/pre-pkg: mtime rewriting is default on now.Enno Boland2016-02-231-2/+2
* hooks/pre-pkg: fixed mtime support for packages.Enno Boland2016-02-191-0/+26
* common: expand_destdir rewriteEnno Boland2015-11-181-1/+1
* common: remove unneccessary 'source's; move extglob.sh to installEnno Boland2015-11-181-2/+0
* common: move expand_destdir to environment/pkg; change lint check.Enno Boland2015-11-181-2/+4
* xbps-src: do not allow empty PKGDESTDIR unless build_style!=meta.Juan RP2015-11-131-2/+10
* pre-pkg/06-shlib-provides.sh: revamp soname registration.Christian Neukirchen2015-10-061-2/+8
* pre-pkg/06-shlib-provides.sh: shlib-provide all versioned librariesChristian Neukirchen2015-10-051-5/+1
* xbps-src: replace basename(1) with ${var##*/}.Juan RP2015-09-111-1/+1
* xbps-src/hooks/pkglint: error out if DESTDIR/usr/sbin exists.Juan RP2015-06-031-0/+4
* hooks/pkglint: check that all files in conf_files really exist.Juan RP2015-04-051-0/+10
* hooks/shlib-provides: only process .so* files.Juan RP2015-03-261-1/+1
* hooks: move pkglint to the pre-pkg phase to make this work again.Juan RP2015-02-081-0/+80
* hooks/shlib-provides: fix inverted condition.Juan RP2015-02-071-1/+1
* hooks/shlib-provides: if pkg sets shlib_provides do not skip it.Juan RP2015-02-071-1/+1