New package: libqtxdg-1.0.0.
This commit is contained in:
parent
a1ac2999ea
commit
19f62bf0cc
|
@ -1834,3 +1834,4 @@ libQt5Help.so.5 qt5-tools-5.3.2_1
|
||||||
libQt5WebSockets.so.5 qt5-websockets-5.3.2_1
|
libQt5WebSockets.so.5 qt5-websockets-5.3.2_1
|
||||||
libQt5X11Extras.so.5 qt5-x11extras-5.3.2_1
|
libQt5X11Extras.so.5 qt5-x11extras-5.3.2_1
|
||||||
libx265.so.35 x265-1.4_1
|
libx265.so.35 x265-1.4_1
|
||||||
|
libQt5Xdg.so.1 libqtxdg-1.0.0_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libqtxdg
|
|
@ -0,0 +1,25 @@
|
||||||
|
# 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue