blob: 7a1dfb61e0b55353ceee95e23ea9c4e334e7c148 (
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
|
pkgbase = python2-wxpython3
pkgdesc = Classic wxWidgets GTK GUI toolkit (legacy version 3.x) for Python2.
pkgver = 3.0.2.0
pkgrel = 7
url = https://www.wxpython.org
arch = i686
arch = x86_64
license = custom:wxWindows
makedepends = glu
makedepends = mesa
makedepends = python2-setuptools
makedepends = expat
makedepends = gstreamer0.10
makedepends = libjpeg
makedepends = libpng
makedepends = libtiff
makedepends = python2
makedepends = wxgtk2
makedepends = wxgtk3
source = https://downloads.sourceforge.net/wxpython/wxPython-src-3.0.2.0.tar.bz2
source = fix-plot.patch
source = fix-editra-removal.patch
sha256sums = d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61
sha256sums = 2d8b2bdbf55172738c7bf93955e552aac61842800c3b8b0a2e1f07f4314abc65
sha256sums = 559b076f206c44e66b33857f49068d66f59a3fc15b97972486e32a8105885554
pkgname = python2-wxpython3-gtk2
pkgdesc = Classic wxWidgets GTK2 GUI toolkit (legacy version 3.x) for Python2.
depends = expat
depends = gstreamer0.10
depends = libjpeg
depends = libpng
depends = libtiff
depends = python2
depends = wxgtk2
provides = python2-wxpython=3.0.2.0
provides = python2-wxpython-gtk2=3.0.2.0
provides = python2-wxpython3=3.0.2.0
provides = wxpython=3.0.2.0
provides = wxpython-gtk2=3.0.2.0
provides = wxpython3=3.0.2.0
provides = wxpython3-gtk2=3.0.2.0
conflicts = wxpython
pkgname = python2-wxpython3-gtk3
pkgdesc = Classic wxWidgets GTK3 GUI toolkit (legacy version 3.x) for Python2.
depends = expat
depends = gstreamer0.10
depends = libjpeg
depends = libpng
depends = libtiff
depends = python2
depends = wxgtk3
provides = python2-wxpython=3.0.2.0
provides = python2-wxpython-gtk3=3.0.2.0
provides = python2-wxpython3=3.0.2.0
provides = wxpython=3.0.2.0
provides = wxpython-gtk3=3.0.2.0
provides = wxpython3=3.0.2.0
provides = wxpython3-gtk3=3.0.2.0
conflicts = wxpython
replaces = wxpython
|