19 lines
746 B
Bash
19 lines
746 B
Bash
# Template file for 'gnome-terminal'
|
|
pkgname=gnome-terminal
|
|
version=3.28.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --with-nautilus-extension --disable-migration"
|
|
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="The GNOME terminal emulator application"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
homepage="https://wiki.gnome.org/Apps/Terminal"
|
|
license="GPL-2.0-or-later, GFDL-1.3-only"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=a283dca4980eecf9184a55aac03fef99f85748461ff190423a2253f3b4557279
|
|
lib32disabled=yes
|