blob: 2f399cfab7e3dcc6a63ccef90b055159c4f1edcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
# Contributer: abcfy2 <abcfy2@163.com>
pkgname='deepin-wine8-stable'
_pkgver=8.16deepin25-1
pkgver=${_pkgver//-/_}
pkgrel=1
pkgdesc="Deepin wine8 stable"
arch=('x86_64')
url="http://www.deepin.org"
license=('Proprietary')
makedepends=('tar')
source=(
"https://com-store-packages.uniontech.com/appstorev23/pool/appstore/d/deepin-wine8-stable/deepin-wine8-stable_${_pkgver}_amd64.deb"
)
noextract=(
"deepin-wine8-stable_${_pkgver}_amd64.deb"
)
sha256sums=('a272fe1259eab5dc2df4eb32212a1b580a8138bb312a18b0662f54d44592b167')
depends=(
alsa-lib # libasound2 (>= 1.0.16)
glibc # libc6 (>= 2.38)
#libcapi # libcapi20-3
dbus # libdbus-1-3 (>= 1.9.16)
gcc-libs # libgcc-s1 (>= 3.0)
#glib2 # libglib2.0-0 (>= 2.37.3)
libgphoto2 # libgphoto2-6 (>= 2.5.10), libgphoto2-port12 (>= 2.5.10)
#gst-plugins-base # libgstreamer-plugins-base1.0-0 (>= 1.0.0)
#gstreamer # libgstreamer1.0-0 (>= 1.4.0)
libpulse # libpulse0 (>= 0.99.1)
sane # libsane (>= 1.0.27)
systemd-libs # libudev1 (>= 183)
#libusb # libusb-1.0-0 (>= 2:1.0.21)
wayland # libwayland-client0 (>= 1.20.0)
libx11 # libx11-6
libxext # libxext6
ocl-icd # ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1
alsa-plugins # libasound2-plugins
ncurses # libncurses6 | libncurses5 | libncurses
)
optdepends=(
libcap # libcap2-bin
cups # libcups2
nss # libnss-myhostname
fontconfig # libfontconfig1
freetype2 # libfreetype6
mesa # libglu1-mesa | libglu1
gnutls # libgnutls30 | libgnutls28 | libgnutls26
libjpeg-turbo # libjpeg62-turbo | libjpeg8
krb5 # libgssapi-krb5-2, libkrb5-3
unixodbc # libodbc1
mesa # libosmesa6
sdl2 # libsdl2-2.0-0
v4l-utils # libv4l-0
libxcomposite # libxcomposite1
libxcursor # libxcursor1
libxfixes # libxfixes3
libxi # libxi6
libxinerama # libxinerama1
libxrandr # libxrandr2
libxrender # libxrender1
libxxf86vm # libxxf86vm1
)
package() {
mkdir -p "deepin-wine8-stable_${_pkgver}"
ar -x "deepin-wine8-stable_${_pkgver}_amd64.deb" data.tar.xz --output "deepin-wine8-stable_${_pkgver}"
tar -xf "deepin-wine8-stable_${_pkgver}/data.tar.xz" --directory="${pkgdir}"
}
|