aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-17 08:52:59 -0500
committerKen Moore <ken@ixsystems.com>2017-11-17 08:52:59 -0500
commitd8e810477c9a11042deb0638b5d0c942f9ca2545 (patch)
treedc5ada234c7d4f0e02a8cef135ec1f2be8a654aa /src-qt5/core
parentFix a missing quote within the estonian translation file (diff)
downloadlumina-d8e810477c9a11042deb0638b5d0c942f9ca2545.tar.gz
lumina-d8e810477c9a11042deb0638b5d0c942f9ca2545.tar.bz2
lumina-d8e810477c9a11042deb0638b5d0c942f9ca2545.zip
Fix the pkg-plist for lumina-core.
Wallpaper files are installed by the lumina-themes package now. Also remove the old "color" files (pre-theme-engine)
Diffstat (limited to 'src-qt5/core')
-rw-r--r--src-qt5/core/core.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-qt5/core/core.pro b/src-qt5/core/core.pro
index 0f635960..1ae58167 100644
--- a/src-qt5/core/core.pro
+++ b/src-qt5/core/core.pro
@@ -17,9 +17,9 @@ SUBDIRS+= lumina-desktop \
scripts.path = $${L_SHAREDIR}/lumina-desktop/menu-scripts
scripts.files = menu-scripts/*
-#Color themes
-colors.path=$${L_SHAREDIR}/lumina-desktop/colors
-colors.files=colors/*.qss.colors
+#Color themes (pre-theme-engine files - not used any more)
+#colors.path=$${L_SHAREDIR}/lumina-desktop/colors
+#colors.files=colors/*.qss.colors
#Theme templates
themes.path=$${L_SHAREDIR}/lumina-desktop/themes/
@@ -33,4 +33,4 @@ themes.files=themes/*.qss.template
globs.path=$${L_SHAREDIR}/lumina-desktop
globs.files=xtrafiles/globs2
-INSTALLS+=scripts colors themes globs
+INSTALLS+=scripts themes globs
bgstack15