diff options
| author | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-11-14 18:01:12 +0000 |
|---|---|---|
| committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-11-14 18:01:12 +0000 |
| commit | dee4208e54a96562bf126ecbc44355c19fc09d1f (patch) | |
| tree | 2ba4b890894aa0452b87c9575b5e8a75249cfa71 /kde-frameworks/kguiaddons | |
| parent | 1ffe35107f7d60dd1925e4c0e866dcce28c36a10 (diff) | |
| parent | b2d789cbbacf407485c054c81b4ae801cd0e1abe (diff) | |
| download | kde-dee4208e54a96562bf126ecbc44355c19fc09d1f.tar.gz kde-dee4208e54a96562bf126ecbc44355c19fc09d1f.tar.bz2 kde-dee4208e54a96562bf126ecbc44355c19fc09d1f.zip | |
Merge updates from master
Diffstat (limited to 'kde-frameworks/kguiaddons')
| -rw-r--r-- | kde-frameworks/kguiaddons/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kguiaddons/kguiaddons-6.20.0.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-frameworks/kguiaddons/Manifest b/kde-frameworks/kguiaddons/Manifest deleted file mode 100644 index 8710bc8de74..00000000000 --- a/kde-frameworks/kguiaddons/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kguiaddons-6.20.0.tar.xz 90608 BLAKE2B 25403ff32e79c2c1616c3601cd980445fa05ba14202dd2b3f555afceccb9c647a320fde4ba9a255b37ed6c69954235a8c023379d452c7a5e70d0dfb11a1ef13f SHA512 acda1f8d89c7ca2a02f7136a6a012ae659e8a3ff6c874ad41602153e78ec9197d2b1295331b810d5edabc0aaea193215bc83a69375a52fa1bd1724635e518005 diff --git a/kde-frameworks/kguiaddons/kguiaddons-6.20.0.ebuild b/kde-frameworks/kguiaddons/kguiaddons-6.20.0.ebuild deleted file mode 100644 index 4a8102ca5df..00000000000 --- a/kde-frameworks/kguiaddons/kguiaddons-6.20.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_PYTHON_BINDINGS="off" -QTMIN=6.8.1 -inherit ecm frameworks.kde.org xdg - -DESCRIPTION="Framework providing assorted high-level user interface components" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="dbus wayland X" - -# slot op: includes qpa/qplatformnativeinterface.h -COMMON_DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus?,gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - wayland? ( - dev-libs/wayland - >=dev-qt/qtbase-${QTMIN}:6=[wayland] - ) - X? ( - >=dev-qt/qtbase-${QTMIN}:6[X] - x11-libs/libX11 - ) -" -DEPEND="${COMMON_DEPEND} - wayland? ( - >=dev-libs/plasma-wayland-protocols-1.15.0 - >=dev-libs/wayland-protocols-1.39 - ) - X? ( - x11-base/xorg-proto - x11-libs/libxcb - ) -" -RDEPEND="${COMMON_DEPEND} - !<kde-frameworks/kguiaddons-5.116.0-r2:5[-kf6compat(-)] -" -RDEPEND+=" wayland? ( || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 ) )" -BDEPEND=" - wayland? ( - >=dev-qt/qtbase-${QTMIN}:6[wayland] - dev-util/wayland-scanner - ) -" -BDEPEND+=" wayland? ( || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 ) )" - -src_configure() { - local mycmakeargs=( - -DBUILD_GEO_SCHEME_HANDLER=ON - -DUSE_DBUS=$(usex dbus) - -DWITH_WAYLAND=$(usex wayland) - -DWITH_X11=$(usex X) - ) - ecm_src_configure -} |
