24 lines
850 B
Bash
24 lines
850 B
Bash
# Template file for 'gnome-terminal'
|
|
pkgname=gnome-terminal
|
|
version=3.36.1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --with-nautilus-extension"
|
|
hostmakedepends="appdata-tools glib-devel intltool itstool
|
|
pkg-config"
|
|
makedepends="dconf-devel gnome-shell gsettings-desktop-schemas-devel
|
|
nautilus-devel vte3-devel"
|
|
depends="desktop-file-utils"
|
|
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:0:4}/${pkgname}-${version}.tar.xz"
|
|
checksum=f3d708a1e76d77c1c85b126f6e003220a15d4a46a50fd8070e1a3aabe678a376
|
|
lib32disabled=yes
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
configure_args+=" --disable-search-provider"
|
|
hostmakedepends+=" desktop-file-utils"
|
|
fi
|