19 lines
729 B
Bash
19 lines
729 B
Bash
# Template file for 'gnome-terminal'
|
|
pkgname=gnome-terminal
|
|
version=3.32.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%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=1d450d0ed2f8722c2e534c23943f91902a8e1e45c647beefafadb847081ac144
|
|
lib32disabled=yes
|