Fix background installation and other fixes
This commit is contained in:
parent
5b29ade1a4
commit
22b3ce5f67
18
Makefile
18
Makefile
@ -1,4 +1,4 @@
|
||||
PACKAGE=Gnome-Theme-Green
|
||||
PACKAGE=gnome-theme-openmamba
|
||||
|
||||
distdir = $(PACKAGE)-$(VERSION)
|
||||
dist_archive = $(distdir).tar.bz2
|
||||
@ -18,14 +18,16 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
||||
|
||||
|
||||
install-dirs:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/Openmamba\ Green/metacity-1
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/Openmamba\ Green/gtk-2.0
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/pixmaps/backgrounds/gnome
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/openmamba-green/metacity-1
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/openmamba-green/gtk-2.0
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/pixmaps/backgrounds/gnome/openmamba-green
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/gnome-background-properties
|
||||
install: install-dirs
|
||||
$(INSTALL_DATA) src/Openmamba\ Green/metacity-1/* $(DESTDIR)$(datadir)/themes/Openmamba\ Green/metacity-1
|
||||
$(INSTALL_DATA) src/Openmamba\ Green/gtk-2.0/* $(DESTDIR)$(datadir)/themes/Openmamba\ Green/gtk-2.0
|
||||
$(INSTALL_DATA) src/Openmamba\ Green/index.theme $(DESTDIR)$(datadir)/themes/Openmamba\ Green/
|
||||
$(INSTALL_DATA) src/background-default.jpg $(DESTDIR)$(datadir)/pixmaps/backgrounds/gnome/background-default.jpg
|
||||
$(INSTALL_DATA) src/openmamba-green/metacity-1/* $(DESTDIR)$(datadir)/themes/openmamba-green/metacity-1
|
||||
$(INSTALL_DATA) src/openmamba-green/gtk-2.0/* $(DESTDIR)$(datadir)/themes/openmamba-green/gtk-2.0
|
||||
$(INSTALL_DATA) src/openmamba-green/index.theme $(DESTDIR)$(datadir)/themes/openmamba-green/
|
||||
$(INSTALL_DATA) src/openmamba-green.jpg $(DESTDIR)$(datadir)/pixmaps/backgrounds/gnome/openmamba-green/openmamba-green.jpg
|
||||
$(INSTALL_DATA) src/gnome-openmamba-green.xml $(DESTDIR)$(datadir)/gnome-background-properties/gnome-openmamba-green.xml
|
||||
|
||||
clean:
|
||||
rm -f $(dist_archive)
|
||||
|
@ -1,8 +0,0 @@
|
||||
[X-GNOME-Metatheme]
|
||||
Name=Openmamba Green
|
||||
Type=X-GNOME-Metatheme
|
||||
Comment=Clone di Clearlooks
|
||||
Encoding=UTF-8
|
||||
GtkTheme=Openmamba-Green
|
||||
MetacityTheme=Openmamba-Green
|
||||
IconTheme=gnome
|
12
src/gnome-openmamba-green.xml
Normal file
12
src/gnome-openmamba-green.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
|
||||
<wallpapers>
|
||||
<wallpaper deleted="false">
|
||||
<name>openmamba Green Background</name>
|
||||
<name xml:lang="it">Sfondo openmamba Green</name>
|
||||
<filename>/usr/share/pixmaps/backgrounds/gnome/openmamba-green/openmamba-green.jpg</filename>
|
||||
<options>zoom</options>
|
||||
<shade_type>solid</shade_type>
|
||||
<pcolor>#66ba00</pcolor>
|
||||
</wallpaper>
|
||||
</wallpapers>
|
Before Width: | Height: | Size: 420 KiB After Width: | Height: | Size: 420 KiB |
9
src/openmamba-green/index.theme
Normal file
9
src/openmamba-green/index.theme
Normal file
@ -0,0 +1,9 @@
|
||||
[X-GNOME-Metatheme]
|
||||
Name=openmamba Green
|
||||
Type=X-GNOME-Metatheme
|
||||
Comment=openmamba Green theme
|
||||
Comment[it]=Tema openmamba Green
|
||||
Encoding=UTF-8
|
||||
GtkTheme=openmamba-green
|
||||
MetacityTheme=openmamba-green
|
||||
IconTheme=gnome
|
Loading…
Reference in New Issue
Block a user