Adding wallpapers

This commit is contained in:
Sanel Zukan 2012-05-16 12:16:19 +00:00
parent 8bc8e23304
commit 0e592d6e0c
7 changed files with 24 additions and 0 deletions

View File

@ -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" ;

View File

@ -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 ;

View 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
View 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) ;

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB