added icon for theme liqflow
authortanya <tanyshk@gmail.com>
Tue, 7 Sep 2010 13:47:40 +0000 (16:47 +0300)
committertanya <tanyshk@gmail.com>
Tue, 7 Sep 2010 13:47:40 +0000 (16:47 +0300)
applet/data/Makefile.am
applet/data/Makefile.in
applet/data/external_themes/liqflow.xml
applet/data/theme/Liqflow/icon.png [new file with mode: 0644]
applet/data/theme/Liqflow/icond.png [new file with mode: 0644]

index f1ac73c..1da616c 100644 (file)
@@ -34,6 +34,9 @@ acceltheme_DATA = theme/Accel/*
 fifteenthemedir = $(datadir)/livewp/theme/Fifteen
 fifteentheme_DATA = theme/Fifteen/* 
 
+liqflowthemedir = $(datadir)/livewp/theme/Liqflow
+liqflowtheme_DATA = theme/Liqflow/* 
+
 crazythemedir = $(datadir)/livewp/theme/CrazyChickens
 crazytheme_DATA = theme/CrazyChickens/* 
 
@@ -89,6 +92,7 @@ EXTRA_DIST = $(berlintheme_DATA) \
             $(acceltheme_DATA) \
             $(fifteentheme_DATA) \
             $(crazytheme_DATA) \
+            $(liqflowtheme_DATA) \
             $(videotheme_DATA) \
             $(xshowtheme_DATA) \
             $(conkytheme_DATA) \
index 02754c2..56b2d96 100644 (file)
@@ -67,7 +67,7 @@ CONFIG_HEADER = $(top_builddir)/src/config.h
 CONFIG_CLEAN_FILES =
 SOURCES =
 DIST_SOURCES =
-am__installdirs = "$(DESTDIR)$(accelthemedir)" "$(DESTDIR)$(berlinthemedir)" "$(DESTDIR)$(colorfloodthemedir)" "$(DESTDIR)$(conkythemedir)" "$(DESTDIR)$(crazythemedir)" "$(DESTDIR)$(dbus_servicedir)" "$(DESTDIR)$(desktoppaneldir)" "$(DESTDIR)$(externalthemedir)" "$(DESTDIR)$(fifteenthemedir)" "$(DESTDIR)$(matrixthemedir)" "$(DESTDIR)$(modernthemedir)" "$(DESTDIR)$(videothemedir)" "$(DESTDIR)$(xsnowthemedir)"
+am__installdirs = "$(DESTDIR)$(accelthemedir)" "$(DESTDIR)$(berlinthemedir)" "$(DESTDIR)$(colorfloodthemedir)" "$(DESTDIR)$(conkythemedir)" "$(DESTDIR)$(crazythemedir)" "$(DESTDIR)$(dbus_servicedir)" "$(DESTDIR)$(desktoppaneldir)" "$(DESTDIR)$(externalthemedir)" "$(DESTDIR)$(fifteenthemedir)" "$(DESTDIR)$(liqflowthemedir)" "$(DESTDIR)$(matrixthemedir)" "$(DESTDIR)$(modernthemedir)" "$(DESTDIR)$(videothemedir)" "$(DESTDIR)$(xsnowthemedir)"
 accelthemeDATA_INSTALL = $(INSTALL_DATA)
 berlinthemeDATA_INSTALL = $(INSTALL_DATA)
 colorfloodthemeDATA_INSTALL = $(INSTALL_DATA)
@@ -77,6 +77,7 @@ dbus_serviceDATA_INSTALL = $(INSTALL_DATA)
 desktoppanelDATA_INSTALL = $(INSTALL_DATA)
 externalthemeDATA_INSTALL = $(INSTALL_DATA)
 fifteenthemeDATA_INSTALL = $(INSTALL_DATA)
+liqflowthemeDATA_INSTALL = $(INSTALL_DATA)
 matrixthemeDATA_INSTALL = $(INSTALL_DATA)
 modernthemeDATA_INSTALL = $(INSTALL_DATA)
 videothemeDATA_INSTALL = $(INSTALL_DATA)
@@ -84,8 +85,8 @@ xsnowthemeDATA_INSTALL = $(INSTALL_DATA)
 DATA = $(acceltheme_DATA) $(berlintheme_DATA) $(colorfloodtheme_DATA) \
        $(conkytheme_DATA) $(crazytheme_DATA) $(dbus_service_DATA) \
        $(desktoppanel_DATA) $(externaltheme_DATA) \
-       $(fifteentheme_DATA) $(matrixtheme_DATA) $(moderntheme_DATA) \
-       $(videotheme_DATA) $(xsnowtheme_DATA)
+       $(fifteentheme_DATA) $(liqflowtheme_DATA) $(matrixtheme_DATA) \
+       $(moderntheme_DATA) $(videotheme_DATA) $(xsnowtheme_DATA)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ALL_LINGUAS = @ALL_LINGUAS@
@@ -253,6 +254,8 @@ accelthemedir = $(datadir)/livewp/theme/Accel
 acceltheme_DATA = theme/Accel/* 
 fifteenthemedir = $(datadir)/livewp/theme/Fifteen
 fifteentheme_DATA = theme/Fifteen/* 
+liqflowthemedir = $(datadir)/livewp/theme/Liqflow
+liqflowtheme_DATA = theme/Liqflow/* 
 crazythemedir = $(datadir)/livewp/theme/CrazyChickens
 crazytheme_DATA = theme/CrazyChickens/* 
 
@@ -282,6 +285,7 @@ EXTRA_DIST = $(berlintheme_DATA) \
             $(acceltheme_DATA) \
             $(fifteentheme_DATA) \
             $(crazytheme_DATA) \
+            $(liqflowtheme_DATA) \
             $(videotheme_DATA) \
             $(xshowtheme_DATA) \
             $(conkytheme_DATA) \
@@ -484,6 +488,23 @@ uninstall-fifteenthemeDATA:
          echo " rm -f '$(DESTDIR)$(fifteenthemedir)/$$f'"; \
          rm -f "$(DESTDIR)$(fifteenthemedir)/$$f"; \
        done
+install-liqflowthemeDATA: $(liqflowtheme_DATA)
+       @$(NORMAL_INSTALL)
+       test -z "$(liqflowthemedir)" || $(mkdir_p) "$(DESTDIR)$(liqflowthemedir)"
+       @list='$(liqflowtheme_DATA)'; for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " $(liqflowthemeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(liqflowthemedir)/$$f'"; \
+         $(liqflowthemeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(liqflowthemedir)/$$f"; \
+       done
+
+uninstall-liqflowthemeDATA:
+       @$(NORMAL_UNINSTALL)
+       @list='$(liqflowtheme_DATA)'; for p in $$list; do \
+         f="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " rm -f '$(DESTDIR)$(liqflowthemedir)/$$f'"; \
+         rm -f "$(DESTDIR)$(liqflowthemedir)/$$f"; \
+       done
 install-matrixthemeDATA: $(matrixtheme_DATA)
        @$(NORMAL_INSTALL)
        test -z "$(matrixthemedir)" || $(mkdir_p) "$(DESTDIR)$(matrixthemedir)"
@@ -560,7 +581,7 @@ CTAGS:
 
 
 distdir: $(DISTFILES)
-       $(mkdir_p) $(distdir)/external_themes $(distdir)/theme/Accel $(distdir)/theme/Berlin $(distdir)/theme/Colorflood $(distdir)/theme/Conky $(distdir)/theme/CrazyChickens $(distdir)/theme/Fifteen $(distdir)/theme/Matrix $(distdir)/theme/Modern $(distdir)/theme/Video
+       $(mkdir_p) $(distdir)/external_themes $(distdir)/theme/Accel $(distdir)/theme/Berlin $(distdir)/theme/Colorflood $(distdir)/theme/Conky $(distdir)/theme/CrazyChickens $(distdir)/theme/Fifteen $(distdir)/theme/Liqflow $(distdir)/theme/Matrix $(distdir)/theme/Modern $(distdir)/theme/Video
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; for file in $$list; do \
@@ -591,7 +612,7 @@ check-am: all-am
 check: check-am
 all-am: Makefile $(DATA)
 installdirs:
-       for dir in "$(DESTDIR)$(accelthemedir)" "$(DESTDIR)$(berlinthemedir)" "$(DESTDIR)$(colorfloodthemedir)" "$(DESTDIR)$(conkythemedir)" "$(DESTDIR)$(crazythemedir)" "$(DESTDIR)$(dbus_servicedir)" "$(DESTDIR)$(desktoppaneldir)" "$(DESTDIR)$(externalthemedir)" "$(DESTDIR)$(fifteenthemedir)" "$(DESTDIR)$(matrixthemedir)" "$(DESTDIR)$(modernthemedir)" "$(DESTDIR)$(videothemedir)" "$(DESTDIR)$(xsnowthemedir)"; do \
+       for dir in "$(DESTDIR)$(accelthemedir)" "$(DESTDIR)$(berlinthemedir)" "$(DESTDIR)$(colorfloodthemedir)" "$(DESTDIR)$(conkythemedir)" "$(DESTDIR)$(crazythemedir)" "$(DESTDIR)$(dbus_servicedir)" "$(DESTDIR)$(desktoppaneldir)" "$(DESTDIR)$(externalthemedir)" "$(DESTDIR)$(fifteenthemedir)" "$(DESTDIR)$(liqflowthemedir)" "$(DESTDIR)$(matrixthemedir)" "$(DESTDIR)$(modernthemedir)" "$(DESTDIR)$(videothemedir)" "$(DESTDIR)$(xsnowthemedir)"; do \
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
        done
 install: install-am
@@ -641,8 +662,9 @@ install-data-am: install-accelthemeDATA install-berlinthemeDATA \
        install-crazythemeDATA install-data-local \
        install-dbus_serviceDATA install-desktoppanelDATA \
        install-externalthemeDATA install-fifteenthemeDATA \
-       install-matrixthemeDATA install-modernthemeDATA \
-       install-videothemeDATA install-xsnowthemeDATA
+       install-liqflowthemeDATA install-matrixthemeDATA \
+       install-modernthemeDATA install-videothemeDATA \
+       install-xsnowthemeDATA
 
 install-exec-am:
 
@@ -672,7 +694,8 @@ uninstall-am: uninstall-accelthemeDATA uninstall-berlinthemeDATA \
        uninstall-colorfloodthemeDATA uninstall-conkythemeDATA \
        uninstall-crazythemeDATA uninstall-dbus_serviceDATA \
        uninstall-desktoppanelDATA uninstall-externalthemeDATA \
-       uninstall-fifteenthemeDATA uninstall-info-am uninstall-local \
+       uninstall-fifteenthemeDATA uninstall-info-am \
+       uninstall-liqflowthemeDATA uninstall-local \
        uninstall-matrixthemeDATA uninstall-modernthemeDATA \
        uninstall-videothemeDATA uninstall-xsnowthemeDATA
 
@@ -685,10 +708,10 @@ uninstall-am: uninstall-accelthemeDATA uninstall-berlinthemeDATA \
        install-data-local install-dbus_serviceDATA \
        install-desktoppanelDATA install-exec install-exec-am \
        install-externalthemeDATA install-fifteenthemeDATA \
-       install-info install-info-am install-man \
-       install-matrixthemeDATA install-modernthemeDATA install-strip \
-       install-videothemeDATA install-xsnowthemeDATA installcheck \
-       installcheck-am installdirs maintainer-clean \
+       install-info install-info-am install-liqflowthemeDATA \
+       install-man install-matrixthemeDATA install-modernthemeDATA \
+       install-strip install-videothemeDATA install-xsnowthemeDATA \
+       installcheck installcheck-am installdirs maintainer-clean \
        maintainer-clean-generic mostlyclean mostlyclean-generic \
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall \
        uninstall-accelthemeDATA uninstall-am \
@@ -696,9 +719,9 @@ uninstall-am: uninstall-accelthemeDATA uninstall-berlinthemeDATA \
        uninstall-conkythemeDATA uninstall-crazythemeDATA \
        uninstall-dbus_serviceDATA uninstall-desktoppanelDATA \
        uninstall-externalthemeDATA uninstall-fifteenthemeDATA \
-       uninstall-info-am uninstall-local uninstall-matrixthemeDATA \
-       uninstall-modernthemeDATA uninstall-videothemeDATA \
-       uninstall-xsnowthemeDATA
+       uninstall-info-am uninstall-liqflowthemeDATA uninstall-local \
+       uninstall-matrixthemeDATA uninstall-modernthemeDATA \
+       uninstall-videothemeDATA uninstall-xsnowthemeDATA
 
 
 install-data-local:
index b44ecda..f2453f7 100644 (file)
@@ -4,6 +4,6 @@
  <window_name>liqflow</window_name>
  <category>Unknown</category>
  <view>--livewp</view>
- <icon_on>/usr/share/livewp/external_icons/xscreensaver.png</icon_on>
- <icon_off>/usr/share/livewp/external_icons/xscreensaverd.png</icon_off>
+ <icon_on>/usr/share/livewp/theme/Liqflow/icon.png</icon_on>       
+ <icon_off>/usr/share/livewp/theme/Liqflow/icond.png</icon_off>       
 </theme>
diff --git a/applet/data/theme/Liqflow/icon.png b/applet/data/theme/Liqflow/icon.png
new file mode 100644 (file)
index 0000000..441c45c
Binary files /dev/null and b/applet/data/theme/Liqflow/icon.png differ
diff --git a/applet/data/theme/Liqflow/icond.png b/applet/data/theme/Liqflow/icond.png
new file mode 100644 (file)
index 0000000..99596b8
Binary files /dev/null and b/applet/data/theme/Liqflow/icond.png differ