Commit Graph

35 Commits

Author SHA1 Message Date
Tee KOBAYASHI f5ef27affd some packages: Re-enable clang16-porting
%ci:no-build
2023-04-03 09:25:50 +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 27153cd6f1 bump(main/hunspell): 1.7.2
This commit has been automatically submitted by Github Actions.
2022-12-30 00:20:59 +00:00
Tee KOBAYASHI 5fc17b0dcb hunspell: Add SOVERSION guard
%ci:no-build
2022-12-27 16:35:34 +00:00
Henrik Grimler 562462e229
fix(main/hunspell): fix undefined symbols for arm
Previous auto-update failed for arm with:

```
ERROR: lib/libhunspell-1.7.so contains undefined symbols:
    35: 00000000     0 NOTYPE  GLOBAL DEFAULT   UND __aeabi_idiv
   123: 00000000     0 NOTYPE  GLOBAL DEFAULT   UND __aeabi_uidivmod
```

and 1.7.1 has since been absent from repo.

Issue is reported in android-ndk repo here: android/ndk#1614
2022-08-24 13:26:01 +02:00
Termux Github Actions a65c7b782a hunspell: update to 1.7.1
This commit has been automatically submitted by Github Actions.
2022-08-22 18:09:54 +00:00
Henrik Grimler b281bc2145
rebuild(deps:libc++): bump termux-main packages that depend on libc++
All except libllvm, rust, rustc-nightly, openfoam and libdispatch,
those packages will be handled separately.
2022-08-13 12:21:20 +02:00
Henrik Grimler a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02: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
Henrik Grimler 2086fb6b88 hunspell{,-ru}: fix accidental build.sh mix up.. 2020-07-08 13:54:50 +02:00
Henrik Grimler ce0152d707 hunspell-ru: use dictionaries updated on 20200604 2020-07-08 13:34:59 +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
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch 1bfb1b9897 hunspell: bump revision 2019-06-19 23:56:55 +03:00
Leonid Pliushch b98ffcf631 add libiconv to dependencies where needed 2019-05-05 21:29:36 +02:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Leonid Pliushch 54036eac1a bump revision of all packages dependent on readline 2019-02-20 17:48:39 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall b5918619a6 hunspell: Update from 1.6.2 to 1.7.0 2018-11-17 22:07:56 +01:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Leonid Pliushch 2994e92567 hunspell: update to 1.6.2 (#1653) 2017-10-13 18:47:48 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Leonid Pliushch d50e56eb98 hunspell: fix hardcoded paths 2017-09-14 16:35:37 +02:00
Fredrik Fornwall 0cd919c1fe hunspell: Bump revision after patch 2017-08-15 00:03:53 +02:00
Vladimir Serbinenko 5c46cc4ca7 hunspell: Fix Russian dictionarry in emacs. 2017-08-14 23:57:14 +02:00
Fredrik Fornwall 6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall 2ae6f45e0b hunspell: Fix typo in build.sh 2017-05-23 00:21:21 +02:00
Fredrik Fornwall ce92cc4c5d Stand in srcdir for termux_step_pre_configure 2017-05-11 01:01:20 +02:00
Fredrik Fornwall 3ce9298e8b hunspell: Update from 1.6.0 to 1.6.1 2017-03-27 03:30:04 +02:00
Fredrik Fornwall 3d02b03c6f hunspell: Update from 1.4.1 to 1.6.0 2017-01-03 16:55:50 -05:00
Fredrik Fornwall 83d11d6e04 Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
2016-09-17 18:29:14 -04:00
Fredrik Fornwall 32b2d5da40 hunspell: Update from 1.3.3 to 1.4.1 2016-05-03 06:56:48 -04:00
Fredrik Fornwall 5b99d33689 hunspell: Fix tmpfile handling
Also add dependency on english hunspell dictionary.
2016-03-06 02:35:15 -05:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00