merge xfce-notify theme into the gtk2 theme

master
Horst3180 2016-05-30 00:01:25 +02:00
parent 9ac60f17d9
commit 789d509eba
7 changed files with 3 additions and 9 deletions

View File

@ -107,7 +107,6 @@ Other options to pass to autogen.sh are
--disable-metacity disable Metacity support
--disable-unity disable Unity support
--disable-xfwm disable XFWM support
--disable-xfce-notify disable XFCE Notify support
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20)
Note: Normally the correct version is detected automatically and this

View File

@ -247,12 +247,6 @@ endif # ENABLE_DARK
endif # ENABLE_UNITY
if ENABLE_XFCE_NOTIFY
$(MKDIR_P) $(ithemedir)
cp -R $(srcdir)/xfce-notify-4.0 $(ithemedir)
endif # ENABLE_XFCE_NOTIFY
if ENABLE_XFWM
if ENABLE_LIGHT
@ -288,7 +282,6 @@ EXTRA_DIST = $(srcdir)/cinnamon \
$(srcdir)/gtk-3.0 \
$(srcdir)/metacity-1 \
$(srcdir)/unity \
$(srcdir)/xfce-notify-4.0 \
$(srcdir)/xfwm4 \
$(srcdir)/xfwm4-dark \
$(srcdir)/index.theme \

View File

@ -20,4 +20,5 @@ gtk-primary-button-warps-slider = 1
include "main.rc"
include "apps.rc"
include "panel.rc"
include "xfce-notify.rc"
include "menubar-toolbar/menubar-toolbar.rc"

View File

@ -20,4 +20,5 @@ gtk-primary-button-warps-slider = 1
include "main.rc"
include "apps.rc"
include "panel.rc"
include "xfce-notify.rc"
include "menubar-toolbar/menubar-toolbar-dark.rc"

View File

@ -20,4 +20,5 @@ gtk-primary-button-warps-slider = 1
include "main.rc"
include "apps.rc"
include "panel.rc"
include "xfce-notify.rc"
include "menubar-toolbar/menubar-toolbar-dark.rc"

View File

@ -22,7 +22,6 @@ ARC_ENABLE([GTK3], [gtk3], [GTK3], [disable])
ARC_ENABLE([METACITY], [metacity], [Metacity], [disable])
ARC_ENABLE([UNITY], [unity], [Unity], [disable])
ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable])
ARC_ENABLE([XFCE_NOTIFY], [xfce-notify], [XFCE Notify], [disable])
ARC_ENABLE([TRANSPARENCY], [transparency], [transparency], [disable])
ARC_GNOME