From: tanya Date: Tue, 7 Sep 2010 13:47:40 +0000 (+0300) Subject: added icon for theme liqflow X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=c88c5d716ca14e6c9947c35cbbd7041e9b781b25;p=livewp added icon for theme liqflow --- diff --git a/applet/data/Makefile.am b/applet/data/Makefile.am index f1ac73c..1da616c 100644 --- a/applet/data/Makefile.am +++ b/applet/data/Makefile.am @@ -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) \ diff --git a/applet/data/Makefile.in b/applet/data/Makefile.in index 02754c2..56b2d96 100644 --- a/applet/data/Makefile.in +++ b/applet/data/Makefile.in @@ -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: diff --git a/applet/data/external_themes/liqflow.xml b/applet/data/external_themes/liqflow.xml index b44ecda..f2453f7 100644 --- a/applet/data/external_themes/liqflow.xml +++ b/applet/data/external_themes/liqflow.xml @@ -4,6 +4,6 @@ liqflow Unknown --livewp - /usr/share/livewp/external_icons/xscreensaver.png - /usr/share/livewp/external_icons/xscreensaverd.png + /usr/share/livewp/theme/Liqflow/icon.png + /usr/share/livewp/theme/Liqflow/icond.png diff --git a/applet/data/theme/Liqflow/icon.png b/applet/data/theme/Liqflow/icon.png new file mode 100644 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 index 0000000..99596b8 Binary files /dev/null and b/applet/data/theme/Liqflow/icond.png differ