mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 12:20:52 +00:00
and make the `libandroid-posix-semaphore` direct for the `libblkid`, `libsmartcols` and `libuuid` subpackages. This dependency was previously fulfilled indirectly by `util-linux` being essential. However it remains undetected on old installations. `blk-utils`, `fdisk`, `libblkid`, `libfdisk`, `libmount`, `mount-utils` and `uuid-utils` already explicitly specify their (inter)dependencies, they will adequately receive a transitive dependency on `libandroid-posix-semaphore` through one of their existing dependencies.
12 lines
366 B
Bash
12 lines
366 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Block device identification library"
|
|
TERMUX_SUBPKG_BREAKS="util-linux (<< 2.38.1-1)"
|
|
TERMUX_SUBPKG_REPLACES="util-linux (<< 2.38.1-1)"
|
|
TERMUX_SUBPKG_DEPENDS="libandroid-posix-semaphore"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
include/blkid/blkid.h
|
|
lib/libblkid.so
|
|
lib/pkgconfig/blkid.pc
|
|
share/man/man3/libblkid.3.gz
|
|
"
|