[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/files/, kde-plasma/xembed-sni-proxy/

2024-01-16 Thread Andreas Sturmlechner
commit: c5733cf6cc7fbd5880f9aaf07f2fee235b6c849b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 16 14:33:53 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 16 15:26:51 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5733cf6

kde-plasma/xembed-sni-proxy: treeclean

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 --
 kde-plasma/xembed-sni-proxy/metadata.xml   | 12 -
 .../xembed-sni-proxy-5.27.49..ebuild   | 41 ---
 3 files changed, 113 deletions(-)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.24.80-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.24.80-standalone.patch
deleted file mode 100644
index f6e8413e37..00
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.24.80-standalone.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From a381c7441140e77208c0ed3a8dd45cb61197afd9 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 24 Sep 2020 22:34:28 +0200
-Subject: [PATCH] xembed-sni-proxy: Allow standalone build
-

- xembed-sni-proxy/CMakeLists.txt | 36 +
- 1 file changed, 36 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index bcc583bfa..41d50d112 100644
 a/xembed-sni-proxy/CMakeLists.txt
-+++ b/xembed-sni-proxy/CMakeLists.txt
-@@ -1,3 +1,35 @@
-+project(xembed-sni-proxy)
-+
-+if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR})
-+set(PROJECT_VERSION "GENTOO_PV")
-+set(PROJECT_VERSION_MAJOR 5)
-+
-+cmake_minimum_required(VERSION 3.16)
-+
-+set(QT_MIN_VERSION "5.15.0")
-+set(KF5_MIN_VERSION "5.89")
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
X11Extras)
-+find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-+
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(KDECompilerSettings NO_POLICY_SCOPE)
-+include(FeatureSummary)
-+include(ECMQtDeclareLoggingCategory)
-+include(ECMConfiguredInstall)
-+
-+find_package(KF5WindowSystem ${KF5_MIN_VERSION} REQUIRED)
-+find_package(X11 REQUIRED)
-+find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR)
-+set_package_properties(XCB PROPERTIES TYPE REQUIRED)
-+
-+configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
-+else()
-+set(PROJECT_VERSION "5.24.80")
-+set(PROJECT_VERSION_MAJOR 5)
-+endif()
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_CAST_FROM_BYTEARRAY)
-@@ -64,3 +96,7 @@ install(TARGETS xembedsniproxy 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
- install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
- 
- ecm_install_configured_files(INPUT plasma-xembedsniproxy.service.in @ONLY 
DESTINATION  ${KDE_INSTALL_SYSTEMDUSERUNITDIR})
-+
-+if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-+endif()
--- 
-2.34.1
-

diff --git a/kde-plasma/xembed-sni-proxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
deleted file mode 100644
index 7a4a42fc5f..00
--- a/kde-plasma/xembed-sni-proxy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   https://bugs.kde.org/
-   plasma/plasma-workspace
-   
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.49..ebuild
deleted file mode 100644
index c95c1ea5c2..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.49..ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.106.0
-QTMIN=5.15.9
-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=""
-
-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}:0"
-
-PATCHES=( "${FILESDIR}/${PN}-5.24.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/files/

2023-12-23 Thread Andreas Sturmlechner
commit: c35f00d92720b4e5f3aefd77497e0e72a7b11707
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Dec 23 09:10:28 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 15:46:19 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c35f00d9

kde-plasma/xembed-sni-proxy: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/xembed-sni-proxy-5.90.0-standalone.patch | 60 --
 1 file changed, 60 deletions(-)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.90.0-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.90.0-standalone.patch
deleted file mode 100644
index 3ea7e43468..00
--- a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.90.0-standalone.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From 53bea19f57029c2953d6397f20620afcb9a07626 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 24 Sep 2020 22:34:28 +0200
-Subject: [PATCH] xembed-sni-proxy: Allow standalone build
-

- xembed-sni-proxy/CMakeLists.txt | 36 +
- 1 file changed, 36 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index f1677e754c..6e6f3b0590 100644
 a/xembed-sni-proxy/CMakeLists.txt
-+++ b/xembed-sni-proxy/CMakeLists.txt
-@@ -1,3 +1,35 @@
-+project(xembed-sni-proxy)
-+
-+if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR})
-+set(PROJECT_VERSION "5.90.0")
-+set(PROJECT_VERSION_MAJOR 6)
-+
-+cmake_minimum_required(VERSION 3.16)
-+
-+set(QT_MIN_VERSION "6.5.0")
-+set(KF6_MIN_VERSION "5.240")
-+find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
Gui)
-+find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-+
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(KDECompilerSettings NO_POLICY_SCOPE)
-+include(FeatureSummary)
-+include(ECMQtDeclareLoggingCategory)
-+include(ECMConfiguredInstall)
-+
-+find_package(KF6WindowSystem ${KF6_MIN_VERSION} REQUIRED)
-+find_package(X11 REQUIRED)
-+find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR)
-+set_package_properties(XCB PROPERTIES TYPE REQUIRED)
-+
-+configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
-+else()
-+set(PROJECT_VERSION "5.90.0")
-+set(PROJECT_VERSION_MAJOR 6)
-+endif()
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_CAST_FROM_BYTEARRAY)
-@@ -67,3 +99,7 @@ install(TARGETS xembedsniproxy 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
- install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
- 
- ecm_install_configured_files(INPUT plasma-xembedsniproxy.service.in @ONLY 
DESTINATION  ${KDE_INSTALL_SYSTEMDUSERUNITDIR})
-+
-+if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-+endif()
--- 
-2.43.0
-



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-12-19 Thread Andreas Sturmlechner
commit: f5601c2ca6df207704bb6cd9cd830ee6e9f04186
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 19 10:04:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 19 10:06:36 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5601c2c

kde-plasma/xembed-sni-proxy: drop , split is no longer relevant

Obsolete for gui-wm/sway since ::gentoo commit 
dcd8d505572b7922e9939f5eaa442fa210f38052

Bug: https://bugs.gentoo.org/669314
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy/xembed-sni-proxy-.ebuild  | 38 --
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
deleted file mode 100644
index 3c17d30091..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.245.0
-QTMIN=6.6.0
-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="6"
-KEYWORDS=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6[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}:0"
-
-PATCHES=( "${FILESDIR}/${PN}-5.90.0-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"
-# }



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/, kde-plasma/xembed-sni-proxy/files/

2023-12-02 Thread Andreas Sturmlechner
commit: f0224c7b500dcf4f038a2dd1e965b181ec0d9c78
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  2 15:58:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  2 16:06:17 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0224c7b

kde-plasma/xembed-sni-proxy: Fix standalone-build patch for 

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/xembed-sni-proxy-5.90.0-standalone.patch | 60 ++
 .../xembed-sni-proxy/xembed-sni-proxy-.ebuild  | 16 +++---
 2 files changed, 68 insertions(+), 8 deletions(-)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.90.0-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.90.0-standalone.patch
new file mode 100644
index 00..3ea7e43468
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.90.0-standalone.patch
@@ -0,0 +1,60 @@
+From 53bea19f57029c2953d6397f20620afcb9a07626 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Thu, 24 Sep 2020 22:34:28 +0200
+Subject: [PATCH] xembed-sni-proxy: Allow standalone build
+
+---
+ xembed-sni-proxy/CMakeLists.txt | 36 +
+ 1 file changed, 36 insertions(+)
+
+diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
+index f1677e754c..6e6f3b0590 100644
+--- a/xembed-sni-proxy/CMakeLists.txt
 b/xembed-sni-proxy/CMakeLists.txt
+@@ -1,3 +1,35 @@
++project(xembed-sni-proxy)
++
++if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR})
++set(PROJECT_VERSION "5.90.0")
++set(PROJECT_VERSION_MAJOR 6)
++
++cmake_minimum_required(VERSION 3.16)
++
++set(QT_MIN_VERSION "6.5.0")
++set(KF6_MIN_VERSION "5.240")
++find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
Gui)
++find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE)
++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
++
++include(KDEInstallDirs)
++include(KDECMakeSettings)
++include(KDECompilerSettings NO_POLICY_SCOPE)
++include(FeatureSummary)
++include(ECMQtDeclareLoggingCategory)
++include(ECMConfiguredInstall)
++
++find_package(KF6WindowSystem ${KF6_MIN_VERSION} REQUIRED)
++find_package(X11 REQUIRED)
++find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR)
++set_package_properties(XCB PROPERTIES TYPE REQUIRED)
++
++configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
++else()
++set(PROJECT_VERSION "5.90.0")
++set(PROJECT_VERSION_MAJOR 6)
++endif()
++
+ add_definitions(-DQT_NO_CAST_TO_ASCII
+ -DQT_NO_CAST_FROM_ASCII
+ -DQT_NO_CAST_FROM_BYTEARRAY)
+@@ -67,3 +99,7 @@ install(TARGETS xembedsniproxy 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+ install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
+ 
+ ecm_install_configured_files(INPUT plasma-xembedsniproxy.service.in @ONLY 
DESTINATION  ${KDE_INSTALL_SYSTEMDUSERUNITDIR})
++
++if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
++feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
++endif()
+-- 
+2.43.0
+

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index b2e79ed1e7..3c17d30091 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -28,11 +28,11 @@ RDEPEND="${DEPEND}
 "
 BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:0"
 
-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"
-}
+PATCHES=( "${FILESDIR}/${PN}-5.90.0-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"
+# }



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-10-25 Thread Andreas Sturmlechner
commit: d5bf2f8bf36056d56b50755e6e4951bfa623ad47
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 25 07:38:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 25 07:38:11 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5bf2f8b

kde-plasma/xembed-sni-proxy: drop 5.27.9

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.9.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.9.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.9.ebuild
deleted file mode 100644
index 01e6c33d61..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.106.0
-QTMIN=5.15.9
-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 ~loong ~ppc64 ~riscv ~x86"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-10-24 Thread Andreas Sturmlechner
commit: 46a1385d52b1ab3848d9e86a7be4e9a1110e8826
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 24 18:08:40 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 24 18:39:27 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=46a1385d

kde-plasma/xembed-sni-proxy: 5.27.9 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.9.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.9.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.9.ebuild
new file mode 100644
index 00..01e6c33d61
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.106.0
+QTMIN=5.15.9
+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 ~loong ~ppc64 ~riscv ~x86"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-06-27 Thread Andreas Sturmlechner
commit: 5d90491807bd0ee63a71655a4e0edc181a9bfe29
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 27 20:44:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 27 20:44:08 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5d904918

kde-plasma/xembed-sni-proxy: drop 5.27.6

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.6.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.6.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.6.ebuild
deleted file mode 100644
index 01e6c33d61..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.106.0
-QTMIN=5.15.9
-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 ~loong ~ppc64 ~riscv ~x86"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-06-27 Thread Andreas Sturmlechner
commit: c2b6b87670b991f1e2eb6ed8db6aa8ee33c06dec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 20 14:58:50 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 22 20:26:45 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2b6b876

kde-plasma/xembed-sni-proxy: 5.27.6 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.6.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.6.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.6.ebuild
new file mode 100644
index 00..01e6c33d61
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.106.0
+QTMIN=5.15.9
+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 ~loong ~ppc64 ~riscv ~x86"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-03-14 Thread Andreas Sturmlechner
commit: c6ac8dd4fdd2c53ee739aadfb35dec1f4aa5ca5d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 20:16:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 20:16:38 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6ac8dd4

kde-plasma/xembed-sni-proxy: drop 5.27.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.3.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.3.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.3.ebuild
deleted file mode 100644
index c5b7a4d1f7..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.102.0
-QTMIN=5.15.7
-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 ~loong ~ppc64 ~riscv ~x86"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-03-14 Thread Andreas Sturmlechner
commit: 9dd10c1feac31cb45e4fb7a0f8048337f01182b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 14:43:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 14:47:18 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9dd10c1f

kde-plasma/xembed-sni-proxy: 5.27.3 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.3.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.3.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.3.ebuild
new file mode 100644
index 00..c5b7a4d1f7
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.102.0
+QTMIN=5.15.7
+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 ~loong ~ppc64 ~riscv ~x86"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-02-22 Thread Andreas Sturmlechner
commit: 92737932d0e807350785fdfcac8725adf32a26cc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 22 10:52:22 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 22 10:52:22 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=92737932

kde-plasma/xembed-sni-proxy: drop 5.27.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.1.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.1.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.1.ebuild
deleted file mode 100644
index c5b7a4d1f7..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.102.0
-QTMIN=5.15.7
-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 ~loong ~ppc64 ~riscv ~x86"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-02-21 Thread Andreas Sturmlechner
commit: 5ff1a04aa3608fe02752183a86e454a9d0ea53fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 21 13:28:18 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 21 13:28:18 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ff1a04a

kde-plasma/xembed-sni-proxy: 5.27.1 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.1.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.1.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.1.ebuild
new file mode 100644
index 00..c5b7a4d1f7
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.102.0
+QTMIN=5.15.7
+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 ~loong ~ppc64 ~riscv ~x86"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-02-14 Thread Andreas Sturmlechner
commit: 93ca23ebe6f303b58d61dee93aaea59e32fa2f54
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 13 10:49:32 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 13 10:49:32 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=93ca23eb

kde-plasma/xembed-sni-proxy: drop 5.27.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.0.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.0.ebuild
deleted file mode 100644
index c5b7a4d1f7..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.102.0
-QTMIN=5.15.7
-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 ~loong ~ppc64 ~riscv ~x86"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-02-09 Thread Andreas Sturmlechner
commit: b1ed5789f51a0fff9b98eadadeee652c116ff0aa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  9 13:02:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  9 13:20:01 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1ed5789

kde-plasma/xembed-sni-proxy: 5.27.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.27.0.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.0.ebuild
new file mode 100644
index 00..c5b7a4d1f7
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.27.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.102.0
+QTMIN=5.15.7
+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 ~loong ~ppc64 ~riscv ~x86"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-01-20 Thread Andreas Sturmlechner
commit: 595edeab1d3a1dbd905254d09e7b245936abbed2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 13:50:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 13:50:29 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=595edeab

kde-plasma/xembed-sni-proxy: drop 5.26.90

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.26.90.ebuild| 41 --
 1 file changed, 41 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.90.ebuild
deleted file mode 100644
index e5a466736f..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.90.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.102.0
-QTMIN=5.15.7
-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"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-01-20 Thread Andreas Sturmlechner
commit: 84f8cbafebc3e04bbd2d69794a2e60254240f8a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 09:30:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 10:37:50 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=84f8cbaf

kde-plasma/xembed-sni-proxy: 5.26.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.26.90.ebuild| 41 ++
 1 file changed, 41 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.90.ebuild
new file mode 100644
index 00..e5a466736f
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.90.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.102.0
+QTMIN=5.15.7
+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"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2023-01-04 Thread Andreas Sturmlechner
commit: bcf9844a104a2271deac6f586b31bb73060d2509
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 10:11:43 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  4 10:11:43 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bcf9844a

kde-plasma/xembed-sni-proxy: drop 5.26.49.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.26.49..ebuild   | 41 --
 1 file changed, 41 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild
deleted file mode 100644
index 09202f1b40..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.99.0
-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=""
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-12-25 Thread Andreas Sturmlechner
commit: c7af39e31614ebbda1f32f14a61dcd510f3790fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 25 20:50:05 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 25 20:50:05 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7af39e3

kde-plasma/xembed-sni-proxy: Drop unused PVCUT variable

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild | 1 -
 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild
index ac77851f43..dced0b288b 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild
@@ -5,7 +5,6 @@ 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
 

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index 4a148977db..f65c35d10f 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -5,7 +5,6 @@ EAPI=8
 
 KDE_ORG_NAME="plasma-workspace"
 KFMIN=5.101.0
-PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.5
 inherit cmake plasma.kde.org
 



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-10-11 Thread Andreas Sturmlechner
commit: 7c5928805b1dd18a7e73592530cecbdd370073bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 11 12:45:12 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 11 12:51:19 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c592880

kde-plasma/xembed-sni-proxy: drop 5.26.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.26.0.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.ebuild
deleted file mode 100644
index 62ca0978a7..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.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 ~loong ~ppc64 ~riscv ~x86"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-10-11 Thread Andreas Sturmlechner
commit: a4b52921ff526d3123a6ae8f4fef24caca2d7a6d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 10 09:37:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 10 14:30:02 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4b52921

kde-plasma/xembed-sni-proxy: drop 5.25.90

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.25.90.ebuild| 42 --
 1 file changed, 42 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.90.ebuild
deleted file mode 100644
index b748f0c4d9..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.90.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.98.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 ~loong ~ppc64 ~riscv ~x86"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-10-06 Thread Andreas Sturmlechner
commit: 3289ff74b04648942ca471f26c9ecbe9252126fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  6 13:53:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  6 14:48:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3289ff74

kde-plasma/xembed-sni-proxy: 5.26.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.26.0.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.ebuild
new file mode 100644
index 00..b748f0c4d9
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.ebuild
@@ -0,0 +1,42 @@
+# 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.98.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 ~loong ~ppc64 ~riscv ~x86"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-09-15 Thread Andreas Sturmlechner
commit: f24b8ab2503c7452f7abcecdaa994d7b07d2c675
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 15 21:36:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 15 21:41:11 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f24b8ab2

kde-plasma/xembed-sni-proxy: 5.25.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.25.90.ebuild| 42 ++
 1 file changed, 42 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.90.ebuild
new file mode 100644
index 00..b748f0c4d9
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.90.ebuild
@@ -0,0 +1,42 @@
+# 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.98.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 ~loong ~ppc64 ~riscv ~x86"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-09-15 Thread Andreas Sturmlechner
commit: 39743a42fb2ed98b38ace1cd5ebb528b9b8a59f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 15 20:54:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 15 20:57:04 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=39743a42

kde-plasma/xembed-sni-proxy: 5.26.49. version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.26.49..ebuild   | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild
new file mode 100644
index 00..b2cf6186a6
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.49..ebuild
@@ -0,0 +1,42 @@
+# 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.98.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=""
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/files/

2022-09-07 Thread Andreas Sturmlechner
commit: 2d1f5f3f073ce67c59c88b35fcc03e9b17e4777f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  6 19:30:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  7 18:12:41 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d1f5f3f

kde-plasma/xembed-sni-proxy: Drop unused patch

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.20.80-standalone.patch  | 60 --
 1 file changed, 60 deletions(-)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch
deleted file mode 100644
index a1f09aa93c..00
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From da1c5074e390b2ceca3f632f14adfba55def45ab Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 24 Sep 2020 22:34:28 +0200
-Subject: [PATCH] xembed-sni-proxy: Allow standalone build
-

- CMakeLists.txt | 36 +
- 1 file changed, 36 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 443ff07c1..ba15b9ea5 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,35 @@
-+project(xembed-sni-proxy)
-+
-+if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR})
-+set(PROJECT_VERSION "GENTOO_PV")
-+set(PROJECT_VERSION_MAJOR 5)
-+
-+cmake_minimum_required(VERSION 3.0)
-+
-+set(QT_MIN_VERSION "5.15.0")
-+set(KF5_MIN_VERSION "5.74")
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
X11Extras)
-+find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-+
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(KDECompilerSettings NO_POLICY_SCOPE)
-+include(FeatureSummary)
-+include(ECMQtDeclareLoggingCategory)
-+include(ECMConfiguredInstall)
-+
-+find_package(KF5WindowSystem ${KF5_MIN_VERSION} REQUIRED)
-+find_package(X11 REQUIRED)
-+find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR)
-+set_package_properties(XCB PROPERTIES TYPE REQUIRED)
-+
-+configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
-+else()
-+set(PROJECT_VERSION "5.20.80")
-+set(PROJECT_VERSION_MAJOR 5)
-+endif()
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
-@@ -65,3 +97,7 @@ install(TARGETS xembedsniproxy 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
- install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
- 
- ecm_install_configured_files(INPUT plasma-xembedsniproxy.service.in @ONLY 
DESTINATION  ${SYSTEMD_USER_UNIT_INSTALL_DIR})
-+
-+if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-+endif()
--- 
-2.28.0
-



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-09-06 Thread Andreas Sturmlechner
commit: ec123c44ebd7055280058cc7ade9dfd274c8302d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  6 18:23:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  6 19:01:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec123c44

kde-plasma/xembed-sni-proxy: drop 5.25.49.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.25.49..ebuild   | 42 --
 1 file changed, 42 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild
deleted file mode 100644
index b17e3402af..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..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.95.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=""
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-07-27 Thread Andreas Sturmlechner
commit: f2f7351b7e7256d57e3d23f9d5448def6ec5bb19
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 27 09:44:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 27 09:44:04 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2f7351b

kde-plasma/xembed-sni-proxy: Move ECM to BDEPEND

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild | 2 +-
 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild
index a742eff6e2..b17e3402af 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild
@@ -22,7 +22,6 @@ DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
x11-libs/libxcb
x11-libs/libXtst
@@ -31,6 +30,7 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-plasma/xembed-sni-proxy:0
 "
+BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
 
 PATCHES=( "${FILESDIR}/${PN}-5.24.80-standalone.patch" )
 

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index 31500018db..b410fcef49 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -22,7 +22,6 @@ DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
x11-libs/libxcb
x11-libs/libXtst
@@ -31,6 +30,7 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-plasma/xembed-sni-proxy:0
 "
+BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
 
 PATCHES=( "${FILESDIR}/${PN}-5.24.80-standalone.patch" )
 



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-07-13 Thread Andreas Sturmlechner
commit: 3136c1a6aab5f8251c49781e8f101ff9072c2810
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 13 08:52:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 13 08:52:34 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3136c1a6

kde-plasma/xembed-sni-proxy: drop 5.25.3*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.25.3.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.3.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.3.ebuild
deleted file mode 100644
index 23bf257634..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.3.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.95.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 ~loong ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-07-12 Thread Andreas Sturmlechner
commit: 609aba16807a86becdd3bab8f03eca2245c24f90
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 12 11:24:39 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 12 11:24:39 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=609aba16

kde-plasma/xembed-sni-proxy: 5.25.3 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.25.3.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.3.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.3.ebuild
new file mode 100644
index 00..23bf257634
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.3.ebuild
@@ -0,0 +1,42 @@
+# 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.95.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 ~loong ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/, kde-plasma/milou/, kde-plasma/kactivitymanagerd/, ...

2022-07-04 Thread Andreas Sturmlechner
commit: 9cb4d813187389b27ec0d29758884c1daa28e4ee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul  4 16:09:20 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  4 16:09:25 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cb4d813

kde-plasma: Raise Plasma 5.24 KFMIN baseline to 5.92.0

The issue was raised with upstream and recorded in their Monday meeting
notes, can't do more than that. Fix it for Gentoo by simply raising KFMIN
to current stable KF5 baseline.

See also:
https://invent.kde.org/plasma/systemsettings/-/merge_requests/142
https://mail.kde.org/pipermail/plasma-devel/2022-July/122440.html

Closes: https://bugs.gentoo.org/851270
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/bluedevil/bluedevil-5.24.49..ebuild  | 2 +-
 kde-plasma/breeze-plymouth/breeze-plymouth-5.24.49..ebuild  | 2 +-
 kde-plasma/breeze/breeze-5.24.49..ebuild| 2 +-
 kde-plasma/discover/discover-5.24.49..ebuild| 2 +-
 kde-plasma/drkonqi/drkonqi-5.24.49..ebuild  | 2 +-
 kde-plasma/kactivitymanagerd/kactivitymanagerd-5.24.49..ebuild  | 2 +-
 kde-plasma/kde-cli-tools/kde-cli-tools-5.24.49..ebuild  | 2 +-
 kde-plasma/kde-gtk-config/kde-gtk-config-5.24.49..ebuild| 2 +-
 kde-plasma/kdecoration/kdecoration-5.24.49..ebuild  | 2 +-
 kde-plasma/kdeplasma-addons/kdeplasma-addons-5.24.49..ebuild| 2 +-
 kde-plasma/kgamma/kgamma-5.24.49..ebuild| 2 +-
 kde-plasma/khotkeys/khotkeys-5.24.49..ebuild| 2 +-
 kde-plasma/kinfocenter/kinfocenter-5.24.49..ebuild  | 2 +-
 kde-plasma/kmenuedit/kmenuedit-5.24.49..ebuild  | 2 +-
 kde-plasma/kscreen/kscreen-5.24.49..ebuild  | 2 +-
 kde-plasma/kscreenlocker/kscreenlocker-5.24.49..ebuild  | 2 +-
 kde-plasma/ksshaskpass/ksshaskpass-5.24.49..ebuild  | 2 +-
 kde-plasma/ksystemstats/ksystemstats-5.24.49..ebuild| 2 +-
 kde-plasma/kwallet-pam/kwallet-pam-5.24.49..ebuild  | 2 +-
 .../kwayland-integration/kwayland-integration-5.24.49..ebuild   | 2 +-
 kde-plasma/kwayland-server/kwayland-server-5.24.49..ebuild  | 2 +-
 kde-plasma/kwin/kwin-5.24.49..ebuild| 2 +-
 kde-plasma/kwrited/kwrited-5.24.49..ebuild  | 2 +-
 kde-plasma/layer-shell-qt/layer-shell-qt-5.24.49..ebuild| 2 +-
 kde-plasma/libkscreen/libkscreen-5.24.49..ebuild| 2 +-
 kde-plasma/libksysguard/libksysguard-5.24.49..ebuild| 2 +-
 kde-plasma/libkworkspace/libkworkspace-5.24.49..ebuild  | 2 +-
 kde-plasma/milou/milou-5.24.49..ebuild  | 2 +-
 kde-plasma/oxygen/oxygen-5.24.49..ebuild| 2 +-
 .../plasma-browser-integration-5.24.49..ebuild  | 2 +-
 kde-plasma/plasma-desktop/plasma-desktop-5.24.49..ebuild| 2 +-
 kde-plasma/plasma-disks/plasma-disks-5.24.49..ebuild| 2 +-
 kde-plasma/plasma-firewall/plasma-firewall-5.24.49..ebuild  | 2 +-
 kde-plasma/plasma-integration/plasma-integration-5.24.49..ebuild| 2 +-
 kde-plasma/plasma-nm/plasma-nm-5.24.49..ebuild  | 2 +-
 kde-plasma/plasma-pa/plasma-pa-5.24.49..ebuild  | 2 +-
 kde-plasma/plasma-sdk/plasma-sdk-5.24.49..ebuild| 2 +-
 .../plasma-systemmonitor/plasma-systemmonitor-5.24.49..ebuild   | 2 +-
 kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.49..ebuild| 2 +-
 kde-plasma/plasma-vault/plasma-vault-5.24.49..ebuild| 2 +-
 kde-plasma/plasma-workspace/plasma-workspace-5.24.49..ebuild| 2 +-
 kde-plasma/plymouth-kcm/plymouth-kcm-5.24.49..ebuild| 2 +-
 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.49..ebuild| 2 +-
 kde-plasma/powerdevil/powerdevil-5.24.49..ebuild| 2 +-
 kde-plasma/sddm-kcm/sddm-kcm-5.24.49..ebuild| 2 +-
 kde-plasma/systemsettings/systemsettings-5.24.49..ebuild| 2 +-
 .../xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.49..ebuild   | 2 +-
 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.49..ebuild| 2 +-
 48 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.24.49..ebuild 
b/kde-plasma/bluedevil/bluedevil-5.24.49..ebuild
index 1aee0bd904..54248f62db 100644
--- a/kde-plasma/bluedevil/bluedevil-5.24.49..ebuild
+++ b/kde-plasma/bluedevil/bluedevil-5.24.49..ebuild
@@ -3,7 +3,7 @@
 

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-06-14 Thread Andreas Sturmlechner
commit: dd7cd315d2fff37c0506b3dccbd82d7b19fcf58f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 12:46:44 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:46:44 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd7cd315

kde-plasma/xembed-sni-proxy: drop 5.25.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.25.0.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
deleted file mode 100644
index 591db2ed46..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.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.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-inherit cmake 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 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-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"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-06-09 Thread Andreas Sturmlechner
commit: 2a3be9c3cfaf92a1339492f6e01848153d0bdcc4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun  9 11:16:23 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  9 11:26:36 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a3be9c3

kde-plasma/xembed-sni-proxy: 5.25.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.25.0.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index 00..591db2ed46
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
@@ -0,0 +1,42 @@
+# 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.94.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+inherit cmake 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 ~riscv ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-06-08 Thread Andreas Sturmlechner
commit: 410acf82f9f1557d0b5b3055d4bec034507a6b23
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:09 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:09 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=410acf82

kde-plasma/xembed-sni-proxy: 5.25.49. version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.25.49..ebuild   | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild
new file mode 100644
index 00..e5b6a0d9aa
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.49..ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+inherit cmake 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=""
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+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"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-03-21 Thread Andreas Sturmlechner
commit: 543a140059bcb8905d7c5c822e3e086d3101362f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 21 18:58:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 21 19:02:36 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=543a1400

kde-plasma/xembed-sni-proxy: Set QTMIN to 5.15.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index bc823c29d1..e5b6a0d9aa 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 KDE_ORG_NAME="plasma-workspace"
 KFMIN=
 PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
+QTMIN=5.15.3
 inherit cmake kde.org
 
 DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-02-08 Thread Andreas Sturmlechner
commit: 2a9f80b056b79416e8837e347ee29ff3661dbde2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  8 12:59:59 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  8 12:59:59 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a9f80b0

kde-plasma/xembed-sni-proxy: drop 5.24.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.24.0.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.0.ebuild
deleted file mode 100644
index b73f5cac8f..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.0.ebuild
+++ /dev/null
@@ -1,43 +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.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-02-03 Thread Andreas Sturmlechner
commit: ff8066166f498a8d3183c41420ea1f244c018ef8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  3 20:03:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  3 20:03:35 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff806616

kde-plasma/xembed-sni-proxy: 5.24.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.24.0.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.0.ebuild
new file mode 100644
index 00..b73f5cac8f
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.0.ebuild
@@ -0,0 +1,43 @@
+# 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.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+S="${S}/${PN}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
+   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-01-18 Thread Andreas Sturmlechner
commit: b04d7d455683a953046d71b1d1739dffa93f36f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 18 17:38:49 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 18 17:38:49 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b04d7d45

kde-plasma/xembed-sni-proxy: drop 5.23.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.23.90.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.90.ebuild
deleted file mode 100644
index b73f5cac8f..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.90.ebuild
+++ /dev/null
@@ -1,43 +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.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/, kde-plasma/xembed-sni-proxy/files/

2022-01-18 Thread Andreas Sturmlechner
commit: 8078d9336f496fc5347956a8553f78bd3a22dce3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 18 15:49:00 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 18 15:49:00 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8078d933

kde-plasma/xembed-sni-proxy: Rebase standalone-patch on current HEAD

Reported-by: Duncan <1i5t5.duncan  cox.net>
Closes: https://bugs.gentoo.org/831396
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy/xembed-sni-proxy-.ebuild  |  7 ++-
 2 files changed, 63 insertions(+), 4 deletions(-)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.24.80-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.24.80-standalone.patch
new file mode 100644
index 00..f6e8413e37
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.24.80-standalone.patch
@@ -0,0 +1,60 @@
+From a381c7441140e77208c0ed3a8dd45cb61197afd9 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Thu, 24 Sep 2020 22:34:28 +0200
+Subject: [PATCH] xembed-sni-proxy: Allow standalone build
+
+---
+ xembed-sni-proxy/CMakeLists.txt | 36 +
+ 1 file changed, 36 insertions(+)
+
+diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
+index bcc583bfa..41d50d112 100644
+--- a/xembed-sni-proxy/CMakeLists.txt
 b/xembed-sni-proxy/CMakeLists.txt
+@@ -1,3 +1,35 @@
++project(xembed-sni-proxy)
++
++if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR})
++set(PROJECT_VERSION "GENTOO_PV")
++set(PROJECT_VERSION_MAJOR 5)
++
++cmake_minimum_required(VERSION 3.16)
++
++set(QT_MIN_VERSION "5.15.0")
++set(KF5_MIN_VERSION "5.89")
++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
X11Extras)
++find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
++
++include(KDEInstallDirs)
++include(KDECMakeSettings)
++include(KDECompilerSettings NO_POLICY_SCOPE)
++include(FeatureSummary)
++include(ECMQtDeclareLoggingCategory)
++include(ECMConfiguredInstall)
++
++find_package(KF5WindowSystem ${KF5_MIN_VERSION} REQUIRED)
++find_package(X11 REQUIRED)
++find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR)
++set_package_properties(XCB PROPERTIES TYPE REQUIRED)
++
++configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
++else()
++set(PROJECT_VERSION "5.24.80")
++set(PROJECT_VERSION_MAJOR 5)
++endif()
++
+ add_definitions(-DQT_NO_CAST_TO_ASCII
+ -DQT_NO_CAST_FROM_ASCII
+ -DQT_NO_CAST_FROM_BYTEARRAY)
+@@ -64,3 +96,7 @@ install(TARGETS xembedsniproxy 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+ install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
+ 
+ ecm_install_configured_files(INPUT plasma-xembedsniproxy.service.in @ONLY 
DESTINATION  ${KDE_INSTALL_SYSTEMDUSERUNITDIR})
++
++if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
++feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
++endif()
+-- 
+2.34.1
+

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index 7ef603421c..bc823c29d1 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -11,6 +11,7 @@ inherit cmake 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"
@@ -31,13 +32,11 @@ RDEPEND="${DEPEND}
!kde-plasma/xembed-sni-proxy:0
 "
 
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+PATCHES=( "${FILESDIR}/${PN}-5.24.80-standalone.patch" )
 
 src_prepare() {
cmake_src_prepare
 
sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+   -i ${PN}/CMakeLists.txt || die "Failed to prepare 
CMakeLists.txt"
 }



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-01-17 Thread Andreas Sturmlechner
commit: f57b6a50fed60137ec0d92ef58f8e45c3d259e33
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 17 17:40:49 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 17 17:46:45 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f57b6a50

kde-plasma/xembed-sni-proxy: 5.23.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.23.90.ebuild| 43 ++
 1 file changed, 43 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.90.ebuild
new file mode 100644
index 00..b73f5cac8f
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.90.ebuild
@@ -0,0 +1,43 @@
+# 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.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+S="${S}/${PN}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
+   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-01-04 Thread Andreas Sturmlechner
commit: 7d9f43dcd18bd4c06ffd9b32b4101d5764ae749d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:46 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d9f43dc

kde-plasma/xembed-sni-proxy: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.23.5.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.5.ebuild
deleted file mode 100644
index 80ccf7a7b4..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.5.ebuild
+++ /dev/null
@@ -1,43 +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.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-01-04 Thread Andreas Sturmlechner
commit: b2aada01030bb0932ea1190bd0c10c780e707159
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 11:16:10 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 11:16:10 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2aada01

kde-plasma/xembed-sni-proxy: drop 5.23.49.*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.23.49..ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.49..ebuild
deleted file mode 100644
index 8706c1098c..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.49..ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS=""
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-10-14 Thread Andreas Sturmlechner
commit: ac5680c84d83e5eb544f1e47806c418986d1588c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 14 10:08:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 14 10:08:19 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac5680c8

kde-plasma/xembed-sni-proxy: drop 5.23.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.23.0.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.0.ebuild
deleted file mode 100644
index 7ebe3cfa45..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-10-04 Thread Andreas Sturmlechner
commit: 8712ea0474b7722d241305c166a8c24c5e70a25a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct  4 12:52:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct  4 12:52:27 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8712ea04

kde-plasma/xembed-sni-proxy: drop 5.22.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.22.90.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.90.ebuild
deleted file mode 100644
index 7ebe3cfa45..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.90.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-09-21 Thread Andreas Sturmlechner
commit: 2a49e09a3a9eebc7910ace6a99eb7a5ff7fac246
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 21 18:05:57 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 21 18:26:00 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a49e09a

kde-plasma/xembed-sni-proxy: 5.22.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.22.90.ebuild| 43 ++
 1 file changed, 43 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.90.ebuild
new file mode 100644
index 00..7ebe3cfa45
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.90.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+S="${S}/${PN}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
+   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-09-02 Thread Andreas Sturmlechner
commit: 43f721d36e5946b3f6094cb5d1253865efb22629
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 17:07:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 17:15:05 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=43f721d3

kde-plasma/xembed-sni-proxy: drop 5.22.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.22.5.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.5.ebuild
deleted file mode 100644
index f38bb0893f..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-06-10 Thread Andreas Sturmlechner
commit: 4f335659831ace4f5ac33224f912dc83f9322bab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 11 05:39:38 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 11 05:40:29 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f335659

kde-plasma/xembed-sni-proxy: drop 5.21.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.21.90.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.90.ebuild
deleted file mode 100644
index 7049a2e964..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.90.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-05-14 Thread Andreas Sturmlechner
commit: e5a6e31921e654ef11b622490670df311bd734a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 14 20:32:29 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 14 20:38:53 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5a6e319

kde-plasma/xembed-sni-proxy: 5.21.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.21.90.ebuild| 43 ++
 1 file changed, 43 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.90.ebuild
new file mode 100644
index 00..7049a2e964
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.90.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+S="${S}/${PN}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
+   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-05-04 Thread Andreas Sturmlechner
commit: 04b5e8a8cb12238b735cc11fa310c3da42869d0a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  4 16:45:29 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  4 20:17:57 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=04b5e8a8

kde-plasma/xembed-sni-proxy: 5.21.5 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.21.5.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.5.ebuild
new file mode 100644
index 00..7049a2e964
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+S="${S}/${PN}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
+   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-02-16 Thread Andreas Sturmlechner
commit: 2bfa9a312fed54a0cf24fa3978f06b5995198704
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 14:40:43 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 14:40:43 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2bfa9a31

kde-plasma/xembed-sni-proxy: drop 5.21.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.21.0.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.0.ebuild
deleted file mode 100644
index 20c70be4cb..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-02-16 Thread Andreas Sturmlechner
commit: 8881fbb4de4389c6df44cf423e7a5f4cf980c431
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 14:19:38 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 14:25:32 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8881fbb4

kde-plasma/xembed-sni-proxy: drop 5.20.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.20.90.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.90.ebuild
deleted file mode 100644
index 20c70be4cb..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.90.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-02-11 Thread Andreas Sturmlechner
commit: 6f12dec3b2f3a3b77b790116acdb554161307d39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 11 12:42:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 11 12:46:26 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f12dec3

kde-plasma/xembed-sni-proxy: 5.21.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.21.0.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.0.ebuild
new file mode 100644
index 00..20c70be4cb
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+S="${S}/${PN}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
+   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-01-22 Thread Andreas Sturmlechner
commit: 5eee9d0228cd9c0cd5bd1446a74397510fadb027
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 22 23:31:55 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 22 23:58:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5eee9d02

kde-plasma/xembed-sni-proxy: 5.20.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.20.90.ebuild| 43 ++
 1 file changed, 43 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.90.ebuild
new file mode 100644
index 00..20c70be4cb
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.90.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}: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
+"
+
+S="${S}/${PN}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
+   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2021-01-06 Thread Andreas Sturmlechner
commit: 0fbcbe6d1e5102fde33fadb33fe0d6ff8f0a7086
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  6 19:27:33 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  6 19:27:33 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0fbcbe6d

kde-plasma/xembed-sni-proxy: Drop obsolete blocker

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index 0be2a01ce3..871157128c 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -28,7 +28,6 @@ DEPEND="
x11-libs/xcb-util-image
 "
 RDEPEND="${DEPEND}
-   !

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/files/, kde-plasma/xembed-sni-proxy/

2021-01-05 Thread Andreas Sturmlechner
commit: 2826a3115c3f359d2ab11cba337bbe23af60d2b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  5 17:40:21 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  5 17:43:49 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2826a311

kde-plasma/xembed-sni-proxy: drop 5.20.49.*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 .../xembed-sni-proxy-5.20.49..ebuild   | 44 
 2 files changed, 103 deletions(-)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-standalone.patch
deleted file mode 100644
index 8fb3c17090..00
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-standalone.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-From 42008129f1659bc34c454ce14632fd279679f556 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Mon, 22 Oct 2018 21:44:33 +0200
-Subject: [PATCH] xembed-sni-proxy: Allow standalone build
-

- CMakeLists.txt | 35 +
- 1 file changed, 35 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c2f67ac6..30b2c1b5 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,34 @@
-+project(xembed-sni-proxy)
-+
-+if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR})
-+set(PROJECT_VERSION "GENTOO_PV")
-+set(PROJECT_VERSION_MAJOR 5)
-+
-+cmake_minimum_required(VERSION 3.0)
-+
-+set(QT_MIN_VERSION "5.11.0")
-+set(KF5_MIN_VERSION "5.54.0")
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
X11Extras)
-+find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-+
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(KDECompilerSettings NO_POLICY_SCOPE)
-+include(FeatureSummary)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5WindowSystem ${KF5_MIN_VERSION} REQUIRED)
-+find_package(X11 REQUIRED)
-+find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR)
-+set_package_properties(XCB PROPERTIES TYPE REQUIRED)
-+
-+configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
-+else()
-+set(PROJECT_VERSION "5.14.90")
-+set(PROJECT_VERSION_MAJOR 5)
-+endif()
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
-@@ -64,3 +95,7 @@ target_link_libraries(xembedsniproxy
- install(TARGETS xembedsniproxy ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
- install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
- 
-+if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-+endif()
-+
--- 
-2.19.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.49..ebuild
deleted file mode 100644
index 40c066be9b..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.49..ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS=""
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
-   !

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2020-10-13 Thread Andreas Sturmlechner
commit: 4399e25616004bf25af37b8d26343fdaaec6c053
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 13 11:49:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 13 11:49:45 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4399e256

kde-plasma/xembed-sni-proxy: drop 5.20.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.20.0.ebuild | 44 --
 1 file changed, 44 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild
deleted file mode 100644
index 7fbf12903e..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
-   !

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2020-10-09 Thread Andreas Sturmlechner
commit: fdd0fec9275bb1709ef0b715c6c3abf9cc416ca6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  8 18:09:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  8 18:09:13 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fdd0fec9

kde-plasma/xembed-sni-proxy: 5.20.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.20.0.ebuild | 44 ++
 1 file changed, 44 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild
new file mode 100644
index 00..321a94f6fe
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.0
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
+   x11-libs/libxcb
+   x11-libs/libXtst
+   x11-libs/xcb-util-image
+"
+RDEPEND="${DEPEND}
+   !

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/, kde-plasma/xembed-sni-proxy/files/

2020-09-24 Thread Andreas Sturmlechner
commit: e8512e4a1f5a9e2937343ed9710d0381d2a52ae4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 24 20:45:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 24 20:49:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8512e4a

kde-plasma/xembed-sni-proxy: Rebase standalone-patch on current HEAD

Reported-by: Duncan <1i5t5.duncan  cox.net>
Closes: https://bugs.gentoo.org/744181
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.20.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy/xembed-sni-proxy-.ebuild  |  2 +-
 2 files changed, 61 insertions(+), 1 deletion(-)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch
new file mode 100644
index 00..a1f09aa93c
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch
@@ -0,0 +1,60 @@
+From da1c5074e390b2ceca3f632f14adfba55def45ab Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Thu, 24 Sep 2020 22:34:28 +0200
+Subject: [PATCH] xembed-sni-proxy: Allow standalone build
+
+---
+ CMakeLists.txt | 36 +
+ 1 file changed, 36 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 443ff07c1..ba15b9ea5 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,3 +1,35 @@
++project(xembed-sni-proxy)
++
++if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR})
++set(PROJECT_VERSION "GENTOO_PV")
++set(PROJECT_VERSION_MAJOR 5)
++
++cmake_minimum_required(VERSION 3.0)
++
++set(QT_MIN_VERSION "5.15.0")
++set(KF5_MIN_VERSION "5.74")
++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
X11Extras)
++find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
++
++include(KDEInstallDirs)
++include(KDECMakeSettings)
++include(KDECompilerSettings NO_POLICY_SCOPE)
++include(FeatureSummary)
++include(ECMQtDeclareLoggingCategory)
++include(ECMConfiguredInstall)
++
++find_package(KF5WindowSystem ${KF5_MIN_VERSION} REQUIRED)
++find_package(X11 REQUIRED)
++find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR)
++set_package_properties(XCB PROPERTIES TYPE REQUIRED)
++
++configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
++else()
++set(PROJECT_VERSION "5.20.80")
++set(PROJECT_VERSION_MAJOR 5)
++endif()
++
+ add_definitions(-DQT_NO_CAST_TO_ASCII
+ -DQT_NO_CAST_FROM_ASCII
+ -DQT_NO_URL_CAST_FROM_STRING
+@@ -65,3 +97,7 @@ install(TARGETS xembedsniproxy 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+ install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
+ 
+ ecm_install_configured_files(INPUT plasma-xembedsniproxy.service.in @ONLY 
DESTINATION  ${SYSTEMD_USER_UNIT_INSTALL_DIR})
++
++if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
++feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
++endif()
+-- 
+2.28.0
+

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index cc6b724e5f..1ab3a25559 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -34,7 +34,7 @@ RDEPEND="${DEPEND}
 
 S="${S}/${PN}"
 
-PATCHES=( "${FILESDIR}/${PN}-5.14.90-standalone.patch" )
+PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
 
 src_prepare() {
cmake_src_prepare



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2020-09-19 Thread Andreas Sturmlechner
commit: 938f9fb98bb4ffbbc7891fef9a69c812b9141872
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 19 03:04:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 19 03:04:48 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=938f9fb9

kde-plasma/xembed-sni-proxy: 5.19.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.19.90.ebuild| 44 ++
 1 file changed, 44 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.90.ebuild
new file mode 100644
index 00..321a94f6fe
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.90.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_NAME="plasma-workspace"
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.0
+inherit cmake 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;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
+   x11-libs/libxcb
+   x11-libs/libXtst
+   x11-libs/xcb-util-image
+"
+RDEPEND="${DEPEND}
+   !

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2020-09-01 Thread Andreas Sturmlechner
commit: d530f9fe09ca53470e48dd78d8dc580b0f1a80af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  1 16:34:50 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  1 16:34:50 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d530f9fe

kde-plasma/xembed-sni-proxy: drop 5.19.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.19.5.ebuild | 44 --
 1 file changed, 44 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.5.ebuild
deleted file mode 100644
index 429776103a..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
-   !

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2020-09-01 Thread Andreas Sturmlechner
commit: fc54234e7d1a23d0832636b1eef213533360de60
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  1 11:59:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  1 11:59:04 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fc54234e

kde-plasma/xembed-sni-proxy: drop 5.19.49.*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.19.49..ebuild   | 44 --
 1 file changed, 44 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49..ebuild
deleted file mode 100644
index adb5fb3766..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49..ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit cmake 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;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS=""
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
-   !

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2020-05-16 Thread Andreas Sturmlechner
commit: 1babb5e0fd9d3c8512ae361e182bcba358608a4c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 16 18:20:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 16 18:20:37 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1babb5e0

kde-plasma/xembed-sni-proxy: Fix HOMEPAGE

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.90.ebuild  | 2 +-
 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49..ebuild | 2 +-
 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.90.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.90.ebuild
index c6f45c9113..18ca13b14f 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.90.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.90.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.14.1
 inherit cmake kde.org
 
 DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/tree/xembed-sni-proxy/Readme.md;
+HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md;
 
 LICENSE="GPL-2"
 SLOT="5"

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49..ebuild
index f789c90901..c832d07a63 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49..ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49..ebuild
@@ -10,7 +10,7 @@ QTMIN=5.14.1
 inherit cmake kde.org
 
 DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/tree/xembed-sni-proxy/Readme.md;
+HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md;
 
 LICENSE="GPL-2"
 SLOT="5"

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index 1a2412e693..766b8227a6 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.14.1
 inherit cmake kde.org
 
 DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/tree/xembed-sni-proxy/Readme.md;
+HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md;
 
 LICENSE="GPL-2"
 SLOT="5"



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/, kde-plasma/xembed-sni-proxy/files/

2019-01-13 Thread Andreas Sturmlechner
commit: 88fca674666341bc813e89ba260b98b2f9a35498
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 13 12:02:32 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 13 12:12:50 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=88fca674

kde-plasma/xembed-sni-proxy: Fix standalone patch to 5.15 min versions

Closes: https://bugs.gentoo.org/675316
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...2-standalone.patch => xembed-sni-proxy-5.14.90-standalone.patch} | 6 +++---
 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild| 6 ++
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-standalone.patch
similarity index 93%
rename from 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-standalone.patch
index ddbf13d55d..8fb3c17090 100644
--- a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-standalone.patch
@@ -20,8 +20,8 @@ index c2f67ac6..30b2c1b5 100644
 +
 +cmake_minimum_required(VERSION 3.0)
 +
-+set(QT_MIN_VERSION "GENTOO_QT_MINIMAL")
-+set(KF5_MIN_VERSION "GENTOO_KF5_MINIMAL")
++set(QT_MIN_VERSION "5.11.0")
++set(KF5_MIN_VERSION "5.54.0")
 +find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
X11Extras)
 +find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 +set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@@ -39,7 +39,7 @@ index c2f67ac6..30b2c1b5 100644
 +
 +configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
 +else()
-+set(PROJECT_VERSION "5.14.1")
++set(PROJECT_VERSION "5.14.90")
 +set(PROJECT_VERSION_MAJOR 5)
 +endif()
 +

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index 2199e1bdd1..cd0e53d4a5 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -31,13 +31,11 @@ RDEPEND="${DEPEND}
 
 S="${S}/${PN}"
 
-PATCHES=( "${FILESDIR}/${PN}-5.14.2-standalone.patch" )
+PATCHES=( "${FILESDIR}/${PN}-5.14.90-standalone.patch" )
 
 src_prepare() {
kde5_src_prepare
 
-   sed -e "/set/s/GENTOO_PV/${PV}/" \
-   -e "/set/s/GENTOO_QT_MINIMAL/${QT_MINIMAL}/" \
-   -e "/set/s/GENTOO_KF5_MINIMAL/${FRAMEWORKS_MINIMAL}/" \
+   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
 }



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2019-01-08 Thread Andreas Sturmlechner
commit: 7caf6f1ad133f1ede3ca5956fcd71f92d7ad4d13
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  9 02:08:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  9 02:08:52 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7caf6f1a

kde-plasma/xembed-sni-proxy: Drop QT_MINIMAL and FRAMEWORKS_MINIMAL

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index 64418a3f03..2199e1bdd1 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-FRAMEWORKS_MINIMAL="5.50.0"
-QT_MINIMAL="5.9.6"
 KDE_AUTODEPS="false"
 KMNAME="plasma-workspace"
 inherit kde5



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2018-10-22 Thread Andreas Sturmlechner
commit: bf6b3f5b698024aae57fff68720ac078c1719355
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:22:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 21:22:54 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf6b3f5b

kde-plasma/xembed-sni-proxy: Fix SLOT, add blocker

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild | 2 +-
 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild
index 7aa71a6a36..9d1cd7ae8a 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild
@@ -13,7 +13,6 @@ DESCRIPTION="Legacy xembed tray icons support for SNI-only 
system trays"
 
HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md;
 
 LICENSE="GPL-2"
-SLOT="0"
 KEYWORDS=""
 
 DEPEND="
@@ -29,6 +28,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
!https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md;
 
 LICENSE="GPL-2"
-SLOT="0"
 KEYWORDS=""
 
 DEPEND="
@@ -29,6 +28,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
!

[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2018-10-22 Thread Andreas Sturmlechner
commit: f7e2d3e1484a8148ff691333a4aa139ad3ba5b76
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 20:59:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 20:59:31 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7e2d3e1

kde-plasma/xembed-sni-proxy: Set KDE_AUTODEPS to false

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild | 3 +++
 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild
index e6084ad779..7aa71a6a36 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild
@@ -5,6 +5,7 @@ EAPI=6
 
 FRAMEWORKS_MINIMAL="5.50.0"
 QT_MINIMAL="5.9.6"
+KDE_AUTODEPS="false"
 KMNAME="plasma-workspace"
 inherit kde5
 
@@ -16,7 +17,9 @@ SLOT="0"
 KEYWORDS=""
 
 DEPEND="
+   $(add_frameworks_dep extra-cmake-modules)
$(add_frameworks_dep kwindowsystem)
+   $(add_qt_dep qtcore)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtx11extras)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
index e6084ad779..7aa71a6a36 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
@@ -5,6 +5,7 @@ EAPI=6
 
 FRAMEWORKS_MINIMAL="5.50.0"
 QT_MINIMAL="5.9.6"
+KDE_AUTODEPS="false"
 KMNAME="plasma-workspace"
 inherit kde5
 
@@ -16,7 +17,9 @@ SLOT="0"
 KEYWORDS=""
 
 DEPEND="
+   $(add_frameworks_dep extra-cmake-modules)
$(add_frameworks_dep kwindowsystem)
+   $(add_qt_dep qtcore)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtx11extras)



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/, kde-plasma/xembed-sni-proxy/files/

2018-10-22 Thread Andreas Sturmlechner
commit: 1434fbc3845d6d53613591451a997afbbd7d979e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 20:01:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 20:23:47 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1434fbc3

kde-plasma/xembed-sni-proxy: New package (split from plasma-workspace)

Initial ebuild and patch by Mykyta Holubakha, ported to kde5 and improved
patch by me. Optional runtime binary only, no change for revdeps.

Acked-by: Mykyta Holubakha  gmail.com>
Bug: https://bugs.gentoo.org/669314
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/xembed-sni-proxy-5.14.2-standalone.patch | 59 ++
 kde-plasma/xembed-sni-proxy/metadata.xml   |  8 +++
 .../xembed-sni-proxy-5.14.49..ebuild   | 42 +++
 .../xembed-sni-proxy/xembed-sni-proxy-.ebuild  | 42 +++
 4 files changed, 151 insertions(+)

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch
new file mode 100644
index 00..ddbf13d55d
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.2-standalone.patch
@@ -0,0 +1,59 @@
+From 42008129f1659bc34c454ce14632fd279679f556 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Mon, 22 Oct 2018 21:44:33 +0200
+Subject: [PATCH] xembed-sni-proxy: Allow standalone build
+
+---
+ CMakeLists.txt | 35 +
+ 1 file changed, 35 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c2f67ac6..30b2c1b5 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,3 +1,34 @@
++project(xembed-sni-proxy)
++
++if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR})
++set(PROJECT_VERSION "GENTOO_PV")
++set(PROJECT_VERSION_MAJOR 5)
++
++cmake_minimum_required(VERSION 3.0)
++
++set(QT_MIN_VERSION "GENTOO_QT_MINIMAL")
++set(KF5_MIN_VERSION "GENTOO_KF5_MINIMAL")
++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus 
X11Extras)
++find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
++
++include(KDEInstallDirs)
++include(KDECMakeSettings)
++include(KDECompilerSettings NO_POLICY_SCOPE)
++include(FeatureSummary)
++include(ECMQtDeclareLoggingCategory)
++
++find_package(KF5WindowSystem ${KF5_MIN_VERSION} REQUIRED)
++find_package(X11 REQUIRED)
++find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR)
++set_package_properties(XCB PROPERTIES TYPE REQUIRED)
++
++configure_file(../config-X11.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
++else()
++set(PROJECT_VERSION "5.14.1")
++set(PROJECT_VERSION_MAJOR 5)
++endif()
++
+ add_definitions(-DQT_NO_CAST_TO_ASCII
+ -DQT_NO_CAST_FROM_ASCII
+ -DQT_NO_URL_CAST_FROM_STRING
+@@ -64,3 +95,7 @@ target_link_libraries(xembedsniproxy
+ install(TARGETS xembedsniproxy ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+ install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
+ 
++if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
++feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
++endif()
++
+-- 
+2.19.1
+

diff --git a/kde-plasma/xembed-sni-proxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
new file mode 100644
index 00..2fdbf33d96
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild
new file mode 100644
index 00..e6084ad779
--- /dev/null
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49..ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+FRAMEWORKS_MINIMAL="5.50.0"
+QT_MINIMAL="5.9.6"
+KMNAME="plasma-workspace"
+inherit kde5
+
+DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
+HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+   $(add_frameworks_dep kwindowsystem)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtx11extras)
+   x11-libs/libxcb
+   x11-libs/libXtst
+   x11-libs/xcb-util-image
+"
+RDEPEND="${DEPEND}
+   !https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+   $(add_frameworks_dep kwindowsystem)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtx11extras)
+   x11-libs/libxcb
+