Skip to content

Commit

Permalink
media-gfx/flameshot: backport wayland fix to 12.0.0
Browse files Browse the repository at this point in the history
Issue: https://bugs.gentoo.org/904266
Signed-off-by: Huang Rui <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
vowstar authored and thesamesam committed Apr 14, 2023
1 parent 9474805 commit 34aaa2a
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Gentoo Authors
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -12,16 +12,18 @@ SRC_URI="https://github.com/flameshot-org/flameshot/archive/v${PV}.tar.gz -> ${P
LICENSE="Apache-2.0 Free-Art-1.3 GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="wayland"

DEPEND="
=dev-qt/qtsingleapplication-2.6*[qt5(+),X]
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
=dev-qt/qtsingleapplication-2.6*[qt5(+),X]
dev-qt/qtwidgets:5
dev-qt/qtsvg:5
dev-qt/qtnetwork:5
dev-qt/qtdbus:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
sys-apps/dbus
wayland? ( kde-frameworks/kguiaddons )
"
BDEPEND="
dev-qt/linguist-tools:5
Expand All @@ -38,6 +40,7 @@ src_configure() {
local mycmakeargs=(
-DUSE_EXTERNAL_SINGLEAPPLICATION=1
-DENABLE_CACHE=0
-DUSE_WAYLAND_CLIPBOARD=$(usex wayland)
)

cmake_src_configure
Expand Down

0 comments on commit 34aaa2a

Please sign in to comment.