diff --git a/common/shlibs b/common/shlibs index dc1f71b80a2..777765486a1 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1839,3 +1839,4 @@ liblxqt-qt5.so.0 liblxqt-0.8.0_1 liblxqtmount-qt5.so.0 liblxqt-mount-0.8.0_1 liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1 liblxqt-globalkeys-ui-qt5.so.0 lxqt-globalkeys-0.8.0_1 +libsysstat-qt5.so.0 lxde-libsysstat-0.2.0_1 diff --git a/srcpkgs/lxde-libsysstat-devel b/srcpkgs/lxde-libsysstat-devel new file mode 120000 index 00000000000..8a5ddbfa62d --- /dev/null +++ b/srcpkgs/lxde-libsysstat-devel @@ -0,0 +1 @@ +lxde-libsysstat \ No newline at end of file diff --git a/srcpkgs/lxde-libsysstat/template b/srcpkgs/lxde-libsysstat/template new file mode 100644 index 00000000000..24b13f519c4 --- /dev/null +++ b/srcpkgs/lxde-libsysstat/template @@ -0,0 +1,26 @@ +# Template file for 'lxde-libsysstat' +pkgname=lxde-libsysstat +version=0.2.0 +revision=1 +wrksrc="${pkgname#lxde-}-${version}" +build_style=cmake +configure_args="-DUSE_QT5=1" +hostmakedepends="cmake pkg-config" +makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel libXcursor-devel" +short_desc="Qt-based interface to system statistics" +maintainer="Juan RP " +license="LGPL-2.1" +homepage="http://lxde.org/" +distfiles="https://github.com/lxde/libsysstat/archive/${version}.tar.gz" +checksum=746bd4fe8aacadbba5530aa8762302647d19a01a82a063e4290fd43b7d130dd5 + +lxde-libsysstat-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/*.so + vmove usr/share/cmake + } +}