liblastfm-qt4: rebuild with compatibility with qt5 version

This commit is contained in:
Chaoting Liu 2016-02-27 13:39:38 +00:00
parent 0a657f3634
commit 0f121f3fa9

View File

@ -1,15 +1,13 @@
pkgname=liblastfm-qt4 pkgname=liblastfm-qt4
_pkgname=liblastfm _pkgname=liblastfm
pkgver=1.0.9 pkgver=1.0.9
pkgrel=2 pkgrel=3
pkgdesc='A Qt C++ library for the Last.fm webservices' pkgdesc='A Qt C++ library for the Last.fm webservices'
url="https://github.com/lastfm/liblastfm/" url="https://github.com/lastfm/liblastfm/"
license=('GPL3') license=('GPL3')
arch=('x86_64') arch=('x86_64')
depends=('qt') depends=('qt')
makedepends=('cmake') makedepends=('cmake')
conflicts=('liblastfm')
provides=('liblastfm')
source=("https://github.com/lastfm/liblastfm/archive/${pkgver}.tar.gz") source=("https://github.com/lastfm/liblastfm/archive/${pkgver}.tar.gz")
sha1sums=('4a6323538a26c5ea2080a8ebe58e4407dbc42397') sha1sums=('4a6323538a26c5ea2080a8ebe58e4407dbc42397')
@ -28,4 +26,5 @@ build() {
package() { package() {
cd build cd build
make DESTDIR=${pkgdir} install make DESTDIR=${pkgdir} install
mv -v "${pkgdir}/usr/include/lastfm"{,4}
} }