mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 20:30:53 +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.
11 lines
323 B
Bash
11 lines
323 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Library for handling universally unique identifiers"
|
|
TERMUX_SUBPKG_BREAKS="libuuid-dev"
|
|
TERMUX_SUBPKG_REPLACES="libuuid-dev"
|
|
TERMUX_SUBPKG_DEPENDS="libandroid-posix-semaphore"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
lib/pkgconfig/uuid.pc
|
|
lib/libuuid.so
|
|
include/uuid/uuid.h
|
|
"
|