aboutsummaryrefslogtreecommitdiff
path: root/port-files/pkg-plist
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-10-06 17:49:31 -0400
committerKen Moore <ken@pcbsd.org>2014-10-06 17:49:31 -0400
commit9a7d82954a8e77ca72a9d0b995ec5c0160e6018c (patch)
tree0ecacf8b0510e4330bd368af86459709857eed9d /port-files/pkg-plist
parentClean up the new global.h usage in all the Lumina subprojects. (diff)
downloadlumina-9a7d82954a8e77ca72a9d0b995ec5c0160e6018c.tar.gz
lumina-9a7d82954a8e77ca72a9d0b995ec5c0160e6018c.tar.bz2
lumina-9a7d82954a8e77ca72a9d0b995ec5c0160e6018c.zip
Get the new LuminaThemes class working with a sample color theme for Insight (for testing). The theme loading/usage appears to be working, now I just need to generalize the theme template so that it applies to all the QAbstract* widgets
Diffstat (limited to 'port-files/pkg-plist')
-rw-r--r--port-files/pkg-plist5
1 files changed, 5 insertions, 0 deletions
diff --git a/port-files/pkg-plist b/port-files/pkg-plist
index 6ad8999b..21ecd65f 100644
--- a/port-files/pkg-plist
+++ b/port-files/pkg-plist
@@ -10,6 +10,7 @@ lib/libLuminaUtils.so.1.0.0
include/LuminaXDG.h
include/LuminaUtils.h
include/LuminaX11.h
+include/LuminaTheme.h
include/LuminaOS.h
share/applications/lumina-fm.desktop
share/applications/lumina-screenshot.desktop
@@ -22,6 +23,8 @@ share/Lumina-DE/desktopsettings.conf
share/Lumina-DE/stylesheet.qss
share/Lumina-DE/Login.ogg
share/Lumina-DE/Logout.ogg
+share/Lumina-DE/colors/SampleColors.qss.colors
+share/Lumina-DE/themes/SampleTheme.qss.template
share/wallpapers/Lumina-DE/Lumina_Wispy_gold_1920x1080.jpg
share/wallpapers/Lumina-DE/Lumina_Wispy_green_1920x1080.jpg
share/wallpapers/Lumina-DE/Lumina_Wispy_purple_1920x1080.jpg
@@ -337,6 +340,8 @@ share/Lumina-DE/i18n/lumina-screenshot_zh_HK.qm
share/Lumina-DE/i18n/lumina-screenshot_zh_TW.qm
share/Lumina-DE/i18n/lumina-screenshot_zu.qm
@dirrm share/Lumina-DE/i18n
+@dirrmtry share/Lumina-DE/colors
+@dirrmtry share/Lumina-DE/themes
@dirrmtry share/Lumina-DE
@dirrmtry share/wallpapers/Lumina-DE
@dirrmtry share/xsessions
bgstack15