24 lines
765 B
Bash
24 lines
765 B
Bash
# Template file for 'libdbusmenu-lxqt'
|
|
pkgname=libdbusmenu-lxqt
|
|
version=0.2.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config qt6-base qt6-tools"
|
|
makedepends="qt6-base-devel"
|
|
short_desc="Library that provides a Qt6 implementation of the DBusMenu spec"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="LGPL-2"
|
|
homepage="https://github.com/lxqt/libdbusmenu-lxqt"
|
|
distfiles="https://github.com/lxqt/libdbusmenu-lxqt/releases/download/${version}/libdbusmenu-lxqt-${version}.tar.xz"
|
|
checksum=8c22a77c7f69061e5b880cc76ddfc9391b80ee7449485806adecb7123501d84e
|
|
|
|
libdbusmenu-lxqt-devel_package() {
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/cmake
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|