Skip to content

Commit

Permalink
q4wine: Use system's qtsingleapplication
Browse files Browse the repository at this point in the history
Gentoo Bug:https://bugs.gentoo.org/show_bug.cgi?id=487540
Upstream Bug: brezerk/q4wine#39
Upstream Commit that fixes it:
brezerk/q4wine@bc30b14
  • Loading branch information
Markos Chandras committed Oct 19, 2013
1 parent 7506779 commit a3241b5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app-emulation/q4wine/q4wine-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ SLOT="0"
KEYWORDS=""
IUSE="debug +icoutils +wineappdb +dbus gnome kde"

DEPEND="dev-qt/qtgui:4
dev-qt/qtsql:4[sqlite]
CDEPEND="dev-qt/qtgui:4
dev-qt/qtsingleapplication
dev-qt/qtsql:4[sqlite]"
DEPEND="${CDEPEND}
dev-util/cmake"

RDEPEND="dev-qt/qtgui:4
dev-qt/qtsql:4[sqlite]
RDEPEND="${CDEPEND}
app-admin/sudo
app-emulation/wine
>=sys-apps/which-2.19
Expand All @@ -34,6 +35,7 @@ DOCS=(AUTHORS ChangeLog README)

src_configure() {
mycmakeargs=(
-DWITH_SYSTEM_SINGLEAPP=ON
$(cmake-utils_use debug DEBUG)
$(cmake-utils_use_with icoutils)
$(cmake-utils_use_with wineappdb)
Expand Down

0 comments on commit a3241b5

Please sign in to comment.