mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gmock-devel: conflicts with gtest-devel.
This commit is contained in:
parent
dad8b07f05
commit
b28e660da5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gmock'
|
# Template build file for 'gmock'
|
||||||
pkgname=gmock
|
pkgname=gmock
|
||||||
version=1.7.0
|
version=1.7.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Google C++ Mocking Framework"
|
short_desc="Google C++ Mocking Framework"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
@ -13,6 +13,7 @@ checksum=26fcbb5925b74ad5fc8c26b0495dfc96353f4d553492eb97e85a8a6d2f43095b
|
||||||
configure_args="--enable-external-gtest"
|
configure_args="--enable-external-gtest"
|
||||||
|
|
||||||
gmock-devel_package() {
|
gmock-devel_package() {
|
||||||
|
conflicts="gtest-devel>=0"
|
||||||
depends="gmock>=${version}_${revision}"
|
depends="gmock>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue