[neon/neon-packaging/selenium-webdriver-at-spi/Neon/unstable] debian/patches: add examples as well

Carlos De Maine null at kde.org
Mon Jan 8 14:09:48 GMT 2024


Git commit f2e67f0450a3cfed626d659882897f8b8899021d by Carlos De Maine.
Committed on 08/01/2024 at 11:56.
Pushed by carlosdem into branch 'Neon/unstable'.

add examples as well

M  +15   -6    debian/patches/virtenv.diff

https://invent.kde.org/neon/neon-packaging/selenium-webdriver-at-spi/-/commit/f2e67f0450a3cfed626d659882897f8b8899021d

diff --git a/debian/patches/virtenv.diff b/debian/patches/virtenv.diff
index 53749e7..fc2ab97 100644
--- a/debian/patches/virtenv.diff
+++ b/debian/patches/virtenv.diff
@@ -1,22 +1,31 @@
- b236665d639588c5bda29d190ab55c1eeae5b8e3
- CMakeLists.txt |  3 ++-
+6a2b8c7481306c888afd82ead1f8ba1a8fe53269
+ CMakeLists.txt |  5 ++++-
  setup.py       | 14 ++++++++++++++
- 2 files changed, 16 insertions(+), 1 deletion(-)
+ 2 files changed, 18 insertions(+), 1 deletion(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 295e9fc..ccbe5c7 100644
+index 295e9fc..0871454 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -59,7 +59,8 @@ add_subdirectory(videorecorder)
+@@ -59,7 +59,9 @@ add_subdirectory(videorecorder)
  install(PROGRAMS run.rb
      RENAME selenium-webdriver-at-spi-run
      DESTINATION ${CMAKE_INSTALL_BINDIR})
 -install(FILES selenium-webdriver-at-spi.py app_roles.py requirements.txt DESTINATION ${CMAKE_INSTALL_DATADIR}/selenium-webdriver-at-spi)
-+install(FILES requirements.txt DESTINATION ${CMAKE_INSTALL_DATADIR}/selenium-webdriver-at-spi)
++install(FILES requirements.txt  DESTINATION ${CMAKE_INSTALL_DATADIR}/selenium-webdriver-at-spi)
 +#install(FILES selenium-webdriver-at-spi.py app_roles.py requirements.txt DESTINATION ${CMAKE_INSTALL_DATADIR}/selenium-webdriver-at-spi)
++install(FILES examples/calculatortest.py examples/kinfocentertest.rb DESTINATION ${CMAKE_INSTALL_DATADIR}/selenium-webdriver-at-spi/examples)
 
  set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/SeleniumWebDriverATSPI")
 
+@@ -79,6 +81,7 @@ install(
+         cmake/FindPythonModule.cmake.in
+         cmake/FindRuby.cmake
+         cmake/ProgramFinder.cmake
++
+     DESTINATION ${CMAKECONFIG_INSTALL_DIR}
+     COMPONENT Devel
+ )
 diff --git a/setup.py b/setup.py
 new file mode 100644
 index 0000000..e68d3c6



More information about the Neon-commits mailing list