- New default background infrastructure.

epel9
Alexander Larsson 21 years ago
parent e1e7678efa
commit b52527fb59

@ -1,6 +1,14 @@
# Makefile for source rpm: desktop-backgrounds
# $Id$
# $Id: Makefile,v 1.1 2004/09/09 04:07:00 cvsdist Exp $
NAME := desktop-backgrounds
SPECFILE = $(firstword $(wildcard *.spec))
TARGETS = generate-default-background
.PHONY :: generate-default-background
generate-default-background:
cp default-background-fc.png default-background.png
if echo $(COLLECTION) | grep -q -e "^dist-[^-]*E\($$\|-\)"; then cp default-background-rhel.png default-background.png; fi
include ../common/Makefile.common

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

@ -3,14 +3,14 @@
Summary: Desktop backgrounds.
Name: desktop-backgrounds
Version: 2.0
Release: 25
Release: 26
License: LGPL
Group: Applications/Multimedia
Source: redhat-backgrounds-%{rh_backgrounds_version}.tar.bz2
Source2: Propaganda-1.0.0.tar.gz
Source3: README.Propaganda
## Source4: beta-placeholder.png
Source4: default.png
Source4: default-background.png
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArchitectures: noarch
@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{_datadir}/backgrounds/images/default.png
%changelog
* Thu Sep 30 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26
- New default background infrastructure.
* Mon Sep 27 2004 Matthias Clasen <mclasen@@redhat.com> 2.0.25
- avoid duplicate images

Loading…
Cancel
Save