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 #
28 lines
794 B
Bash
28 lines
794 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Utilities for (un)mounting filesystems"
|
|
TERMUX_SUBPKG_DEPENDS="libblkid, libsmartcols, libmount"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_BREAKS="termux-tools (<= 1.34.1)"
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
bin/findmnt
|
|
bin/fstrim
|
|
bin/lslocks
|
|
bin/mount
|
|
bin/swapoff
|
|
bin/swapon
|
|
bin/umount
|
|
share/bash-completion/completions/findmnt
|
|
share/bash-completion/completions/fstrim
|
|
share/bash-completion/completions/lslocks
|
|
share/bash-completion/completions/mount
|
|
share/bash-completion/completions/swapoff
|
|
share/bash-completion/completions/swapon
|
|
share/bash-completion/completions/umount
|
|
share/man/man8/findmnt.8.gz
|
|
share/man/man8/fstrim.8.gz
|
|
share/man/man8/lslocks.8.gz
|
|
share/man/man8/mount.8.gz
|
|
share/man/man8/swapoff.8.gz
|
|
share/man/man8/swapon.8.gz
|
|
share/man/man8/umount.8.gz
|
|
"
|