Commit Graph

7605 Commits

Author SHA1 Message Date
Leonid Pliushch 452826ed38 libgit2: update to 0.28.2
%ci:reset-backlog
2019-05-23 03:33:15 +03:00
Leonid Pliushch feb3a3aabc glib: update to 2.60.3
%ci:reset-backlog
2019-05-23 03:28:15 +03:00
Leonid Pliushch 0375aa47c5 libandroid-support: do not use iconv.h header 2019-05-23 03:19:20 +03:00
Leonid Pliushch 4aed11a11e dart: add tar and gzip as dependencies
Needed in order to get "pub" working properly.
2019-05-23 03:18:20 +03:00
Fredrik Fornwall adb6a80512 cmake: Fix building against libiconv 2019-05-23 02:11:55 +02:00
Fredrik Fornwall f528fc3605 php: Build with --with-iconv=$TERMUX_PREFIX
This picks up iconv.h from libiconv which does things as
 #define iconv_open libiconv_open
2019-05-23 01:44:51 +02:00
Leonid Pliushch 28c086eae6 dart: add '$HOME/.pub-cache/bin' to PATH instead of '$HOME/.pub-cache' 2019-05-23 00:26:15 +03:00
Leonid Pliushch 7717f3e576 dart: update to 2.3.1 + some fixes (#3858)
* dart: update to 2.3.1

* dart: attempt to fix path to /bin/sh

* dart: add '~/.pub-cache/bin' to PATH (sh/bash only)
2019-05-23 00:22:43 +03:00
Leonid Pliushch b5e34cb1b9 build-package.sh: handle disable packages when building for all architectures 2019-05-22 15:01:59 +03:00
Leonid Pliushch 1dabdf4942 libuv: update to 1.29.1 2019-05-21 23:45:15 +03:00
Leonid Pliushch c9f40e78ab gstreamer (and plugins): update to 1.16.0 2019-05-21 23:25:25 +03:00
Leonid Pliushch 3773548c53 linux-man-pages: update to 5.01 2019-05-21 15:27:31 +03:00
Leonid Pliushch 275025d2e1 memcached: update to 1.5.15 2019-05-21 15:24:24 +03:00
Leonid Pliushch 3420133399 parallel: 20190422 2019-05-21 15:21:15 +03:00
Leonid Pliushch 3649225748 gettext: update to 0.20.1 2019-05-21 15:13:35 +03:00
Leonid Pliushch cd9063ab5e e2fsprogs: update to 1.45.1 2019-05-21 15:00:03 +03:00
Leonid Pliushch 7abbb5c87d dpkg: update to 1.19.6 2019-05-21 14:48:36 +03:00
Leonid Pliushch 0b5df9000d kona: update to 20190226 2019-05-21 14:41:13 +03:00
Leonid Pliushch bb31bae0cf qpdf: update to 8.4.2 2019-05-21 14:30:58 +03:00
Leonid Pliushch 315e8be47b mpd: update to 0.21.9 2019-05-21 14:28:52 +03:00
Leonid Pliushch 96a4a08b59 tracepath: update to 20190515 2019-05-21 14:25:09 +03:00
Leonid Pliushch 474ca7da7b imagemagick: update to 7.0.8.46 2019-05-21 14:19:06 +03:00
Leonid Pliushch 009799171a hunspell-ru: change versioning scheme
Do not use dots when using date as version.
2019-05-21 14:13:59 +03:00
Leonid Pliushch 7cde58f9a6 hunspell-en-us: change versioning scheme
Do not use dots when using date as version.
2019-05-21 14:12:49 +03:00
Leonid Pliushch c0e751f3f6 bison: update to 3.4 2019-05-21 14:10:39 +03:00
Leonid Pliushch a70b061c36 dnsutils: update to 9.14.2 2019-05-21 14:08:23 +03:00
Leonid Pliushch 68931111ff axel: update to 2.17.3, reformat build.sh and remove useless fields 2019-05-21 14:05:42 +03:00
Leonid Pliushch 040670130d pinentry: prevent accidental linkage with libcap 2019-05-20 02:49:29 +03:00
Leonid Pliushch 0173649eb5 util-linux: update to 2.33.2 2019-05-19 22:30:19 +03:00
Leonid Pliushch 44c5055ef4 vim, vim-python: update to 8.1.1350 2019-05-19 22:22:25 +03:00
Leonid Pliushch 6d5ca83051 swig: update to 4.0.0 2019-05-19 22:19:22 +03:00
Leonid Pliushch 63f6d320d1 CI: do not encrypt username & gpg subject
These values are not sensitive data.

Also encryption of these values have side effect when they are same as part of
log output: e.g. word "termux-licenses" will become "SECRET-licenses" which may be confusing.
2019-05-19 21:55:40 +03:00
Henrik Grimler 1197b9a9e0 termux_step_massage: drop TERMUX_PKG_KEEP_SHARE_DOC 2019-05-19 21:36:30 +03:00
Henrik Grimler 4c87b7a46c termux_step_install_license: fix link path 2019-05-19 21:36:30 +03:00
Henrik Grimler de23e4c2a8 termux_step_install_license: install to usr/share/doc/ instead of usr/share/ 2019-05-19 21:36:30 +03:00
Henrik Grimler 154faecd7b Specify license files for packages with custom licenses 2019-05-19 21:36:30 +03:00
Henrik Grimler 3bfb8b45b9 termux_step_install_license: Handle spaces in license name 2019-05-19 21:36:30 +03:00
Henrik Grimler b9db6b4de8 termux_step_install_license: error if no LICENSE file is installed 2019-05-19 21:36:30 +03:00
Henrik Grimler 83177e08e3 termux_step_install_license: use license file from $TERMUX_PKG_LICENSE_FILE if specified
Otherwise use the licenses specified in $TERMUX_PKG_LICENSE
2019-05-19 21:36:30 +03:00
Henrik Grimler 9c0fd0513f build-package: licenses->LICENSES 2019-05-19 21:36:30 +03:00
Henrik Grimler 9e4715ee82 build-package: termux_step_license->termux_step_instalL_license 2019-05-19 21:36:30 +03:00
Henrik Grimler 117ecbfb88 build-package: install licenses to $PREFIX/share/$PKG/LICENSE 2019-05-19 21:36:30 +03:00
Henrik Grimler 362334f352 termux-licenses: add package
Contains copies of all LICENSES used for packages in main repo, x11-packages, unstable-packages, termux-root-packages, game-packages and science-packages
2019-05-19 21:36:30 +03:00
Fredrik Fornwall a3569b8c96 ncurses: Update from 6.1.20181117 to 6.1.20190511 2019-05-19 17:02:18 +02:00
Fredrik Fornwall 9774a4d4c3 librsvg: Update from 2.45.5 to 2.45.6 2019-05-19 17:01:14 +02:00
Fredrik Fornwall 8b0a5b51f1 libical: Update from 3.0.4 to 3.0.5 2019-05-19 17:01:01 +02:00
Leonid Pliushch 6a8a34023e mpd: rebuild package and dependencies
And remove `-lunwind -Wl,--exclude-libs=libunwind.a`.
2019-05-18 22:20:01 +03:00
Leonid Pliushch efbe423e37 aria2: rebuild package and dependencies 2019-05-18 22:02:42 +03:00
Leonid Pliushch 19d0211960 Revert "aria2: fix issues with exceptions on ARM"
Seems aria2 can be just rebuilt without `-lunwind -Wl,--exclude-libs=libunwind.a`.

This reverts commit 52683fb48d739d5721256734d5a9b168575dbfbf.
2019-05-18 21:42:04 +03:00
Leonid Pliushch 38be3aa1c5 libgnutls: update to 3.6.7.1 2019-05-18 18:21:10 +03:00