init
authortanya <tanya@tanin.oblgaz>
Wed, 24 Mar 2010 15:03:14 +0000 (17:03 +0200)
committertanya <tanya@tanin.oblgaz>
Wed, 24 Mar 2010 15:03:14 +0000 (17:03 +0200)
applet/Makefile.am
applet/configure.ac
applet/data/Makefile
applet/data/Makefile.am
applet/data/Makefile.in
applet/debian/files
applet/livewp-home-widget.c
applet/livewp-home-widget.desktop
applet/livewp-home-widget.desktop.in
applet/livewp-home-widget.h

index 82a9352..395713a 100644 (file)
@@ -1,11 +1,11 @@
 SUBDIRS = data
 # We invent desktoplib_LTLIBRARIES instead of the normal lib_LTLIBRARIES,
 # so we can specify the non-standard installation directory.
-desktoplib_LTLIBRARIES =  livewp-home-widget.la
+desktoplib_LTLIBRARIES =  liblivewp-home-widget.la
 desktoplibdir = $(HILDON_DESKTOP_LIB_DIR)
 
-lib_livewp_home_widget_la_SOURCES = livewp-home-widget.c livewp-home-widget.h
-lib_livewp_home_widget_la_LIBADD = $(EXAMPLE_LIBS) 
+liblivewp_home_widget_la_SOURCES = livewp-home-widget.c livewp-home-widget.h
+liblivewp_home_widget_la_LIBADD = $(EXAMPLE_LIBS) 
 
 AM_CFLAGS = -Wall $(EXAMPLE_CFLAGS) 
 
index 6f7b26a..a2ebbbc 100644 (file)
@@ -28,5 +28,3 @@ AC_CONFIG_FILES([Makefile
 dnl Produce output files
 AC_OUTPUT
 
-#AC_OUTPUT(Makefile)
-#AC_OUTPUT(awallpaper-home-widget.desktop)
index 23f4898..a7b3474 100644 (file)
 
 
 #
-# This file is part of omweather
+# This file is part of live wallpaper 
 #
-# Copyright (C) 2006 Vlad Vasiliev
+# Copyright (C) 2010 Vlad Vasiliev
+# Copyright (C) 2010 Tanya Makova
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -37,9 +38,9 @@
 srcdir = .
 top_srcdir = ..
 
-pkgdatadir = $(datadir)/awallpaper
-pkglibdir = $(libdir)/awallpaper
-pkgincludedir = $(includedir)/awallpaper
+pkgdatadir = $(datadir)/livewp
+pkglibdir = $(libdir)/livewp
+pkgincludedir = $(includedir)/livewp
 top_builddir = ..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = /scratchbox/tools/bin/install -c
@@ -70,14 +71,14 @@ am__installdirs = "$(DESTDIR)$(awallpaperdir)"
 awallpaperDATA_INSTALL = $(INSTALL_DATA)
 DATA = $(awallpaper_DATA)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/tanya/work/hildon-timeout-home-widget-example/missing --run aclocal-1.8
+ACLOCAL = ${SHELL} /home/tanya/work/livewp/applet/missing --run aclocal-1.8
 AMDEP_FALSE = #
 AMDEP_TRUE = 
-AMTAR = ${SHELL} /home/tanya/work/hildon-timeout-home-widget-example/missing --run tar
+AMTAR = ${SHELL} /home/tanya/work/livewp/applet/missing --run tar
 AR = i486-linux-gnu-ar
-AUTOCONF = ${SHELL} /home/tanya/work/hildon-timeout-home-widget-example/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/tanya/work/hildon-timeout-home-widget-example/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/tanya/work/hildon-timeout-home-widget-example/missing --run automake-1.8
+AUTOCONF = ${SHELL} /home/tanya/work/livewp/applet/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/tanya/work/livewp/applet/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/tanya/work/livewp/applet/missing --run automake-1.8
 AWK = gawk
 CC = i486-linux-gnu-gcc
 CCDEPMODE = depmode=gcc3
@@ -115,14 +116,14 @@ LIBS =
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LN_S = ln -s
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /home/tanya/work/hildon-timeout-home-widget-example/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/tanya/work/livewp/applet/missing --run makeinfo
 NMEDIT = 
 OBJEXT = o
-PACKAGE = awallpaper
+PACKAGE = livewp
 PACKAGE_BUGREPORT = 
-PACKAGE_NAME = awallpaper
-PACKAGE_STRING = awallpaper 0.1
-PACKAGE_TARNAME = awallpaper
+PACKAGE_NAME = livewp
+PACKAGE_STRING = livewp 0.1
+PACKAGE_TARNAME = livewp
 PACKAGE_VERSION = 0.1
 PATH_SEPARATOR = :
 PKG_CONFIG = /scratchbox/tools/bin/pkg-config
@@ -161,7 +162,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${prefix}/share/info
-install_sh = /home/tanya/work/hildon-timeout-home-widget-example/install-sh
+install_sh = /home/tanya/work/livewp/applet/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
@@ -178,7 +179,7 @@ sharedstatedir = ${prefix}/com
 sysconfdir = ${prefix}/etc
 target_alias = 
 awallpaperdir = $(datadir)/anwall
-awallpaper_DATA = background.png sun.png
+awallpaper_DATA = sky.png sun.png town.png cloud1.png
 EXTRA_DIST = $(awallpaper_DATA) 
 all: all-am
 
index ecb881d..3246a26 100644 (file)
@@ -1,7 +1,8 @@
 #
-# This file is part of omweather
+# This file is part of live wallpaper 
 #
-# Copyright (C) 2006 Vlad Vasiliev
+# Copyright (C) 2010 Vlad Vasiliev
+# Copyright (C) 2010 Tanya Makova
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 34e6b93..b31a986 100644 (file)
 @SET_MAKE@
 
 #
-# This file is part of omweather
+# This file is part of live wallpaper 
 #
-# Copyright (C) 2006 Vlad Vasiliev
+# Copyright (C) 2010 Vlad Vasiliev
+# Copyright (C) 2010 Tanya Makova
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -178,7 +179,7 @@ sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 awallpaperdir = $(datadir)/anwall
-awallpaper_DATA = background.png sun.png
+awallpaper_DATA = sky.png sun.png town.png cloud1.png
 EXTRA_DIST = $(awallpaper_DATA) 
 all: all-am
 
index 7e5fcea..34f75ca 100644 (file)
@@ -1 +1 @@
-animation-wallpaper_0.1_i386.deb user/desktop optional
+live-wallpaper_0.1_i386.deb user/desktop optional
index d4c8bab..e04993d 100644 (file)
@@ -1,13 +1,3 @@
-/*      
- * This file is part of hildon-timeout-home-widget-example
- *
- * Copyright (C) 2009 Nokia Corporation. All rights reserved.
- *
- * This maemo code example is licensed under a MIT-style license,
- * that can be found in the file called "COPYING" in the root
- * directory.
- *
- */
 
 #include <gtk/gtk.h>
 #include <hildon/hildon.h>
index 091a542..418e506 100644 (file)
@@ -2,4 +2,4 @@
 Name=Live Wallpaper
 Comment=Live Wallpaper
 Type=default
-X-Path=livewp-home-widget.so
+X-Path=liblivewp-home-widget.so
index 091a542..418e506 100644 (file)
@@ -2,4 +2,4 @@
 Name=Live Wallpaper
 Comment=Live Wallpaper
 Type=default
-X-Path=livewp-home-widget.so
+X-Path=liblivewp-home-widget.so
index 3643068..6244946 100644 (file)
@@ -1,13 +1,3 @@
-/*
- * This file is part of hildon-timeout-home-widget-example
- *
- * Copyright (C) 2009 Nokia Corporation. All rights reserved.
- *
- * This maemo code example is licensed under a MIT-style license,
- * that can be found in the file called "COPYING" in the root
- * directory.
- *
- */
 
 #ifndef Animation_Wallpaper_PLUGIN_H
 #define Animation_Wallpaper_PLUGIN_H