mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
wine: update to 1.7.26.
This commit is contained in:
parent
1363fc414b
commit
004a02ca04
1 changed files with 4 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.7.25
|
version=1.7.26
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Run Microsoft Windows applications"
|
short_desc="Run Microsoft Windows applications"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=f5e35e82e57d49e83d3246a9d84684ecd095705628db59ac0516dab2bb8cf540
|
checksum=e20c7c26a3bd887afac655a274335923ae7ccf4053383e4edbb0c290aadb5de8
|
||||||
|
|
||||||
lib32mode=full
|
lib32mode=full
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
@ -22,13 +22,9 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel
|
||||||
libxslt-devel glib-devel gst-plugins-base-devel freetype-devel
|
libxslt-devel glib-devel gst-plugins-base-devel freetype-devel
|
||||||
mpg123-devel libgsm-devel libopenal-devel giflib-devel libpng-devel
|
mpg123-devel libgsm-devel libopenal-devel giflib-devel libpng-devel
|
||||||
v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel sane-devel
|
v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel sane-devel
|
||||||
cups-devel dbus-devel ocl-icd-devel"
|
libpcap-devel cups-devel dbus-devel ocl-icd-devel"
|
||||||
depends="libOSMesa>=0 desktop-file-utils>=0 hicolor-icon-theme>=0 liberation-fonts-ttf>=0"
|
depends="libOSMesa desktop-file-utils hicolor-icon-theme liberation-fonts-ttf"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
# Otherwise, throws a nasty warning.
|
|
||||||
sed -i 's/\(libncurses\)/\1w/g' configure
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Font aliasing settings for Win32 applications
|
# Font aliasing settings for Win32 applications
|
||||||
install -d ${DESTDIR}/etc/fonts/conf.{avail,d}
|
install -d ${DESTDIR}/etc/fonts/conf.{avail,d}
|
||||||
|
|
Loading…
Add table
Reference in a new issue