Avoid filename clash with real murrine on install
The engine .so file has been renamed so both can be installed simultaneously.
This commit is contained in:
Родитель
570d5599ea
Коммит
58adcd37c1
10
Makefile.am
10
Makefile.am
|
@ -3,9 +3,9 @@ INCLUDES = $(GTK_CFLAGS) $(pixman_CFLAGS)
|
|||
SUBDIRS = schema
|
||||
DIST_SUBDIRS = $(SUBDIRS) po
|
||||
|
||||
themedir = $(datadir)/themes/OSX/gtk-2.0
|
||||
themedir = $(datadir)/themes/Xamarin/gtk-2.0
|
||||
enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
|
||||
engine_LTLIBRARIES = libmurrine.la
|
||||
engine_LTLIBRARIES = libxamarin.la
|
||||
|
||||
theme_DATA = rc/gtkrc
|
||||
|
||||
|
@ -13,7 +13,7 @@ EXTRA_DIST = ./src/config.h.in \
|
|||
./rc/gtkrc
|
||||
./COPYING.2.1
|
||||
|
||||
libmurrine_la_SOURCES = \
|
||||
libxamarin_la_SOURCES = \
|
||||
./src/animation.c \
|
||||
./src/animation.h \
|
||||
./src/cairo-support.c \
|
||||
|
@ -39,6 +39,6 @@ libmurrine_la_SOURCES = \
|
|||
./src/stack-blur.c \
|
||||
./src/stack-blur.h
|
||||
|
||||
libmurrine_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
libmurrine_la_LIBADD = $(GTK_LIBS) $(pixman_LIBS) -lm
|
||||
libxamarin_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
libxamarin_la_LIBADD = $(GTK_LIBS) $(pixman_LIBS) -lm
|
||||
|
||||
|
|
14
rc/gtkrc
14
rc/gtkrc
|
@ -61,7 +61,7 @@ style "default" {
|
|||
|
||||
GtkTreeView::odd-row-color = @base_color
|
||||
|
||||
engine "murrine" {
|
||||
engine "xamarin" {
|
||||
|
||||
arrowstyle = 2
|
||||
rgba = TRUE
|
||||
|
@ -94,7 +94,7 @@ style "button" {
|
|||
bg[ACTIVE] = shade(0.7, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
engine "murrine" {
|
||||
engine "xamarin" {
|
||||
contrast = 1.0
|
||||
gradient_shades = {1.02, 0.97, 0.92, 0.87}
|
||||
focus_color = shade(0.6, @bg_color)
|
||||
|
@ -108,7 +108,7 @@ style "menu" {
|
|||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
engine "xamarin" {
|
||||
roundness = 3
|
||||
gradient_shades = {1.02, 0.97, 0.92, 0.87}
|
||||
}
|
||||
|
@ -120,7 +120,7 @@ style "menu-item" {
|
|||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
engine "xamarin" {
|
||||
roundness = 0
|
||||
gradient_shades = {1.02, 0.97, 0.92, 0.87}
|
||||
}
|
||||
|
@ -129,14 +129,14 @@ style "menu-item" {
|
|||
style "toolbar" = "default"
|
||||
{
|
||||
bg[NORMAL] = "#ddd"
|
||||
engine "murrine" {
|
||||
engine "xamarin" {
|
||||
toolbarstyle = 2
|
||||
}
|
||||
}
|
||||
|
||||
style "toolbar-button"
|
||||
{
|
||||
engine "murrine" {
|
||||
engine "xamarin" {
|
||||
contrast = 1.0
|
||||
focus_color = @bg_color
|
||||
}
|
||||
|
@ -159,7 +159,7 @@ style "treeview" = "default"
|
|||
base[ACTIVE] = @bg_color
|
||||
base[SELECTED] = shade (0.98, @bg_color)
|
||||
|
||||
engine "murrine" {
|
||||
engine "xamarin" {
|
||||
roundness = 0
|
||||
gradient_shades = {1.0, 1.0, 1.0, 1.0}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче