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

2021-07-10 Thread Conrad Kostecki
commit: 9e573beae1ffc8d6ef46ddfd1fa8f057c4b866dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jun 15 19:38:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e573bea

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

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 1 file changed, 59 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 8fb3c170904..000
--- 
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
-



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

2019-02-12 Thread Andreas Sturmlechner
commit: e7109209028b126a8343c9d92d69c665d9cd1ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 12 20:11:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 20:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7109209

kde-plasma/xembed-sni-proxy: Add missing patch

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

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 ++
 1 file changed, 59 insertions(+)

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
new file mode 100644
index 000..8fb3c170904
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-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 "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
+



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

2019-02-12 Thread Andreas Sturmlechner
commit: e7109209028b126a8343c9d92d69c665d9cd1ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 12 20:11:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 20:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7109209

kde-plasma/xembed-sni-proxy: Add missing patch

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

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 ++
 1 file changed, 59 insertions(+)

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
new file mode 100644
index 000..8fb3c170904
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-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 "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
+



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

2021-07-10 Thread Conrad Kostecki
commit: 9e573beae1ffc8d6ef46ddfd1fa8f057c4b866dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jun 15 19:38:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e573bea

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

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 1 file changed, 59 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 8fb3c170904..000
--- 
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
-



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

2021-07-10 Thread Conrad Kostecki
commit: 9e573beae1ffc8d6ef46ddfd1fa8f057c4b866dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jun 15 19:38:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e573bea

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

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 1 file changed, 59 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 8fb3c170904..000
--- 
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
-



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

2019-02-12 Thread Andreas Sturmlechner
commit: e7109209028b126a8343c9d92d69c665d9cd1ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 12 20:11:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 20:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7109209

kde-plasma/xembed-sni-proxy: Add missing patch

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

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 ++
 1 file changed, 59 insertions(+)

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
new file mode 100644
index 000..8fb3c170904
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-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 "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
+



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

2021-07-10 Thread Conrad Kostecki
commit: 9e573beae1ffc8d6ef46ddfd1fa8f057c4b866dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jun 15 19:38:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e573bea

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

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 1 file changed, 59 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 8fb3c170904..000
--- 
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
-



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

2019-02-12 Thread Andreas Sturmlechner
commit: e7109209028b126a8343c9d92d69c665d9cd1ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 12 20:11:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 20:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7109209

kde-plasma/xembed-sni-proxy: Add missing patch

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

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 ++
 1 file changed, 59 insertions(+)

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
new file mode 100644
index 000..8fb3c170904
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-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 "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
+



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

2019-02-12 Thread Andreas Sturmlechner
commit: e7109209028b126a8343c9d92d69c665d9cd1ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 12 20:11:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 20:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7109209

kde-plasma/xembed-sni-proxy: Add missing patch

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

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 ++
 1 file changed, 59 insertions(+)

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
new file mode 100644
index 000..8fb3c170904
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-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 "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
+



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

2021-07-10 Thread Conrad Kostecki
commit: 9e573beae1ffc8d6ef46ddfd1fa8f057c4b866dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jun 15 19:38:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e573bea

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

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 1 file changed, 59 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 8fb3c170904..000
--- 
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
-



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

2021-07-10 Thread Conrad Kostecki
commit: 9e573beae1ffc8d6ef46ddfd1fa8f057c4b866dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jun 15 19:38:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e573bea

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

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 1 file changed, 59 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 8fb3c170904..000
--- 
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
-



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

2019-02-12 Thread Andreas Sturmlechner
commit: e7109209028b126a8343c9d92d69c665d9cd1ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 12 20:11:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 20:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7109209

kde-plasma/xembed-sni-proxy: Add missing patch

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

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 ++
 1 file changed, 59 insertions(+)

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
new file mode 100644
index 000..8fb3c170904
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-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 "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
+



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

2021-07-10 Thread Conrad Kostecki
commit: 9e573beae1ffc8d6ef46ddfd1fa8f057c4b866dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jun 15 19:38:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e573bea

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

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 1 file changed, 59 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 8fb3c170904..000
--- 
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
-



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

2019-02-12 Thread Andreas Sturmlechner
commit: e7109209028b126a8343c9d92d69c665d9cd1ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 12 20:11:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 20:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7109209

kde-plasma/xembed-sni-proxy: Add missing patch

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

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 ++
 1 file changed, 59 insertions(+)

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
new file mode 100644
index 000..8fb3c170904
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-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 "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
+



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

2021-07-10 Thread Conrad Kostecki
commit: 9e573beae1ffc8d6ef46ddfd1fa8f057c4b866dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jun 15 19:38:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e573bea

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

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 --
 1 file changed, 59 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 8fb3c170904..000
--- 
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
-



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

2019-02-12 Thread Andreas Sturmlechner
commit: e7109209028b126a8343c9d92d69c665d9cd1ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 12 20:11:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 20:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7109209

kde-plasma/xembed-sni-proxy: Add missing patch

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

 .../xembed-sni-proxy-5.14.90-standalone.patch  | 59 ++
 1 file changed, 59 insertions(+)

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
new file mode 100644
index 000..8fb3c170904
--- /dev/null
+++ 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.14.90-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 "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
+



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/files/, profiles/updates/, ...

2018-10-22 Thread Andreas Sturmlechner
commit: 6934fb0cf9965bf8869fae836a694b6239492010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:13:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 22:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934fb0c

x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy

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

 {x11-misc/xembedsniproxy => kde-plasma/xembed-sni-proxy}/Manifest| 0
 .../files/xembed-sni-proxy-5.10.3-Standalone-build.patch | 0
 .../xembedsniproxy => kde-plasma/xembed-sni-proxy}/metadata.xml  | 0
 .../xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild  | 5 +++--
 profiles/updates/4Q-2018 | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xembedsniproxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
similarity index 100%
rename from x11-misc/xembedsniproxy/Manifest
rename to kde-plasma/xembed-sni-proxy/Manifest

diff --git 
a/x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
similarity index 100%
rename from 
x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch

diff --git a/x11-misc/xembedsniproxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
similarity index 100%
rename from x11-misc/xembedsniproxy/metadata.xml
rename to kde-plasma/xembed-sni-proxy/metadata.xml

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
similarity index 88%
rename from x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
index 1d63abd50de..87e53f0a525 100644
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,6 @@ RDEPEND="
${CDEPEND}
 "
 
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
+
 PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 663e1d6f096..5510200255e 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -1,3 +1,4 @@
 slotmove dev-libs/girara 3 0
 move dev-python/CommonMark dev-python/commonmark
 move dev-libs/mini-xml dev-libs/mxml
+move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/files/, profiles/updates/, ...

2018-10-22 Thread Andreas Sturmlechner
commit: 6934fb0cf9965bf8869fae836a694b6239492010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:13:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 22:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934fb0c

x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy

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

 {x11-misc/xembedsniproxy => kde-plasma/xembed-sni-proxy}/Manifest| 0
 .../files/xembed-sni-proxy-5.10.3-Standalone-build.patch | 0
 .../xembedsniproxy => kde-plasma/xembed-sni-proxy}/metadata.xml  | 0
 .../xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild  | 5 +++--
 profiles/updates/4Q-2018 | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xembedsniproxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
similarity index 100%
rename from x11-misc/xembedsniproxy/Manifest
rename to kde-plasma/xembed-sni-proxy/Manifest

diff --git 
a/x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
similarity index 100%
rename from 
x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch

diff --git a/x11-misc/xembedsniproxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
similarity index 100%
rename from x11-misc/xembedsniproxy/metadata.xml
rename to kde-plasma/xembed-sni-proxy/metadata.xml

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
similarity index 88%
rename from x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
index 1d63abd50de..87e53f0a525 100644
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,6 @@ RDEPEND="
${CDEPEND}
 "
 
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
+
 PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 663e1d6f096..5510200255e 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -1,3 +1,4 @@
 slotmove dev-libs/girara 3 0
 move dev-python/CommonMark dev-python/commonmark
 move dev-libs/mini-xml dev-libs/mxml
+move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/files/, profiles/updates/, ...

2018-10-22 Thread Andreas Sturmlechner
commit: 6934fb0cf9965bf8869fae836a694b6239492010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:13:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 22:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934fb0c

x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy

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

 {x11-misc/xembedsniproxy => kde-plasma/xembed-sni-proxy}/Manifest| 0
 .../files/xembed-sni-proxy-5.10.3-Standalone-build.patch | 0
 .../xembedsniproxy => kde-plasma/xembed-sni-proxy}/metadata.xml  | 0
 .../xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild  | 5 +++--
 profiles/updates/4Q-2018 | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xembedsniproxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
similarity index 100%
rename from x11-misc/xembedsniproxy/Manifest
rename to kde-plasma/xembed-sni-proxy/Manifest

diff --git 
a/x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
similarity index 100%
rename from 
x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch

diff --git a/x11-misc/xembedsniproxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
similarity index 100%
rename from x11-misc/xembedsniproxy/metadata.xml
rename to kde-plasma/xembed-sni-proxy/metadata.xml

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
similarity index 88%
rename from x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
index 1d63abd50de..87e53f0a525 100644
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,6 @@ RDEPEND="
${CDEPEND}
 "
 
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
+
 PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 663e1d6f096..5510200255e 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -1,3 +1,4 @@
 slotmove dev-libs/girara 3 0
 move dev-python/CommonMark dev-python/commonmark
 move dev-libs/mini-xml dev-libs/mxml
+move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/files/, profiles/updates/, ...

2018-10-22 Thread Andreas Sturmlechner
commit: 6934fb0cf9965bf8869fae836a694b6239492010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:13:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 22:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934fb0c

x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy

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

 {x11-misc/xembedsniproxy => kde-plasma/xembed-sni-proxy}/Manifest| 0
 .../files/xembed-sni-proxy-5.10.3-Standalone-build.patch | 0
 .../xembedsniproxy => kde-plasma/xembed-sni-proxy}/metadata.xml  | 0
 .../xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild  | 5 +++--
 profiles/updates/4Q-2018 | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xembedsniproxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
similarity index 100%
rename from x11-misc/xembedsniproxy/Manifest
rename to kde-plasma/xembed-sni-proxy/Manifest

diff --git 
a/x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
similarity index 100%
rename from 
x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch

diff --git a/x11-misc/xembedsniproxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
similarity index 100%
rename from x11-misc/xembedsniproxy/metadata.xml
rename to kde-plasma/xembed-sni-proxy/metadata.xml

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
similarity index 88%
rename from x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
index 1d63abd50de..87e53f0a525 100644
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,6 @@ RDEPEND="
${CDEPEND}
 "
 
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
+
 PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 663e1d6f096..5510200255e 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -1,3 +1,4 @@
 slotmove dev-libs/girara 3 0
 move dev-python/CommonMark dev-python/commonmark
 move dev-libs/mini-xml dev-libs/mxml
+move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/files/, profiles/updates/, ...

2018-10-22 Thread Andreas Sturmlechner
commit: 6934fb0cf9965bf8869fae836a694b6239492010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:13:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 22:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934fb0c

x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy

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

 {x11-misc/xembedsniproxy => kde-plasma/xembed-sni-proxy}/Manifest| 0
 .../files/xembed-sni-proxy-5.10.3-Standalone-build.patch | 0
 .../xembedsniproxy => kde-plasma/xembed-sni-proxy}/metadata.xml  | 0
 .../xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild  | 5 +++--
 profiles/updates/4Q-2018 | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xembedsniproxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
similarity index 100%
rename from x11-misc/xembedsniproxy/Manifest
rename to kde-plasma/xembed-sni-proxy/Manifest

diff --git 
a/x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
similarity index 100%
rename from 
x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch

diff --git a/x11-misc/xembedsniproxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
similarity index 100%
rename from x11-misc/xembedsniproxy/metadata.xml
rename to kde-plasma/xembed-sni-proxy/metadata.xml

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
similarity index 88%
rename from x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
index 1d63abd50de..87e53f0a525 100644
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,6 @@ RDEPEND="
${CDEPEND}
 "
 
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
+
 PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 663e1d6f096..5510200255e 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -1,3 +1,4 @@
 slotmove dev-libs/girara 3 0
 move dev-python/CommonMark dev-python/commonmark
 move dev-libs/mini-xml dev-libs/mxml
+move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/files/, profiles/updates/, ...

2018-10-22 Thread Andreas Sturmlechner
commit: 6934fb0cf9965bf8869fae836a694b6239492010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:13:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 22:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934fb0c

x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy

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

 {x11-misc/xembedsniproxy => kde-plasma/xembed-sni-proxy}/Manifest| 0
 .../files/xembed-sni-proxy-5.10.3-Standalone-build.patch | 0
 .../xembedsniproxy => kde-plasma/xembed-sni-proxy}/metadata.xml  | 0
 .../xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild  | 5 +++--
 profiles/updates/4Q-2018 | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xembedsniproxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
similarity index 100%
rename from x11-misc/xembedsniproxy/Manifest
rename to kde-plasma/xembed-sni-proxy/Manifest

diff --git 
a/x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
similarity index 100%
rename from 
x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch

diff --git a/x11-misc/xembedsniproxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
similarity index 100%
rename from x11-misc/xembedsniproxy/metadata.xml
rename to kde-plasma/xembed-sni-proxy/metadata.xml

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
similarity index 88%
rename from x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
index 1d63abd50de..87e53f0a525 100644
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,6 @@ RDEPEND="
${CDEPEND}
 "
 
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
+
 PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 663e1d6f096..5510200255e 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -1,3 +1,4 @@
 slotmove dev-libs/girara 3 0
 move dev-python/CommonMark dev-python/commonmark
 move dev-libs/mini-xml dev-libs/mxml
+move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/files/, profiles/updates/, ...

2018-10-22 Thread Andreas Sturmlechner
commit: 6934fb0cf9965bf8869fae836a694b6239492010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:13:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 22:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934fb0c

x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy

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

 {x11-misc/xembedsniproxy => kde-plasma/xembed-sni-proxy}/Manifest| 0
 .../files/xembed-sni-proxy-5.10.3-Standalone-build.patch | 0
 .../xembedsniproxy => kde-plasma/xembed-sni-proxy}/metadata.xml  | 0
 .../xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild  | 5 +++--
 profiles/updates/4Q-2018 | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xembedsniproxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
similarity index 100%
rename from x11-misc/xembedsniproxy/Manifest
rename to kde-plasma/xembed-sni-proxy/Manifest

diff --git 
a/x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
similarity index 100%
rename from 
x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch

diff --git a/x11-misc/xembedsniproxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
similarity index 100%
rename from x11-misc/xembedsniproxy/metadata.xml
rename to kde-plasma/xembed-sni-proxy/metadata.xml

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
similarity index 88%
rename from x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
index 1d63abd50de..87e53f0a525 100644
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,6 @@ RDEPEND="
${CDEPEND}
 "
 
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
+
 PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 663e1d6f096..5510200255e 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -1,3 +1,4 @@
 slotmove dev-libs/girara 3 0
 move dev-python/CommonMark dev-python/commonmark
 move dev-libs/mini-xml dev-libs/mxml
+move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/files/, profiles/updates/, ...

2018-10-22 Thread Andreas Sturmlechner
commit: 6934fb0cf9965bf8869fae836a694b6239492010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 22 21:13:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 22 22:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934fb0c

x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy

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

 {x11-misc/xembedsniproxy => kde-plasma/xembed-sni-proxy}/Manifest| 0
 .../files/xembed-sni-proxy-5.10.3-Standalone-build.patch | 0
 .../xembedsniproxy => kde-plasma/xembed-sni-proxy}/metadata.xml  | 0
 .../xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild  | 5 +++--
 profiles/updates/4Q-2018 | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xembedsniproxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
similarity index 100%
rename from x11-misc/xembedsniproxy/Manifest
rename to kde-plasma/xembed-sni-proxy/Manifest

diff --git 
a/x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
similarity index 100%
rename from 
x11-misc/xembedsniproxy/files/xembedsniproxy-5.10.3-Standalone-build.patch
rename to 
kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch

diff --git a/x11-misc/xembedsniproxy/metadata.xml 
b/kde-plasma/xembed-sni-proxy/metadata.xml
similarity index 100%
rename from x11-misc/xembedsniproxy/metadata.xml
rename to kde-plasma/xembed-sni-proxy/metadata.xml

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
similarity index 88%
rename from x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
index 1d63abd50de..87e53f0a525 100644
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,6 @@ RDEPEND="
${CDEPEND}
 "
 
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
+
 PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 663e1d6f096..5510200255e 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -1,3 +1,4 @@
 slotmove dev-libs/girara 3 0
 move dev-python/CommonMark dev-python/commonmark
 move dev-libs/mini-xml dev-libs/mxml
+move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy



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

2022-06-14 Thread Andreas Sturmlechner
commit: 20cc0fdbc9cab1cef557a767c5083f2651124389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:24:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cc0fdb

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

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy-5.25.0.ebuild | 42 +++
 3 files changed, 103 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 1ba2f05fc00f..f8a5f3c03a33 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
+DIST plasma-workspace-5.25.0.tar.xz 18568884 BLAKE2B 
5390a62d336a6cfc6179bc20b546966a11ce583e0737d4a131a993056d0e9987648046e8d5f6664a38689525b61be73deb55dac1fb2b22c36cbac3c50a097800
 SHA512 
0d52ab01752421e8056db40e4c8fc31070a6a7704f78e8087f6b32fe22290da54ff830bb59870dcd7e007bd6798859358e163e4ed334d4f31041a3b743c8

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 ..f6e8413e3763
--- /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-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index ..591db2ed4650
--- /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

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

2018-10-23 Thread Andreas Sturmlechner
commit: 5f82a86713250e2ed1444af304f3aff659b51f77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 23 17:58:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 23 17:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82a867

kde-plasma/xembed-sni-proxy: Drop 5.12.0

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.10.3-Standalone-build.patch | 47 --
 .../xembed-sni-proxy-5.12.0.ebuild | 37 -
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index d15d49c169c..e4456afb4cb 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
 DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B 
a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3
 SHA512 
8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
deleted file mode 100644
index 8ccd2ad0bd5..000
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From c19bc38c85ca14df7034ef4c97b0681de1c1a6a2 Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 15 Jul 2017 15:52:30 +0300
-Subject: [PATCH] Standalone xembedsniproxy build
-

- xembed-sni-proxy/CMakeLists.txt | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index c2f67ac6..e74c7437 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,30 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+
-+project(plasma-workspace)
-+
-+set(QT_MIN_VERSION "5.7.0")
-+set(KF5_MIN_VERSION "5.34.0")
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
-+Core
-+DBus
-+X11Extras
-+)
-+
-+
-+find_package(ECM 1.8.0 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(ECMOptionalAddSubdirectory)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem)
-+find_package(X11)
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
--- 
-2.13.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
deleted file mode 100644
index 87e53f0a525..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-DEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   ${CDEPEND}
-"
-RDEPEND="
-   !kde-plasma/plasma-workspace:5
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )



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

2018-10-23 Thread Andreas Sturmlechner
commit: 5f82a86713250e2ed1444af304f3aff659b51f77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 23 17:58:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 23 17:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82a867

kde-plasma/xembed-sni-proxy: Drop 5.12.0

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.10.3-Standalone-build.patch | 47 --
 .../xembed-sni-proxy-5.12.0.ebuild | 37 -
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index d15d49c169c..e4456afb4cb 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
 DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B 
a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3
 SHA512 
8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
deleted file mode 100644
index 8ccd2ad0bd5..000
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From c19bc38c85ca14df7034ef4c97b0681de1c1a6a2 Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 15 Jul 2017 15:52:30 +0300
-Subject: [PATCH] Standalone xembedsniproxy build
-

- xembed-sni-proxy/CMakeLists.txt | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index c2f67ac6..e74c7437 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,30 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+
-+project(plasma-workspace)
-+
-+set(QT_MIN_VERSION "5.7.0")
-+set(KF5_MIN_VERSION "5.34.0")
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
-+Core
-+DBus
-+X11Extras
-+)
-+
-+
-+find_package(ECM 1.8.0 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(ECMOptionalAddSubdirectory)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem)
-+find_package(X11)
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
--- 
-2.13.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
deleted file mode 100644
index 87e53f0a525..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-DEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   ${CDEPEND}
-"
-RDEPEND="
-   !kde-plasma/plasma-workspace:5
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )



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

2022-06-14 Thread Andreas Sturmlechner
commit: 20cc0fdbc9cab1cef557a767c5083f2651124389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:24:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cc0fdb

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

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy-5.25.0.ebuild | 42 +++
 3 files changed, 103 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 1ba2f05fc00f..f8a5f3c03a33 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
+DIST plasma-workspace-5.25.0.tar.xz 18568884 BLAKE2B 
5390a62d336a6cfc6179bc20b546966a11ce583e0737d4a131a993056d0e9987648046e8d5f6664a38689525b61be73deb55dac1fb2b22c36cbac3c50a097800
 SHA512 
0d52ab01752421e8056db40e4c8fc31070a6a7704f78e8087f6b32fe22290da54ff830bb59870dcd7e007bd6798859358e163e4ed334d4f31041a3b743c8

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 ..f6e8413e3763
--- /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-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index ..591db2ed4650
--- /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

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

2022-06-14 Thread Andreas Sturmlechner
commit: 20cc0fdbc9cab1cef557a767c5083f2651124389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:24:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cc0fdb

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

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy-5.25.0.ebuild | 42 +++
 3 files changed, 103 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 1ba2f05fc00f..f8a5f3c03a33 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
+DIST plasma-workspace-5.25.0.tar.xz 18568884 BLAKE2B 
5390a62d336a6cfc6179bc20b546966a11ce583e0737d4a131a993056d0e9987648046e8d5f6664a38689525b61be73deb55dac1fb2b22c36cbac3c50a097800
 SHA512 
0d52ab01752421e8056db40e4c8fc31070a6a7704f78e8087f6b32fe22290da54ff830bb59870dcd7e007bd6798859358e163e4ed334d4f31041a3b743c8

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 ..f6e8413e3763
--- /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-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index ..591db2ed4650
--- /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

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

2018-10-23 Thread Andreas Sturmlechner
commit: 5f82a86713250e2ed1444af304f3aff659b51f77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 23 17:58:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 23 17:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82a867

kde-plasma/xembed-sni-proxy: Drop 5.12.0

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.10.3-Standalone-build.patch | 47 --
 .../xembed-sni-proxy-5.12.0.ebuild | 37 -
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index d15d49c169c..e4456afb4cb 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
 DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B 
a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3
 SHA512 
8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
deleted file mode 100644
index 8ccd2ad0bd5..000
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From c19bc38c85ca14df7034ef4c97b0681de1c1a6a2 Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 15 Jul 2017 15:52:30 +0300
-Subject: [PATCH] Standalone xembedsniproxy build
-

- xembed-sni-proxy/CMakeLists.txt | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index c2f67ac6..e74c7437 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,30 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+
-+project(plasma-workspace)
-+
-+set(QT_MIN_VERSION "5.7.0")
-+set(KF5_MIN_VERSION "5.34.0")
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
-+Core
-+DBus
-+X11Extras
-+)
-+
-+
-+find_package(ECM 1.8.0 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(ECMOptionalAddSubdirectory)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem)
-+find_package(X11)
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
--- 
-2.13.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
deleted file mode 100644
index 87e53f0a525..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-DEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   ${CDEPEND}
-"
-RDEPEND="
-   !kde-plasma/plasma-workspace:5
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )



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

2018-10-23 Thread Andreas Sturmlechner
commit: 5f82a86713250e2ed1444af304f3aff659b51f77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 23 17:58:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 23 17:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82a867

kde-plasma/xembed-sni-proxy: Drop 5.12.0

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.10.3-Standalone-build.patch | 47 --
 .../xembed-sni-proxy-5.12.0.ebuild | 37 -
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index d15d49c169c..e4456afb4cb 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
 DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B 
a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3
 SHA512 
8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
deleted file mode 100644
index 8ccd2ad0bd5..000
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From c19bc38c85ca14df7034ef4c97b0681de1c1a6a2 Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 15 Jul 2017 15:52:30 +0300
-Subject: [PATCH] Standalone xembedsniproxy build
-

- xembed-sni-proxy/CMakeLists.txt | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index c2f67ac6..e74c7437 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,30 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+
-+project(plasma-workspace)
-+
-+set(QT_MIN_VERSION "5.7.0")
-+set(KF5_MIN_VERSION "5.34.0")
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
-+Core
-+DBus
-+X11Extras
-+)
-+
-+
-+find_package(ECM 1.8.0 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(ECMOptionalAddSubdirectory)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem)
-+find_package(X11)
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
--- 
-2.13.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
deleted file mode 100644
index 87e53f0a525..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-DEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   ${CDEPEND}
-"
-RDEPEND="
-   !kde-plasma/plasma-workspace:5
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )



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

2018-10-23 Thread Andreas Sturmlechner
commit: 5f82a86713250e2ed1444af304f3aff659b51f77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 23 17:58:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 23 17:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82a867

kde-plasma/xembed-sni-proxy: Drop 5.12.0

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.10.3-Standalone-build.patch | 47 --
 .../xembed-sni-proxy-5.12.0.ebuild | 37 -
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index d15d49c169c..e4456afb4cb 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
 DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B 
a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3
 SHA512 
8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
deleted file mode 100644
index 8ccd2ad0bd5..000
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From c19bc38c85ca14df7034ef4c97b0681de1c1a6a2 Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 15 Jul 2017 15:52:30 +0300
-Subject: [PATCH] Standalone xembedsniproxy build
-

- xembed-sni-proxy/CMakeLists.txt | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index c2f67ac6..e74c7437 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,30 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+
-+project(plasma-workspace)
-+
-+set(QT_MIN_VERSION "5.7.0")
-+set(KF5_MIN_VERSION "5.34.0")
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
-+Core
-+DBus
-+X11Extras
-+)
-+
-+
-+find_package(ECM 1.8.0 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(ECMOptionalAddSubdirectory)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem)
-+find_package(X11)
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
--- 
-2.13.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
deleted file mode 100644
index 87e53f0a525..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-DEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   ${CDEPEND}
-"
-RDEPEND="
-   !kde-plasma/plasma-workspace:5
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )



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

2022-06-14 Thread Andreas Sturmlechner
commit: 20cc0fdbc9cab1cef557a767c5083f2651124389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:24:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cc0fdb

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

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy-5.25.0.ebuild | 42 +++
 3 files changed, 103 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 1ba2f05fc00f..f8a5f3c03a33 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
+DIST plasma-workspace-5.25.0.tar.xz 18568884 BLAKE2B 
5390a62d336a6cfc6179bc20b546966a11ce583e0737d4a131a993056d0e9987648046e8d5f6664a38689525b61be73deb55dac1fb2b22c36cbac3c50a097800
 SHA512 
0d52ab01752421e8056db40e4c8fc31070a6a7704f78e8087f6b32fe22290da54ff830bb59870dcd7e007bd6798859358e163e4ed334d4f31041a3b743c8

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 ..f6e8413e3763
--- /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-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index ..591db2ed4650
--- /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

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

2022-06-14 Thread Andreas Sturmlechner
commit: 20cc0fdbc9cab1cef557a767c5083f2651124389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:24:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cc0fdb

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

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy-5.25.0.ebuild | 42 +++
 3 files changed, 103 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 1ba2f05fc00f..f8a5f3c03a33 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
+DIST plasma-workspace-5.25.0.tar.xz 18568884 BLAKE2B 
5390a62d336a6cfc6179bc20b546966a11ce583e0737d4a131a993056d0e9987648046e8d5f6664a38689525b61be73deb55dac1fb2b22c36cbac3c50a097800
 SHA512 
0d52ab01752421e8056db40e4c8fc31070a6a7704f78e8087f6b32fe22290da54ff830bb59870dcd7e007bd6798859358e163e4ed334d4f31041a3b743c8

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 ..f6e8413e3763
--- /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-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index ..591db2ed4650
--- /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

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

2022-06-14 Thread Andreas Sturmlechner
commit: 20cc0fdbc9cab1cef557a767c5083f2651124389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:24:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cc0fdb

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

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy-5.25.0.ebuild | 42 +++
 3 files changed, 103 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 1ba2f05fc00f..f8a5f3c03a33 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
+DIST plasma-workspace-5.25.0.tar.xz 18568884 BLAKE2B 
5390a62d336a6cfc6179bc20b546966a11ce583e0737d4a131a993056d0e9987648046e8d5f6664a38689525b61be73deb55dac1fb2b22c36cbac3c50a097800
 SHA512 
0d52ab01752421e8056db40e4c8fc31070a6a7704f78e8087f6b32fe22290da54ff830bb59870dcd7e007bd6798859358e163e4ed334d4f31041a3b743c8

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 ..f6e8413e3763
--- /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-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index ..591db2ed4650
--- /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

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

2018-10-23 Thread Andreas Sturmlechner
commit: 5f82a86713250e2ed1444af304f3aff659b51f77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 23 17:58:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 23 17:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82a867

kde-plasma/xembed-sni-proxy: Drop 5.12.0

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.10.3-Standalone-build.patch | 47 --
 .../xembed-sni-proxy-5.12.0.ebuild | 37 -
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index d15d49c169c..e4456afb4cb 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
 DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B 
a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3
 SHA512 
8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
deleted file mode 100644
index 8ccd2ad0bd5..000
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From c19bc38c85ca14df7034ef4c97b0681de1c1a6a2 Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 15 Jul 2017 15:52:30 +0300
-Subject: [PATCH] Standalone xembedsniproxy build
-

- xembed-sni-proxy/CMakeLists.txt | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index c2f67ac6..e74c7437 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,30 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+
-+project(plasma-workspace)
-+
-+set(QT_MIN_VERSION "5.7.0")
-+set(KF5_MIN_VERSION "5.34.0")
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
-+Core
-+DBus
-+X11Extras
-+)
-+
-+
-+find_package(ECM 1.8.0 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(ECMOptionalAddSubdirectory)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem)
-+find_package(X11)
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
--- 
-2.13.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
deleted file mode 100644
index 87e53f0a525..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-DEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   ${CDEPEND}
-"
-RDEPEND="
-   !kde-plasma/plasma-workspace:5
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )



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

2022-06-14 Thread Andreas Sturmlechner
commit: 20cc0fdbc9cab1cef557a767c5083f2651124389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:24:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cc0fdb

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

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy-5.25.0.ebuild | 42 +++
 3 files changed, 103 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 1ba2f05fc00f..f8a5f3c03a33 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
+DIST plasma-workspace-5.25.0.tar.xz 18568884 BLAKE2B 
5390a62d336a6cfc6179bc20b546966a11ce583e0737d4a131a993056d0e9987648046e8d5f6664a38689525b61be73deb55dac1fb2b22c36cbac3c50a097800
 SHA512 
0d52ab01752421e8056db40e4c8fc31070a6a7704f78e8087f6b32fe22290da54ff830bb59870dcd7e007bd6798859358e163e4ed334d4f31041a3b743c8

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 ..f6e8413e3763
--- /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-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index ..591db2ed4650
--- /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

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

2018-10-23 Thread Andreas Sturmlechner
commit: 5f82a86713250e2ed1444af304f3aff659b51f77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 23 17:58:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 23 17:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82a867

kde-plasma/xembed-sni-proxy: Drop 5.12.0

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.10.3-Standalone-build.patch | 47 --
 .../xembed-sni-proxy-5.12.0.ebuild | 37 -
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index d15d49c169c..e4456afb4cb 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
 DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B 
a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3
 SHA512 
8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
deleted file mode 100644
index 8ccd2ad0bd5..000
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From c19bc38c85ca14df7034ef4c97b0681de1c1a6a2 Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 15 Jul 2017 15:52:30 +0300
-Subject: [PATCH] Standalone xembedsniproxy build
-

- xembed-sni-proxy/CMakeLists.txt | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index c2f67ac6..e74c7437 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,30 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+
-+project(plasma-workspace)
-+
-+set(QT_MIN_VERSION "5.7.0")
-+set(KF5_MIN_VERSION "5.34.0")
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
-+Core
-+DBus
-+X11Extras
-+)
-+
-+
-+find_package(ECM 1.8.0 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(ECMOptionalAddSubdirectory)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem)
-+find_package(X11)
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
--- 
-2.13.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
deleted file mode 100644
index 87e53f0a525..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-DEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   ${CDEPEND}
-"
-RDEPEND="
-   !kde-plasma/plasma-workspace:5
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )



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

2018-10-23 Thread Andreas Sturmlechner
commit: 5f82a86713250e2ed1444af304f3aff659b51f77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 23 17:58:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 23 17:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82a867

kde-plasma/xembed-sni-proxy: Drop 5.12.0

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.10.3-Standalone-build.patch | 47 --
 .../xembed-sni-proxy-5.12.0.ebuild | 37 -
 3 files changed, 85 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index d15d49c169c..e4456afb4cb 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
 DIST plasma-workspace-5.14.2.tar.xz 4568588 BLAKE2B 
a1079f1a874aadc1c989f5a2bfbd7b94872bd66ab8304a63ace5c21f4e983e3956bf8ddc6db1a81945a138a26a4adb10f172272eaead92e0879d04141845baa3
 SHA512 
8bbb8604816ae61f4af9df8a130810fef8c0050f5a847153b787afadc330eee211dc3d66a4576cc20d45a22eb5e1f845b463f91985359400c1c9c1889ef4e676

diff --git 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
 
b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
deleted file mode 100644
index 8ccd2ad0bd5..000
--- 
a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.10.3-Standalone-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From c19bc38c85ca14df7034ef4c97b0681de1c1a6a2 Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 15 Jul 2017 15:52:30 +0300
-Subject: [PATCH] Standalone xembedsniproxy build
-

- xembed-sni-proxy/CMakeLists.txt | 27 +++
- 1 file changed, 27 insertions(+)
-
-diff --git a/xembed-sni-proxy/CMakeLists.txt b/xembed-sni-proxy/CMakeLists.txt
-index c2f67ac6..e74c7437 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,3 +1,30 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+
-+project(plasma-workspace)
-+
-+set(QT_MIN_VERSION "5.7.0")
-+set(KF5_MIN_VERSION "5.34.0")
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
-+Core
-+DBus
-+X11Extras
-+)
-+
-+
-+find_package(ECM 1.8.0 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(ECMOptionalAddSubdirectory)
-+include(ECMQtDeclareLoggingCategory)
-+
-+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem)
-+find_package(X11)
-+
- add_definitions(-DQT_NO_CAST_TO_ASCII
- -DQT_NO_CAST_FROM_ASCII
- -DQT_NO_URL_CAST_FROM_STRING
--- 
-2.13.1
-

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
deleted file mode 100644
index 87e53f0a525..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.12.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-DEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   ${CDEPEND}
-"
-RDEPEND="
-   !kde-plasma/plasma-workspace:5
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )



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

2022-06-14 Thread Andreas Sturmlechner
commit: 20cc0fdbc9cab1cef557a767c5083f2651124389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:24:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cc0fdb

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

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 +
 .../xembed-sni-proxy-5.24.80-standalone.patch  | 60 ++
 .../xembed-sni-proxy-5.25.0.ebuild | 42 +++
 3 files changed, 103 insertions(+)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index 1ba2f05fc00f..f8a5f3c03a33 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
+DIST plasma-workspace-5.25.0.tar.xz 18568884 BLAKE2B 
5390a62d336a6cfc6179bc20b546966a11ce583e0737d4a131a993056d0e9987648046e8d5f6664a38689525b61be73deb55dac1fb2b22c36cbac3c50a097800
 SHA512 
0d52ab01752421e8056db40e4c8fc31070a6a7704f78e8087f6b32fe22290da54ff830bb59870dcd7e007bd6798859358e163e4ed334d4f31041a3b743c8

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 ..f6e8413e3763
--- /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-5.25.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.25.0.ebuild
new file mode 100644
index ..591db2ed4650
--- /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