[oxygen-gtk2] Import oxygen-gtk2

nucleo nucleo at fedoraproject.org
Thu Jan 26 01:59:20 UTC 2012


commit 98da58693180d610e7f27095b0c148d82bda819a
Author: nucleo <nucleo at fedoraproject.org>
Date:   Thu Jan 26 03:59:16 2012 +0200

    Import oxygen-gtk2

 .gitignore       |    1 +
 oxygen-gtk2.spec |  136 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 138 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..65eb48b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/oxygen-gtk2-1.2.0.tar.bz2
diff --git a/oxygen-gtk2.spec b/oxygen-gtk2.spec
new file mode 100644
index 0000000..e6e5343
--- /dev/null
+++ b/oxygen-gtk2.spec
@@ -0,0 +1,136 @@
+
+Name:    oxygen-gtk2
+Summary: Oxygen GTK+2 theme
+Version: 1.2.0
+Release: 3%{?dist}
+
+License: LGPLv2+
+Group:   User Interface/Desktops
+URL:     https://projects.kde.org/projects/playground/artwork/oxygen-gtk
+Source0: ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk2/%{version}/src/%{name}-%{version}.tar.bz2
+
+BuildRequires: cmake
+BuildRequires: dbus-glib-devel
+BuildRequires: gtk2-devel
+
+Conflicts: oxygen-gtk < 1.2.0-2
+
+%description
+Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk.
+
+It's primary goal is to ensure visual consistency between gtk-based and
+qt-based applications running under KDE. A secondary objective is to also
+have a stand-alone nice looking gtk theme that would behave well on other
+Desktop Environments.
+
+Unlike other attempts made to port the KDE oxygen theme to gtk, this
+attempt does not depend on Qt (via some Qt to Gtk conversion engine), 
+nor does render the widget appearance via hard-coded pixmaps, which 
+otherwise breaks every time some setting is changed in KDE.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake} -DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0  ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf %{buildroot}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README
+%{_bindir}/oxygen-gtk-deco
+%{_bindir}/oxygen-gtk-demo
+%{_libdir}/gtk-2.0/*/engines/liboxygen-gtk.so
+%{_datadir}/themes/oxygen-gtk/
+
+
+%changelog
+* Mon Jan 23 2012 Alexey Kurov <nucleo at fedoraproject.org> - 1.2.0-3
+- drop Obsoletes: oxygen-gtk < 1.2.0-2
+
+* Tue Jan 17 2012 Alexey Kurov <nucleo at fedoraproject.org> - 1.2.0-2
+- renamed to oxygen-gtk2
+
+* Tue Jan 17 2012 Alexey Kurov <nucleo at fedoraproject.org> - 1.2.0-1
+- oxygen-gtk2-1.2.0
+- License: LGPLv2+
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Dec 15 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.6-1
+- 1.1.6
+
+* Fri Nov 18 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.5-1
+- 1.1.5
+
+* Fri Oct 28 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.4-3
+- disable forcing KDE icons and fonts
+
+* Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.4-2
+- Rebuilt for glibc bug#747377
+
+* Sun Oct 16 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.4-1
+- 1.1.4
+
+* Mon Oct  3 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.3-3
+- fix mozilla applications detection kde#283251
+
+* Fri Sep 16 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.3-2
+- BR: dbus-glib-devel
+
+* Fri Sep 16 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.3-1
+- 1.1.3
+
+* Sat Aug 13 2011 Rex Dieter <rdieter at fedoraproject.org> 1.1.2-1
+- 1.1.2
+
+* Fri Jul 15 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.1-1
+- 1.1.1
+
+* Tue Jun 14 2011 Rex Dieter <rdieter at fedoraproject.org> 1.1.0-1
+- 1.1.0
+
+* Fri May 20 2011 Rex Dieter <rdieter at fedoraproject.org> 1.0.5-1
+- 1.0.5
+
+* Tue Apr 12 2011 Rex Dieter <rdieter at fedoraproject.org> 1.0.4-1
+- 1.0.4
+
+* Mon Mar 14 2011 Rex Dieter <rdieter at fedoraproject.org> 1.0.3-1
+- 1.0.3
+
+* Fri Feb 11 2011 Rex Dieter <rdieter at fedoraproject.org> 1.0.2-1
+- 1.0.2
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Jan 13 2011 Rex Dieter <rdieter at fedoraproject.org> 1.0.1-1
+- oxygen-gtk-1.0.1
+
+* Mon Jan 03 2011 Rex Dieter <rdieter at fedoraproject.org> - 1.0.0-2
+- drop extraneous BR: cairo-devel
+
+* Sun Dec 12 2010 Rex Dieter <rdieter at fedoraproject.org> -  1.0.0-1
+- first try
+
+
+
+
diff --git a/sources b/sources
index e69de29..0320793 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+975dfef679436c849a649c9d5d9ae0d3  oxygen-gtk2-1.2.0.tar.bz2


More information about the scm-commits mailing list