File gtk2-engine-murrine.spec of Package gtk2-engine-murrine
#
# spec file for package gtk2-engine-murrine (Version 0.90.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gtk2-engine-murrine
Version: 0.90.3
Release: 1
Url: http://ftp.gnome.org/pub/GNOME/sources/murrine/
License: GPL v2 or later
Group: System/GUI/GNOME
Summary: Murrine GTK Theme Engine
Source: murrine-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gtk2-devel >= 2.12.0
BuildRequires: intltool pkg-config
%description
Murrine is a GTK+ 2 theme engine, that uses the Cairo vector drawing library
to render widgets. It features a modern glassy look, is elegant and clean on
the eyes, and is extremely customizable.
Authors:
--------
Andrea Cimitan <andrea.cimitan@gmail.com>
%prep
%setup -q -n murrine-%{version}
%build
%configure --disable-animation
make %{?jobs:-j%jobs}
%install
%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/gtk-2.0/*/engines/*
%dir %{_datadir}/gtk-engines
%{_datadir}/gtk-engines/murrine.xml
%changelog
* Tue Nov 25 2008 sbrabec@suse.cz
- Supplement gtk2-32bit/gtk2-64bit in baselibs.conf (bnc#354164).
* Thu Aug 14 2008 prusnak@suse.cz
- updated to 0.60 (SVN revision 94)
- added Shiki-Color themes
* Thu Jun 19 2008 prusnak@suse.cz
- added themes:
* MurrinaCandyDuo
* MurrinaEternal
* MurrinaGonxical
* MurrinaGperfection
* MurrinaGraphiteGentle
* Murrina-Inspirat
* MurrinaLily
* MurrinaX-2
* Thu Jun 19 2008 prusnak@suse.cz
- added themes:
* Caramello
* MurrinaAquaIsh
* MurrinaBlue
* MurrinaElement
* MurrinaFancyCandy
* MurrinaGilouche
* MurrinaLoveGray
* MurrinaOranche
* MurrinaOransun
* MurrinaTango
* MurrinaVerdeOlivo
* MurrineRounded
* Mon Jun 16 2008 bwalle@suse.de
- new package