| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-12-13 | common/scripts: add script to generate distfiles from meson wrap files | -1/+4 | ||
| useful for mesa, where there are a signficant number of crates referenced via meson wrap files, but this could be generally useful for other meson-based packages that do a similar thing for vendored libraries. This could be further extended in the future to add support for git/hg/svn wraps by adding subclasses of `Wrap` that support those metadata options. setting `MESON_PACKAGE_CACHE_DIR` allows meson to look for tarballs for wraps it needs automatically. | ||||
| 2025-12-09 | Manual.md: fix typo | -1/+1 | ||
| 2025-11-03 | Manual.md: conform to xlint | -1/+1 | ||
| 2025-09-12 | Manual.md: update haskell instructions | -7/+35 | ||
| 2025-06-12 | common: define meta-packages with metapackage=yes | -5/+3 | ||
| Overloading `build_style` for meta-packages has always felt very hacky, and it prevents having the main package be a meta-package (with non-meta subpackages) and using a `build_style` at the same time (example of trying to hack around that: 62c0c08e182ad56ffa5874cbb105676315e4008c). It also can create confusion about how subpackages work if you can define a `build_style` there (but only `meta`). This makes using `build_style=meta` an error at the package and subpackage level, and replaces it with a new variable (`metapackage=yes`). A pkglint for non-empty meta-packages is also added. | ||||
| 2024-12-21 | Manual.md: document new cargo wrapper in rust helper | -2/+3 | ||
| 2024-12-17 | Manual.md: fix naming of nopyverifydeps | -1/+1 | ||
| 2024-12-14 | common/environment/setup-subpkg/subpkg: add vars for python dep verif | -0/+7 | ||
| 2024-12-03 | Manual.md: grammar fix | -1/+1 | ||
| 2024-09-28 | Manual.md: remove unnecessary python 2 documentation | -10/+6 | ||
| 2024-09-25 | Manual.md: use SPDX expressions for license= | -1/+6 | ||
| xlint supports parsing this since leahneukirchen/xtools#322 SPDX expressions are more expressive and accurate than the comma-separated format, and WITH has already been usable for a long time. | ||||
| 2024-08-11 | Manual.md: Add closing bracket | -1/+1 | ||
| 2024-07-02 | Manual.md: document qmake6 build-helper | -2/+4 | ||
| 2024-06-17 | Manual.md: document new binfmts trigger behaviour | -2/+13 | ||
| 2024-06-14 | Manual.md: document no_generic_pkgconfig_link | -0/+3 | ||
| added in 953f4b47a9aa828cf4fccfde33c81d58a1acd4af fixes #27101 | ||||
| 2024-05-30 | Manual.md: minor grammar fixes | -3/+3 | ||
| Closes: #50576 [via git-merge-pr] | ||||
| 2024-04-23 | common: support disabling python shebang rewriting | -1/+3 | ||
| useful if there are special python-containing shebangs that should not be rewritten, for example with Ghidra's embedded jython. | ||||
| 2024-02-12 | Manual.md: fix a couple links | -2/+2 | ||
| 2024-02-02 | Manual.md: document vextract, vsrcextract, vsrccopy | -0/+23 | ||
| 2023-12-24 | xbps-triggers: update to 0.127. | -8/+0 | ||
| get rid of the openjdk profile hook. it should not have been done like this. | ||||
| 2023-10-02 | Manual.md: mention other valid `repository`s | -3/+5 | ||
| 2023-09-23 | common/build-helper/numpy.sh: write meson cross file when needed | -0/+5 | ||
| 2023-09-22 | Manual.md: add missing description for python3 build helper | -3/+8 | ||
| Also sort the list in file order to simplify correlation with listings of the helper directory. | ||||
| 2023-09-22 | common/build-helper/meson.sh: new build helper, used by meson build style | -0/+5 | ||
| 2023-09-08 | common/xbps-src/shutils/update_check: add ability to disable update-check | -0/+4 | ||
| useful for cases where update checking does not make sense or is impossible | ||||
| 2023-09-05 | Manual.md: clarify INSTALL.msg | -0/+2 | ||
| 2023-08-19 | Manual.md: make section concerning quoting version and pkgname clearer | -2/+2 | ||
| 2023-07-26 | xbps-src: new vopt_feature helper | -0/+5 | ||
| 2023-07-03 | Manual.md: adjust sections hierarchy | -22/+27 | ||
| 2023-07-03 | Manual.md: reword section on automatically detected depends | -12/+13 | ||
| Co-authored-by: Mohammed Anas <triallax@tutanota.com> | ||||
| 2023-07-03 | Manual.md: move section on automatically detected depends | -47/+44 | ||
| 2023-06-18 | common: remove unused python-module build style | -5/+3 | ||
| python-module build style is now unused, all projects that want to have a python2 and a python3 package should be split to two templates | ||||
| 2023-02-10 | Manual.md: add AGPL & X11 to list of licenses which needs to be included | -1/+1 | ||
| 2023-02-09 | Manual.md: document vsv log autocreation | -1/+6 | ||
| 2023-01-21 | Manual.md: note that gnu-configure build_style should be for autotools | -2/+2 | ||
| as is indicated in the configure/gnu-configure build_style scripts | ||||
| 2022-11-08 | xbps-src: set wrksrc to $pkgname-$version unconditionally | -2/+1 | ||
| 2022-11-08 | Manual: update create_wrksrc behaviour | -2/+4 | ||
| 2022-09-23 | Manual.md: correct reference to `etc/defaults.virtual` | -2/+2 | ||
| 2022-09-20 | Manual.md: document `XBPS_BUILD_ENVIRONMENT` | -0/+2 | ||
| 2022-08-24 | Manual.md: update description of make_install_args | -4/+2 | ||
| make_install_args is not set to anything by default. STRIP=true PREFIX=/usr prefix=/usr DESTDIR=${DESTDIR} is set outside of make_install_args for gnu-makefile only. | ||||
| 2022-08-12 | Manual.md, CONTRIBUTING.md: move quality requirements to CONTRIBUTING | -33/+0 | ||
| rename to Package Requirements | ||||
| 2022-08-10 | Manual.md: python_version does not default to 2 anymore. | -3/+2 | ||
| 2022-08-01 | Manual.md: recommend keeping systemd units | -0/+8 | ||
| Ref #32154 Closes #32481 | ||||
| 2022-07-30 | Manual.md: document go_ldflags | -0/+1 | ||
| 2022-07-18 | Manual.md: fix multiple typos | -4/+4 | ||
| 2022-06-29 | Manual.md: fix working directories of build phases | -2/+2 | ||
| 2022-06-23 | Manual.md: document disable_parallel_check | -0/+5 | ||
| 2022-05-04 | xbps-triggers: add openjdk-profile trigger | -0/+8 | ||
| This removes the need for each openjdk package to provide their own /etc/profile.d entry, and fixes the conflict caused by each providing their own. | ||||
| 2022-05-04 | xbps-src: add make_check_pre | -0/+3 | ||
| $make_check_pre can be used for wrapper commands like xvfb-run or dbus-run-session which are common ways to make tests work. This way many templates can avoid defining their own do_check function. | ||||
| 2022-04-02 | Manual.md: document the check functions | -1/+7 | ||
| The pre_/do_/post_check functions were not listed in the list of building phase functions, and were not mentioned elsewhere (do_check was mentioned once). This documents their existence. | ||||
