summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/pre-install')
-rw-r--r--testing/source/vtown/kde/pre-install/README18
-rw-r--r--testing/source/vtown/kde/pre-install/alkimia.pre-install2
-rw-r--r--testing/source/vtown/kde/pre-install/kapidox.pre-install2
-rw-r--r--testing/source/vtown/kde/pre-install/kdeconnect-kde.pre-install2
-rw-r--r--testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install9
-rw-r--r--testing/source/vtown/kde/pre-install/kdewebdev.pre-install6
-rw-r--r--testing/source/vtown/kde/pre-install/messagelib.pre-install3
-rw-r--r--testing/source/vtown/kde/pre-install/smokekde.pre-install7
8 files changed, 0 insertions, 49 deletions
diff --git a/testing/source/vtown/kde/pre-install/README b/testing/source/vtown/kde/pre-install/README
deleted file mode 100644
index 2478e45f9..000000000
--- a/testing/source/vtown/kde/pre-install/README
+++ /dev/null
@@ -1,18 +0,0 @@
-
-IMPORTANT!
-
-To fail/exit a script, use this:
-
-[command that fails] || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-DO NOT USE THIS:
-
-[command that fails] || exit 1
-
-as it will cause the parent script to exit in the wrong location and possibly
-silently skip building some packages.
-
-Thanks,
-
-The Management
-
diff --git a/testing/source/vtown/kde/pre-install/alkimia.pre-install b/testing/source/vtown/kde/pre-install/alkimia.pre-install
deleted file mode 100644
index a9a19c72a..000000000
--- a/testing/source/vtown/kde/pre-install/alkimia.pre-install
+++ /dev/null
@@ -1,2 +0,0 @@
-# https://bugs.kde.org/show_bug.cgi?id=415868
-sed -e '/set(QML_INSTALL_DIR/d' -i qml/CMakeLists.txt
diff --git a/testing/source/vtown/kde/pre-install/kapidox.pre-install b/testing/source/vtown/kde/pre-install/kapidox.pre-install
deleted file mode 100644
index d3aa1a903..000000000
--- a/testing/source/vtown/kde/pre-install/kapidox.pre-install
+++ /dev/null
@@ -1,2 +0,0 @@
-sed -e "s/os.path.join('share', 'man'/os.path.join('man'/" -i setup.py
-
diff --git a/testing/source/vtown/kde/pre-install/kdeconnect-kde.pre-install b/testing/source/vtown/kde/pre-install/kdeconnect-kde.pre-install
deleted file mode 100644
index e89e2fc8f..000000000
--- a/testing/source/vtown/kde/pre-install/kdeconnect-kde.pre-install
+++ /dev/null
@@ -1,2 +0,0 @@
-sed -i -e "s,#add_subdirectory(kio),add_subdirectory(kio)," CMakeLists.txt
-
diff --git a/testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install b/testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install
deleted file mode 100644
index d12070196..000000000
--- a/testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install
+++ /dev/null
@@ -1,9 +0,0 @@
-# Temporary (hopefully) fix:
-if ! grep -q 'cmake_minimum_required' CMakeLists.txt ; then
- # Prepend a cmake_minimum_required stanza at the top, which enables
- # newer cmake features which the build needs:
- sed -i -e '1icmake_minimum_required(VERSION 2.8.9)\' CMakeLists.txt
-fi
-
-# Don't build gpgme++
-sed -e '/gpgme++/d' -e '/qgpgme/d' -i CMakeLists.txt
diff --git a/testing/source/vtown/kde/pre-install/kdewebdev.pre-install b/testing/source/vtown/kde/pre-install/kdewebdev.pre-install
deleted file mode 100644
index 6cd51b1cc..000000000
--- a/testing/source/vtown/kde/pre-install/kdewebdev.pre-install
+++ /dev/null
@@ -1,6 +0,0 @@
-# First, build and install Tidy:
-cd $CWD/pre-install/kdewebdev/tidy
- echo "Building htmltidy..."
- ARCH=$ARCH sh ./tidy.build $PKG
-cd -
-
diff --git a/testing/source/vtown/kde/pre-install/messagelib.pre-install b/testing/source/vtown/kde/pre-install/messagelib.pre-install
deleted file mode 100644
index d4883ff11..000000000
--- a/testing/source/vtown/kde/pre-install/messagelib.pre-install
+++ /dev/null
@@ -1,3 +0,0 @@
-# Temporary workaround for a gpgme cmake bug:
-sed -e '/find_package.*QGpgme/d' -i CMakeLists.txt
-
diff --git a/testing/source/vtown/kde/pre-install/smokekde.pre-install b/testing/source/vtown/kde/pre-install/smokekde.pre-install
deleted file mode 100644
index a663cc69b..000000000
--- a/testing/source/vtown/kde/pre-install/smokekde.pre-install
+++ /dev/null
@@ -1,7 +0,0 @@
-# Temporary (hopefully) fix:
-if ! grep -q 'cmake_minimum_required' CMakeLists.txt ; then
- # Prepend a cmake_minimum_required stanza at the top, which enables
- # newer cmake features which the build needs:
- sed -i -e '1icmake_minimum_required(VERSION 2.8.9)\' CMakeLists.txt
-fi
-