Commit Graph

35 Commits

Author SHA1 Message Date
Termux Github Actions 88faf58be1 bump(main/fd): 10.0.0
This commit has been automatically submitted by Github Actions.
2024-05-06 06:12:27 +00:00
Termux Github Actions 39a1165197 bump(main/fd): 9.0.0
This commit has been automatically submitted by Github Actions.
2023-12-19 12:13:07 +00:00
Termux Github Actions 16bee06ff2 bump(main/fd): 8.7.1
This commit has been automatically submitted by Github Actions.
2023-10-21 06:15:38 +00:00
Tee KOBAYASHI 184b5dcc2f some packages: Re-enable clang16-porting
%ci:no-build
2023-04-09 07:27:34 +09:00
Tee KOBAYASHI 10ada7e4d3 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Termux Github Actions b85ae541e0 bump(main/fd): 8.7.0
This commit has been automatically submitted by Github Actions.
2023-02-24 12:12:18 +00:00
Termux Github Actions 85e6174373 bump(main/fd): 8.6.0
This commit has been automatically submitted by Github Actions.
2022-12-09 12:14:18 +00:00
Leonid Pliushch aa23d1b856
chore(main/fd): upstream modified source tarball 2022-11-29 13:56:15 +02:00
Termux Github Actions 4a8d35aba2 upgpkg(main/fd): 8.5.3
This commit has been automatically submitted by Github Actions.
2022-11-14 12:19:08 +00:00
Termux Github Actions 23a02fe33f upgpkg(main/fd): 8.5.2
This commit has been automatically submitted by Github Actions.
2022-11-04 06:13:53 +00:00
Kevin Williams 43708c68ee upgpkg(main/fd): 8.5.0
Signed-off-by: Kevin Williams <admin@utermux.dev>
2022-11-04 12:10:30 +08:00
Termux Github Actions 0289471252 fd: update to 8.4.0
This commit has been automatically submitted by Github Actions.
2022-05-29 12:14:38 +00:00
Aditya Alok 057ca81c82
enhance(main/fd): add shell auto-completions
Closes #10586

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-05-27 21:16:06 +05:30
Termux Github Actions e715affe1f fd: update to 8.3.2
This commit has been automatically submitted by Github Actions.
2022-01-29 18:21:58 +00:00
Termux Github Actions fff48b2ff4 fd: update to 8.3.1
This commit has been automatically submitted by Github Actions.
2022-01-06 18:12:24 +00:00
Termux Github Actions 8680beeea4 fd: update to 8.3.0
This commit has been automatically submitted by Github Actions.
2021-11-27 00:17:07 +00:00
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch 77ffebe470
fd: delete unneeded patches 2020-12-07 20:41:05 +00:00
Leonid Pliushch 491feb10f0
fd: update to 8.2.1 2020-12-07 20:34:27 +00:00
Leonid Pliushch 40409b439c fd: update src-main.rs.patch 2020-05-26 00:15:52 +03:00
Leonid Pliushch 68daef6930 fd: fix Cargo.toml.patch 2020-05-25 22:43:46 +03:00
Leonid Pliushch 1c49140032 fd: update to 8.1.1 2020-05-25 22:29:39 +03:00
Fredrik Fornwall ee099b019e fd: Update from 7.5.0 to 8.0.0 2020-04-19 00:49:28 +02:00
Leonid Pliushch eb4316d016 fd: update to 7.5.0 2020-03-29 22:04:39 +03:00
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Fredrik Fornwall 72860206c4 fd: Update from 7.3.0 to 7.4.0 2019-09-17 21:42:03 +02:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Fredrik Fornwall e9d3fcea4c Fix DT_RUNPATH for rust-using packages
See #3490.
2019-03-10 23:33:24 +01:00
Fredrik Fornwall b88aff7be0 fd: Update from 7.2.0 to 7.3.0 2019-02-15 23:21:46 +01:00
Leonid Pliushch 361d8c519f [incomplete] set licenses for packages 2019-01-20 22:41:50 +01:00
Fredrik Fornwall 27d30ea6b5 Rebuild rust packages with latest toolchain 2019-01-19 02:20:51 +01:00
Fredrik Fornwall ec65a57862 fd: Update from 7.1.0 to 7.2.0 2018-10-28 23:30:16 +01:00
Fredrik Fornwall b67725b59a build-package: Use cargo install for rust packages
Starting with rust 0.29.0 the cargo install command can be used with
--target.

Also, install shell completion scripts for ripgrep.
2018-09-14 20:40:34 +02:00
Fredrik Fornwall 474a295669 fd: Add package (hello second rust package!)
Also extract out rust setup from ripgrep.
2018-09-03 23:57:26 +02:00