From 96985d8c72af05551b8b5bae3bdc5a50bdd5ff25 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 26 Nov 2020 16:52:18 +0100 Subject: [PATCH] arcan-wayland: remove arcan builds with wayland support by now --- srcpkgs/arcan-wayland/template | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 srcpkgs/arcan-wayland/template diff --git a/srcpkgs/arcan-wayland/template b/srcpkgs/arcan-wayland/template deleted file mode 100644 index cb666910d68..00000000000 --- a/srcpkgs/arcan-wayland/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'arcan-wayland' -# needs to be synced with the arcan package -pkgname=arcan-wayland -version=0.5.5.2 -revision=1 -wrksrc=arcan-${version} -build_wrksrc=src/tools/waybridge -build_style=cmake -hostmakedepends="pkg-config" -makedepends="MesaLib-devel arcan-devel libseccomp-devel libxkbcommon-devel - wayland-devel wayland-protocols" -short_desc="Wayland protocol service for Arcan" -maintainer="Piraty " -license="BSD-3-Clause" -homepage="https://arcan-fe.com/" -distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" -checksum=a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0 - -if [ "$CROSS_BUILD" ];then - hostmakedepends+=" wayland-devel" -fi - -post_install() { - vlicense ../../../COPYING -}