# HG changeset patch # User Elliott Sales de Andrade # Date 1318911467 0 # Node ID 8fb1124b2794f9ac8c56f598cae9a9489940e905 # Parent ef01f180114b2371a78207de461547c44dd4c470 Put conversation theme in its own directory. diff -r ef01f180114b -r 8fb1124b2794 configure.ac --- a/configure.ac Tue Oct 18 00:55:59 2011 +0000 +++ b/configure.ac Tue Oct 18 04:17:47 2011 +0000 @@ -2505,6 +2505,7 @@ pidgin/plugins/perl/Makefile pidgin/plugins/perl/common/Makefile.PL pidgin/plugins/ticker/Makefile + pidgin/themes/Makefile libpurple/ciphers/Makefile libpurple/example/Makefile libpurple/gconf/Makefile diff -r ef01f180114b -r 8fb1124b2794 pidgin/Makefile.am --- a/pidgin/Makefile.am Tue Oct 18 00:55:59 2011 +0000 +++ b/pidgin/Makefile.am Tue Oct 18 04:17:47 2011 +0000 @@ -34,7 +34,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pidgin-3.pc -SUBDIRS = pixmaps plugins +SUBDIRS = pixmaps plugins themes bin_PROGRAMS = pidgin diff -r ef01f180114b -r 8fb1124b2794 pidgin/plugins/adiumthemes/Template.html --- a/pidgin/plugins/adiumthemes/Template.html Tue Oct 18 00:55:59 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - -%@ -
-
-%@ - - diff -r ef01f180114b -r 8fb1124b2794 pidgin/themes/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/themes/Makefile.am Tue Oct 18 04:17:47 2011 +0000 @@ -0,0 +1,6 @@ + +themetemplatedir = $(datadir)/pidgin/theme/conversation +themetemplate_DATA = Template.html + +EXTRA_DIST = $(themetemplate_DATA) + diff -r ef01f180114b -r 8fb1124b2794 pidgin/themes/Template.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/themes/Template.html Tue Oct 18 04:17:47 2011 +0000 @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + +%@ +
+
+%@ + +