New package: wlroots-0.1

This commit is contained in:
maxice8 2018-10-20 20:14:39 -03:00 committed by maxice8
parent 80a1ac5cfb
commit 5459fb1ed3
3 changed files with 36 additions and 0 deletions

View File

@ -3313,3 +3313,4 @@ libcodecore.so.0 libio.elementary.code-3.0_1
libio.elementary.music-core.so.0 libio.elementary.music-5.0_1
libpantheon-files-core.so.0 libio.elementary.files-4.0_1
libpantheon-files-widgets.so.0 libio.elementary.files-4.0_1
libwlroots.so.0 wlroots-0.1_1

1
srcpkgs/wlroots-devel Symbolic link
View File

@ -0,0 +1 @@
wlroots

34
srcpkgs/wlroots/template Normal file
View File

@ -0,0 +1,34 @@
# Template file for 'wlroots'
pkgname=wlroots
version=0.1
revision=1
build_style=meson
configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
-Dxcb-errors=enabled -Dxcb-icccm=enabled -Dxcb-xkb=enabled -Dxwayland=enabled
-Dx11-backend=enabled -Dexamples=false -Drootston=false"
hostmakedepends="pkg-config wayland-devel"
makedepends="elogind-devel libcap-devel wayland-devel wayland-protocols
MesaLib-devel libinput-devel libxkbcommon-devel libdrm-devel pixman-devel
libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
xcb-util-keysyms-devel xcb-util-renderutil-devel xcb-util-wm-devel
xcb-util-errors-devel xcb-util-xrm-devel"
short_desc="Module Wayland compositor library"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/swaywm/wlroots"
distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
checksum=cff055bc141eefea6fb1aa410d166890f1e6666d3fd321d70403a543494a6a84
post_install() {
vlicense LICENSE
}
wlroots-devel_package() {
depends="wlroots-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}