vp-build/srcpkgs/exo/template

36 lines
1.1 KiB
Bash

# Template file for 'exo'
pkgname=exo
version=4.16.3
revision=2
build_style=gnu-configure
configure_args="--disable-static --with-locales-dir=/usr/share/locale"
hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
makedepends="gtk+-devel libxfce4ui-devel"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Extension library for the Xfce desktop environment"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://docs.xfce.org/xfce/exo/start"
changelog="https://gitlab.xfce.org/xfce/exo/-/blob/master/NEWS"
distfiles="https://archive.xfce.org/src/xfce/exo/${version%.*}/exo-${version}.tar.bz2"
checksum=722dff3c3fe23f0a65405e63889cf247c99d092d3f9fb16dec78d062cfb8fae6
pre_configure() {
if [ "$CROSS_BUILD" ]; then
# Disable tests:
sed -i 's/^\([[:blank:]]*po\).*$/\1/;/^[[:blank:]]*tests$/d' Makefile.am
fi
NOCONFIGURE=1 xdt-autogen
}
exo-devel_package() {
depends="libxfce4ui-devel exo-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/share/*doc"
}
}