wok rev 19111
gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 06 15:40:30 2016 +0300 (2016-05-06) |
parents | 3167388ff7d8 |
children | bc5d5781c529 |
files | gtk-theme-albatross/receipt gtk-theme-albatross/stuff/define-sizes.patch gtk-theme-blackbird/receipt gtk-theme-blackbird/stuff/define-sizes.patch gtk-theme-bluebird/receipt gtk-theme-bluebird/stuff/define-sizes.patch gtk-theme-greybird/receipt gtk-theme-greybird/stuff/define-sizes.patch gtk-theme-orion/receipt gtk-theme-orion/stuff/define-sizes.patch |
line diff
1.1 --- a/gtk-theme-albatross/receipt Fri May 06 14:33:46 2016 +0300 1.2 +++ b/gtk-theme-albatross/receipt Fri May 06 15:40:30 2016 +0300 1.3 @@ -12,6 +12,12 @@ 1.4 1.5 DEPENDS="gtk2-engine-murrine" 1.6 1.7 +# Rules to configure and make the package. 1.8 +compile_rules() 1.9 +{ 1.10 + patch -p1 -i $stuff/define-sizes.patch 1.11 +} 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 {
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gtk-theme-albatross/stuff/define-sizes.patch Fri May 06 15:40:30 2016 +0300 2.3 @@ -0,0 +1,11 @@ 2.4 +--- a/gtk-2.0/gtkrc 2.5 ++++ b/gtk-2.0/gtkrc 2.6 +@@ -5,7 +5,7 @@ 2.7 + 2.8 + gtk-color-scheme = "fg_color:#202020\nbg_color:#EDEDED\nbase_color:#fff\ntext_color:#444\nselected_bg_color:#A9B7C4\nselected_fg_color:#333333\ntooltip_bg_color:#D6DCE4\ntooltip_fg_color:#222222" 2.9 + 2.10 +-gtk-icon-sizes = "gtk-button = 16,16" 2.11 ++gtk-icon-sizes = "gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-button=16,16:gtk-dialog=48,48:panel-menu=16,16:panel=16,16:gtk-menu=16,16:gtk-dnd=48,48" 2.12 + 2.13 + style "default" { 2.14 + xthickness = 1
3.1 --- a/gtk-theme-blackbird/receipt Fri May 06 14:33:46 2016 +0300 3.2 +++ b/gtk-theme-blackbird/receipt Fri May 06 15:40:30 2016 +0300 3.3 @@ -12,6 +12,12 @@ 3.4 3.5 DEPENDS="gtk2-engine-murrine" 3.6 3.7 +# Rules to configure and make the package 3.8 +compile_rules() 3.9 +{ 3.10 + patch -p1 -i $stuff/define-sizes.patch 3.11 +} 3.12 + 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 {
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/gtk-theme-blackbird/stuff/define-sizes.patch Fri May 06 15:40:30 2016 +0300 4.3 @@ -0,0 +1,11 @@ 4.4 +--- a/gtk-2.0/gtkrc 4.5 ++++ b/gtk-2.0/gtkrc 4.6 +@@ -2,7 +2,7 @@ 4.7 + 4.8 + gtk_color_scheme = "base_color:#333333\nbg_color:#383838\ntooltip_bg_color:#333333\nselected_bg_color:#5588ee\ntext_color:#eeeeee\nfg_color:#dedede\ntooltip_fg_color:#dedede\nselected_fg_color:#f9f9f9\nmenubar_bg_color:#333333\nmenubar_fg_color:#dedede\ntoolbar_bg_color:#333333\ntoolbar_fg_color:#dedede\nmenu_bg_color:#333333\nmenu_fg_color:#dedede\npanel_bg_color:#333333\npanel_fg_color:#dedede\nlink_color:#5588ee" 4.9 + 4.10 +-gtk-icon-sizes = "panel=16,16:gtk-button=16,16" # Icon sizes 4.11 ++gtk-icon-sizes = "gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-button=16,16:gtk-dialog=48,48:panel-menu=16,16:panel=16,16:gtk-menu=16,16:gtk-dnd=48,48" 4.12 + gtk-button-images = 0 # Disables icons in buttons 4.13 + gtk-toolbar-style = 1 # Enables text in toolbar 4.14 + gtk-auto-mnemonics = 1 # Disables ugly lines under menu items
5.1 --- a/gtk-theme-bluebird/receipt Fri May 06 14:33:46 2016 +0300 5.2 +++ b/gtk-theme-bluebird/receipt Fri May 06 15:40:30 2016 +0300 5.3 @@ -12,6 +12,14 @@ 5.4 5.5 DEPENDS="gtk2-engine-murrine" 5.6 5.7 +# Rules to configure and make the package. 5.8 +compile_rules() 5.9 +{ 5.10 + patch -p1 -i $stuff/define-sizes.patch 5.11 + dos2unix $src/gtk-2.0/bars.rc 5.12 + dos2unix $src/gtk-2.0/gtkrc 5.13 +} 5.14 + 5.15 # Rules to gen a SliTaz package suitable for Tazpkg. 5.16 genpkg_rules() 5.17 {
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/gtk-theme-bluebird/stuff/define-sizes.patch Fri May 06 15:40:30 2016 +0300 6.3 @@ -0,0 +1,11 @@ 6.4 +--- a/gtk-2.0/gtkrc 6.5 ++++ b/gtk-2.0/gtkrc 6.6 +@@ -17,7 +17,7 @@ 6.7 + include "bars.rc" # Styles the menubar. 6.8 + 6.9 + ### ICONS ### 6.10 +-gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. 6.11 ++gtk-icon-sizes = "gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-button=16,16:gtk-dialog=48,48:panel-menu=16,16:panel=16,16:gtk-menu=16,16:gtk-dnd=48,48" 6.12 + 6.13 + ### MISC ### 6.14 + gtk-button-images = 1 # Enables icons in buttons
7.1 --- a/gtk-theme-greybird/receipt Fri May 06 14:33:46 2016 +0300 7.2 +++ b/gtk-theme-greybird/receipt Fri May 06 15:40:30 2016 +0300 7.3 @@ -12,6 +12,12 @@ 7.4 7.5 DEPENDS="gtk2-engine-murrine" 7.6 7.7 +# Rules to configure and make the package. 7.8 +compile_rules() 7.9 +{ 7.10 + patch -p1 -i $stuff/define-sizes.patch 7.11 +} 7.12 + 7.13 # Rules to gen a SliTaz package suitable for Tazpkg. 7.14 genpkg_rules() 7.15 {
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/gtk-theme-greybird/stuff/define-sizes.patch Fri May 06 15:40:30 2016 +0300 8.3 @@ -0,0 +1,11 @@ 8.4 +--- a/gtk-2.0/gtkrc 8.5 ++++ b/gtk-2.0/gtkrc 8.6 +@@ -11,7 +11,7 @@ 8.7 + gtk-color-scheme = "fm_color:#F7F7F7" # Color used in Nautilus and Thunar. 8.8 + gtk-color-scheme = "bg_color_dark:#686868\ntext_color_dark:#FFF" 8.9 + 8.10 +-gtk-icon-sizes = "panel-applications-menu=24,24:panel-menu=24,24:panel=16,16:gtk-button=16,16" 8.11 ++gtk-icon-sizes = "gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-button=16,16:gtk-dialog=48,48:panel-menu=16,16:panel=16,16:gtk-menu=16,16:gtk-dnd=48,48" 8.12 + gtk-button-images = 1 # Disables icons for buttons with text 8.13 + gtk-toolbar-style = 0 # Disables text in toolbar 8.14 + gtk-auto-mnemonics = 1 # Disables ugly lines under menu items
9.1 --- a/gtk-theme-orion/receipt Fri May 06 14:33:46 2016 +0300 9.2 +++ b/gtk-theme-orion/receipt Fri May 06 15:40:30 2016 +0300 9.3 @@ -12,6 +12,12 @@ 9.4 9.5 DEPENDS="gtk2-engine-murrine" 9.6 9.7 +# Rules to configure and make the package. 9.8 +compile_rules() 9.9 +{ 9.10 + patch -p1 -i $stuff/define-sizes.patch 9.11 +} 9.12 + 9.13 # Rules to gen a SliTaz package suitable for Tazpkg. 9.14 genpkg_rules() 9.15 {
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/gtk-theme-orion/stuff/define-sizes.patch Fri May 06 15:40:30 2016 +0300 10.3 @@ -0,0 +1,10 @@ 10.4 +--- a/gtk-2.0/gtkrc 10.5 ++++ b/gtk-2.0/gtkrc 10.6 +@@ -3,6 +3,7 @@ 10.7 + # License: GPL-3.0+ 10.8 + 10.9 + gtk-color-scheme = "base_color:#fff\nfg_color:#555\ntooltip_fg_color:#fff\nselected_bg_color:#569be4\nselected_fg_color:#fff\ntext_color:#333\nbg_color:#eee\ntooltip_bg_color:#000\nlink_color:#569be4" 10.10 ++gtk-icon-sizes = "gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-button=16,16:gtk-dialog=48,48:panel-menu=16,16:panel=16,16:gtk-menu=16,16:gtk-dnd=48,48" 10.11 + 10.12 + style "default" { 10.13 + xthickness = 1