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 d50d320d19..6c52b68a55 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 0000000000..80d1d62e47 --- /dev/null +++ b/srcpkgs/pantheon-terminal @@ -0,0 +1 @@ +io.elementary.terminal \ No newline at end of file