From 8c93b57ec26cc37d5cc3ca1f311e77f079b42da2 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 6 Sep 2018 21:28:41 -0700 Subject: [PATCH] io.elementary.terminal: update to 0.5.3. (#2465) --- .../template | 16 +++++++++++----- srcpkgs/pantheon-terminal | 1 + 2 files changed, 12 insertions(+), 5 deletions(-) rename srcpkgs/{pantheon-terminal => io.elementary.terminal}/template (62%) create mode 120000 srcpkgs/pantheon-terminal diff --git a/srcpkgs/pantheon-terminal/template b/srcpkgs/io.elementary.terminal/template similarity index 62% rename from srcpkgs/pantheon-terminal/template rename to srcpkgs/io.elementary.terminal/template index d50d320d194..6c52b68a558 100644 --- a/srcpkgs/pantheon-terminal/template +++ b/srcpkgs/io.elementary.terminal/template @@ -1,7 +1,7 @@ -# Template file for 'pantheon-terminal' -pkgname=pantheon-terminal -version=0.5.2 -revision=2 +# Template file for 'io.elementary.terminal' +pkgname=io.elementary.terminal +version=0.5.3 +revision=1 wrksrc="terminal-${version}" build_style=meson configure_args="-Dubuntu-bionic-patched-vte=false" @@ -13,4 +13,10 @@ maintainer="Cameron Nemo " license="LGPL-3.0-only" homepage="https://github.com/elementary/terminal" distfiles="https://github.com/elementary/terminal/archive/${version}.tar.gz" -checksum=d4c2275fb7c0609bc9e642313751c8ea2f317d8744715683d6d2f86f3513fe81 +checksum=3c96ea82e44468a2a825e03c69246d64d69f726e017d6f126538551dec898af0 + +pantheon-terminal_package() { + depends="io.elementary.terminal>=${version}_${revision}" + build_style=meta + short_desc+=" (transitional dummy package)" +} diff --git a/srcpkgs/pantheon-terminal b/srcpkgs/pantheon-terminal new file mode 120000 index 00000000000..80d1d62e472 --- /dev/null +++ b/srcpkgs/pantheon-terminal @@ -0,0 +1 @@ +io.elementary.terminal \ No newline at end of file