Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit kcm_gtk for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 10 Jan 2011 14:30:34 +0100
- Message-id: <20110110133035.0D187202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package kcm_gtk for openSUSE:Factory
checked in at Mon Jan 10 14:30:34 CET 2011.
--------
--- KDE/kcm_gtk/kcm_gtk.changes 2010-07-07 11:24:48.000000000 +0200
+++ /mounts/work_src_done/STABLE/kcm_gtk/kcm_gtk.changes 2010-12-14
17:53:31.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Dec 14 16:52:35 UTC 2010 - tittiatcoke@xxxxxxxxx
+
+- Also enable oxygen-gtk for openSUSE < 1130 due to upstream
+ change to enable build oxygen-gtk with lower gtk versions.
+
+-------------------------------------------------------------------
+Mon Dec 13 14:45:18 UTC 2010 - tittiatcoke@xxxxxxxxx
+
+- make oxygen-gtk the default gtk style for openSUSE > 11.2
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kcm_gtk.spec ++++++
--- /var/tmp/diff_new_pack.jwnhAM/_old 2011-01-10 14:28:36.000000000 +0100
+++ /var/tmp/diff_new_pack.jwnhAM/_new 2011-01-10 14:28:36.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kcm_gtk (Version 1.1)
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KDE control module for switching GTK+ style
Version: 1.1
-Release: 4
+Release: 11
Source: gtk-qt-engine-%{version}.tar.bz2
Source2: kcm_gtk.suse.sh
Source3: gtkrc-2.0-kde4.template
@@ -40,6 +40,7 @@
Patch4: kde45-category.diff
Provides: kde4-kcm_gtk = 1.1
Obsoletes: kde4-kcm_gtk <= 1.1
+Suggests: oxygen-gtk
%description
This KDE control module allows to choose the style of GTK+
++++++ kcm_gtk.suse.sh ++++++
--- /var/tmp/diff_new_pack.jwnhAM/_old 2011-01-10 14:28:36.000000000 +0100
+++ /var/tmp/diff_new_pack.jwnhAM/_new 2011-01-10 14:28:36.000000000 +0100
@@ -17,9 +17,9 @@
# create the file if it doesn't exit
if [ ! -e "$GTK2_THEME_RC" ]; then
- # oxygen-molecule, the default
- if [ -e "$GTK2_DATADIR/Oxygen-Molecule/gtk-2.0/gtkrc" ] ; then
- THEME="Oxygen-Molecule"
+ # oxygen-gtk, the default
+ if [ -e "$GTK2_DATADIR/oxygen-gtk/gtk-2.0/gtkrc" ] ; then
+ THEME="oxygen-gtk"
elif [ -e "$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" ] ; then
# use QtCurve engine
THEME="QtCurve"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |