wlc: remove.

Abandoned library.
This commit is contained in:
travankor 2020-03-18 23:44:55 -07:00 committed by Juan RP
parent 0f15e569de
commit 232b34be43
4 changed files with 0 additions and 41 deletions

View file

@ -2557,7 +2557,6 @@ libvidstab.so.1.1 libvidstab-1.1.0_1
libxdo.so.3 xdotool-3.20150503.1_1
libabigail.so.0 libabigail-1.0.rc3_1
libgnome-games-support-1.so.3 libgnome-games-support-1.4.0_1
libwlc.so.0 wlc-0.0.2_1
libKDevCMakeCommon.so.33 kdevelop-5.5.0_1
libKDevClangPrivate.so.33 kdevelop-5.5.0_1
libKDevCompileAnalyzerCommon.so.33 kdevelop-5.5.0_1

View file

@ -1 +0,0 @@
wlc

View file

@ -1,10 +0,0 @@
--- src/platform/context/egl.h 2017-10-14 20:29:48.000000000 +0200
+++ src/platform/context/egl.h 2020-01-26 22:04:57.124357295 +0100
@@ -3,6 +3,7 @@
#include <EGL/egl.h>
#include <EGL/eglext.h>
+#include <EGL/eglmesaext.h>
struct wlc_context_api;
struct wlc_backend_surface;

View file

@ -1,29 +0,0 @@
# Template build file for 'wlc'
pkgname=wlc
version=0.0.11
revision=1
build_style=cmake
hostmakedepends="pkg-config wayland-devel wayland-protocols"
makedepends="pixman-devel MesaLib-devel libxkbcommon-devel libdrm-devel
xcb-util-image-devel xcb-util-wm-devel wayland-devel wayland-protocols
libinput-devel"
short_desc="Wayland Compositor Library"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="https://github.com/Cloudef/wlc"
license="MIT"
distfiles="https://github.com/Cloudef/$pkgname/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
checksum=c2061f5d6c627688ea8b822ac5f4d3ba4d407b3f8d79267677ce4011b6390d22
post_install() {
vlicense LICENSE
}
wlc-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
}
}