diff --git a/common/shlibs b/common/shlibs index fda4a8a8177..87040aea4d2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1892,7 +1892,6 @@ libQt5WaylandClient.so.5 qt5-wayland-5.4.0_1 libx265.so.68 x265-1.8_1 libQt5Xdg.so.1 libqtxdg-1.0.0_1 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/liblxqt-mount-devel b/srcpkgs/liblxqt-mount-devel deleted file mode 120000 index a922f4a968c..00000000000 --- a/srcpkgs/liblxqt-mount-devel +++ /dev/null @@ -1 +0,0 @@ -liblxqt-mount \ No newline at end of file diff --git a/srcpkgs/liblxqt-mount/template b/srcpkgs/liblxqt-mount/template deleted file mode 100644 index 2c0455450b2..00000000000 --- a/srcpkgs/liblxqt-mount/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'liblxqt-mount' -pkgname=liblxqt-mount -version=0.9.0 -revision=1 -build_style=cmake -configure_args="-DUSE_QT5=1" -hostmakedepends="cmake" -makedepends="qt5-tools-devel" -short_desc="LXQt library for removable media/devices" -maintainer="Juan RP " -license="LGPL-2.1" -homepage="http://lxqt.org/" -distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz" -checksum=c89ddce16a67831bf8975bc40f95729cb5069105b969f2c8abfb8ab0116dbf5d - -liblxqt-mount-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/lib/cmake - } -}