wine-unstable: fix virtual pkg conflict stuff
This commit is contained in:
parent
da3965930b
commit
9dbd63969b
srcpkgs/wine-unstable
@ -1,13 +1,15 @@
|
||||
# Template file for 'libwine-unstable'.
|
||||
#
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="${short_desc} - Runtime library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the wine runtime."
|
||||
|
||||
only_for_archs=i686
|
||||
replaces="libwine>=0"
|
||||
provides="libwine-$version"
|
||||
conflicts="libwine>=0"
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
@ -7,7 +7,7 @@ build_style=gnu-configure
|
||||
configure_args="--with-x"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="http://ibiblio.org/pub/linux/system/emulators/${__pkgname}/${__pkgname}-${version}.tar.bz2"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL-2.1"
|
||||
@ -20,6 +20,7 @@ long_desc="
|
||||
only_for_archs=i686
|
||||
replaces="wine>=0"
|
||||
provides="wine-$version"
|
||||
conflicts="wine>=0"
|
||||
subpackages="lib$pkgname $pkgname-devel"
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
@ -1,10 +1,16 @@
|
||||
# Template file for 'libwine-unstable'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
only_for_archs=i686
|
||||
replaces="wine-devel>=0"
|
||||
provides="wine-devel-$version"
|
||||
conflicts="wine-devel>=0"
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libwine-unstable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user