From 1bca85e2acf03e9d8870a86feafdeeb5245eb658 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Wed, 19 Apr 2023 10:26:42 +0800 Subject: media-gfx/flameshot: depend on kde-frameworks/kguiaddons:5 Depend on kde-frameworks/kguiaddons:5 or otherwise this will fail right again once kguiaddons:6 comes around. Bug: https://bugs.gentoo.org/904266 Signed-off-by: Huang Rui Closes: https://github.com/gentoo/gentoo/pull/30646 Signed-off-by: Sam James --- media-gfx/flameshot/flameshot-12.0.0-r1.ebuild | 47 -------------------------- media-gfx/flameshot/flameshot-12.0.0-r2.ebuild | 47 ++++++++++++++++++++++++++ media-gfx/flameshot/flameshot-12.1.0-r1.ebuild | 47 -------------------------- media-gfx/flameshot/flameshot-12.1.0-r2.ebuild | 47 ++++++++++++++++++++++++++ 4 files changed, 94 insertions(+), 94 deletions(-) delete mode 100644 media-gfx/flameshot/flameshot-12.0.0-r1.ebuild create mode 100644 media-gfx/flameshot/flameshot-12.0.0-r2.ebuild delete mode 100644 media-gfx/flameshot/flameshot-12.1.0-r1.ebuild create mode 100644 media-gfx/flameshot/flameshot-12.1.0-r2.ebuild (limited to 'media-gfx') diff --git a/media-gfx/flameshot/flameshot-12.0.0-r1.ebuild b/media-gfx/flameshot/flameshot-12.0.0-r1.ebuild deleted file mode 100644 index 35e2aa26f399..000000000000 --- a/media-gfx/flameshot/flameshot-12.0.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Powerful yet simple to use screenshot software" -HOMEPAGE="https://flameshot.org https://github.com/flameshot-org/flameshot" -SRC_URI="https://github.com/flameshot-org/flameshot/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -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/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - sys-apps/dbus - wayland? ( kde-frameworks/kguiaddons ) -" -BDEPEND=" - dev-qt/linguist-tools:5 -" -RDEPEND="${DEPEND}" - -src_prepare() { - rm -r external/singleapplication || die - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DUSE_EXTERNAL_SINGLEAPPLICATION=1 - -DENABLE_CACHE=0 - -DUSE_WAYLAND_CLIPBOARD=$(usex wayland) - ) - - cmake_src_configure -} diff --git a/media-gfx/flameshot/flameshot-12.0.0-r2.ebuild b/media-gfx/flameshot/flameshot-12.0.0-r2.ebuild new file mode 100644 index 000000000000..708edafe52aa --- /dev/null +++ b/media-gfx/flameshot/flameshot-12.0.0-r2.ebuild @@ -0,0 +1,47 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Powerful yet simple to use screenshot software" +HOMEPAGE="https://flameshot.org https://github.com/flameshot-org/flameshot" +SRC_URI="https://github.com/flameshot-org/flameshot/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +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/qtnetwork:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + sys-apps/dbus + wayland? ( kde-frameworks/kguiaddons:5 ) +" +BDEPEND=" + dev-qt/linguist-tools:5 +" +RDEPEND="${DEPEND}" + +src_prepare() { + rm -r external/singleapplication || die + + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DUSE_EXTERNAL_SINGLEAPPLICATION=1 + -DENABLE_CACHE=0 + -DUSE_WAYLAND_CLIPBOARD=$(usex wayland) + ) + + cmake_src_configure +} diff --git a/media-gfx/flameshot/flameshot-12.1.0-r1.ebuild b/media-gfx/flameshot/flameshot-12.1.0-r1.ebuild deleted file mode 100644 index f88dd873b6b5..000000000000 --- a/media-gfx/flameshot/flameshot-12.1.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Powerful yet simple to use screenshot software" -HOMEPAGE="https://flameshot.org https://github.com/flameshot-org/flameshot" -SRC_URI="https://github.com/flameshot-org/flameshot/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 Free-Art-1.3 GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm64 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/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - sys-apps/dbus - wayland? ( kde-frameworks/kguiaddons ) -" -BDEPEND=" - dev-qt/linguist-tools:5 -" -RDEPEND="${DEPEND}" - -src_prepare() { - rm -r external/singleapplication || die - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DUSE_EXTERNAL_SINGLEAPPLICATION=1 - -DENABLE_CACHE=0 - -DUSE_WAYLAND_CLIPBOARD=$(usex wayland) - ) - - cmake_src_configure -} diff --git a/media-gfx/flameshot/flameshot-12.1.0-r2.ebuild b/media-gfx/flameshot/flameshot-12.1.0-r2.ebuild new file mode 100644 index 000000000000..c24b2ab6ac05 --- /dev/null +++ b/media-gfx/flameshot/flameshot-12.1.0-r2.ebuild @@ -0,0 +1,47 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Powerful yet simple to use screenshot software" +HOMEPAGE="https://flameshot.org https://github.com/flameshot-org/flameshot" +SRC_URI="https://github.com/flameshot-org/flameshot/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0 Free-Art-1.3 GPL-3+" +SLOT="0" +KEYWORDS="amd64 ~arm64 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/qtnetwork:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + sys-apps/dbus + wayland? ( kde-frameworks/kguiaddons:5 ) +" +BDEPEND=" + dev-qt/linguist-tools:5 +" +RDEPEND="${DEPEND}" + +src_prepare() { + rm -r external/singleapplication || die + + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DUSE_EXTERNAL_SINGLEAPPLICATION=1 + -DENABLE_CACHE=0 + -DUSE_WAYLAND_CLIPBOARD=$(usex wayland) + ) + + cmake_src_configure +} -- cgit v1.2.3-65-gdbad