wine: make it a proper virtual pkg
This commit is contained in:
parent
4e151281f7
commit
da3965930b
3 changed files with 16 additions and 3 deletions
srcpkgs/wine
|
@ -5,8 +5,12 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the wine runtime."
|
This package contains the wine runtime."
|
||||||
|
|
||||||
revision=4
|
revision=5
|
||||||
|
|
||||||
|
only_for_archs=i686
|
||||||
|
replaces="libwine-unstable>=0"
|
||||||
|
provides="libwine-$version"
|
||||||
|
conflicts="libwine-unstable>=0"
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.2.3
|
version=1.2.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="http://ibiblio.org/pub/linux/system/emulators/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://ibiblio.org/pub/linux/system/emulators/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
|
@ -15,6 +15,10 @@ long_desc="
|
||||||
Windows."
|
Windows."
|
||||||
|
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
replaces="wine-unstable>=0"
|
||||||
|
provides="wine-$version"
|
||||||
|
conflicts="wine-unstable>=0"
|
||||||
|
|
||||||
subpackages="lib$pkgname $pkgname-devel"
|
subpackages="lib$pkgname $pkgname-devel"
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,12 @@ long_desc="${long_desc}
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run libwine
|
Add_dependency run libwine
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
|
only_for_archs=i686
|
||||||
|
replaces="wine-unstable-devel>=0"
|
||||||
|
provides="wine-devel-$version"
|
||||||
|
conflicts="wine-unstable-devel>=0"
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue