wine-unstable: update to 1.5.20.
This commit is contained in:
parent
02863c8b58
commit
75792127d5
|
@ -1,10 +1,6 @@
|
|||
# Template file for 'libwine-unstable'.
|
||||
#
|
||||
short_desc="${short_desc} - Runtime library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the wine runtime."
|
||||
|
||||
replaces="libwine>=0"
|
||||
provides="libwine-${version}"
|
||||
conflicts="libwine>=0"
|
||||
|
|
|
@ -1,22 +1,16 @@
|
|||
# Template file for 'wine-unstable'
|
||||
__pkgname=wine
|
||||
pkgname=${__pkgname}-unstable
|
||||
version=1.5.19
|
||||
pkgname=wine-unstable
|
||||
version=1.5.20
|
||||
revision=1
|
||||
wrksrc=${__pkgname}-${version}
|
||||
wrksrc=wine-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-x"
|
||||
depends="libwine-unstable-${version}_${revision}"
|
||||
short_desc="Run Windows apps on Linux, BSD, Solaris and Mac OS X. (unstable)"
|
||||
short_desc="Run Windows apps on Linux (unstable)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${__pkgname}/${__pkgname}-${version}.tar.bz2"
|
||||
checksum=51ad795ae62d8392ac6fbc3ad595ac57d44bcc779b716573a9d73ca122961023
|
||||
long_desc="
|
||||
Wine lets you run Windows software on other operating systems. With Wine,
|
||||
you can install and run these applications just like you would in
|
||||
Windows. (unstable)"
|
||||
distfiles="${SOURCEFORGE_SITE}/wine/wine-${version}.tar.bz2"
|
||||
checksum=75e3073a62a933af5beaa8e8591298325edb57f255ca5b0de55a0f29a4ba2430
|
||||
|
||||
only_for_archs=i686
|
||||
disable_debug=yes
|
||||
|
@ -41,6 +35,5 @@ fulldepends="desktop-file-utils hicolor-icon-theme liberation-fonts-ttf
|
|||
fontconfig libOSMesa"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
sed -i 's/\(libncurses\)/\1w/g' configure
|
||||
}
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
#
|
||||
depends="libwine-unstable-${version}_${revision}"
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
replaces="wine-devel>=0"
|
||||
provides="wine-devel-${version}"
|
||||
conflicts="wine-devel>=0"
|
||||
|
|
Loading…
Reference in New Issue