mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
merge xfce-notify theme into the gtk2 theme
This commit is contained in:
parent
9ac60f17d9
commit
789d509eba
@ -107,7 +107,6 @@ Other options to pass to autogen.sh are
|
|||||||
--disable-metacity disable Metacity support
|
--disable-metacity disable Metacity support
|
||||||
--disable-unity disable Unity support
|
--disable-unity disable Unity support
|
||||||
--disable-xfwm disable XFWM 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)
|
--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
|
Note: Normally the correct version is detected automatically and this
|
||||||
|
@ -247,12 +247,6 @@ endif # ENABLE_DARK
|
|||||||
endif # ENABLE_UNITY
|
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_XFWM
|
||||||
|
|
||||||
if ENABLE_LIGHT
|
if ENABLE_LIGHT
|
||||||
@ -288,7 +282,6 @@ EXTRA_DIST = $(srcdir)/cinnamon \
|
|||||||
$(srcdir)/gtk-3.0 \
|
$(srcdir)/gtk-3.0 \
|
||||||
$(srcdir)/metacity-1 \
|
$(srcdir)/metacity-1 \
|
||||||
$(srcdir)/unity \
|
$(srcdir)/unity \
|
||||||
$(srcdir)/xfce-notify-4.0 \
|
|
||||||
$(srcdir)/xfwm4 \
|
$(srcdir)/xfwm4 \
|
||||||
$(srcdir)/xfwm4-dark \
|
$(srcdir)/xfwm4-dark \
|
||||||
$(srcdir)/index.theme \
|
$(srcdir)/index.theme \
|
||||||
|
@ -20,4 +20,5 @@ gtk-primary-button-warps-slider = 1
|
|||||||
include "main.rc"
|
include "main.rc"
|
||||||
include "apps.rc"
|
include "apps.rc"
|
||||||
include "panel.rc"
|
include "panel.rc"
|
||||||
|
include "xfce-notify.rc"
|
||||||
include "menubar-toolbar/menubar-toolbar.rc"
|
include "menubar-toolbar/menubar-toolbar.rc"
|
||||||
|
@ -20,4 +20,5 @@ gtk-primary-button-warps-slider = 1
|
|||||||
include "main.rc"
|
include "main.rc"
|
||||||
include "apps.rc"
|
include "apps.rc"
|
||||||
include "panel.rc"
|
include "panel.rc"
|
||||||
|
include "xfce-notify.rc"
|
||||||
include "menubar-toolbar/menubar-toolbar-dark.rc"
|
include "menubar-toolbar/menubar-toolbar-dark.rc"
|
||||||
|
@ -20,4 +20,5 @@ gtk-primary-button-warps-slider = 1
|
|||||||
include "main.rc"
|
include "main.rc"
|
||||||
include "apps.rc"
|
include "apps.rc"
|
||||||
include "panel.rc"
|
include "panel.rc"
|
||||||
|
include "xfce-notify.rc"
|
||||||
include "menubar-toolbar/menubar-toolbar-dark.rc"
|
include "menubar-toolbar/menubar-toolbar-dark.rc"
|
||||||
|
@ -22,7 +22,6 @@ ARC_ENABLE([GTK3], [gtk3], [GTK3], [disable])
|
|||||||
ARC_ENABLE([METACITY], [metacity], [Metacity], [disable])
|
ARC_ENABLE([METACITY], [metacity], [Metacity], [disable])
|
||||||
ARC_ENABLE([UNITY], [unity], [Unity], [disable])
|
ARC_ENABLE([UNITY], [unity], [Unity], [disable])
|
||||||
ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable])
|
ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable])
|
||||||
ARC_ENABLE([XFCE_NOTIFY], [xfce-notify], [XFCE Notify], [disable])
|
|
||||||
ARC_ENABLE([TRANSPARENCY], [transparency], [transparency], [disable])
|
ARC_ENABLE([TRANSPARENCY], [transparency], [transparency], [disable])
|
||||||
|
|
||||||
ARC_GNOME
|
ARC_GNOME
|
||||||
|
Loading…
Reference in New Issue
Block a user