Date: Sunday, January 22, 2017 @ 23:36:17 Author: arojas Revision: 208456
Build with WxGTK 3 Modified: pgadmin3/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-22 23:35:23 UTC (rev 208455) +++ PKGBUILD 2017-01-22 23:36:17 UTC (rev 208456) @@ -5,31 +5,27 @@ # Contributor: bekks <[email protected]> pkgname=pgadmin3 -pkgver=1.22.1 -pkgrel=2 +pkgver=1.22.2 +pkgrel=1 pkgdesc="Comprehensive design and management interface for PostgreSQL" arch=('i686' 'x86_64') url="http://www.pgadmin.org" license=('custom') -depends=('wxgtk2.8' 'postgresql-libs' 'libxslt') +depends=('wxgtk' 'postgresql-libs' 'libxslt') makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick') validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519') source=(https://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig}) -sha256sums=('719ea7c0e65d99e8f365bf2d395d7a199804170b3266ada1374d9ac790bc783e' +sha256sums=('9b68b0e3d3f0a261344fb8196825967d1e7acaca1d8cc82c42e12368ca5844ac' 'SKIP') prepare() { cd "$srcdir" convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png - - cd "pgadmin3-${pkgver}" - sed -i 's/wx-config/wx-config-2.8/' configure - sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc } build() { cd "$srcdir"/pgadmin3-${pkgver} - [ -f Makefile ] || ./configure --prefix=/usr --with-wx-version=2.8 + [ -f Makefile ] || ./configure --prefix=/usr --with-wx-version=3.0 make }
