Commit Graph

43083 Commits

Author SHA1 Message Date
termux-pacman-bot
a67d557f0b bump(main/o-editor): 2.68.8
This commit has been automatically submitted by Github Actions.
2025-02-26 12:45:40 +00:00
termux-pacman-bot
dd3e00daf1 bump(main/libcec): 7.0.0
This commit has been automatically submitted by Github Actions.
2025-02-26 12:45:39 +00:00
termux-pacman-bot
0df3669177 bump(main/algernon): 1.17.3
This commit has been automatically submitted by Github Actions.
2025-02-26 12:45:39 +00:00
termux-pacman-bot
876ba9a6d9 scripts(toolchain): several changes related to $TERMUX_PREFIX/include
- This is the `$TERMUX_PREFIX/include` portion of #21835

- Replace `-I` with `-isystem` in strategic locations: changes the include order of headers in `$TERMUX_PREFIX/include` relative to headers inside the source code of packages currently being built, so that if any headers inside the source code of the package being built have the exact same file names as headers inside `$TERMUX_PREFIX/include`, the headers from inside the source code of the package will be used, instead of the headers from inside `$TERMUX_PREFIX/include`, which would not be correct.
  - Previous discussion was here 3dc455672c (diff-8c775c171f451b21463be103116ad5a4c2d0c54d3fb4ff4b59e987f98fc9c348)
  - Prevents many _potential_ `$TERMUX_PREFIX/include`-related errors (that are often only reproducible when reusing a single docker container to compile multiple packages) in the following packages (and possibly other packages):
    - `nasm`
    - `bitlbee`
    - `emacs`
    - `gdb`
    - `libjxl`
    - `libmediainfo`
    - `maxcso`
    - `nodejs`
    - `pipewire`
    - `rust`
    - `sqlcipher`
    - `tome2`
    - `weggli`
    - `zip`
    - `proxmark3`
    - `handbrake`
  - This include order causes the `$TERMUX_ON_DEVICE_BUILD=false` build codepath to match the behavior of the `clang` binary from the `main/clang` package (i.e. the `$TERMUX_ON_DEVICE_BUILD=true` codepath), which is caused by the `-DDEFAULT_SYSROOT` setting that is built into it:

26a76f7b5d/packages/libllvm/build.sh (L40)

- `simulavr`: the current `simulavr` `build.sh` runs `mv $TERMUX_PREFIX/include ...`, that is not really ideal because it effectively deletes the entire `$TERMUX_PREFIX/include` folder, preventing any other packages that might be built in the same container from using the headers they need from `$TERMUX_PREFIX/include` (and also potentially creating a malformed `simulavr` package `.deb` if any other packages were installed info `$TERMUX_PREFIX` beforehand). This rewrites the `simulavr` package in a way that avoids destroying `$TERMUX_PREFIX/include`.
2025-02-26 10:38:30 +00:00
termux-pacman-bot
6b651def2e fix(x11/inkscape): fix build as a single package after dependency switch to graphicsmagick-static
Co-authored-by: TomIO <43716232+TomJo2000@users.noreply.github.com>

- After #21944, `inkscape` is forced to statically link to `graphicsmagick`, but that PR did not also change the marked dependency from `graphicsmagick` to `graphicsmagick-static`, causing the static library to not be present in `$TERMUX_PREFIX/lib` if the package is compiled with `./build-package -I` and without also recompiling `graphicsmagick` in the same docker container first.
2025-02-26 10:38:29 +00:00
termux-pacman-bot
4548669f04 Update repo 2025-02-26 10:38:28 +00:00
termux-pacman-bot
b28f1d67b8 rebuild(packages/tinyfugue): auto check by @termux-pacman-bot 2025-02-26 08:38:50 +00:00
termux-pacman-bot
272aff94d5 rebuild(packages/neomutt): auto check by @termux-pacman-bot 2025-02-26 08:38:50 +00:00
termux-pacman-bot
6258587ad4 rebuild(packages/mutt): auto check by @termux-pacman-bot 2025-02-26 08:38:49 +00:00
termux-pacman-bot
e950baa787 rebuild(packages/muchsync): auto check by @termux-pacman-bot 2025-02-26 08:38:48 +00:00
termux-pacman-bot
a87d0f3a66 rebuild(x11-packages/mpv-x): auto check by @termux-pacman-bot 2025-02-26 08:38:48 +00:00
termux-pacman-bot
17cf208d7f rebuild(packages/mpv): auto check by @termux-pacman-bot 2025-02-26 08:38:47 +00:00
termux-pacman-bot
afe08eba46 rebuild(packages/libimobiledevice): auto check by @termux-pacman-bot 2025-02-26 08:38:46 +00:00
termux-pacman-bot
5210e87657 rebuild(packages/gpac): auto check by @termux-pacman-bot 2025-02-26 08:38:46 +00:00
termux-pacman-bot
925f3ecc9f rebuild(root-packages/dnsmasq): auto check by @termux-pacman-bot 2025-02-26 08:38:45 +00:00
termux-pacman-bot
679f8dfb2d termux-pacman/auto-check-repo: preparing to recompile packages
[skip ci]
2025-02-26 08:38:44 +00:00
termux-pacman-bot
b6bfa11c69 pypy: bump to 7.3.18 (#23474)
Co-Authored-By: Robert Kirkman <misternumberone@live.com>
2025-02-26 08:38:43 +00:00
termux-pacman-bot
fc8f06c06e ollama: bump to 0.5.12 2025-02-26 08:38:42 +00:00
termux-pacman-bot
c3595dd6b1 bump(main/libiconv): 1.18 2025-02-26 06:04:09 +00:00
termux-pacman-bot
c6baa74e78 Update repo 2025-02-26 06:04:08 +00:00
termux-pacman-bot
2f36f1460a bump(x11/xorg-server): 21.1.16
This commit has been automatically submitted by Github Actions.
2025-02-26 01:31:08 +00:00
termux-pacman-bot
c4c376d21d bump(x11/vim-gtk): 9.1.1150
This commit has been automatically submitted by Github Actions.
2025-02-26 01:31:07 +00:00
termux-pacman-bot
d0a802a634 bump(x11/xwayland): 24.1.6
This commit has been automatically submitted by Github Actions.
2025-02-26 01:31:07 +00:00
termux-pacman-bot
bb1807113d bump(x11/layer-shell-qt): 6.3.2
This commit has been automatically submitted by Github Actions.
2025-02-26 01:31:06 +00:00
termux-pacman-bot
e62a0af947 bump(main/teleport-tsh): 17.2.9
This commit has been automatically submitted by Github Actions.
2025-02-26 00:48:30 +00:00
termux-pacman-bot
ee8629ecf8 bump(main/vim): 9.1.1150
This commit has been automatically submitted by Github Actions.
2025-02-26 00:48:30 +00:00
termux-pacman-bot
e44e82f9a5 bump(main/libwebsockets): 4.3.4
This commit has been automatically submitted by Github Actions.
2025-02-26 00:48:29 +00:00
termux-pacman-bot
159ae3e63c bump(main/gettext): 0.24
This commit has been automatically submitted by Github Actions.
2025-02-26 00:48:28 +00:00
termux-pacman-bot
eaa32d4755 bump(main/which): 2.23 2025-02-26 00:04:30 +00:00
termux-pacman-bot
e297f9d577 chore(x11/keepassxc): List all licenses 2025-02-26 00:04:29 +00:00
termux-pacman-bot
72c2d3cf5c fix(main/chicken): resolve file conflict with Mono's csc 2025-02-26 00:04:29 +00:00
termux-pacman-bot
aedeefd9eb bump(main/termux-licenses): 2.1
Add `-only` and `-or-later` variants of the GPL family licenses.
2025-02-25 23:34:50 +00:00
termux-pacman-bot
550791f715 chore(root/dnsmasq): Add -only qualifer to GPL licenses 2025-02-25 23:34:49 +00:00
termux-pacman-bot
d1585b57a4 chore(x11/qt6-qtbase): Properly label as GPL-3.0-only licensed 2025-02-25 23:34:49 +00:00
termux-pacman-bot
9dc12951f2 chore(main/gpac): Add -or-later qualifier to LGPL-2.1 license 2025-02-25 23:34:48 +00:00
termux-pacman-bot
c25afe77fa chore(x11/kf6-kwindowsystem): Properly attribute all licenses used by the project.
See: https://invent.kde.org/frameworks/kwindowsystem/-/tree/v6.11.0/LICENSES
2025-02-25 23:34:47 +00:00
termux-pacman-bot
ef0941d7a1 chore(main/libimobiledevice): add -or-later qualifier to LGPL-2.1 license 2025-02-25 23:34:46 +00:00
termux-pacman-bot
3931e3bf39 chore(main/strace): Include GPL-2.0 for bundled Linux headers
and add `-or-later` qualifier to LGPL-2.1
2025-02-25 23:34:45 +00:00
termux-pacman-bot
c9304a9cdd chore(main/util-linux): add missing -or-later qualifiers to GPL licenses 2025-02-25 23:34:44 +00:00
termux-pacman-bot
0ed5f5f549 chore(main/aha): Properly attribute licenses as MPL-1.1 or LGPL-2.0-or-later 2025-02-25 23:34:43 +00:00
termux-pacman-bot
85d8e9734d chore(main/neomutt): Properly attribute license as GPL-2.0-or-later 2025-02-25 23:34:42 +00:00
termux-pacman-bot
0d5d9116f5 chore(main/edbrowse): Properly attribute all licenses for the project.
edbrowse is licensed under: GPL-2.0-or-later, MIT, CC0-1.0, curl
See: https://github.com/edbrowse/edbrowse/blob/v3.8.10/COPYING#L22-L23
2025-02-25 23:34:41 +00:00
termux-pacman-bot
30d8d981d3 chore(main/privoxy): Properly attribute license as GPL-2.0-or-later 2025-02-25 23:34:40 +00:00
termux-pacman-bot
48bb43e245 chore(main/muchsync): Properly attribute license as GPL-2.0-or-later 2025-02-25 23:34:39 +00:00
termux-pacman-bot
7c2c8df68c chore(main/tinyfugue): Properly attribute license as GPL-2.0-or-later 2025-02-25 23:34:38 +00:00
termux-pacman-bot
d56ef020ea chore(main/mutt): Properly attribute license as GPL-2.0-or-later 2025-02-25 23:34:38 +00:00
termux-pacman-bot
3cabba36d2 chore(main/mpv,x11/mpv-x): Properly attribute license as GPL-2.0-or-later 2025-02-25 23:34:37 +00:00
termux-pacman-bot
fade778fa6 Update repo 2025-02-25 23:34:35 +00:00
termux-pacman-bot
5a628814db rebuild(x11-packages/kf6-knotifyconfig): auto check by @termux-pacman-bot 2025-02-25 19:34:45 +00:00
termux-pacman-bot
5aadebda95 rebuild(x11-packages/kf6-kio): auto check by @termux-pacman-bot 2025-02-25 19:34:44 +00:00