This commit is contained in:
parent
e06c99f71f
commit
76d5f19b5d
11
nemo-statusbar-size.patch
Normal file
11
nemo-statusbar-size.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/src/nemo-statusbar.c
|
||||
+++ b/src/nemo-statusbar.c
|
||||
@@ -186,7 +186,7 @@ nemo_status_bar_constructed (GObject *ob
|
||||
|
||||
bar->real_statusbar = statusbar;
|
||||
|
||||
- GtkIconSize size = gtk_icon_size_from_name (NEMO_STATUSBAR_ICON_SIZE_NAME);
|
||||
+ GtkIconSize size = gtk_icon_size_register ("", 16, 16);
|
||||
|
||||
context = gtk_widget_get_style_context (GTK_WIDGET (bar));
|
||||
gtk_style_context_add_class (context, GTK_STYLE_CLASS_TOOLBAR);
|
@ -43,6 +43,8 @@ Wed Oct 21 14:05:01 UTC 2015 - sor.alexei@meowr.ru
|
||||
- Fix dependencies.
|
||||
- Rename and rebase nemo-2.4.0-void-return-no-return.patch to
|
||||
nemo-2.8.0-void-return-no-return.patch
|
||||
- Add nemo-statusbar-size.patch: make statusbar small despite what
|
||||
icon theme may default for scalables.
|
||||
- Some cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -31,6 +31,8 @@ Source: https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-
|
||||
Patch1: %{name}-implicit-pointer-decl.patch
|
||||
# PATCH-FIX-UPSTREAM nemo-2.8.0-void-return-no-return.patch margueirte@opensuse.org -- Fix OBS gcc checks.
|
||||
Patch2: %{name}-2.8.0-void-return-no-return.patch
|
||||
# PATCH-FIX-OPENSUSE nemo-statusbar-size.patch sor.alexei@meowr.ru -- Make statusbar small despite what icon theme may default for scalables.
|
||||
Patch3: %{name}-statusbar-size.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gtk-doc
|
||||
@ -108,6 +110,7 @@ This package provides the GObject Introspection bindings for Nemo.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 gnome-autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user