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

Balló György bgyorgy at archlinux.org
Tue Jul 4 05:53:07 UTC 2017


    Date: Tuesday, July 4, 2017 @ 05:53:06
  Author: bgyorgy
Revision: 242257

upgpkg: pgadmin3 1.22.2-5

Revert back to wxgtk2 (FS#54676)

Modified:
  pgadmin3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-04 05:20:01 UTC (rev 242256)
+++ PKGBUILD	2017-07-04 05:53:06 UTC (rev 242257)
@@ -6,12 +6,13 @@
 
 pkgname=pgadmin3
 pkgver=1.22.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Comprehensive design and management interface for PostgreSQL"
 arch=('i686' 'x86_64')
 url="http://www.pgadmin.org"
 license=('custom')
-depends=('wxgtk3' 'postgresql-libs' 'libxslt' 'libgcrypt')
+# Dependency wxgtk3 is not supported due to segmentation fault (FS#54676)
+depends=('wxgtk2' 'postgresql-libs' 'libxslt' 'libgcrypt')
 makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
 validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
 source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin3/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig}
@@ -27,9 +28,6 @@
 # Fix segfault at startup (Debian)
   cd $pkgname-$pkgver
   patch -p1 -i ../pgadmin3-fix-segfault.patch
-
-# Build with wxgtk3
-  sed -i 's|/bin/wx-config|/bin/wx-config-gtk3|' configure
 }
 
 build() {



More information about the arch-commits mailing list