[arch-commits] Commit in wxgtk/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Mar 31 09:54:03 UTC 2019


    Date: Sunday, March 31, 2019 @ 09:54:01
  Author: arojas
Revision: 349476

Revert to 3.0, no everything supports 3.1 yet

Modified:
  wxgtk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-31 09:46:58 UTC (rev 349475)
+++ PKGBUILD	2019-03-31 09:54:01 UTC (rev 349476)
@@ -2,8 +2,8 @@
 
 pkgbase=wxgtk
 pkgname=(wxgtk2 wxgtk3 wxgtk-common)
-pkgver=3.1.2
-pkgrel=1
+pkgver=3.0.4
+pkgrel=2
 arch=('x86_64')
 url="https://wxwidgets.org"
 license=('custom:wxWindows')
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2
         make-abicheck-non-fatal.patch)
-sha256sums=('4cb8d23d70f9261debf7d6cfeca667fc0a7d2b6565adb8f1c484f9b674f1f27a'
+sha256sums=('96157f988d261b7368e5340afa1a0cad943768f35929c22841f62c25b17bf7f0'
             '46a1bb97d69163547da13d5e23a4c73e68de27ee601da5d2fb5bc5c417931453')
 
 prepare() {
@@ -46,7 +46,7 @@
 
 package_wxgtk-common() {
   pkgdesc='Common libraries and headers for wxgtk2 and wxgtk3'
-  depends=('zlib' 'gcc-libs' 'expat' 'xz' 'libsecret')
+  depends=('zlib' 'gcc-libs' 'expat')
 
   cd wxWidgets-${pkgver}
   make DESTDIR="${pkgdir}" install
@@ -57,7 +57,7 @@
 
 package_wxgtk2() {
   pkgdesc='GTK+2 implementation of wxWidgets API for GUI'
-  depends=('gtk2' 'libgl' 'gst-plugins-base-libs' 'libsm' 'libxtst' 'wxgtk-common' 'libnotify')
+  depends=('gtk2' 'libgl' 'gst-plugins-base-libs' 'libsm' 'libxxf86vm' 'wxgtk-common' 'libnotify')
   conflicts=('wxgtk')
   provides=('wxgtk')
   replaces=('wxgtk')



More information about the arch-commits mailing list