move Wallpapers under Presets/Wallpapers

This commit is contained in:
Kalamatee 2021-01-19 19:26:31 +00:00 committed by deadwood
parent 865b6a853b
commit 96783a2b5a
14 changed files with 3 additions and 19 deletions

View File

@ -117,6 +117,7 @@ AROS_S := $(AROSDIR)/$(AROS_DIR_S)
AROS_STORAGE := $(AROSDIR)/$(AROS_DIR_STORAGE)
AROS_SYSTEM := $(AROSDIR)/$(AROS_DIR_SYSTEM)
AROS_WANDERER := $(AROS_SYSTEM)/Wanderer
AROS_WALLPAPERS := $(AROS_PREFS)/Presets/Wallpapers
AROS_THEMES := $(AROS_PREFS)/Presets/Themes
AROS_IMAGES := $(AROS_SYSTEM)/Images
AROS_TOOLS := $(AROSDIR)/$(AROS_DIR_TOOLS)

View File

@ -1,19 +0,0 @@
include $(SRCDIR)/config/aros.cfg
FILES := \
01-d980_wearefutureot3.jpg \
02-d980_aros-rose.jpg \
03-wesssper_aros.jpg \
04-Mithrandir_wallpaperupdated.jpg \
05-sprocket-01_aroscrap.jpg \
06-amigamia-04_AROS_Creation.jpg \
07-klesterjr_AROS_Rising.jpg \
08-roadto10_v2_spring.jpg \
09-seventyfour_02-arosglass.jpg \
10-Infiniton_arosgreen.jpg
%copy_files_q mmake=workbench-prefs-patterns files=$(FILES) \
dst=$(AROSDIR)/Prefs/Presets/Patterns/WallpaperComp2007
%common

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View File

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 250 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View File

@ -21,4 +21,6 @@ $(AROS_IMAGES)/Logos/AROS.logo : $(SRCDIR)/$(CURDIR)/$(AROSLOGOFILE)
#MM
workbench-images-copylogo : $(AROS_IMAGES)/Logos/AROS.logo
%copy_dir_recursive mmake=workbench-images-wallpapers src=$(SRCDIR)/images/Wallpapers dst=$(AROS_WALLPAPERS)
%copy_dir_recursive mmake=workbench-images-themes src=$(SRCDIR)/images/Themes dst=$(AROS_THEMES)