eog: update to 3.28.0.

Closes #12466.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-03-13 12:57:24 -03:00 committed by Enno Boland
parent c1df2e2e78
commit 3239b491a5

View file

@ -1,24 +1,23 @@
# Template file for 'eog' # Template file for 'eog'
pkgname=eog pkgname=eog
version=3.26.2 version=3.28.0
revision=1 revision=1
lib32disabled=yes lib32disabled=yes
build_style=gnu-configure build_style=meson
build_options="gir" configure_args="-Dintrospection=$(vopt_if gir true false)"
configure_args="$(vopt_enable gir introspection)" hostmakedepends="pkg-config gnome-doc-utils glib-devel
hostmakedepends="pkg-config gettext-devel intltool gnome-doc-utils $(vopt_if gir gobject-introspection) itstool"
itstool glib-devel $(vopt_if gir gobject-introspection)" makedepends="gnome-desktop-devel libpeas-devel lcms2-devel
makedepends=" exempi-devel libexif-devel librsvg-devel"
gnome-desktop-devel libpeas-devel lcms2-devel exempi-devel
libexif-devel librsvg-devel"
depends="hicolor-icon-theme desktop-file-utils shared-mime-info" depends="hicolor-icon-theme desktop-file-utils shared-mime-info"
short_desc="Eye of GNOME graphics viewer program" short_desc="Eye of GNOME graphics viewer program"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
license="GPL-2" license="GPL-2.0-or-later"
distfiles="${GNOME_SITE}/eog/${version%.*}/eog-$version.tar.xz" distfiles="${GNOME_SITE}/eog/${version%.*}/eog-$version.tar.xz"
checksum=b53e3d4dfa7d0085b829a5fb95f148a099803c00ef276be7685efd5ec38807ad checksum=5bfadb2f17ed09c93d8e9cda25d10d2dc215e8d648df56503b1641dd7c890e35
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir" build_options_default="gir"
fi fi
@ -29,7 +28,6 @@ eog-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
if [ "$build_option_gir" ]; then if [ "$build_option_gir" ]; then
vmove usr/share/eog/gir-1.0 vmove usr/share/eog/gir-1.0
fi fi