From 75792127d5352b9a14515f6fcfbc11b1bb6b27c6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Dec 2012 16:15:30 +0100 Subject: [PATCH] wine-unstable: update to 1.5.20. --- .../wine-unstable/libwine-unstable.template | 4 ---- srcpkgs/wine-unstable/template | 19 ++++++------------- .../wine-unstable-devel.template | 4 ---- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/srcpkgs/wine-unstable/libwine-unstable.template b/srcpkgs/wine-unstable/libwine-unstable.template index 65725acf114..0f66bdd270d 100644 --- a/srcpkgs/wine-unstable/libwine-unstable.template +++ b/srcpkgs/wine-unstable/libwine-unstable.template @@ -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" diff --git a/srcpkgs/wine-unstable/template b/srcpkgs/wine-unstable/template index f545b29c618..8e4ba39d473 100644 --- a/srcpkgs/wine-unstable/template +++ b/srcpkgs/wine-unstable/template @@ -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 " 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 } diff --git a/srcpkgs/wine-unstable/wine-unstable-devel.template b/srcpkgs/wine-unstable/wine-unstable-devel.template index 6bf1bd2d3b4..a453f13b129 100644 --- a/srcpkgs/wine-unstable/wine-unstable-devel.template +++ b/srcpkgs/wine-unstable/wine-unstable-devel.template @@ -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"