22 lines
861 B
Bash
22 lines
861 B
Bash
# Template file for 'io.elementary.terminal'
|
|
pkgname=io.elementary.terminal
|
|
version=6.0.1
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dubuntu-bionic-patched-vte=false"
|
|
hostmakedepends="desktop-file-utils gettext pkg-config vala AppStream glib-devel"
|
|
makedepends="granite-devel libnotify-devel vte3-devel libhandy1-devel"
|
|
depends="desktop-file-utils gsettings-desktop-schemas"
|
|
short_desc="Terminal from elementary OS for the 21st century"
|
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
|
license="LGPL-3.0-only"
|
|
homepage="https://github.com/elementary/terminal"
|
|
distfiles="https://github.com/elementary/terminal/archive/${version}.tar.gz"
|
|
checksum=de741ad5deadb927243a7007be0f5d3bb4070f780362d59ded600692064b0eca
|
|
|
|
pantheon-terminal_package() {
|
|
depends="io.elementary.terminal>=${version}_${revision}"
|
|
build_style=meta
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|