summaryrefslogtreecommitdiffstats
path: root/kde/make/oxygen
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-09-14 13:10:02 +0200
committer Eric Hameleers <alien@slackware.com>2019-09-14 13:10:02 +0200
commitbab819b0f5ba5c51f569f3c47772dbf97bf62ce3 (patch)
tree059d8aed7785d42c0e4aaadd3632b7422fb6f3c3 /kde/make/oxygen
parentddfdebbe9bad6eeb4328fd23f657b86bb9fc0fb9 (diff)
downloadktown-bab819b0f5ba5c51f569f3c47772dbf97bf62ce3.tar.gz
ktown-bab819b0f5ba5c51f569f3c47772dbf97bf62ce3.tar.xz
New releases of breeze and oxygen themes have dropped the Qt4 support.
Diffstat (limited to '')
-rw-r--r--kde/make/oxygen10
1 files changed, 0 insertions, 10 deletions
diff --git a/kde/make/oxygen b/kde/make/oxygen
deleted file mode 100644
index cd5b182..0000000
--- a/kde/make/oxygen
+++ /dev/null
@@ -1,10 +0,0 @@
-# Oxygen's cmake left us in build_qt4,
-# so we build and install Qt4 support first:
-make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
-
-# Go back to build_qt5 and build/install the Qt5 support:
-cd ../build_qt5
-make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
-