xcb-util-image: Bump to 0.4.1

This commit is contained in:
Tee KOBAYASHI 2022-11-02 22:48:45 +09:00 committed by xtkoba
parent bf62db6356
commit 4ed7b5e982
1 changed files with 3 additions and 18 deletions

View File

@ -2,23 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://xcb.freedesktop.org/
TERMUX_PKG_DESCRIPTION="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.4.0
TERMUX_PKG_REVISION=26
TERMUX_PKG_SRCURL=https://xcb.freedesktop.org/dist/xcb-util-image-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc
TERMUX_PKG_VERSION=0.4.1
TERMUX_PKG_SRCURL=https://xcb.freedesktop.org/dist/xcb-util-image-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d
TERMUX_PKG_DEPENDS="libxcb, xcb-util"
TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros"
termux_step_pre_configure() {
autoreconf -fi
}
termux_step_post_massage() {
local _SOVERSION_SUFFIXED_SO_FILES="lib/libxcb-image.so.0"
local f
for f in ${_SOVERSION_SUFFIXED_SO_FILES}; do
if [ -e "${f}" ]; then
termux_error_exit "File ${f} should not be contained in this package."
fi
done
}