Update wine to 1.7.37.

This commit is contained in:
Jeff Huang 2015-02-25 07:54:56 +00:00
parent 00f0cdce9c
commit 2dc970dbb0
2 changed files with 18 additions and 18 deletions

25
.gitignore vendored
View File

@ -1,5 +1,3 @@
.gitignore
_buildscripts _buildscripts
_repo _repo
_sources _sources
@ -9,10 +7,15 @@ src
dbg dbg
hdr hdr
*~ *~
build-desktop.sh
build.sh build.sh
check-database.sh
check-links.sh
check-so-files.sh
clean-builddir.sh clean-builddir.sh
clean-database.sh
clean-workdir.sh clean-workdir.sh
copy.sh
copy-any.sh copy-any.sh
fakeuname fakeuname
get-any.sh get-any.sh
@ -23,20 +26,18 @@ pkgrels-increase.sh
pkgrels-reset.sh pkgrels-reset.sh
rebuildlist-build.sh rebuildlist-build.sh
rebuildlist-generate.sh rebuildlist-generate.sh
recreate-database.sh
remove.sh
repoclean-local.sh repoclean-local.sh
repoclean-remote.sh repoclean-remote.sh
show-config.sh show-config.sh
show-pkglists.sh show-pkglists.sh
sync-complete.sh sign-remote-db.sh
sync-down.sh sign-remote-pkg.sh
sync-up-nodb.sh
sync-up.sh
remove.sh
recreate-database.sh
upload.sh
upload-nodb.sh
unlock-database.sh unlock-database.sh
unlock-repo.sh upload-nodb.sh
upload.sh
*-cfg.conf *-cfg.conf
*-makepkg.conf *-makepkg.conf

View File

@ -1,23 +1,23 @@
# maintainer: Giuseppe Cala' <jiveaxe@gmail.com> # maintainer: Giuseppe Cala' <jiveaxe@gmail.com>
pkgname=wine pkgname=wine
pkgver=1.7.36 pkgver=1.7.37
pkgrel=1 pkgrel=1
_pkgbasever=${pkgver/rc/-rc} _pkgbasever=${pkgver/rc/-rc}
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2 source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2
30-win32-aliases.conf 30-win32-aliases.conf
https://github.com/wine-compholio/wine-staging/archive/v${pkgver}.tar.gz) https://github.com/wine-compholio/wine-staging/archive/v${pkgver}.tar.gz)
md5sums=('3660517d7c87846f76f8bf40b92a6121' md5sums=('99741c9efece0bf062b39992b63cf5ca'
'1ff4e467f59409272088d92173a0f801' '1ff4e467f59409272088d92173a0f801'
'8015fd8766d5421fdeb221b623f6f6b2') '40feaf4d51cae9c575f638fbf6634f2b')
pkgdesc="A compatibility layer for running Windows programs" pkgdesc="A compatibility layer for running Windows programs"
url="http://www.winehq.com" url="http://www.winehq.com"
categories=('system') categories=('system')
screenshot=('http://wstaw.org/m/2012/04/28/wine.png') screenshot=('http://wstaw.org/m/2012/04/28/wine.png')
arch=(x86_64) arch=('x86_64')
license=(LGPL) license=('LGPL')
install=wine.install install=wine.install
depends=( depends=(
@ -165,4 +165,3 @@ package() {
install -m644 "$srcdir/30-win32-aliases.conf" "$pkgdir/etc/fonts/conf.avail" install -m644 "$srcdir/30-win32-aliases.conf" "$pkgdir/etc/fonts/conf.avail"
ln -s ../conf.avail/30-win32-aliases.conf "$pkgdir/etc/fonts/conf.d/30-win32-aliases.conf" ln -s ../conf.avail/30-win32-aliases.conf "$pkgdir/etc/fonts/conf.d/30-win32-aliases.conf"
} }