Leonid Plyushch
e6d5597acf
add moc as disabled package
Requested in https://github.com/termux/termux-packages/issues/1637 .
Package seems does not support PulseAudio which is required
for sound output in Termux.
5 years ago
Leonid Plyushch
1e697d3a27
move abuild and apk-tools to disabled packages
We are continuing to use APT as package manager, so having another one is pointless
especially if we are not going to create repository for `apk`.
5 years ago
Leonid Plyushch
c9de245b34
help2man: enable package
5 years ago
Leonid Plyushch
550b88349b
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
5 years ago
Leonid Plyushch
667fce5a65
fix build.sh in disabled-packages
5 years ago
Leonid Plyushch
b446a49020
enable package 'build-essential'
It is now fixed and enhanced to met Termux requirements.
6 years ago
Leonid Plyushch
ab62c48ca2
Revert "frobtads, sl, unrar: disable packages because their license is not accepted by hosting"
This reverts commit d941ce1f79
.
6 years ago
erlanger
12b0c678eb
SWI-Prolog - update to 8.1.0
6 years ago
Leonid Plyushch
d941ce1f79
frobtads, sl, unrar: disable packages because their license is not accepted by hosting
Bintray denied license requests for these packages, therefore we cannot provide
them via main repository.
6 years ago
Leonid Plyushch
b81b5c03a5
blogc: downloads are now working so enabling package
6 years ago
Leonid Plyushch
ae4aff427c
disabled-packages: racket is now in https://github.com/termux/unstable-packages/tree/master/packages/racket
6 years ago
Leonid Plyushch
5ac558e8db
disabled-packages: remove obsolete version of 'caddy'
We have up-to-date 'caddy' as enabled package.
6 years ago
Wetitpig
8dcfd793a2
No backticks
6 years ago
Wetitpig
14931574cb
Shell script compliance
6 years ago
Wetitpig
b7a5b47775
Change permissions
6 years ago
Wetitpig
d7648d8aa1
Spaces to tabs
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Fredrik Fornwall
f890948a75
apk-tools & abuild: Enable packages
6 years ago
Leonid Plyushch
a8b679d0a3
abuild: set variables ac_cv_* and gl_cv_* like in build-package.sh
6 years ago
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'.
6 years ago
Leonid Plyushch
515baacfa8
abuild: disable getfattr/setfattr calls
a. We don't have getfattr/setfattr software.
b. May not work without root.
6 years ago
Leonid Plyushch
5000bb2bed
abuild: fix dependency tracing
Now dependency tracing seems working properly if 'scanelf' binary
is installed.
6 years ago
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'.
6 years ago
Leonid Plyushch
7a132d87a7
abuild: use only Android/Termux-specific architecture specifications
6 years ago
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.
6 years ago
Leonid Plyushch
29f869c504
abuild: fix missing configuration file (/etc/abuild.conf)
File is required for 'abuild' configuration.
6 years ago
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.
6 years ago
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.
6 years ago
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.
6 years ago
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).
6 years ago
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.
6 years ago
Leonid Plyushch
4a19fa2d88
apk-tools: provide necessary files & dirs
6 years ago
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.
6 years ago
Fredrik Fornwall
5cbae1410c
abuild: Add as disabled package
6 years ago
Fredrik Fornwall
a8ccb34191
apk-tools: Add repositories file
6 years ago
Fredrik Fornwall
1b898b722a
Update disable apk-tools
6 years ago
Kevin Cotugno
a62c46fbd8
Remove disabled rust
6 years ago
Fredrik Fornwall
16de13911b
bat: Enable package
6 years ago
Fredrik Fornwall
3028cc92c1
bat: Build with patched version of termios
6 years ago
Fredrik Fornwall
cb74d0084f
x11-repo: Enable package
6 years ago
Fredrik Fornwall
a382c2a9fb
x11-repo: Add as disabled package
6 years ago
Fredrik Fornwall
fcd12d56ff
pkgconf: Add as disabled package
6 years ago
Fredrik Fornwall
e9aa16984a
Remove disabled cutter package
6 years ago
Leonid Plyushch
93175f8fe8
disabled-packages: remove qt5
Remove package 'qt5' in favor of https://github.com/termux/x11-packages/tree/master/packages/qt5-base
6 years ago
Fredrik Fornwall
87ef686c02
rust: Try some more work
6 years ago
Fredrik Fornwall
77e573699c
nodejs-lts: Add back a node LTS package
6 years ago
Wetitpig
a1e13965da
Move libusb to packages
7 years ago
Fredrik Fornwall
bf70ed9e48
rust: Add initial experiments with package
6 years ago
Fredrik Fornwall
5b08d52e19
nodejs: Just keep a single current package
Drop the LTS version of node.js for now and keep only a single current
node package.
6 years ago
Fredrik Fornwall
540102f2eb
openssl: Update from 1.0.2 to 1.1.1 ( #2775 )
6 years ago