Git commit 3d347b3a0009e8f56e6a3e2a0be3f013f344bdbf by Jonathan Esk-Riddell. Committed on 25/05/2023 at 14:54. Pushed by jriddell into branch 'master'.
remove obsolete test data D +0 -0 test/data/excess-spacing-doc/CMakeLists.txt D +0 -10 test/data/excess-spacing-doc/doc/CMakeLists.txt D +0 -0 test/data/excess-spacing-doc/doc/index.docbook D +0 -0 test/data/single-pot-pot-name/CMakeLists.txt D +0 -2 test/data/single-pot-pot-name/Messages.sh D +0 -0 test/data/single-pot/CMakeLists.txt D +0 -8 test/data/single-pot/Messages.sh D +0 -4 test/data/single-pot/doc/CMakeLists.txt D +0 -0 test/data/single-pot/doc/foobar.docbook D +0 -0 test/data/single-pot/doc/index.docbook https://invent.kde.org/sdk/releaseme/-/commit/3d347b3a0009e8f56e6a3e2a0be3f013f344bdbf diff --git a/test/data/excess-spacing-doc/CMakeLists.txt b/test/data/excess-spacing-doc/CMakeLists.txt deleted file mode 100644 index e69de29..0000000 diff --git a/test/data/excess-spacing-doc/doc/CMakeLists.txt b/test/data/excess-spacing-doc/doc/CMakeLists.txt deleted file mode 100644 index 2c6b249..0000000 --- a/test/data/excess-spacing-doc/doc/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ - -# Lots of usleess whitespacing and newlines - - kdoctools_create_handbook - ( - index.docbook INSTALL_DESTINATION -${KDE_INSTALL_DOCBUNDLEDIR}/en - SUBDIR -amarok - ) diff --git a/test/data/excess-spacing-doc/doc/index.docbook b/test/data/excess-spacing-doc/doc/index.docbook deleted file mode 100644 index e69de29..0000000 diff --git a/test/data/single-pot-pot-name/CMakeLists.txt b/test/data/single-pot-pot-name/CMakeLists.txt deleted file mode 100644 index e69de29..0000000 diff --git a/test/data/single-pot-pot-name/Messages.sh b/test/data/single-pot-pot-name/Messages.sh deleted file mode 100755 index 390b16c..0000000 --- a/test/data/single-pot-pot-name/Messages.sh +++ /dev/null @@ -1,2 +0,0 @@ -#! /bin/sh - $XGETTEXT $LIST -o $podir/org.kde.potd.pot diff --git a/test/data/single-pot/CMakeLists.txt b/test/data/single-pot/CMakeLists.txt deleted file mode 100644 index e69de29..0000000 diff --git a/test/data/single-pot/Messages.sh b/test/data/single-pot/Messages.sh deleted file mode 100755 index d271217..0000000 --- a/test/data/single-pot/Messages.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh -$EXTRACTRC `find . -name "*.rc" -o -name "*.ui" -o -name "*.kcfg"` >> rc.cpp -$EXTRACTATTR --attr=layout,name data/DefaultPlaylistLayouts.xml >> rc.cpp -LIST=`find . -name \*.h -o -name \*.cpp` -if test -n "$LIST"; then - $XGETTEXT $LIST -o $podir/amarok.pot -fi -rm -f rc.cpp diff --git a/test/data/single-pot/doc/CMakeLists.txt b/test/data/single-pot/doc/CMakeLists.txt deleted file mode 100644 index 4e10cb2..0000000 --- a/test/data/single-pot/doc/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -########### install files ############### -# -# -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR amarok) diff --git a/test/data/single-pot/doc/foobar.docbook b/test/data/single-pot/doc/foobar.docbook deleted file mode 100644 index e69de29..0000000 diff --git a/test/data/single-pot/doc/index.docbook b/test/data/single-pot/doc/index.docbook deleted file mode 100644 index e69de29..0000000
