From b0e6ac8476e830ba59e64098ca82a6ad51726c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 5 Aug 2020 08:51:22 +0700 Subject: [PATCH] liblastfm: drop package --- common/shlibs | 2 -- srcpkgs/liblastfm-devel | 1 - srcpkgs/liblastfm/template | 25 ------------------------- 3 files changed, 28 deletions(-) delete mode 120000 srcpkgs/liblastfm-devel delete mode 100644 srcpkgs/liblastfm/template diff --git a/common/shlibs b/common/shlibs index 1ff9acf93be..90e7020e781 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2142,8 +2142,6 @@ libfcitx-qt.so.0 libfcitx-qt-4.2.8_1 libFcitxQt5DBusAddons.so.1 libfcitx-qt5-1.2.1_1 libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1 -liblastfm.so.1 liblastfm-1.0.9_1 -liblastfm_fingerprint.so.1 liblastfm-1.0.9_1 libdruntime-ldc-debug-shared.so.92 ldc-runtime-1.22.0_1 libdruntime-ldc-shared.so.92 ldc-runtime-1.22.0_1 libphobos2-ldc-shared.so.92 ldc-runtime-1.22.0_1 diff --git a/srcpkgs/liblastfm-devel b/srcpkgs/liblastfm-devel deleted file mode 120000 index 78808ea0a12..00000000000 --- a/srcpkgs/liblastfm-devel +++ /dev/null @@ -1 +0,0 @@ -liblastfm \ No newline at end of file diff --git a/srcpkgs/liblastfm/template b/srcpkgs/liblastfm/template deleted file mode 100644 index d387b3fed76..00000000000 --- a/srcpkgs/liblastfm/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'liblastfm' -pkgname=liblastfm -version=1.0.9 -revision=2 -build_style=cmake -makedepends="qt-devel libsamplerate-devel fftw-devel" -short_desc="A Qt4 C++ library for the Last.fm webservices" -maintainer="Logen K " -license="GPL-3.0-or-later" -homepage="https://github.com/lastfm/liblastfm" -distfiles="https://github.com/lastfm/${pkgname}/archive/${version}.tar.gz" -checksum=5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b - -if [ -n "$CROSS_BUILD" ]; then - hostmakedepends+=" qt-host-tools qt-devel" -fi - -liblastfm-devel_package() { - depends="liblastfm>=${version}_${revision} $makedepends" - short_desc+=" - development files" - pkg_install() { - vmove usr/include - vmove "usr/lib/*.so" - } -}