Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(main/less): v661 #20753

Merged
merged 1 commit into from
Jul 1, 2024
Merged

bump(main/less): v661 #20753

merged 1 commit into from
Jul 1, 2024

Conversation

TomJo2000
Copy link
Member

Less v661 is deemed "released for general use" as of June 30th by upstream.
https://greenwoodsoftware.com/less/

The backport of gwsw/less@8320d1a is no longer required.
Neither is the patch of the configure script.

I also enabled auto updates.
less doesn't easily distinguish "beta testing" tags from "general release" tags.
We could probably scrape https://github.com/gwsw/less/blob/master/NEWS
for any given tag to that determination if we do not want to ship "beta testing" releases.

TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=633
TERMUX_PKG_REVISION=1
# less has both the GPLv3 and its own "less license" which is a variation of a BSD 2-Clause license
Copy link
Member Author

@TomJo2000 TomJo2000 Jun 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TomJo2000
Copy link
Member Author

TomJo2000 commented Jun 30, 2024

Should run the linter first.

Ha, it's a linter bug.
I'll push a fix shortly.
It doesn't check for custom if it's not the first/only license.

echo -n "TERMUX_PKG_LICENSE: "
if (( ${#TERMUX_PKG_LICENSE} )); then
if [[ "$TERMUX_PKG_LICENSE" == 'custom' ]]; then
echo "CUSTOM"

TomJo2000 added a commit that referenced this pull request Jun 30, 2024
in the case where there are multiple licenses, see #20753
also set a maintainer
@TomJo2000
Copy link
Member Author

Oh yeah, it's already tested on-device.

@TomJo2000 TomJo2000 merged commit 84977b9 into termux:master Jul 1, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant