Skip to content

Commit

Permalink
New package: wlroots0.17-0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike7d7 authored and ahesford committed Dec 12, 2023
1 parent 30befa2 commit 2cf315d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3490,6 +3490,7 @@ libpantheon-files-core.so.6 libio.elementary.files-6.0.0_1
libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
libwlroots.so.10 wlroots0.15-0.15.1_1
libwlroots.so.11 wlroots0.16-0.16.0_1
libwlroots.so.12 wlroots0.17-0.17.0_1
libbaseencode.so.1 libbaseencode-1.0.9_1
libcotp.so.2 libcotp-2.0.1_1
libunarr.so.1 libunarr-1.0.1_1
Expand Down
1 change: 1 addition & 0 deletions srcpkgs/wlroots0.17-devel
38 changes: 38 additions & 0 deletions srcpkgs/wlroots0.17/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Template file for 'wlroots0.17'
pkgname=wlroots0.17
version=0.17.0
revision=1
build_style=meson
# Follow upstream packaging recommendations:
# https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Packaging-recommendations
configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
-Db_ndebug=false"
hostmakedepends="pkg-config wayland-devel glslang hwids"
_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel
wayland-protocols vulkan-loader Vulkan-Headers xcb-util-errors-devel
xcb-util-wm-devel xcb-util-renderutil-devel libdisplay-info-devel"
makedepends="${_devel_depends}
libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
short_desc="Modular Wayland compositor library ${pkgname#wlroots}"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
checksum=9da3475a6834a6a9a8fd93de84f4ef91f9ee48ff70c305aa9522bf0db9e61128

post_install() {
vlicense LICENSE
}

wlroots0.17-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
conflicts="wlroots0.16-devel wlroots0.15-devel wlroots0.14-devel"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}

0 comments on commit 2cf315d

Please sign in to comment.