From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/yakuake/files/, kde-apps/yakuake/
Date: Thu, 5 Jan 2023 18:03:40 +0000 (UTC) [thread overview]
Message-ID: <1672941775.a67cf84cb44811a53ff5ba7c00f31139987fa744.asturm@gentoo> (raw)
commit: a67cf84cb44811a53ff5ba7c00f31139987fa744
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 3 14:47:44 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 18:02:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67cf84c
kde-apps/yakuake: drop 22.12.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/yakuake/Manifest | 1 -
| 33 ------------
kde-apps/yakuake/yakuake-22.12.0.ebuild | 60 ----------------------
3 files changed, 94 deletions(-)
diff --git a/kde-apps/yakuake/Manifest b/kde-apps/yakuake/Manifest
index 4a29fc345daa..9541afc93cbe 100644
--- a/kde-apps/yakuake/Manifest
+++ b/kde-apps/yakuake/Manifest
@@ -1,3 +1,2 @@
DIST yakuake-22.08.3.tar.xz 414092 BLAKE2B 235679d6439560cef5519a414f0177834bcd95f440b57428106e6b285a53811a4f32bce6b2ca7c8566e4567e8d9f56ea332e41b175b22d3e649e951ea7e8c794 SHA512 4f02b90d138fa741c8d30f11e409fcc7b08d8775d35e35d90c3d050bbd0f0ce5d2c46ce2c3809e8ad1362eac5661681be75ebe3703570859e4d9e8ebd62ec1d0
-DIST yakuake-22.12.0.tar.xz 426592 BLAKE2B e053ad61017a2229ed2f9341457e2effc08b7e0f98ae9e59d5d83a8045de89e4ecdbc4619e913e877fb53737ba5fa3e83667659d0d223b0083437ad7c97703a8 SHA512 2569d67516b9e80277e37291c01ae7225ddfa04a4410ee13add03a1ae8453a431a525cdacb8e447bd32bf6b55e60f81eb49431d2c4a13d5e1e7addc65a830842
DIST yakuake-22.12.1.tar.xz 426896 BLAKE2B 54f9a231ae06eac7477b2da9d7aeb6d2cdd38ca1cb7729c33947520329066ac68e4ecec72ebfe6f1d824c352b1ae78cde554834258b1d993ffad0bff0abd5afe SHA512 734b066a311baf0e3f491b98c0891836b0058694fd8a46d6e13a743248c64a2b19ccb93baedf167be0cdfdeff7a6e4f8371bce12cd701aa5f429746dd5774d07
diff --git a/kde-apps/yakuake/files/yakuake-22.12.0-missing-header.patch b/kde-apps/yakuake/files/yakuake-22.12.0-missing-header.patch
deleted file mode 100644
index ae43268397ca..000000000000
--- a/kde-apps/yakuake/files/yakuake-22.12.0-missing-header.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 1f2df3b0f57f5b3f4e4a5da8608cccde4edb2de5 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 10 Dec 2022 12:22:46 +0100
-Subject: [PATCH] Re-add missing header when building without KF5Wayland
-
-Otherwise we rely on KWayland/Client/surface.h to implicitly provide
-QWindow which may not be available.
-
-Partial revert of 9b93462943ab26ab015989321881dee13404d711
-See also: https://invent.kde.org/utilities/yakuake/-/merge_requests/80
-
-Downstream report: https://bugs.gentoo.org/885101
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- app/mainwindow.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
-index 4ea361e..8b0aab3 100644
---- a/app/mainwindow.cpp
-+++ b/app/mainwindow.cpp
-@@ -42,6 +42,7 @@
- #include <QPainter>
- #include <QScreen>
- #include <QWhatsThis>
-+#include <QWindow>
-
- #if HAVE_X11
- #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
---
-2.38.1
-
diff --git a/kde-apps/yakuake/yakuake-22.12.0.ebuild b/kde-apps/yakuake/yakuake-22.12.0.ebuild
deleted file mode 100644
index 1dbd5fc92756..000000000000
--- a/kde-apps/yakuake/yakuake-22.12.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Quake-style terminal emulator based on konsole"
-HOMEPAGE="https://apps.kde.org/yakuake/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-IUSE="absolute-position X"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/konsole-${PVCUT}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kglobalaccel-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/knotifyconfig-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- absolute-position? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
- X? (
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libX11
- )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-missing-header.patch" ) # bug 885101
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package absolute-position KF5Wayland)
- -DWITHOUT_X11=$(usex !X)
- )
-
- ecm_src_configure
-}
next reply other threads:[~2023-01-05 18:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-05 18:03 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-22 12:15 [gentoo-commits] repo/gentoo:master commit in: kde-apps/yakuake/files/, kde-apps/yakuake/ Andreas Sturmlechner
2023-05-11 16:04 Andreas Sturmlechner
2023-08-26 11:01 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1672941775.a67cf84cb44811a53ff5ba7c00f31139987fa744.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox