Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 517232 - dev-db/pgadmin3-1.8.1 works fine with wxGTK3
Summary: dev-db/pgadmin3-1.8.1 works fine with wxGTK3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-16 10:26 UTC by Priit Laes (IRC: plaes)
Modified: 2015-05-20 19:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2014-07-16 10:26:01 UTC
dev-db/pgadmin3 works fine with wxGTK3 after following changes to the ebuild:

--- /usr/portage/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild	2014-01-26 13:31:08.000000000 +0200
+++ pgadmin3-1.18.1.ebuild	2014-07-16 12:16:18.271317745 +0300
@@ -17,7 +17,7 @@
 SLOT="0"
 IUSE="debug +databasedesigner"
 
-DEPEND="x11-libs/wxGTK:2.8[X,debug=]
+DEPEND="x11-libs/wxGTK:3.0[X,debug=]
 	>=dev-db/postgresql-base-8.4.0
 	>=dev-libs/libxml2-2.6.18
 	>=dev-libs/libxslt-1.1"
@@ -38,7 +38,7 @@
 }
 
 src_configure() {
-	econf --with-wx-version=2.8 \
+	econf --with-wx-version=3.0 \
 		$(use_enable debug) \
 		$(use_enable databasedesigner)
 }
Comment 1 Aaron W. Swenson gentoo-dev 2015-05-20 19:50:18 UTC
*pgadmin3-1.20.0-r1 (20 May 2015)

  20 May 2015; Aaron W. Swenson <titanofold@gentoo.org>
  +pgadmin3-1.20.0-r1.ebuild:
  Version bump fixes bug 533336. Now supports best wxGTK available, instead of
  just 2.8, fixing bug 517232.