Skip to content

Commit

Permalink
Merge pull request #1 from fedoradesign/master
Browse files Browse the repository at this point in the history
test
  • Loading branch information
luyatshimbalanga authored Mar 26, 2017
2 parents 11fcf5e + 9118923 commit cdf063f
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 38 deletions.
1 change: 0 additions & 1 deletion .sparkleshare

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# f25-backgrounds
A set of default and supplemental wallpapers for Fedora 25
# f26-backgrounds
A set of default and supplemental wallpapers for Fedora 26
8 changes: 4 additions & 4 deletions default/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WP_NAME=f25
WP_BIGNAME=F25
WP_NAME=f26
WP_BIGNAME=F26
WP_DIR=$(DESTDIR)/usr/share/backgrounds/$(WP_NAME)
GNOME_BG_DIR=$(DESTDIR)/usr/share/gnome-background-properties
KDE_BG_DIR=$(DESTDIR)/usr/share/wallpapers/
Expand Down Expand Up @@ -32,9 +32,9 @@ install:
done;

$(INSTALL) $(WP_NAME).xml $(WP_DIR)/default/$(WP_NAME).xml
$(INSTALL) desktop-backgrounds-$(WP_NAME).xml $(GNOME_BG_DIR)/$(WP_NAME).xml
$(INSTALL) gnome-backgrounds-$(WP_NAME).xml $(GNOME_BG_DIR)/$(WP_NAME).xml
#~ $(INSTALL) $(WP_NAME)-animated.xml $(WP_DIR)/default-animated/$(WP_NAME).xml
#~ $(INSTALL) desktop-backgrounds-$(WP_NAME)-animated.xml $(GNOME_BG_DIR)/$(WP_NAME)-animated.xml
#~ $(INSTALL) gnome-backgrounds-$(WP_NAME)-animated.xml $(GNOME_BG_DIR)/$(WP_NAME)-animated.xml
$(MKDIR) $(KDE_BG_DIR)/$(WP_BIGNAME)/contents/images
$(INSTALL) $(WP_NAME)-metadata.desktop $(KDE_BG_DIR)/$(WP_BIGNAME)/metadata.desktop
for res in 640x480 800x600 1024x768 1152x864 1200x900 1280x960 1440x1080 1600x1200 1600x1280 1920x1440 2048x1536; do \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Fedora 25 Default</name>
<filename>/usr/share/backgrounds/f25/default/f25.xml</filename>
<name>Fedora 26 Default</name>
<filename>/usr/share/backgrounds/f26/default/f26.xml</filename>
<options>stretched</options>
</wallpaper>
</wallpapers>
24 changes: 0 additions & 24 deletions default/f25.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Desktop Entry]
Name=Fedora 25 Default
X-KDE-PluginInfo-Name=Fedora 25 Default
Name=Fedora 26 Default
X-KDE-PluginInfo-Name=Fedora 26 Default
X-KDE-PluginInfo-Author=Fedora Project
X-KDE-PluginInfo-Email[email protected]
X-KDE-PluginInfo-License=CC-BY-SA

Name[en_CA]=Fedora 25 Default
Name[en_CA]=Fedora 26 Default
24 changes: 24 additions & 0 deletions default/f26.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<background>
<starttime>
<year>2017</year>
<month>06</month>
<day>20</day>
<hour>00</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<static>
<duration>10000000000.0</duration>
<file>
<!-- Wide 16:9 -->
<size width="1920" height="1080">/usr/share/backgrounds/f26/default/tv-wide/f26.png</size>
<!-- Wide 16:10 -->
<size width="1920" height="1200">/usr/share/backgrounds/f26/default/wide/f26.png</size>
<!-- Standard 4:3 -->
<size width="2048" height="1536">/usr/share/backgrounds/f26/default/standard/f26.png</size>
<!-- Normalish 5:4 -->
<size width="1280" height="1024">/usr/share/backgrounds/f26/default/normalish/f26.png</size>
</file>
</static>

</background>
9 changes: 9 additions & 0 deletions default/gnome-backgrounds-f26.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Fedora 26 Default</name>
<filename>/usr/share/backgrounds/f26/default/f26.xml</filename>
<options>stretched</options>
</wallpaper>
</wallpapers>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE wallpapers SYSTEM "mate-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Fedora 25 Default</name>
<filename>/usr/share/backgrounds/f25/default/f25.xml</filename>
<name>Fedora 26 Default</name>
<filename>/usr/share/backgrounds/f26/default/f26.xml</filename>
<options>stretched</options>
</wallpaper>
</wallpapers>
Binary file added default/normalish/f26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added default/standard/f26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added default/tv-wide/f26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added default/wide/f26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed f26-backgrounds-26.0.0.tar.xz
Binary file not shown.

0 comments on commit cdf063f

Please sign in to comment.