2010-04-15 00:15:29 +02:00
|
|
|
# Template file for 'eog'
|
|
|
|
pkgname=eog
|
2015-11-22 21:57:11 +01:00
|
|
|
version=3.18.1
|
|
|
|
revision=1
|
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)"
|
2015-11-06 17:46:52 +01:00
|
|
|
hostmakedepends="pkg-config gettext-devel intltool gnome-doc-utils
|
|
|
|
itstool glib-devel $(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"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
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"
|
2015-11-22 21:57:11 +01:00
|
|
|
checksum=7b7bb47a680518701e2e724c8632fcf12dcb3c3e45ce1f2bdd4c4ace325793a7
|
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
|
|
|
}
|
|
|
|
}
|