elementary: update to 1.9.4.

This commit is contained in:
Juan RP 2014-05-18 17:06:32 +02:00
parent e2270cc5f9
commit b28585c30a
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'elementary'
pkgname=elementary
version=1.8.5
version=1.9.4
revision=1
hostmakedepends="pkg-config"
makedepends="efl-devel>=${version} desktop-file-utils"
depends="desktop-file-utils"
depends="efl>=${version} desktop-file-utils"
build_style=gnu-configure
configure_args="--with-tests=none --disable-static --enable-quick-launch --disable-elementary-test"
homepage="http://enlightenment.org"
@ -12,11 +12,11 @@ short_desc="Enlightenment's widget set"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
distfiles="http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=427d0d3619a410d924ea44856ea9ddd7ce01e827be16f113627cef226eefa73f
checksum=88b498832ce0bc0c24a00bd48954dcc90e1945c4ad1d830f889dd848c83a6b38
if [ "$CROSS_BUILD" ]; then
# XXX needs host elm_prefs_cc
hostmakedepends+=" automake libtool gettext-devel efl>=1.8 elementary>=1.8"
hostmakedepends+=" automake libtool gettext-devel efl>=1.9 elementary>=1.9"
configure_args+=" --with-elm-prefs-cc=/usr/bin/elm_prefs_cc"
pre_configure() {
sed -e 's,^\(ELM_PREFS_CC \).*$,\1=/usr/bin/elm_prefs_cc,g' -i data/objects/Makefile.am