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