update to 2.6.0 [release 2.6.0-1mamba;Sat Nov 07 2009]
This commit is contained in:
parent
65441c0442
commit
9c6819485d
@ -1,2 +1,4 @@
|
|||||||
# gtk-xfce-engine
|
# gtk-xfce-engine
|
||||||
|
|
||||||
|
A port of Xfce engine to GTK+-2.0.
|
||||||
|
|
||||||
|
79
gtk-xfce-engine.spec
Normal file
79
gtk-xfce-engine.spec
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
Name: gtk-xfce-engine
|
||||||
|
Version: 2.6.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Port of xfce engine to GTK+-2.0
|
||||||
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.xfce.org/
|
||||||
|
Source: http://www.xfce.org/archive/src/xfce/gtk-xfce-engine/%{majver}/gtk-xfce-engine-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: libfontconfig-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libglitz-devel
|
||||||
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpixman-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: libxcb-util-devel
|
||||||
|
BuildRequires: libXdmcp-devel
|
||||||
|
BuildRequires: libXrender-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
A port of Xfce engine to GTK+-2.0.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/gtk-2.0/2.10.0/engines/libxfce.la
|
||||||
|
%{_libdir}/gtk-2.0/2.10.0/engines/libxfce.so
|
||||||
|
%{_datadir}/themes/Xfce*/gtk-2.0/gtkrc
|
||||||
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Nov 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.0-1mamba
|
||||||
|
- update to 2.6.0
|
||||||
|
|
||||||
|
* Sat Apr 14 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 2.4.1-1mamba
|
||||||
|
- update to 2.4.1
|
||||||
|
|
||||||
|
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 2.4.0-1qilnx
|
||||||
|
- update to 2.4.0
|
||||||
|
|
||||||
|
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 2.3.99.1-1qilnx
|
||||||
|
- update to 2.3.99.1
|
||||||
|
|
||||||
|
* Thu Sep 21 2006 Tiziano Pratellesi <info@mycare.it> 2.3.90.2-1qilnx
|
||||||
|
- update to 2.3.90.2
|
||||||
|
|
||||||
|
* Tue Sep 19 2006 Tiziano Pratellesi <info@mycare.it> 2.2.8-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user