1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 10:47:06 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Tee KOBAYASHI
b183230d3b libmsgpack: Add SOVERSION guard
%ci:no-build
2022-12-27 17:34:17 +00:00
Aditya Alok
3baa1a3a36
refactor(auto update): replace pkg_dir with TERMUX_PKG_BUILDER_DIR
- this variable will store path of directory containing packages
  `build.sh` file.
- this is a more standard approach than specifying `pkg_dir` each time

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-20 23:56:00 +05:30
Yaksh Bariya
fd130685ae
fixup previous commit 2022-04-20 16:43:14 +05:30
Aditya Alok
2c11650b05
fix(libmsgpack{,-cxx}): regexp in tag name check
%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-05 23:53:10 +05:30
Aditya Alok
d5d6af6090
fix(libmsgpack{,-cxx}): check name of tag before auto updating
upstream uses 'c-' and 'cpp-' prefix in tag name to distinguish release,
but both releases are from same repository, so auto update system
confuses release of one package to be of another.

Now we explicitly check tag name before auto-updating.

%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-03 00:47:49 +05:30
Aditya Alok
306c1deaf8
fix: rename TERMUX_PKG_AUTO_UPDATE_TAG_REGEXP to TERMUX_PKG_UPDATE_VERSION_REGEXP
why? since we get versions not tag when updating from repology

%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-01 13:16:01 +05:30
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
Lucy Phipps
58a5c91b08
libmsgpack: update to 4.0.0 2021-09-29 15:30:28 +01: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
6ef0e5876a Bump pending packages again
Seems previous build failed due to game-packages metadata being updated.
2020-06-07 07:24:03 +02:00
Leonid Pliushch
78e74e209d re-run build for pending packages 2020-06-07 04:04:27 +03:00
Henrik Grimler
ffc346b57d Bump recently updated packages, except mksh, to restart build 2020-06-06 21:48:02 +02:00
Henrik Grimler
015e0707e8 libmsgpack: update to 3.3.0 2020-06-06 20:38:28 +02:00
Leonid Pliushch
5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Fredrik Fornwall
24d19fcd50 libmsgpack: Update from 3.2.0 to 3.2.1 2019-12-12 21:11:44 +01: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
Fredrik Fornwall
ff69a927ac libmsgpack: Update from 3.1.1 to 3.2.0 2019-05-29 23:07:25 +02:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
d29e62c613 libmsgpack: Update from 3.1.0 to 3.1.1 2018-09-11 00:44:47 +02:00
Fredrik Fornwall
c98c91496d Pass -DDOXYGEN_EXECUTABLE to cmake for all builds
This avoids cmake picking up a cross-compiled doxygen binary.
2018-09-06 06:36:42 +02:00
Fredrik Fornwall
4dd74f7800 libmsgpack: Do not pick up cross-compiled doxygen 2018-09-04 22:03:42 +02:00
Fredrik Fornwall
d89f933cfb libmsgpack: Update from 3.0.1 to 3.1.0 2018-08-23 18:25:45 +02:00
Fredrik Fornwall
5cebb82819 libmsgpack: Update from 2.1.5 to 3.0.1 2018-06-06 02:02:07 +02:00
Fredrik Fornwall
5ebfdf3408 libmsgpack: Update from 2.1.3 to 2.1.5 2017-08-07 21:13:58 +02:00
Fredrik Fornwall
6bbc9ec347 libmsgpack: Update from 2.1.2 to 2.1.3 2017-06-16 23:19:48 +02:00
Fredrik Fornwall
4c815e40f5 libmsgpack: Update from 2.1.1 to 2.1.2 2017-06-07 12:14:46 +02:00
Fredrik Fornwall
d9767f0bd1 libmsgpack: Update from 2.1.0 to 2.1.1 2017-02-05 14:22:25 +01:00
Vishal Biswas
58f7a21c18 Add support for cmake 3.7 (#660) 2017-01-15 13:48:05 +01:00
Fredrik Fornwall
e5ca8bb122 libmsgpack: Update from 2.0.0 to 2.1.0 2017-01-10 10:54:18 -05:00
Fredrik Fornwall
c934097d0b Remove unused cmake argument 2016-11-29 20:07:47 -05:00
Fredrik Fornwall
849371da0f libmsgpack: Update from 1.4.1 to 2.0.0 2016-08-14 17:44:50 -04:00
Fredrik Fornwall
363754f6b2 libmsgpack: Update from 1.4.0 to 1.4.1 2016-03-07 19:54:42 -05:00
Fredrik Fornwall
9dffd0f19f libmsgpack: Update from 1.3.0 to 1.4.0 2016-02-29 03:16:52 -05:00
Fredrik Fornwall
c8e62b0add libmsgpack: Update from 1.2.0 to 1.3.0 2015-12-25 22:00:54 -05:00
Fredrik Fornwall
f571a06632 Bump: libmsgpack, libtermkey, libunibilium, nodejs 2015-10-08 18:00:47 -04:00
Fredrik Fornwall
59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00