Commit Graph

9 Commits

Author SHA1 Message Date
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 c6bb942333 mime-support: fix license name 2019-03-25 16:26:38 +02:00
Leonid Pliushch 316486f37a mime-support: mime.types is distributed as public-domain
File ./debian/copyright contains:

Files: *
Copyright: public-domain
License: ad-hoc
 This package was written by Brian White <bcwhite@pobox.com> and others.
 It contains public information compiled from around the 'net and many people.
 .
 The "update-mime" program was written by Brian White and has been
 placed in the public domain.
2019-03-25 15:11:33 +02:00
Fredrik Fornwall 0626265f80 mime-support: Update from 3.61 to 3.62 2019-02-16 00:02:20 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 5ffcba108f mime-support: Update from 3.60 to 3.61 2018-06-26 03:48:26 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall 45984c396c mutt: Remove etc/mime.support
The etc/mime.support is now in a separate mime-support package
that mutt now depends on.
2017-08-11 13:30:02 +02:00
David Martinez 7050d7c0e5 mime-support: added Debian-like package 2017-08-11 12:45:59 +02:00