summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2022-06-12 14:58:48 +0300
committerdobedobedo2022-06-12 14:58:48 +0300
commit795fde54a370d58369b35a72f32c3e9d1296d86c (patch)
tree17d20dbe2e42f58365d3ca07eadb8a474d0ef8b5
parent11c0e4601902437af91ba1c9a39be9b8652c0679 (diff)
downloadaur-795fde54a370d58369b35a72f32c3e9d1296d86c.tar.gz
Add patch as makedep
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e979bf52c9c..d2ec20abc043 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-wxpython-dev
pkgdesc = Cross-platform GUI toolkit. Developer version
pkgver = 4.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://www.wxpython.org
arch = x86_64
license = custom:wxWindows
@@ -13,14 +13,15 @@ pkgbase = python-wxpython-dev
makedepends = webkit2gtk
makedepends = python-requests
makedepends = python-setuptools
+ makedepends = patch
depends = wxgtk3-dev
depends = python-six
optdepends = python-pypubsub: Alternative to the deprecated wx.lib.pubsub API
provides = python-wxpython
conflicts = python-wxpython
source = https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz
- source = https://github.com/wxWidgets/Phoenix/commit/aa3dca0e40bd0701e82ce40297a982b5b84844dc.patch
- source = https://github.com/wxWidgets/Phoenix/commit/f5a55e6bf38ab5a0e7b7161477d2d523d057ec29.patch
+ source = aa3dca0e40bd0701e82ce40297a982b5b84844dc.patch
+ source = f5a55e6bf38ab5a0e7b7161477d2d523d057ec29.patch
source = d9725119d742ff25e815d0824c62abd8953a61df.patch
source = 7afcc7fbc68506b55b5bb85970871a5f3df6eac4.patch
sha512sums = 00924008b97bbecb824c3fffd46fc76a5a3115d9346eb95baccc6cca99c080aa80b586af42fece8a3b4d234f2d07ffa8b66b50a164c41cbd95abc9b139c32809
diff --git a/PKGBUILD b/PKGBUILD
index ae0fd82ac3df..b28dc7b42b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,20 +7,20 @@
pkgname=python-wxpython-dev
_pkgname=wxPython
pkgver=4.1.1
-pkgrel=3
+pkgrel=4
pkgdesc='Cross-platform GUI toolkit. Developer version'
arch=('x86_64')
license=('custom:wxWindows')
url='https://www.wxpython.org'
depends=('wxgtk3-dev' 'python-six')
optdepends=('python-pypubsub: Alternative to the deprecated wx.lib.pubsub API')
-makedepends=('mesa' 'glu' 'webkit2gtk' 'python-requests' 'python-setuptools')
+makedepends=('mesa' 'glu' 'webkit2gtk' 'python-requests' 'python-setuptools' 'patch')
checkdepends=('xorg-server-xvfb' 'python-pytest-forked' 'python-numpy')
provides=('python-wxpython')
conflicts=('python-wxpython')
source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.tar.gz"
-"https://github.com/wxWidgets/Phoenix/commit/aa3dca0e40bd0701e82ce40297a982b5b84844dc.patch"
-"https://github.com/wxWidgets/Phoenix/commit/f5a55e6bf38ab5a0e7b7161477d2d523d057ec29.patch"
+"aa3dca0e40bd0701e82ce40297a982b5b84844dc.patch"
+"f5a55e6bf38ab5a0e7b7161477d2d523d057ec29.patch"
"d9725119d742ff25e815d0824c62abd8953a61df.patch"
"7afcc7fbc68506b55b5bb85970871a5f3df6eac4.patch"
)