mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
liblastfm-qt5: fix conflict with liblastfm
This commit is contained in:
parent
1518be46e9
commit
0cea80b09f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'liblastfm'
|
# Template file for 'liblastfm'
|
||||||
pkgname=liblastfm-qt5
|
pkgname=liblastfm-qt5
|
||||||
version=1.0.9
|
version=1.0.9
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname%-*}-${version}
|
wrksrc=${pkgname%-*}-${version}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
|
@ -13,6 +13,10 @@ homepage="https://github.com/lastfm/liblastfm"
|
||||||
distfiles="https://github.com/lastfm/${pkgname%-*}/archive/${version}.tar.gz"
|
distfiles="https://github.com/lastfm/${pkgname%-*}/archive/${version}.tar.gz"
|
||||||
checksum=5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b
|
checksum=5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b
|
||||||
|
|
||||||
|
provides="liblastfm-${version}_${revision}"
|
||||||
|
replaces="liblastfm>=0"
|
||||||
|
|
||||||
|
|
||||||
liblastfm-qt5-devel_package() {
|
liblastfm-qt5-devel_package() {
|
||||||
depends="liblastfm-qt5>=${version}_${revision} $makedepends"
|
depends="liblastfm-qt5>=${version}_${revision} $makedepends"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue