Accepting request 381924 from KDE:Frameworks5
Update to 5.6.1 OBS-URL: https://build.opensuse.org/request/show/381924 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-gtk-config5?expand=0&rev=18
This commit is contained in:
commit
2ed3471941
@ -1,5 +1,5 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-font-name=Oxygen Regular 9
|
gtk-font-name=Noto Sans Regular 10
|
||||||
gtk-theme-name=@@THEME_NAME@@
|
gtk-theme-name=@@THEME_NAME@@
|
||||||
gtk-icon-theme-name=breeze
|
gtk-icon-theme-name=breeze
|
||||||
gtk-fallback-icon-theme=gnome
|
gtk-fallback-icon-theme=gnome
|
||||||
|
@ -2,10 +2,10 @@ include "/usr/share/themes/@@THEME_NAME@@/gtk-2.0/gtkrc"
|
|||||||
include "/etc/gtk-2.0/gtkrc"
|
include "/etc/gtk-2.0/gtkrc"
|
||||||
style "user-font"
|
style "user-font"
|
||||||
{
|
{
|
||||||
font_name="Oxygen Regular"
|
font_name="Noto Sans Regular"
|
||||||
}
|
}
|
||||||
widget_class "*" style "user-font"
|
widget_class "*" style "user-font"
|
||||||
gtk-font-name="Oxygen Regular 9"
|
gtk-font-name="Noto Sans Regular 10"
|
||||||
gtk-theme-name="@@THEME_NAME@@"
|
gtk-theme-name="@@THEME_NAME@@"
|
||||||
gtk-icon-theme-name="breeze"
|
gtk-icon-theme-name="breeze"
|
||||||
gtk-fallback-icon-theme="gnome"
|
gtk-fallback-icon-theme="gnome"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:183e4faec4cc175f9fabf7eaa8d3343498079f41e10b645fdc4335e2dd9ddd2c
|
|
||||||
size 146876
|
|
3
kde-gtk-config-5.6.1.tar.xz
Normal file
3
kde-gtk-config-5.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff058dbe1003303d16b5dc500ba4a414d0655da19a0f9dfce0fb063afbaac028
|
||||||
|
size 164772
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 29 16:20:41 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.1
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.6.1.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 20 09:19:48 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.6.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 1 17:31:49 UTC 2016 - hrvoje.senjan@gmail.com
|
Tue Mar 1 17:31:49 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kde-gtk-config5
|
Name: kde-gtk-config5
|
||||||
Version: 5.5.5
|
Version: 5.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE
|
Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE
|
||||||
License: LGPL-3.0+ and GPL-3.0+
|
License: LGPL-3.0+ and GPL-3.0+
|
||||||
|
@ -19,9 +19,9 @@ fi
|
|||||||
|
|
||||||
# Create the file if it doesn't exist
|
# Create the file if it doesn't exist
|
||||||
if [ ! -e "$GTK2_THEME_RC" ]; then
|
if [ ! -e "$GTK2_THEME_RC" ]; then
|
||||||
# oxygen-gtk, the default
|
# Breeze, the default
|
||||||
if [ -e "$GTK2_DATADIR/oxygen-gtk/gtk-2.0/gtkrc" ] ; then
|
if [ -e "$GTK2_DATADIR/Breeze/gtk-2.0/gtkrc" ] ; then
|
||||||
THEME="oxygen-gtk"
|
THEME="Breeze"
|
||||||
# else use QtCurve engine
|
# else use QtCurve engine
|
||||||
elif [ -e "$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" ] ; then
|
elif [ -e "$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" ] ; then
|
||||||
THEME="QtCurve"
|
THEME="QtCurve"
|
||||||
@ -35,9 +35,9 @@ fi
|
|||||||
# GTK3
|
# GTK3
|
||||||
# Create the file if it doesn't exist
|
# Create the file if it doesn't exist
|
||||||
if [ ! -e "$GTK3_THEME_RC" ]; then
|
if [ ! -e "$GTK3_THEME_RC" ]; then
|
||||||
# oxygen-gtk, the default
|
# Breeze, the default
|
||||||
if [ -e "$GTK3_DATADIR/oxygen-gtk/gtk-3.0/oxygenrc" ] ; then
|
if [ -e "$GTK3_DATADIR/Breeze/gtk-3.0/gtk.css" ] ; then
|
||||||
THEME="oxygen-gtk"
|
THEME="Breeze"
|
||||||
fi
|
fi
|
||||||
if [ -n "$THEME" ]; then
|
if [ -n "$THEME" ]; then
|
||||||
mkdir -p "$GTK3_HOME_CONFDIR"
|
mkdir -p "$GTK3_HOME_CONFDIR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user