[oxygen-gtk] metapckage for both GTK+2 and GTK+3 themes

nucleo nucleo at fedoraproject.org
Thu Jan 26 02:03:43 UTC 2012


commit 572a7ea4e31895fbeedb1c28696144fd843b5b7c
Author: nucleo <nucleo at fedoraproject.org>
Date:   Thu Jan 26 04:03:39 2012 +0200

    metapckage for both GTK+2 and GTK+3 themes

 .gitignore      |    7 -------
 oxygen-gtk.spec |   52 +++++++++++++---------------------------------------
 sources         |    1 -
 3 files changed, 13 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 997d59f..e69de29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +0,0 @@
-/oxygen-gtk-1.0.5.tar.bz2
-/oxygen-gtk-1.1.2.tar.bz2
-/oxygen-gtk-1.1.3.tar.bz2
-/oxygen-gtk-1.1.4.tar.bz2
-/oxygen-gtk-1.1.5.tar.bz2
-/oxygen-gtk-1.1.6.tar.bz2
-/oxygen-gtk2-1.2.0.tar.bz2
diff --git a/oxygen-gtk.spec b/oxygen-gtk.spec
index 24c04c4..f528d9e 100644
--- a/oxygen-gtk.spec
+++ b/oxygen-gtk.spec
@@ -2,63 +2,37 @@
 Name:    oxygen-gtk
 Summary: Oxygen GTK theme
 Version: 1.2.0
-Release: 1%{?dist}
+Release: 2%{?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/oxygen-gtk2-%{version}.tar.bz2
 
-BuildRequires: cmake
-BuildRequires: dbus-glib-devel
-BuildRequires: gtk2-devel
+Requires: oxygen-gtk2
+Requires: oxygen-gtk3
 
-%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.
+BuildArch: noarch
 
-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.
+%description
+Metapackage for Oxygen GTK+2 and GTK+3 themes.
 
 
 %prep
-%setup -q -n oxygen-gtk2-%{version}
-
+# blank
 
 %build
-mkdir -p %{_target_platform}
-pushd %{_target_platform}
-%{cmake} -DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0  ..
-popd
-
-make %{?_smp_mflags} -C %{_target_platform}
-
+# blank
 
 %install
-rm -rf %{buildroot} 
-make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
-
-
-%clean
-rm -rf %{buildroot} 
-
+# blank
 
 %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/
-
+# blank
 
 %changelog
+* Tue Jan 17 2012 Alexey Kurov <nucleo at fedoraproject.org> - 1.2.0-2
+- metapckage for both GTK+2 and GTK+3 themes
+
 * Tue Jan 17 2012 Alexey Kurov <nucleo at fedoraproject.org> - 1.2.0-1
 - oxygen-gtk2-1.2.0
 - License: LGPLv2+
diff --git a/sources b/sources
index 0320793..e69de29 100644
--- a/sources
+++ b/sources
@@ -1 +0,0 @@
-975dfef679436c849a649c9d5d9ae0d3  oxygen-gtk2-1.2.0.tar.bz2


More information about the scm-commits mailing list