File gtk-xfce-engine.spec of Package gtk-xfce-engine
#
# spec file for package gtk-xfce-engine
#
# Copyright (c) 2012 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/
#
Name: gtk-xfce-engine
Version: 3.0.0
Release: 0
Summary: Xfce GTK+-2.0 Theme Engine
License: GPL-2.0+
Group: System/GUI/XFCE
Url: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.0/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
# PATCH-FIX-UPSTREAM gtk-xfce-engine-fix-memory-leak.patch bnc#771292 bxo#8521 gber@opensuse.org -- Fixes a memory leak in the cairo drawing code
Patch0: gtk-xfce-engine-fix-memory-leak.patch
BuildRequires: fdupes
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Xfce GTK theme engine provides various different themes which allow
for homogeneity in applications for both business and personal desktops.
%prep
%setup -q
%patch0 -p1
%build
%configure --disable-static
make %{?_smp_mflags} V=1
%install
%make_install
rm -f %{buildroot}%{_libdir}/gtk-*/*/*engines/*.la
%fdupes %{buildroot}%{_datadir}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS NEWS COPYING ChangeLog
%{_libdir}/gtk-2.0
%{_libdir}/gtk-3.0
%{_datadir}/themes/*
%changelog