automatic version update by autodist [release 1.4.5-1mamba;Thu Apr 10 2014]
This commit is contained in:
parent
17cc4b2373
commit
1366f73585
@ -1,2 +1,4 @@
|
||||
# oxygen-gtk2
|
||||
|
||||
Oxygen-Gtk2 is a port of the default KDE widget theme (Oxygen), to gtk2.
|
||||
|
||||
|
102
oxygen-gtk2.spec
Normal file
102
oxygen-gtk2.spec
Normal file
@ -0,0 +1,102 @@
|
||||
Name: oxygen-gtk2
|
||||
Version: 1.4.5
|
||||
Release: 1mamba
|
||||
Summary: A port of the default KDE widget theme (Oxygen), to gtk2
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://kde-look.org/content/show.php/?content=136216
|
||||
Source: ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk2/%{version}/src/oxygen-gtk2-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: gtk2theme
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Oxygen-Gtk2 is a port of the default KDE widget theme (Oxygen), to gtk2.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
install -d -m0755 %{buildroot}%{_sysconfdir}/gtk-2.0/
|
||||
ln -s %{_datadir}/themes/oxygen-gtk/gtk-2.0/gtkrc %{buildroot}%{_sysconfdir}/gtk-2.0/gtkrc
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/gtk-2.0/gtkrc
|
||||
%{_bindir}/oxygen-gtk-demo
|
||||
%{_libdir}/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
|
||||
%{_datadir}/themes/oxygen-gtk/gtk-2.0/argb-apps.conf
|
||||
%{_datadir}/themes/oxygen-gtk/gtk-2.0/gtkrc
|
||||
%{_datadir}/themes/oxygen-gtk/gtk-2.0/icons4
|
||||
%{_datadir}/themes/oxygen-gtk/gtk-2.0/kdeglobals
|
||||
%{_datadir}/themes/oxygen-gtk/gtk-2.0/oxygenrc
|
||||
%{_datadir}/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-16.png
|
||||
%{_datadir}/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-down-16.png
|
||||
%{_datadir}/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-hover-16.png
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Thu Apr 10 2014 Automatic Build System <autodist@mambasoft.it> 1.4.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 08 2014 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 25 2014 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 25 2014 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 11 2013 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 01 2013 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 23 2013 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 14 2013 Automatic Build System <autodist@mambasoft.it> 1.3.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 30 2013 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 30 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user