forked from pool/breeze-gtk
Accepting request 579122 from KDE:Frameworks5
Plasma 5.12.2 OBS-URL: https://build.opensuse.org/request/show/579122 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze-gtk?expand=0&rev=40
This commit is contained in:
commit
aa269f7a4d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d00e5cf020b82f593cbdfd963ac4e39422a2afd93b8a5568762bc2edc17542d
|
|
||||||
size 213804
|
|
3
breeze-gtk-5.12.2.tar.xz
Normal file
3
breeze-gtk-5.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80278b91fc790152b1d1355701cd438d411e5a6424cda0c82aae65881fca21a0
|
||||||
|
size 213844
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 23:57:07 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.12.2
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.12.2.php
|
||||||
|
- Changes since 5.12.1:
|
||||||
|
* None
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 13 16:25:28 CET 2018 - fabian@ritter-vogt.de
|
Tue Feb 13 16:25:28 CET 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _name breeze
|
%define _name breeze
|
||||||
Name: breeze-gtk
|
Name: breeze-gtk
|
||||||
Version: 5.12.1
|
Version: 5.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GTK+ theme matching KDE's Breeze
|
Summary: GTK+ theme matching KDE's Breeze
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
--- breeze-gtk-5.5.5.orig/kconf_update/main.cpp 2016-03-01 14:27:02.000000000 +0100
|
Index: breeze-gtk-5.12.2/kconf_update/main.cpp
|
||||||
+++ breeze-gtk-5.5.5/kconf_update/main.cpp 2016-03-08 17:24:37.883095403 +0100
|
===================================================================
|
||||||
@@ -46,7 +46,7 @@ QString isGtkThemeInstalled(QString them
|
--- breeze-gtk-5.12.2.orig/kconf_update/main.cpp
|
||||||
|
+++ breeze-gtk-5.12.2/kconf_update/main.cpp
|
||||||
|
@@ -63,7 +63,7 @@ static QString gtk2ThemePath(QString the
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -9,7 +11,7 @@
|
|||||||
* gtkSettingsFile: filename to use
|
* gtkSettingsFile: filename to use
|
||||||
* settingsKey: ini group to read from
|
* settingsKey: ini group to read from
|
||||||
* returns: full path to settings file
|
* returns: full path to settings file
|
||||||
@@ -67,9 +67,9 @@ bool isGtkThemeSetToOldTheme(QString gtk
|
@@ -84,9 +84,9 @@ bool isGtkThemeSetToOldTheme(QString gtk
|
||||||
if (!settingsKey.isNull()) {
|
if (!settingsKey.isNull()) {
|
||||||
gtkrcSettings.beginGroup(settingsKey);
|
gtkrcSettings.beginGroup(settingsKey);
|
||||||
}
|
}
|
||||||
@ -22,7 +24,7 @@
|
|||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
@@ -98,11 +98,11 @@ int setGtk2()
|
@@ -115,11 +115,11 @@ int setGtk2()
|
||||||
|
|
||||||
bool needsUpdate = isGtkThemeSetToOldTheme(gtkrc2path, QString());
|
bool needsUpdate = isGtkThemeSetToOldTheme(gtkrc2path, QString());
|
||||||
if (needsUpdate == false) {
|
if (needsUpdate == false) {
|
||||||
@ -36,7 +38,7 @@
|
|||||||
QFile gtkrc2writer(gtkrc2path);
|
QFile gtkrc2writer(gtkrc2path);
|
||||||
bool opened = gtkrc2writer.open(QIODevice::WriteOnly | QIODevice::Text);
|
bool opened = gtkrc2writer.open(QIODevice::WriteOnly | QIODevice::Text);
|
||||||
if (!opened) {
|
if (!opened) {
|
||||||
@@ -145,13 +145,13 @@ int setGtk3()
|
@@ -160,13 +160,13 @@ int setGtk3()
|
||||||
QString gtkrc3path = configPath + "/gtk-3.0/settings.ini";
|
QString gtkrc3path = configPath + "/gtk-3.0/settings.ini";
|
||||||
bool needsUpdate = isGtkThemeSetToOldTheme(gtkrc3path, "Settings");
|
bool needsUpdate = isGtkThemeSetToOldTheme(gtkrc3path, "Settings");
|
||||||
if ( !needsUpdate ) {
|
if ( !needsUpdate ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user