a4b1d2e767
[ci skip]
24 lines
776 B
Bash
24 lines
776 B
Bash
# Template file for 'libqtxdg'
|
|
pkgname=libqtxdg
|
|
version=3.3.1
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
|
|
makedepends="qt5-svg-devel"
|
|
short_desc="Qt implementation of freedesktop.org XDG specifications"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://lxqt.org/"
|
|
distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
|
|
checksum=1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6
|
|
|
|
libqtxdg-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.so
|
|
vmove usr/share/cmake
|
|
}
|
|
}
|