summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-26 15:33:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-26 15:50:48 +0200
commitf7964f7335bfdc4d38645d6212da80035b3ce7d5 (patch)
treea757a0a7e7462564693a3a0b79f939daa30e5d41 /kde-plasma/xembed-sni-proxy
parentkde-plasma/xdg-desktop-portal-kde: drop 5.26.1 (diff)
downloadgentoo-f7964f7335bfdc4d38645d6212da80035b3ce7d5.tar.gz
gentoo-f7964f7335bfdc4d38645d6212da80035b3ce7d5.tar.bz2
gentoo-f7964f7335bfdc4d38645d6212da80035b3ce7d5.zip
kde-plasma/xembed-sni-proxy: drop 5.26.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/xembed-sni-proxy')
-rw-r--r--kde-plasma/xembed-sni-proxy/Manifest1
-rw-r--r--kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest
index 8cd4b6c31444..faa78ac05d11 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,3 +1,2 @@
DIST plasma-workspace-5.25.5.tar.xz 18638932 BLAKE2B f83aabf84b775c0bf9d1e60db03f94400e3363fa8f45767bdc471706682cda7323fae4948cffa156188cc7ed2d30d05349a385dd370ef941c16464ddddf8fa01 SHA512 0c6cf5104b584b34a8bcb45d57069fed3b25e871fccf1bfefd47d8fc1b595867c1c4f0fcfcc0e07847534e1e77ce8ed1f3be1ac6cb7eea8669a9c7649c8466cb
-DIST plasma-workspace-5.26.1.tar.xz 17452780 BLAKE2B 1841199364fa169e883b8bb8e187e327a4fe3be419ede64c62497f4559d28a8a841b0b8d906b66d7ce9319e95fb15f7b92b48fa38dd208c4b9010d63f1a2749a SHA512 1b6db65fecaad9b0b996ba3e13432dba67b3f8cf727fb5079902728db6946ea6a1e2d2146e34a5fcc89f993867987ac7b2d6166390114e7d6b179d85a1dd46d1
DIST plasma-workspace-5.26.2.tar.xz 17452776 BLAKE2B c267134e7787e8d29b6045996319a8df93586adc78ef406b07abba340d04aec425bfc4cf53556e6481f5f77123519055df5d125fd33f80d74503e49d3461e099 SHA512 6f39bfc1085bd05e050bf5cbc013d2382e1d2fa1171618caff557124a5895f0d84d8d8de56bba1db561c224ce2c24acfcd763309254942d8ae6e04d3630712ae
diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.1.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.1.ebuild
deleted file mode 100644
index ca9bf115b69d..000000000000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit cmake plasma.kde.org
-
-DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md"
-CMAKE_USE_DIR="${S}/${PN}"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
-
-DEPEND="
- >=dev-qt/qtcore-${QTMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
- x11-libs/libxcb
- x11-libs/libXtst
- x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
- !kde-plasma/xembed-sni-proxy:0
-"
-BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
-
-PATCHES=( "${FILESDIR}/${PN}-5.24.80-standalone.patch" )
-
-src_prepare() {
- cmake_src_prepare
-
- sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
- -i ${PN}/CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}