26 lines
750 B
Plaintext
26 lines
750 B
Plaintext
|
# Template file for 'libqtxdg'
|
||
|
pkgname=libqtxdg
|
||
|
version=1.0.0
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
configure_args="-DUSE_QT5=1 -DCMAKE_INSTALL_LIBDIR=lib"
|
||
|
hostmakedepends="cmake pkg-config"
|
||
|
makedepends="qt5-devel qt5-tools"
|
||
|
short_desc="Qt implementation of freedesktop.org xdg specifications"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="http://lxqt.org/"
|
||
|
distfiles="https://github.com/lxde/libqtxdg/archive/${version}.tar.gz"
|
||
|
checksum=fae88c136d1f5df1d6bce5957fd52d9cd318fe7cf439552631a3b8a0581ec923
|
||
|
|
||
|
libqtxdg-devel_package() {
|
||
|
short_desc+=" - development files"
|
||
|
depends="qt5-devel ${sourcepkg}>=${version}_${revision}"
|
||
|
pkg_install() {
|
||
|
vmove usr/include
|
||
|
vmove usr/lib/pkgconfig
|
||
|
vmove usr/lib/*.so
|
||
|
vmove usr/share/cmake
|
||
|
}
|
||
|
}
|