Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Germán A. Racca
edbcfa17e1 Initial import (#671024) 2011-02-07 08:58:42 -02:00
3 changed files with 56 additions and 0 deletions

1
.gitignore vendored
View file

@ -0,0 +1 @@
/wallpaperd-0.2.0.tar.gz

View file

@ -0,0 +1 @@
2ba455f3598c6111686791ca74bcd6ee wallpaperd-0.2.0.tar.gz

54
wallpaperd.spec Normal file
View file

@ -0,0 +1,54 @@
Name: wallpaperd
Version: 0.2.0
Release: 2%{?dist}
Summary: Background setter supporting random images and per-workspace images
Group: User Interface/Desktops
License: MIT
URL: http://pekdon.net/wallpaperd
Source0: http://projects.pekdon.net/projects/%{name}/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: imlib2-devel libXrandr-devel
%description
Wallpaperd is a small application that takes care of setting the background
image. Wallpaperd was created due to a friend requesting to have different
wallpapers on the different workspaces in Pekwm.
Wallpaperd now supports:
* Changing wallpaper on workspace change.
* Changing wallpaper every X amount of time.
* Changing wallpaper based on a GNOME background.xml file.
* Support for specifying centered, zoomed, tiled and fill image modes.
* Selecting wallpaper based on workspace number.
* Selecting wallpaper based on workspace name.
* RANDR support setting the wallpaper on each screen.
* RANDR support re-setting the wallpaper on screen resolution changes.
* Setting background Atom hint.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE README wallpaperd.cfg
%{_bindir}/%{name}
%changelog
* Thu Jan 27 2011 Germán A. Racca <skytux@fedoraproject.org> 0.2.0-2
- Enabled RANDR support
* Wed Jan 19 2011 Germán A. Racca <skytux@fedoraproject.org> 0.2.0-1
- Initial release of RPM package