mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tomahawk-qt5: fix devel package conflicts
This commit is contained in:
parent
bd6c1d852a
commit
c40889b652
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tomahawk'
|
# Template file for 'tomahawk'
|
||||||
pkgname=tomahawk-qt5
|
pkgname=tomahawk-qt5
|
||||||
version=0.8.4
|
version=0.8.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname%-*}-${version}
|
wrksrc=${pkgname%-*}-${version}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_options="upower hatchet kde xmpp"
|
build_options="upower hatchet kde xmpp"
|
||||||
|
@ -33,6 +33,8 @@ checksum=0fb04bc6b7009e17186b3d384057939727c6f289d22f7f9a5ed2c9c9cd800449
|
||||||
tomahawk-qt5-devel_package() {
|
tomahawk-qt5-devel_package() {
|
||||||
depends="tomahawk-qt5>=${version}_${revision}"
|
depends="tomahawk-qt5>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
provides="tomahawk-devel-${version}_${revision}"
|
||||||
|
replaces="tomahawk-devel>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue