mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
a6394bf557
Not making much sense because partial upgrading is not supported in the first place. Also note that this specifier did not prevent libuuid from being upgraded, leaving its reverse dependencies behind. %ci:no-build
12 lines
502 B
Bash
12 lines
502 B
Bash
# X11 package
|
|
TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/
|
|
TERMUX_PKG_DESCRIPTION="X11 Session Management library"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.2.4
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/lib/libSM-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=fdcbe51e4d1276b1183da77a8a4e74a137ca203e0bcfb20972dd5f3347e97b84
|
|
TERMUX_PKG_DEPENDS="libice, libuuid"
|
|
TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros, xtrans"
|