pantheon-terminal: update to 0.5.2.

This commit is contained in:
maxice8 2018-08-26 18:55:01 -03:00
parent ea2aa689e6
commit 5bf15f8027
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,15 +1,23 @@
# Template file for 'pantheon-terminal'
pkgname=pantheon-terminal
version=0.5.1
version=0.5.2
revision=1
build_style=meson
configure_args="-Dubuntu-bionic-patched-vte=false"
wrksrc="terminal-${version}"
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"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Terminal from elementary OS for the 21st century"
license="LGPL-3.0-only"
homepage="https://github.com/elementary/terminal"
license="LGPL-3"
distfiles="https://github.com/elementary/terminal/archive/${version}.tar.gz"
checksum=036bac9dc761dd9b36ca5c4286aa21d445f4010463cfbb09ff51de3c1fea4290
checksum=d4c2275fb7c0609bc9e642313751c8ea2f317d8744715683d6d2f86f3513fe81
pre_configure() {
# Remove post-install script that run glib-compile-schemas
# we do this with a trigger
rm -rf meson
sed -i '/meson.add_install_script/d' meson.build
}