2014-11-02 17:19:22 +00:00
|
|
|
# Template file for 'libqtxdg'
|
|
|
|
pkgname=libqtxdg
|
2015-11-02 13:25:59 +00:00
|
|
|
version=1.3.0
|
2014-11-02 17:19:22 +00:00
|
|
|
revision=1
|
|
|
|
build_style=cmake
|
|
|
|
hostmakedepends="cmake pkg-config"
|
2014-11-02 17:36:59 +00:00
|
|
|
makedepends="qt5-tools-devel"
|
2014-11-02 17:19:22 +00:00
|
|
|
short_desc="Qt implementation of freedesktop.org xdg specifications"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-11-02 17:19:22 +00:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://lxqt.org/"
|
|
|
|
distfiles="https://github.com/lxde/libqtxdg/archive/${version}.tar.gz"
|
2015-11-02 13:25:59 +00:00
|
|
|
checksum=0419ca803418aebd30f58cb1367ca985040163782ce9fdcf9fa00f5b1f6de621
|
2014-11-02 17:19:22 +00:00
|
|
|
|
|
|
|
libqtxdg-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
2015-11-02 13:25:59 +00:00
|
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
2014-11-02 17:19:22 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/lib/*.so
|
|
|
|
vmove usr/share/cmake
|
|
|
|
}
|
|
|
|
}
|