summaryrefslogtreecommitdiffhomepage
path: root/etc
AgeCommit message (Collapse)AuthorFilesLines
4 dayssubr.ex/ex_pkg.subr:ex_pkg_unfold_depends(): emit warning vs. fatalexit on ↵HEADmainLucía Andrea Illanes Albornoz1-2/+2
unknown dependencies. etc/build.msgs.en:MSG_build_unknown_dep{,s}: emit warning vs. fatalexit on unknown dependencies.
4 daysFix ./build.sh -r ***name and ./pkgtool.sh -r name.Lucía Andrea Illanes Albornoz3-7/+4
4 daysAlways check all packages' deps for unknown packages.Lucía Andrea Illanes Albornoz1-0/+1
5 daysgroups.d/dev_packages.group: copy all group variables from native_packages.Lucía Andrea Illanes Albornoz1-1/+8
subr.ex/ex_pkg.subr:ex_pkg_copy_group_vars(): initial implementation. etc/README.md: updated.
5 dayssubr.ex/ex_pkg.subr:ex_pkg_register_group(): separate {owner,copy} from ↵Lucía Andrea Illanes Albornoz1-11/+14
{auto,noauto} groups. groups.d/dev_packages.group: updated. etc/README.md: updated.
5 daysetc/build.usage{,.short}: updated.Lucía Andrea Illanes Albornoz3-11/+13
etc/README.md: updated.
5 daysetc/README.md: updated.Lucía Andrea Illanes Albornoz1-8/+31
9 daysetc/README.md: updated.Lucía Andrea Illanes Albornoz1-0/+8
2024-03-24vars/gcc.vars: manually honour -r ALL,...Lucía Andrea Illanes Albornoz1-1/+4
vars/gcc.vars: always mkdir prerequisite directories. etc/README.md: updated.
2024-03-18groups.d/231.native_packages_etc.group:{image,graphics}magick:${PKG_NO_PURGE ↵Lucía Andrea Illanes Albornoz1-0/+1
_LA_FILES}: don't delete .la files. etc/README.md: documents NO_PURGE_LA_FILES. subr.pkg/pkg_install_files.subr:pkgp_install_files_libraries(): purge .la files subject to ${PKG_NO_PURGE_LA_FILES}. vars.env.d/000.build.env:${DEFAULT_BUILD_VARS}: adds NO_PURGE_LA_FILES. subr.ex/ex_rtl_rpm.subr:ex_rtl_purge_la_files(): removes duplicate function.
2024-03-01build.sh: disambiguate skipped vs. disabled packages.Lucía Andrea Illanes Albornoz1-1/+1
etc/build.msgs.en:${MSG_build_finish}: disambiguate skipped vs. disabled packages.
2024-03-01etc/build.msgs.en:${MSG_build_finish}: disambiguate skipped vs. disabled ↵Lucía Andrea Illanes Albornoz1-1/+1
packages.
2024-02-26etc/README.md: correctly document BUILD_STEPS_DISABLE.Lucía Andrea Illanes Albornoz1-1/+1
2024-02-25added and integrated the (local/intermediate) ``cross_toolchain'' build group.midipix1-3/+6
2024-01-13etc/README.md: converted to UNIX fileformat.Lucía Andrea Illanes Albornoz1-1065/+1065
2024-01-13etc/README.md: updated.Lucía Andrea Illanes Albornoz1-5/+6
2024-01-01New year's top-level directory tree cleanup.Lucía Andrea Illanes Albornoz1-12/+12
2023-12-04subr.ex/ex_rtl_rpm.subr:ex_rtl_build_rpm(): improve target package RPM spec ↵Lucía Andrea Illanes Albornoz1-1/+0
file code. etc/package.spec: updated.
2023-12-01subr.ex/ex_rtl_rpm.subr:ex_rtl_build_rpm(): produce & include package files ↵Lucía Andrea Illanes Albornoz1-1/+1
list in %files directive in target package RPM spec files. etc/package.spec: include %{pkg_files_list} in %files directive.
2023-12-01subr.ex/ex_rtl_rpm.subr:ex_rtl_build_rpm(): substitute (instead of defining) ↵Lucía Andrea Illanes Albornoz1-0/+4
variables in target package RPM files prior to running rpmbuild(1). etc/package.spec: document reference to ex_rtl_build_rpm().
2023-04-11Implements ./pkgtool.sh -f: list files installed by package.Lucía Andrea Illanes Albornoz2-2/+4
2023-04-03Drop ccache support.Lucía Andrea Illanes Albornoz3-5/+3
2023-04-02etc/README.md: updated.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-31etc/README.md: updated.Lucía Andrea Illanes Albornoz1-6/+7
2023-03-31Rename groups/ to groups.d/.Lucía Andrea Illanes Albornoz1-2/+2
2023-03-31etc/README.md: updated.Lucía Andrea Illanes Albornoz1-2/+2
2023-03-30Fix stripping.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-29groups/261.native_packages_x11.group:imlib2:${PKG_CPPFLAGS_CONFIGURE}: ↵Lucía Andrea Illanes Albornoz1-0/+1
configure w/ ${NATIVE_PACKAGES_CFLAGS_CONFIGURE}. midipix.env:${DEFAULT_BUILD_VARS}: adds CPPFLAGS_CONFIGURE. etc/README.md: updated.
2023-03-29Implements ./pkgtool.sh -e: edit package group file w/ ${EDITOR}.Lucía Andrea Illanes Albornoz2-0/+2
2023-03-27Generalise subr.pkg/pkg_configure_autotools.subr code.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-27Generalise subr.pkg/*.subr code.Lucía Andrea Illanes Albornoz2-4/+3
2023-03-26Generalise {configure,make} code.Lucía Andrea Illanes Albornoz1-1/+3
2023-03-26Accept comma-separated list of packages in ./pkgtool.sh -i.Lucía Andrea Illanes Albornoz2-4/+4
2023-03-26Print group file pathname in ./pkgtool.sh -i output.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-23Implements ccache integration, pt. II.Lucía Andrea Illanes Albornoz1-3/+10
2023-03-23Implements ./pkgtool.sh -p.Lucía Andrea Illanes Albornoz2-15/+17
2023-03-22etc/README.md: updated.Lucía Andrea Illanes Albornoz1-5/+88
2023-03-21etc/README.md: updated.Lucía Andrea Illanes Albornoz1-4/+4
2023-03-21Document subr.rtl/*.subr functions, pt. IV.Lucía Andrea Illanes Albornoz2-2/+36
2023-03-20Document ./build.sh --ccache and --theme theme.Lucía Andrea Illanes Albornoz2-0/+4
2023-03-20Implements ccache integration.Lucía Andrea Illanes Albornoz3-3/+3
2023-03-20Implements 256-colour pkgtool.sh theme.Lucía Andrea Illanes Albornoz2-32/+74
2023-03-20etc/build.trans.theme: added.Lucía Andrea Illanes Albornoz1-0/+104
2023-03-20Implements --theme in {build,pkgtool}.sh.Lucía Andrea Illanes Albornoz4-11/+13
2023-03-20Implements 256-colour themes.Lucía Andrea Illanes Albornoz1-21/+39
2023-03-13etc/README.md: updated.Lucía Andrea Illanes Albornoz1-0/+9
2023-03-13etc/README.md: updated.Lucía Andrea Illanes Albornoz1-122/+130
2023-03-13pkgtool.sh: optionally source ${HOME}/pkgtool.vars to provide defaults for ↵Lucía Andrea Illanes Albornoz2-1/+10
-a, -b, -m, -M. etc/pkgtool.usage: updated. etc/README.md: updated.
2023-03-13etc/pkgtool.usage.short: added.Lucía Andrea Illanes Albornoz1-0/+1
2023-03-13etc/README.md: updated.Lucía Andrea Illanes Albornoz1-33/+8