2010-04-14 22:15:29 +00:00
|
|
|
# Template file for 'eog'
|
|
|
|
pkgname=eog
|
2014-11-08 00:20:41 +00:00
|
|
|
version=3.14.3
|
2015-01-13 12:03:43 +00:00
|
|
|
revision=2
|
2014-03-27 11:04:15 +00:00
|
|
|
lib32disabled=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2015-01-13 12:03:43 +00:00
|
|
|
build_options="gir"
|
|
|
|
configure_args="$(vopt_enable gir introspection)"
|
|
|
|
hostmakedepends="pkg-config intltool gnome-doc-utils itstool
|
|
|
|
$(vopt_if gir gobject-introspection)"
|
2013-11-13 07:30:58 +00:00
|
|
|
makedepends="
|
2014-11-30 11:31:05 +00:00
|
|
|
gnome-desktop-devel>=3.14 libpeas-devel>=1.9 lcms2-devel exempi-devel
|
2015-01-13 12:03:43 +00:00
|
|
|
libexif-devel librsvg-devel"
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils shared-mime-info"
|
2010-04-14 22:15:29 +00:00
|
|
|
short_desc="Eye of GNOME graphics viewer program"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 08:57:44 +00:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2013-09-26 15:50:39 +00:00
|
|
|
distfiles="${GNOME_SITE}/eog/${version%.*}/eog-$version.tar.xz"
|
2014-11-08 00:20:41 +00:00
|
|
|
checksum=c05a3c0a75c3c5d42f41eadca9e23753d1fa59bc37fb5826909b468b9be1cf59
|
2013-04-12 08:23:11 +00:00
|
|
|
|
2015-01-13 12:03:43 +00:00
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
|
|
|
|
2013-04-12 08:23:11 +00:00
|
|
|
eog-devel_package() {
|
|
|
|
depends="gtk+3-devel"
|
2013-05-13 20:52:34 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 08:23:11 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gtk-doc
|
2015-01-13 12:03:43 +00:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/eog/gir-1.0
|
|
|
|
fi
|
2013-04-12 08:23:11 +00:00
|
|
|
}
|
|
|
|
}
|