summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/pre-install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/kde/kde/pre-install/alkimia.pre-install (renamed from testing/source/vtown/kde/pre-install/alkimia.pre-install)0
-rw-r--r--source/kde/kde/pre-install/kapidox.pre-install (renamed from testing/source/vtown/kde/pre-install/kapidox.pre-install)0
-rw-r--r--source/kde/kde/pre-install/kdepimlibs4.pre-install (renamed from testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install)0
-rw-r--r--source/kde/kde/pre-install/messagelib.pre-install (renamed from testing/source/vtown/kde/pre-install/messagelib.pre-install)0
-rw-r--r--source/kde/kde/pre-install/smokekde.pre-install (renamed from testing/source/vtown/kde/pre-install/smokekde.pre-install)0
-rw-r--r--testing/source/vtown/kde/pre-install/README18
-rw-r--r--testing/source/vtown/kde/pre-install/kdeconnect-kde.pre-install2
-rw-r--r--testing/source/vtown/kde/pre-install/kdewebdev.pre-install6
8 files changed, 0 insertions, 26 deletions
diff --git a/testing/source/vtown/kde/pre-install/alkimia.pre-install b/source/kde/kde/pre-install/alkimia.pre-install
index a9a19c72a..a9a19c72a 100644
--- a/testing/source/vtown/kde/pre-install/alkimia.pre-install
+++ b/source/kde/kde/pre-install/alkimia.pre-install
diff --git a/testing/source/vtown/kde/pre-install/kapidox.pre-install b/source/kde/kde/pre-install/kapidox.pre-install
index d3aa1a903..d3aa1a903 100644
--- a/testing/source/vtown/kde/pre-install/kapidox.pre-install
+++ b/source/kde/kde/pre-install/kapidox.pre-install
diff --git a/testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install b/source/kde/kde/pre-install/kdepimlibs4.pre-install
index d12070196..d12070196 100644
--- a/testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install
+++ b/source/kde/kde/pre-install/kdepimlibs4.pre-install
diff --git a/testing/source/vtown/kde/pre-install/messagelib.pre-install b/source/kde/kde/pre-install/messagelib.pre-install
index d4883ff11..d4883ff11 100644
--- a/testing/source/vtown/kde/pre-install/messagelib.pre-install
+++ b/source/kde/kde/pre-install/messagelib.pre-install
diff --git a/testing/source/vtown/kde/pre-install/smokekde.pre-install b/source/kde/kde/pre-install/smokekde.pre-install
index a663cc69b..a663cc69b 100644
--- a/testing/source/vtown/kde/pre-install/smokekde.pre-install
+++ b/source/kde/kde/pre-install/smokekde.pre-install
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/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/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 -
-