37 lines
1 KiB
Bash
37 lines
1 KiB
Bash
# Template file for 'eog'
|
|
pkgname=eog
|
|
version=3.18.0
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
build_options="gir"
|
|
configure_args="$(vopt_enable gir introspection)"
|
|
hostmakedepends="pkg-config intltool gnome-doc-utils itstool
|
|
$(vopt_if gir gobject-introspection)"
|
|
makedepends="
|
|
gnome-desktop-devel libpeas-devel lcms2-devel exempi-devel
|
|
libexif-devel librsvg-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils shared-mime-info"
|
|
short_desc="Eye of GNOME graphics viewer program"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/eog/${version%.*}/eog-$version.tar.xz"
|
|
checksum=740b2942ea52fbcdbacb0988e07193113017e0607cf5779769c82723b1685e28
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|
|
|
|
eog-devel_package() {
|
|
depends="gtk+3-devel"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
if [ "$build_option_gir" ]; then
|
|
vmove usr/share/eog/gir-1.0
|
|
fi
|
|
}
|
|
}
|