2009-04-20 03:05:32 +02:00
|
|
|
# Template file for 'exo'
|
|
|
|
pkgname=exo
|
2015-03-01 09:21:25 +01:00
|
|
|
version=0.10.3
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-11-08 16:56:59 +01:00
|
|
|
configure_args="--disable-static"
|
2015-03-01 10:23:01 +01:00
|
|
|
hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel perl-URI"
|
2015-03-01 09:21:25 +01:00
|
|
|
makedepends="gtk+-devel libxfce4ui-devel>=4.12 perl-URI"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="hicolor-icon-theme desktop-file-utils perl-URI"
|
|
|
|
conf_files="/etc/xdg/xfce4/helpers.rc"
|
2009-04-20 03:05:32 +02:00
|
|
|
short_desc="Application library for the Xfce desktop environment"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-04-19 16:43:20 +02:00
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-10-11 09:37:46 +02:00
|
|
|
homepage="http://xfce.org"
|
2014-05-24 10:02:19 +02:00
|
|
|
distfiles="http://archive.xfce.org/src/xfce/exo/${version%.*}/exo-${version}.tar.bz2"
|
2015-03-01 09:21:25 +01:00
|
|
|
checksum=95704b14ef9065268c3aa9a7c0bacbe0ddb490a183a4f5ab13bba4a1722826bd
|
2009-04-20 03:05:32 +02:00
|
|
|
|
2014-09-23 13:46:25 +02:00
|
|
|
pre_configure() {
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
export ac_cv_strftime_extensions=yes
|
|
|
|
|
|
|
|
# Disable tests:
|
2015-03-01 10:23:01 +01:00
|
|
|
sed -i 's/^\([[:blank:]]*po\).*$/\1/;/^[[:blank:]]*tests$/d' Makefile.am
|
2014-09-23 13:46:25 +02:00
|
|
|
fi
|
2015-03-01 10:23:01 +01:00
|
|
|
mkdir m4
|
|
|
|
NOCONFIGURE=1 xdt-autogen
|
2014-09-23 13:46:25 +02:00
|
|
|
}
|
|
|
|
|
2013-04-12 10:23:11 +02:00
|
|
|
exo-devel_package() {
|
2015-03-01 09:21:25 +01:00
|
|
|
depends="libxfce4ui-devel exo-${version}_${revision}"
|
2014-01-01 16:10:11 +01:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 10:23:11 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-14 15:19:12 +01:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 10:23:11 +02:00
|
|
|
vmove usr/bin/exo-csource
|
|
|
|
vmove usr/share/man/man1/exo-csource.1
|
|
|
|
vmove "usr/share/*doc"
|
|
|
|
}
|
|
|
|
}
|