mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Adding wallpapers
This commit is contained in:
parent
8bc8e23304
commit
0e592d6e0c
@ -52,6 +52,7 @@ EDE_CONFIG_DIR ?= "$(sysconfdir)/xdg/$(EDE_PREFIX_SUBDIR)" ;
|
||||
EDE_MENU_DIR ?= "$(sysconfdir)/xdg/menus" ; # use XDG default for menu dir
|
||||
EDE_ICON_DIR ?= "$(EDE_DATA_DIR)/icons" ;
|
||||
EDE_MIME_DIR ?= "$(EDE_DATA_DIR)/mime" ; # use XDG mime path
|
||||
EDE_WALLPAPERS_DIR ?= "$(EDE_DATA_DIR)/wallpapers" ; # default path
|
||||
EDE_DOC_DIR ?= "$(docdir)/ede-$(EDE_VERSION)" ;
|
||||
EDE_THEMES_DIR ?= "$(EDE_DATA_DIR)/$(EDE_PREFIX_SUBDIR)/themes" ;
|
||||
EDE_TIPS_DIR ?= "$(EDE_DATA_DIR)/$(EDE_PREFIX_SUBDIR)/tips" ;
|
||||
|
@ -24,3 +24,4 @@ SubInclude TOP data icon-themes ;
|
||||
SubInclude TOP data menu ;
|
||||
SubInclude TOP data desktop-links ;
|
||||
SubInclude TOP data pekwm ;
|
||||
SubInclude TOP data wallpapers ;
|
||||
|
8
data/wallpapers/COPYRIGHT
Normal file
8
data/wallpapers/COPYRIGHT
Normal file
@ -0,0 +1,8 @@
|
||||
http://www.flickr.com/photos/desomnis
|
||||
-------------------------------------
|
||||
|
||||
* raindrops-1600x1200.jpg
|
||||
* summer-dreamin-3352x2304.jpg
|
||||
* winter-sunset-3456x2304.jpg
|
||||
|
||||
All images are used with author permission.
|
14
data/wallpapers/Jamfile
Normal file
14
data/wallpapers/Jamfile
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# $Id: Jamfile 2316 2008-09-04 10:16:55Z karijes $
|
||||
#
|
||||
# Part of Equinox Desktop Environment (EDE).
|
||||
# Copyright (c) 2012 EDE Authors.
|
||||
#
|
||||
# This program is licensed under terms of the
|
||||
# GNU General Public License version 2 or newer.
|
||||
# See COPYING for details.
|
||||
|
||||
SubDir TOP data wallpapers ;
|
||||
|
||||
FILES = [ Wildcard *.jpg ] ;
|
||||
InstallData $(EDE_WALLPAPERS_DIR) : $(FILES) ;
|
BIN
data/wallpapers/raindrops-1600x1200.jpg
Normal file
BIN
data/wallpapers/raindrops-1600x1200.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 KiB |
BIN
data/wallpapers/summer-dreamin-3352x2304.jpg
Normal file
BIN
data/wallpapers/summer-dreamin-3352x2304.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 MiB |
BIN
data/wallpapers/winter-sunset-3456x2304.jpg
Normal file
BIN
data/wallpapers/winter-sunset-3456x2304.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
Loading…
Reference in New Issue
Block a user