gnome-terminal: update to 3.36.1.1

This commit is contained in:
Nafis 2020-03-18 07:40:13 +06:00 committed by Juan RP
parent 94ae56701c
commit 0aaaa54fc9

View file

@ -1,6 +1,6 @@
# Template file for 'gnome-terminal'
pkgname=gnome-terminal
version=3.32.2
version=3.36.1.1
revision=1
build_style=gnu-configure
configure_args="--disable-static --with-nautilus-extension"
@ -13,6 +13,11 @@ short_desc="GNOME terminal emulator application"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, GFDL-1.3-only"
homepage="https://wiki.gnome.org/Apps/Terminal"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=759a2b093ca606107eb8fb53e407cdf9adce76ccee33f9fa0cd76bf594bd106a
distfiles="${GNOME_SITE}/${pkgname}/${version:0:4}/${pkgname}-${version}.tar.xz"
checksum=f3d708a1e76d77c1c85b126f6e003220a15d4a46a50fd8070e1a3aabe678a376
lib32disabled=yes
if [ "$CROSS_BUILD" ]; then
configure_args+=" --disable-search-provider"
hostmakedepends+=" desktop-file-utils"
fi