mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
Update wine to 1.7.37.
This commit is contained in:
parent
00f0cdce9c
commit
2dc970dbb0
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,5 +1,3 @@
|
||||
.gitignore
|
||||
|
||||
_buildscripts
|
||||
_repo
|
||||
_sources
|
||||
@ -9,10 +7,15 @@ src
|
||||
dbg
|
||||
hdr
|
||||
*~
|
||||
|
||||
build-desktop.sh
|
||||
build.sh
|
||||
check-database.sh
|
||||
check-links.sh
|
||||
check-so-files.sh
|
||||
clean-builddir.sh
|
||||
clean-database.sh
|
||||
clean-workdir.sh
|
||||
copy.sh
|
||||
copy-any.sh
|
||||
fakeuname
|
||||
get-any.sh
|
||||
@ -23,20 +26,18 @@ pkgrels-increase.sh
|
||||
pkgrels-reset.sh
|
||||
rebuildlist-build.sh
|
||||
rebuildlist-generate.sh
|
||||
recreate-database.sh
|
||||
remove.sh
|
||||
repoclean-local.sh
|
||||
repoclean-remote.sh
|
||||
show-config.sh
|
||||
show-pkglists.sh
|
||||
sync-complete.sh
|
||||
sync-down.sh
|
||||
sync-up-nodb.sh
|
||||
sync-up.sh
|
||||
remove.sh
|
||||
recreate-database.sh
|
||||
upload.sh
|
||||
upload-nodb.sh
|
||||
sign-remote-db.sh
|
||||
sign-remote-pkg.sh
|
||||
unlock-database.sh
|
||||
unlock-repo.sh
|
||||
upload-nodb.sh
|
||||
upload.sh
|
||||
|
||||
|
||||
*-cfg.conf
|
||||
*-makepkg.conf
|
||||
|
@ -1,23 +1,23 @@
|
||||
# maintainer: Giuseppe Cala' <jiveaxe@gmail.com>
|
||||
|
||||
pkgname=wine
|
||||
pkgver=1.7.36
|
||||
pkgver=1.7.37
|
||||
pkgrel=1
|
||||
_pkgbasever=${pkgver/rc/-rc}
|
||||
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2
|
||||
30-win32-aliases.conf
|
||||
https://github.com/wine-compholio/wine-staging/archive/v${pkgver}.tar.gz)
|
||||
|
||||
md5sums=('3660517d7c87846f76f8bf40b92a6121'
|
||||
md5sums=('99741c9efece0bf062b39992b63cf5ca'
|
||||
'1ff4e467f59409272088d92173a0f801'
|
||||
'8015fd8766d5421fdeb221b623f6f6b2')
|
||||
'40feaf4d51cae9c575f638fbf6634f2b')
|
||||
|
||||
pkgdesc="A compatibility layer for running Windows programs"
|
||||
url="http://www.winehq.com"
|
||||
categories=('system')
|
||||
screenshot=('http://wstaw.org/m/2012/04/28/wine.png')
|
||||
arch=(x86_64)
|
||||
license=(LGPL)
|
||||
arch=('x86_64')
|
||||
license=('LGPL')
|
||||
install=wine.install
|
||||
|
||||
depends=(
|
||||
@ -165,4 +165,3 @@ package() {
|
||||
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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user