diff options
author | Alex Couture <[email protected]> | 2016-02-10 21:43:59 +0700 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-02-10 21:43:59 +0700 |
commit | 8c232136e6aef61f883102af400308ff8c490cac (patch) | |
tree | 7988b129104024f1f13f8d01f524bca8bec22dcd /src/Makefile.am | |
parent | 64ef89a58504123b141c451ad82723898b89d1a9 (diff) | |
download | ksplash-engine-moodin-8c232136e6aef61f883102af400308ff8c490cac.tar.gz ksplash-engine-moodin-8c232136e6aef61f883102af400308ff8c490cac.zip |
Added new Architecture Moodin theme.
As per http://bugs.pearsoncomputing.net/show_bug.cgi?id=2553#c3, all material used for this theme is available under GPL license.
"Yes, the base background picture is from a gpl picture found on kde-look.org, with icon form the masalla icon theme (now gpl) and part of code from the old Moodin splash."
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 80a0d8f..292d63d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,9 @@ noinst_HEADERS = thememoodin.h effectwidget.h cache.h magiclabel.h scaler.h servicesdir = $(kde_servicesdir) services_DATA = ksplashmoodin.desktop -themeMoodinKDEdir = $(kde_datadir)/ksplash/Themes/MoodinKDE -themeMoodinKDE_DATA = themes/MoodinKDE/* +themeArchitecturedir = $(kde_datadir)/ksplash/Themes/Architecture +themeArchitecture_DATA = themes/Architecture/* themeFingerPrintdir = $(kde_datadir)/ksplash/Themes/FingerPrint themeFingerPrint_DATA = themes/FingerPrint/* +themeMoodinKDEdir = $(kde_datadir)/ksplash/Themes/MoodinKDE +themeMoodinKDE_DATA = themes/MoodinKDE/* |