From 81da678c7752cbe3f29c7596703c382dd573313c Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 2 Dec 2021 22:29:05 -0500 Subject: [PATCH 1/2] New package: darktile-0.0.10 --- srcpkgs/darktile/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/darktile/template diff --git a/srcpkgs/darktile/template b/srcpkgs/darktile/template new file mode 100644 index 000000000000..053eb8c2e68e --- /dev/null +++ b/srcpkgs/darktile/template @@ -0,0 +1,21 @@ +# Template file for 'darktile' +pkgname=darktile +version=0.0.10 +revision=1 +build_style=go +go_import_path=github.com/liamg/darktile +go_package="${go_import_path}/cmd/darktile" +go_ldflags="-X github.com/liamg/darktile/internal/app/darktile/version.Version=${version}" +hostmakedepends="pkg-config" +makedepends="libglvnd-devel libX11-devel libXcursor-devel libXi-devel + libXinerama-devel libXrandr-devel libXxf86vm-devel" +short_desc="GPU rendered terminal emulator designed for tiling window managers" +maintainer="cinerea0 " +license="MIT" +homepage="https://github.com/liamg/darktile" +distfiles="https://github.com/liamg/darktile/archive/refs/tags/v${version}.tar.gz" +checksum=781aef00959abc0047df0eb627c73f012a709f23c2642c34b7a282f485d6e19c + +post_install() { + vlicense LICENSE +} From 8ec02d15abf502a0a463a2d7f36d73b5497225ab Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 2 Dec 2021 22:39:19 -0500 Subject: [PATCH 2/2] aminal: change to dummy package providing darktile darktile is the successor project to aminal; the link to aminal redirects there now. --- srcpkgs/aminal/template | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/srcpkgs/aminal/template b/srcpkgs/aminal/template index 4a3594866e80..9ed2d8b5ac70 100644 --- a/srcpkgs/aminal/template +++ b/srcpkgs/aminal/template @@ -1,14 +1,10 @@ # Template file for 'aminal' pkgname=aminal version=0.8.7 -revision=1 -build_style=go -go_import_path=github.com/liamg/aminal -makedepends="MesaLib-devel libX11-devel libXcursor-devel libXrandr-devel - libXinerama-devel libXi-devel" -short_desc="Modern terminal emulator implemented in Golang and utilising OpenGL" -maintainer="SolitudeSF " -license="GPL-3.0-or-later" -homepage="https://github.com/liamg/aminal" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=ed59927531e7d585a42366c455e491a846c7e23ae079fa1d10d43fdd3a92eb65 +revision=2 +build_style=meta +depends="darktile" +short_desc="Darktile terminal emulator (transitional dummy package)" +maintainer="cinerea0 " +license="Public Domain" +homepage="https://github.com/liamg/darktile"