SHA256
1
0
forked from pool/breeze-gtk
OBS User mrdocs 2018-02-22 03:13:49 +00:00 committed by Git OBS Bridge
parent 346805fefd
commit 617eca7a67
5 changed files with 22 additions and 10 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80278b91fc790152b1d1355701cd438d411e5a6424cda0c82aae65881fca21a0
size 213844

View File

@ -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

View File

@ -18,7 +18,7 @@
%define _name breeze
Name: breeze-gtk
Version: 5.12.1
Version: 5.12.2
Release: 0
Summary: GTK+ theme matching KDE's Breeze
License: LGPL-2.1

View File

@ -1,6 +1,8 @@
--- breeze-gtk-5.5.5.orig/kconf_update/main.cpp 2016-03-01 14:27:02.000000000 +0100
+++ 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
Index: breeze-gtk-5.12.2/kconf_update/main.cpp
===================================================================
--- 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
* settingsKey: ini group to read from
* 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()) {
gtkrcSettings.beginGroup(settingsKey);
}
@ -22,7 +24,7 @@
return true;
} else {
return false;
@@ -98,11 +98,11 @@ int setGtk2()
@@ -115,11 +115,11 @@ int setGtk2()
bool needsUpdate = isGtkThemeSetToOldTheme(gtkrc2path, QString());
if (needsUpdate == false) {
@ -36,7 +38,7 @@
QFile gtkrc2writer(gtkrc2path);
bool opened = gtkrc2writer.open(QIODevice::WriteOnly | QIODevice::Text);
if (!opened) {
@@ -145,13 +145,13 @@ int setGtk3()
@@ -160,13 +160,13 @@ int setGtk3()
QString gtkrc3path = configPath + "/gtk-3.0/settings.ini";
bool needsUpdate = isGtkThemeSetToOldTheme(gtkrc3path, "Settings");
if ( !needsUpdate ) {