mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
wine-unstable: update to 1.4-rc4.
This commit is contained in:
parent
a59352b93c
commit
3f9248afbd
3 changed files with 7 additions and 10 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the wine runtime."
|
This package contains the wine runtime."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
replaces="libwine>=0"
|
replaces="libwine>=0"
|
||||||
provides="libwine-$version"
|
provides="libwine-$version"
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'wine-unstable'
|
# Template file for 'wine-unstable'
|
||||||
__pkgname=wine
|
__pkgname=wine
|
||||||
pkgname=${__pkgname}-unstable
|
pkgname=${__pkgname}-unstable
|
||||||
version=1.3.35
|
version=1.4-rc4
|
||||||
revision=1
|
|
||||||
wrksrc=${__pkgname}-$version
|
wrksrc=${__pkgname}-$version
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-x"
|
configure_args="--with-x"
|
||||||
|
@ -11,7 +10,7 @@ distfiles="http://ibiblio.org/pub/linux/system/emulators/${__pkgname}/${__pkgnam
|
||||||
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)"
|
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=e23e4da5efebc11206198e9cf2a2638851db4e00a1af0abccd8b6369e99c288b
|
checksum=3105c4f7e0a3c326c3dc82257b6af96dd5db6cc2afbe4b8a936563d2da04d1ec
|
||||||
long_desc="
|
long_desc="
|
||||||
Wine lets you run Windows software on other operating systems. With Wine,
|
Wine lets you run Windows software on other operating systems. With Wine,
|
||||||
you can install and run these applications just like you would in
|
you can install and run these applications just like you would in
|
||||||
|
@ -33,8 +32,6 @@ gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
# XXX libcups (printing support)
|
# XXX libcups (printing support)
|
||||||
|
|
||||||
Add_dependency run libwine-unstable
|
Add_dependency run libwine-unstable
|
||||||
Add_dependency run liberation-fonts-ttf # else stuff appears in hebrew
|
|
||||||
Add_dependency run fontconfig
|
|
||||||
|
|
||||||
Add_dependency build gettext-devel
|
Add_dependency build gettext-devel
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
|
@ -68,12 +65,16 @@ Add_dependency build giflib-devel
|
||||||
Add_dependency build libpng-devel
|
Add_dependency build libpng-devel
|
||||||
Add_dependency build v4l-utils-devel
|
Add_dependency build v4l-utils-devel
|
||||||
Add_dependency build fontconfig-devel
|
Add_dependency build fontconfig-devel
|
||||||
|
Add_dependency build gnutls-devel
|
||||||
|
|
||||||
|
|
||||||
Add_dependency build prelink # WINE only needs it to build the DLLs,
|
Add_dependency build prelink # WINE only needs it to build the DLLs,
|
||||||
# Otherwise, throws a nasty warning.
|
# Otherwise, throws a nasty warning.
|
||||||
|
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency full desktop-file-utils
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency full hicolor-icon-theme
|
||||||
|
Add_dependency full liberation-fonts-ttf # else stuff appears in hebrew
|
||||||
|
Add_dependency full fontconfig
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
replaces="wine-devel>=0"
|
replaces="wine-devel>=0"
|
||||||
provides="wine-devel-$version"
|
provides="wine-devel-$version"
|
||||||
|
|
Loading…
Add table
Reference in a new issue