New package: libdecor-0.1.0_1

This commit is contained in:
Arda Demir 2021-08-10 20:52:54 +03:00 committed by Michal Vasilek
parent 3fee5df2c8
commit 7545adcce1
3 changed files with 34 additions and 0 deletions

View file

@ -4005,3 +4005,4 @@ liblhasa.so.0 lhasa-0.3.1_2
libmt32emu.so.2 libmt32emu-2.5.1_1
libqrtr-glib.so.0 libqrtr-glib-1.0.0_1
libstemmer.so.2 libstemmer-2.1.0_1
libdecor-0.so.0 libdecor-0.1.0_1

1
srcpkgs/libdecor-devel Symbolic link
View file

@ -0,0 +1 @@
libdecor

32
srcpkgs/libdecor/template Normal file
View file

@ -0,0 +1,32 @@
# Template file for 'libdecor'
pkgname=libdecor
version=0.1.0
revision=1
build_style=meson
configure_args="-Ddemo=false -Ddbus=$(vopt_if dbus enabled disabled)"
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel wayland-protocols pango-devel
$(vopt_if dbus dbus-devel)"
short_desc="Client-side decorations library for Wayland client"
maintainer="Arda Demir <ddmirarda@gmail.com>"
license="MIT"
homepage="https://gitlab.gnome.org/jadahl/libdecor"
distfiles="https://gitlab.gnome.org/jadahl/libdecor/-/archive/${version}/libdecor-${version}.tar.gz"
checksum=1d5758cb49dcb9ceaa979ad14ceb6cdf39282af5ce12ebe6073dd193d6b2fb5e
build_options="dbus"
build_options_default="dbus"
post_install() {
vlicense LICENSE
}
libdecor-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}