aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-light/material-design-light.pro
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-12 15:48:46 -0400
committerKen Moore <ken@ixsystems.com>2017-04-12 15:48:46 -0400
commite4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9 (patch)
treee621da655d974127496219ff39b71a651e54294d /icon-theme/material-design-light/material-design-light.pro
parentAnother batch of "extra" files outside the minimum XDG spec. (diff)
downloadlumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.tar.gz
lumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.tar.bz2
lumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.zip
Rename the material-icons-light directory to material-design-light, and add the project file and index to get it to install properly.
Diffstat (limited to 'icon-theme/material-design-light/material-design-light.pro')
-rw-r--r--icon-theme/material-design-light/material-design-light.pro42
1 files changed, 42 insertions, 0 deletions
diff --git a/icon-theme/material-design-light/material-design-light.pro b/icon-theme/material-design-light/material-design-light.pro
new file mode 100644
index 00000000..5f11d8c3
--- /dev/null
+++ b/icon-theme/material-design-light/material-design-light.pro
@@ -0,0 +1,42 @@
+#QMake project file for installing the material-icons-light theme.
+
+#Load all the OS-specific install paths
+#include(../../src-qt5/OS-Detect.pri)
+
+BASE_DIR = $${L_SHAREDIR}/icons/material-design-light
+
+#Now setup the base directory/files
+base.path = $${BASE_DIR}
+base.files = LICENSE index.theme
+
+actions.path = $${BASE_DIR}/scalable/actions
+actions.files = actions/*.svg
+
+applications.path = $${BASE_DIR}/scalable/applications
+applications.files = applications/*.svg
+
+categories.path = $${BASE_DIR}/scalable/categories
+categories.files = categories/*.svg
+
+devices.path = $${BASE_DIR}/scalable/devices
+devices.files = devices/*.svg
+
+emblems.path = $${BASE_DIR}/scalable/emblems
+emblems.files = emblems/*.svg
+
+emotes.path = $${BASE_DIR}/scalable/emotes
+emotes.files = emotes/*.svg
+
+international.path = $${BASE_DIR}/scalable/international
+international.files = international/*.svg
+
+mimetypes.path = $${BASE_DIR}/scalable/mimetypes
+mimetypes.files = mimetypes/*.svg
+
+places.path = $${BASE_DIR}/scalable/places
+places.files = places/*.svg
+
+status.path = $${BASE_DIR}/scalable/status
+status.files = status/*.svg
+
+INSTALLS = base actions applications categories devices emblems emotes international mimetypes places status
bgstack15