Commit Graph

38 Commits

Author SHA1 Message Date
Tee KOBAYASHI 71020f5c67 seafile-client: Get rid of references to leaked builtins 2022-03-23 21:52:48 +09:00
Yaksh Bariya 4577a0cf69 revbump all packages dependent on openssl
%ci:no-build All packages will be triggered for rebuild manually
2022-03-01 12:36:05 +00:00
Yaksh Bariya 83bdf61629 seafile-client: fix builds 2022-02-26 04:25:43 +00:00
Lucy Phipps f80785d2bf
seafile-client, speechd, uftrace: bump 2021-10-06 02:25:37 +01:00
Lucy Phipps e644c07401
setup-ubuntu.sh: install pip if using deadsnakes 2021-10-06 01:23:00 +01: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
Lucy Phipps 9b7c1862b1
bump seafile-client build 2021-08-16 15:13:01 +01:00
Lucy Phipps bae74ec4ab
remove ccnet as it's been deleted upstream 2021-08-16 14:42:31 +01:00
Leonid Pliushch 3ea7fe763b
seafile-client: update to 8.0.3 2021-07-18 00:41:16 +03:00
Leonid Pliushch 82e22227fe
seafile-client: update to 8.0.2 2021-05-05 15:43:13 +00:00
Leonid Pliushch 28acfd2fcf
seafile-client: update to 8.0.1 2021-01-07 16:39:16 +02: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 e0eb39f134 seafile-client: update to 7.0.10 2020-11-08 22:46:49 +02:00
Leonid Pliushch 64fbee2ab4 seafile-client: explicitly specify python interpreter
Configuration script still picked default Python interpreter which
is 3.8 but Termux version is 3.9.

Now finally fixes the https://github.com/termux/termux-packages/issues/6006.
2020-11-08 19:33:21 +02:00
Leonid Pliushch 28d03a0178 seafile-client: still not installable, remove "conflicts" section for now 2020-11-08 19:06:36 +02:00
Leonid Pliushch 319f653f79 seafile-client: conflicts should be "python << 3.9.0" since we support 3.9.x now
Fix typo
2020-11-08 18:09:28 +02:00
Leonid Pliushch e996cf3c2d seafile-client: define supported python version range through "Conflicts" field
We can't use TERMUX_PKG_DEPENDS here.
2020-11-08 16:47:25 +02:00
Leonid Pliushch 30f1bcefd0 seafile-client: hard dependency on python 3.9.x
We need to do same for other packages to ensure that nothing will be broken if user
will attempt to upgrade python package without updating dependent ones.
2020-11-07 04:28:29 +02:00
Leonid Pliushch 96c2310616 libsearpc: use v3.2.0 instead of v3.2-latest
v3.2-latest tag seems to point on latest commit and is being
updated periodically.
2020-10-23 02:04:53 +03:00
Butta 20fca3da8f Bump only locally building packages- seafile-client, sensible-utils, and util-linux- on CI 2020-08-21 20:58:52 +05:30
Butta 578c3ea3b7 Bump packages on CI again 2020-08-21 20:19:35 +05:30
Butta 17d8de18d7 Bump some packages 2020-08-21 17:10:00 +05:30
Butta b6c702b46e protobuf: update from 3.12.4 to 3.13.0 and bump libgrpc, librotobuf-c, and mosh dependent packages
parted: update from 3.2 to 3.3

rhash: update from 1.3.9 to 1.4.0

seafile-client: update from 7.0.8 to 7.0.9

sensible-utils: update from 0.0.12 to 0.0.13

util-linux: update from 2.35.2 to 2.36
2020-08-21 15:45:26 +05:30
Leonid Pliushch f3e3b51a03 seafile-client: remove app-seaf-cli.patch 2020-06-21 21:28:34 +03:00
Leonid Pliushch 808a74d003 seafile-client: update to 7.0.8 2020-06-21 20:56:52 +03:00
Henrik Grimler 3efa45721a Update various packages (#5113)
* calcurse: update to 4.6.0

* dialog: update to 20200327

* dictd: update to 1.13.0

* gitea: update to 1.11.4

* jfrog-cli: update to 1.35.3

* libgd: update to 2.3.0

* libgit2: update to 1.0.0

* libgraphite: update to 1.3.14

* libnftnl: update to 1.1.6

* vim, vim-python: update to 8.2.0500

* unrar: update to 5.9.2

* remind: update to 03.03.01

* nano: update to 4.9.1

* seafile-client: update to 7.0.7

* libgnutls: update to 3.6.13

* apache2: update to 2.4.43
2020-04-03 17:30:41 +02:00
Fredrik Fornwall 604c5988c4 seafile-client: Rebuild to depend on python3 2020-02-23 01:45:53 +01:00
Leonid Pliushch 47ef2cada6 seafile-client: update to 7.0.6 2020-02-17 15:45:26 +02:00
Leonid Pliushch 9e9a6e9777 seafile-client: update to 7.0.5 2020-01-30 22:09:32 +02:00
Leonid Pliushch b9cb1760e8 seafile-client: depend on python2, install pymodule 'future', fix shebang
Issue https://github.com/termux/termux-packages/issues/4699.
2019-12-26 12:26:35 +02:00
Leonid Pliushch f5be819f09 seafile-client: fix checksum 2019-12-06 18:15:23 +02:00
its-pointless 35b6c1de21 build fix 2019-12-06 15:16:49 +01:00
Fredrik Fornwall c6f2eb1f67 seafile-client: Update from 7.0.2 to 7.0.4 2019-12-05 23:45:32 +01:00
Leonid Pliushch 0c2df62f11 seafile-client: update to 7.0.2 2019-08-20 14:49:28 +03: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 acd7a30551 seafile-client: breaks & replaces seafile-client-dev 2019-07-29 14:37:56 +03:00
Leonid Pliushch 48854c7796 seafile-client: update to 7.0.1 + fix build.sh 2019-07-25 18:23:57 +03:00
jydidier 6bf43c25a7 Add packages: libsearpc, ccnet, seafile-client 2019-07-25 18:23:57 +03:00