fae4ca274f
See https://mail.xfce.org/pipermail/xfce-announce/2018-February/000576.html. "The 0.11.x development series introduced GTK+ 3 support to exo and included a number of important improvements over the 0.10.x stable series. While this release targets the development of Xfce 4.14, it can be safely used with Xfce 4.12."
38 lines
1.2 KiB
Bash
38 lines
1.2 KiB
Bash
# Template file for 'exo'
|
|
pkgname=exo
|
|
version=0.12.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel perl-URI"
|
|
makedepends="gtk+-devel libxfce4ui-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils perl-URI"
|
|
conf_files="/etc/xdg/xfce4/helpers.rc"
|
|
short_desc="Extension library for the Xfce desktop environment"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
homepage="https://xfce.org/"
|
|
distfiles="https://archive.xfce.org/src/xfce/exo/${version%.*}/exo-${version}.tar.bz2"
|
|
checksum=64b88271a37d0ec7dca062c7bc61ca323116f7855092ac39698c421a2f30a18f
|
|
|
|
pre_configure() {
|
|
if [ "$CROSS_BUILD" ]; then
|
|
# Disable tests:
|
|
sed -i 's/^\([[:blank:]]*po\).*$/\1/;/^[[:blank:]]*tests$/d' Makefile.am
|
|
fi
|
|
mkdir m4
|
|
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/bin/exo-csource
|
|
vmove usr/share/man/man1/exo-csource.1
|
|
vmove "usr/share/*doc"
|
|
}
|
|
}
|