mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
pgadmin3: rebuild against wx 3.0.
This commit is contained in:
parent
8ca1145399
commit
92ec3963e5
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'pgadmin3'
|
# Template file for 'pgadmin3'
|
||||||
pkgname=pgadmin3
|
pkgname=pgadmin3
|
||||||
version=1.20.0
|
version=1.20.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="postgresql-libs-devel wxGTK-devel libxslt-devel libressl-devel"
|
configure_args="ac_cv_path_WX_CONFIG=wx-config-3.0 --with-wx-version=3.0"
|
||||||
|
makedepends="postgresql-libs-devel wxWidgets-devel libxslt-devel libressl-devel"
|
||||||
short_desc="Comprehensive design and management interface for PostgreSQL"
|
short_desc="Comprehensive design and management interface for PostgreSQL"
|
||||||
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -12,6 +13,10 @@ distfiles="http://ftp.postgresql.org/pub/pgadmin3/release/v${version}/src/pgadmi
|
||||||
checksum=0773d7826a9c7a998c4872e9b00b998e0bbb10448984d66853420c95fa626b8c
|
checksum=0773d7826a9c7a998c4872e9b00b998e0bbb10448984d66853420c95fa626b8c
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/wxrc/&-3.0/' pgadmin/ui/embed-xrc
|
||||||
|
sed -i 's,${WX_HOME}/bin/wx-config,&-3.0,g' configure
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue