New package: libqt5xdg-3.12.0
This commit is contained in:
parent
d160a39a9a
commit
058d72a2e4
3 changed files with 32 additions and 0 deletions
|
@ -1954,6 +1954,8 @@ libQt5Bodymovin.so.5 qt5-lottie-5.15.2_3
|
||||||
libQt5WebKit.so.5 qt5-webkit-5.6.0_1
|
libQt5WebKit.so.5 qt5-webkit-5.6.0_1
|
||||||
libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
|
libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
|
||||||
libx265.so.209 x265-3.6_1
|
libx265.so.209 x265-3.6_1
|
||||||
|
libQt5Xdg.so.3 libqt5xdg-3.2.0_1
|
||||||
|
libQt5XdgIconLoader.so.3 libqt5xdg-3.2.0_1
|
||||||
libQt6Xdg.so.4 libqtxdg-4.0.0_1
|
libQt6Xdg.so.4 libqtxdg-4.0.0_1
|
||||||
libQt6XdgIconLoader.so.4 libqtxdg-4.0.0_1
|
libQt6XdgIconLoader.so.4 libqtxdg-4.0.0_1
|
||||||
libqwt-qt5.so.6.2 qwt-6.2.0_2
|
libqwt-qt5.so.6.2 qwt-6.2.0_2
|
||||||
|
|
1
srcpkgs/libqt5xdg-devel
Symbolic link
1
srcpkgs/libqt5xdg-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libqt5xdg
|
29
srcpkgs/libqt5xdg/template
Normal file
29
srcpkgs/libqt5xdg/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'libqt5xdg'
|
||||||
|
pkgname=libqt5xdg
|
||||||
|
version=3.12.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config lxqt-build-tools-qt5 qt5-host-tools qt5-qmake"
|
||||||
|
makedepends="qt5-svg-devel libglib-devel"
|
||||||
|
depends="libqtxdg>=4"
|
||||||
|
short_desc="Qt5 implementation of freedesktop.org XDG specifications"
|
||||||
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://lxqt-project.org"
|
||||||
|
distfiles="https://github.com/lxqt/libqtxdg/archive/${version}.tar.gz"
|
||||||
|
checksum=084e5fe7b4087d95657be7b5be3668e98bf14c2ba3b150205ebd819508774d45
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf "${DESTDIR}/etc"
|
||||||
|
}
|
||||||
|
|
||||||
|
libqt5xdg-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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue