gthumb: update to 3.10.0.

This commit is contained in:
mobinmob 2020-04-22 15:11:21 +03:00 committed by Helmut Pozimski
parent d1e750e33c
commit c5fde50afe

View file

@ -1,6 +1,6 @@
# Template file for 'gthumb' # Template file for 'gthumb'
pkgname=gthumb pkgname=gthumb
version=3.8.3 version=3.10.0
revision=1 revision=1
build_style=meson build_style=meson
hostmakedepends="gettext pkg-config itstool glib-devel" hostmakedepends="gettext pkg-config itstool glib-devel"
@ -13,8 +13,8 @@ short_desc='Image viewer and browser for the GNOME Desktop'
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>" maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://live.gnome.org/gthumb" homepage="http://live.gnome.org/gthumb"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/gthumb/${version%.*}/gthumb-${version}.tar.xz"
checksum=eff9fc5ac2ee251bc780bbe327d1f06ef1f8029ba5aa7959f68a33c992d60fa8 checksum=3e71f8395a01acfc80af4126fca99d99e7b227aed750bafd64734f08c9edec48
LDFLAGS="-fPIC" LDFLAGS="-fPIC"
@ -30,5 +30,6 @@ gthumb-devel_package() {
pkg_install() { pkg_install() {
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/include vmove usr/include
vmove usr/share/aclocal
} }
} }