Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 431f12d4220075f10c77399f6cf433bf > files > 2

tint2-0.11-3.mga3.src.rpm

%define name tint2
%define version 0.11
%define release %mkrel 3

Summary: Tint2 - A Lightweight Panel and Taskbar
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2
Group: Graphical desktop/Other
Url: http://code.google.com/p/tint2/
Source0: http://tint2.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: libgtk+-x11-2.0
BuildRequires: cmake
BuildRequires: cairo-devel
BuildRequires: libx11-devel
BuildRequires: libgtk+-x11-2.0
BuildRequires: libgtk+2.0-devel
BuildRequires: pango-devel
BuildRequires: libxinerama-devel
BuildRequires: imlib2-devel
BuildRequires: glib2-devel
BuildRequires: libxrandr-devel, libxcomposite-devel, libxdamage-devel

%description
Tint2 is a simple panel and taskbar intentionally made for
openbox3, but should also work with other window managers. The
goal is to keep a clean and unintrusive look with code
lightweight and compliance with freedesktop specifications.

%prep
%setup -q

%build
%cmake
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%clean
%__rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc AUTHORS COPYING README ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
%{_bindir}/tint*
%{_datadir}/tint2/*.png
%{_datadir}/applications/tint2*.desktop
%{_datadir}/pixmaps/tint2*
%{_mandir}/man1/* 


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 0.11-3.mga3
+ Revision: 384585
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Feb 01 2012 hman <hman> 0.11-2.mga2
+ Revision: 203748
- updated build requires with libgtk+2.0-devel
- imported package tint2