summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2012-01-15 12:56:17 +0100
committerStefan Knorr (astron) <heinzlesspam@gmail.com>2012-01-15 12:57:51 +0100
commit1c7c480e7465a077b1ede8be39329b14d31ba847 (patch)
tree8a49b7a5fd22b27f07ffc1dea6868a9236e2b338 /desktop
parentb327c8355cd6e4e6d0a4b1bda0591c4d3964bff8 (diff)
Galaxy (default) icon theme is now in icon-themes/galaxy
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Zip_brand_dev.mk2
-rw-r--r--desktop/Zip_shell.mk2
-rw-r--r--desktop/branding/Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/desktop/Zip_brand_dev.mk b/desktop/Zip_brand_dev.mk
index 4ab19318f1b2..72f2261fb10c 100644
--- a/desktop/Zip_brand_dev.mk
+++ b/desktop/Zip_brand_dev.mk
@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_Zip_Zip,brand_dev/intro,$(SRCDIR)/default_images/brand_dev))
+$(eval $(call gb_Zip_Zip,brand_dev/intro,$(SRCDIR)/icon-themes/galaxy/brand_dev))
$(eval $(call gb_Zip_add_files,brand_dev/intro,\
about.png \
diff --git a/desktop/Zip_shell.mk b/desktop/Zip_shell.mk
index 08c6b811b8ba..3803cf4c3133 100644
--- a/desktop/Zip_shell.mk
+++ b/desktop/Zip_shell.mk
@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_Zip_Zip,shell,$(SRCDIR)/default_images/brand/shell))
+$(eval $(call gb_Zip_Zip,shell,$(SRCDIR)/icon-themes/galaxy/brand/shell))
$(eval $(call gb_Zip_add_files,shell,\
backing_left.png \
diff --git a/desktop/branding/Makefile b/desktop/branding/Makefile
index 46ca14dd0574..85d5769c7ca5 100644
--- a/desktop/branding/Makefile
+++ b/desktop/branding/Makefile
@@ -28,11 +28,11 @@
SRCDIR := $(realpath $(dir $(firstword $(MAKEFILE_LIST)))/../..)
ifeq ($(strip $(ABOUT_BITMAP)),)
-ABOUT_BITMAP := $(SRCDIR)/default_images/brand/about.png
+ABOUT_BITMAP := $(SRCDIR)/icon-themes/galaxy/brand/about.png
endif
ifeq ($(strip $(INTRO_BITMAP)),)
-INTRO_BITMAP := $(SRCDIR)/default_images/brand/intro.png
+INTRO_BITMAP := $(SRCDIR)/icon-themes/galaxy/brand/intro.png
endif
$(WORKDIR)/CustomTarget/desktop/branding/about.png : $(ABOUT_BITMAP)