Commit Graph

318 Commits

Author SHA1 Message Date
Leonid Plyushch b01a294b92
Revert "disable package: sc-im"
This reverts commit c9ada14842.
2019-12-23 01:05:12 +02:00
Leonid Plyushch a6d632c068
Revert "telegram-cli: move to disabled packages"
Leave package in repository as it still works on some devices.

This reverts commit 47cbc814de.
2019-12-13 02:09:31 +02:00
Leonid Plyushch 47cbc814de
telegram-cli: move to disabled packages 2019-12-12 13:37:46 +02:00
Leonid Plyushch c9ada14842
disable package: sc-im 2019-12-02 16:23:13 +02:00
Leonid Plyushch 0688462562
disabled-packages: add guile, guile18, gopass from unstable repo 2019-11-29 14:13:32 +02:00
Fredrik Fornwall aeafc69c27 Add disabled-packages/ecj-updated 2019-11-07 18:05:05 +01:00
Leonid Plyushch fc7c18b43a
help2man: enable package 2019-08-16 15:38:22 +03:00
Leonid Plyushch c08fb25770
some disabled packages can be removed
* elixir: https://github.com/termux/unstable-packages/tree/master/packages/elixir
 * libgeos: https://github.com/termux/science-packages/tree/master/packages/libgeos
 * nethack: https://github.com/termux/game-packages/tree/master/packages/nethack
2019-08-13 03:10:09 +03:00
Leonid Plyushch 520b56a7b0
fix build.sh in disabled-packages 2019-08-12 23:04:24 +03:00
Leonid Plyushch 9ebb2333e5 enable package 'build-essential'
It is now fixed and enhanced to met Termux requirements.
2019-05-12 21:42:38 +02:00
Leonid Plyushch efd6ac18d0 blogc: downloads are now working so enabling package 2019-04-14 20:06:41 +02:00
erlanger 1fa58537a3 SWI-Prolog - update to 8.1.0 2019-04-11 23:24:11 +02:00
Leonid Plyushch ae4aff427c disabled-packages: racket is now in https://github.com/termux/unstable-packages/tree/master/packages/racket 2019-02-17 18:49:01 +02:00
Leonid Plyushch 5ac558e8db disabled-packages: remove obsolete version of 'caddy'
We have up-to-date 'caddy' as enabled package.
2019-02-17 18:42:34 +02:00
Wetitpig 8dcfd793a2 No backticks 2019-02-15 18:01:09 +02:00
Wetitpig 14931574cb Shell script compliance 2019-02-15 18:01:09 +02:00
Wetitpig b7a5b47775 Change permissions 2019-02-09 21:06:31 +02:00
Wetitpig d7648d8aa1 Spaces to tabs 2019-02-09 21:06:31 +02:00
Wetitpig 78b944ba05 Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Fredrik Fornwall f890948a75 apk-tools & abuild: Enable packages 2018-11-21 23:37:17 +01:00
Leonid Plyushch a8b679d0a3 abuild: set variables ac_cv_* and gl_cv_* like in build-package.sh 2018-11-20 22:04:57 +01:00
Leonid Plyushch 52bff393e5 abuild: remove 'df -PT' calls
Abuild uses 'df -PT' calls only to detect if 'btrfs|ecryptfs|zfs' filesystems used to
determine if it needed to execute 'sync'.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 515baacfa8 abuild: disable getfattr/setfattr calls
a. We don't have getfattr/setfattr software.
b. May not work without root.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 5000bb2bed abuild: fix dependency tracing
Now dependency tracing seems working properly if 'scanelf' binary
is installed.
2018-11-20 22:04:57 +01:00
Leonid Plyushch bd4319d001 apk-tools: don't set db->root to $PREFIX
Setting db->root to $PREFIX breaks package installation if package
was configured with '--prefix=$PREFIX'.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 7a132d87a7 abuild: use only Android/Termux-specific architecture specifications 2018-11-20 22:04:57 +01:00
Leonid Plyushch 63037d5dc9 abuild: add missing dependencies
Add necessary dependencies. Generally, deps like autoconf should be in 'build-base'
package but we don't have it.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 29f869c504 abuild: fix missing configuration file (/etc/abuild.conf)
File is required for 'abuild' configuration.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 9a0163c7db abuild: allow uncompressed manpages
Many packages installs only uncompressed manpages, but users may want
to keep APKBUILDs simple. So allowing uncompressed manpages.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 2c66c598b2 abuild: adopt stuff to the Termux's file system style (rootfs in $PREFIX)
In Termux all package stuff is located under $PREFIX.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 3e04248fa6 abuild: get rid of 'sudo' and other root-related stuff
Termux doesn't require things like 'sudo', 'chroot', 'adduser/addgroup' for
installing or building packages. Furthermore, Termux is single-user environment.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 9df9674113 abuild: don't use fakeroot as it hangs for some reason
Seems that fakeroot makes 'abuild' unusable. Perhaps this is
fakeroot(tcp)-specific bug ?

Anyway, fakeroot is not needed in Termux as we don't setting
ownership for packages but only permissions (chmod).
2018-11-20 22:04:57 +01:00
Leonid Plyushch 7c3e336e75 abuild: apply initial fixes
* Use bash instead of 'ash'.
 * Use clang instead of gcc.
 * Don't use sudo wrapper for 'apk' package manager.
2018-11-20 22:04:57 +01:00
Leonid Plyushch 4a19fa2d88 apk-tools: provide necessary files & dirs 2018-11-20 22:04:57 +01:00
Leonid Plyushch 1bc661ce86 apk-tools: don't set ownership and xattrs
Such functionality causes 'permission denied' errors in Termux as
we don't require root permissions for installing packages.
2018-11-20 22:04:57 +01:00
Fredrik Fornwall 5cbae1410c abuild: Add as disabled package 2018-11-18 02:33:40 +01:00
Fredrik Fornwall a8ccb34191 apk-tools: Add repositories file 2018-11-18 02:10:46 +01:00
Fredrik Fornwall 1b898b722a Update disable apk-tools 2018-11-18 02:01:58 +01:00
Kevin Cotugno a62c46fbd8 Remove disabled rust 2018-10-28 20:11:10 +01:00
Fredrik Fornwall 16de13911b bat: Enable package 2018-10-14 22:00:21 +02:00
Fredrik Fornwall 3028cc92c1 bat: Build with patched version of termios 2018-10-08 03:34:29 +02:00
Fredrik Fornwall cb74d0084f x11-repo: Enable package 2018-10-02 02:04:54 +02:00
Fredrik Fornwall a382c2a9fb x11-repo: Add as disabled package 2018-10-02 01:56:30 +02:00
Fredrik Fornwall fcd12d56ff pkgconf: Add as disabled package 2018-09-27 00:53:39 +02:00
Fredrik Fornwall e9aa16984a Remove disabled cutter package 2018-09-23 17:15:26 +02:00
Leonid Plyushch 93175f8fe8 disabled-packages: remove qt5
Remove package 'qt5' in favor of https://github.com/termux/x11-packages/tree/master/packages/qt5-base
2018-09-21 23:49:22 +02:00
Fredrik Fornwall 87ef686c02 rust: Try some more work 2018-09-20 02:26:10 +02:00
Fredrik Fornwall 77e573699c nodejs-lts: Add back a node LTS package 2018-09-20 02:19:41 +02:00
Wetitpig a1e13965da Move libusb to packages 2018-09-15 22:27:55 +02:00
Fredrik Fornwall bf70ed9e48 rust: Add initial experiments with package 2018-09-15 01:47:23 +02:00