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