mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-13 03:00:31 +00:00
4b0b796038
Fixed already in commit 2b65bc0e6717, but I missed the quoted "no":es. Convert those as well to false. No functional changes: %ci:no-build # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch depend-on-parent-fix # Changes to be committed: # modified: packages/libglvnd/libglvnd-dev.subpackage.sh # modified: packages/mesa/mesa-dev.subpackage.sh # modified: packages/mesa/mesa-vulkan-icd-freedreno.subpackage.sh # modified: packages/mesa/mesa-vulkan-icd-swrast.subpackage.sh # modified: packages/util-linux/blk-utils.subpackage.sh # modified: packages/util-linux/fdisk.subpackage.sh # modified: packages/util-linux/libblkid.subpackage.sh # modified: packages/util-linux/libfdisk.subpackage.sh # modified: packages/util-linux/libmount.subpackage.sh # modified: packages/util-linux/libsmartcols.subpackage.sh # modified: packages/util-linux/libuuid.subpackage.sh # modified: packages/util-linux/mount-utils.subpackage.sh # modified: packages/util-linux/uuid-utils.subpackage.sh # modified: x11-packages/mesa-demos/eglinfo-system.subpackage.sh # modified: x11-packages/xorg-server/xorg-server-xephyr.subpackage.sh #
27 lines
841 B
Bash
27 lines
841 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Utilities for handling universally unique identifiers"
|
|
TERMUX_SUBPKG_DEPENDS="libsmartcols, libuuid"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
share/man/man3/uuid_copy.3.gz
|
|
share/man/man3/uuid_generate.3.gz
|
|
share/man/man3/uuid.3.gz
|
|
share/man/man3/uuid_generate_time_safe.3.gz
|
|
share/man/man3/uuid_is_null.3.gz
|
|
share/man/man3/uuid_compare.3.gz
|
|
share/man/man3/uuid_parse.3.gz
|
|
share/man/man3/uuid_time.3.gz
|
|
share/man/man3/uuid_generate_time.3.gz
|
|
share/man/man3/uuid_generate_random.3.gz
|
|
share/man/man3/uuid_clear.3.gz
|
|
share/man/man3/uuid_unparse.3.gz
|
|
share/man/man1/uuidgen.1.gz
|
|
share/man/man1/uuidparse.1.gz
|
|
share/man/man8/uuidd.8.gz
|
|
share/bash-completion/completions/uuidd
|
|
share/bash-completion/completions/uuidgen
|
|
share/bash-completion/completions/uuidparse
|
|
bin/uuidd
|
|
bin/uuidgen
|
|
bin/uuidparse
|
|
"
|