pidgin: 12f6ea29: Put conversation theme in its own direct...

qulogic at pidgin.im qulogic at pidgin.im
Tue Oct 18 00:51:20 EDT 2011


----------------------------------------------------------------------
Revision: 12f6ea294c5a9d4c190f7a7689dc6c806a0c78e6
Parent:   2f9cced12887b6ffabbdcfef65832961abadd3bb
Author:   qulogic at pidgin.im
Date:     10/18/11 00:17:47
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/12f6ea294c5a9d4c190f7a7689dc6c806a0c78e6

Changelog: 

Put conversation theme in its own directory.

Changes against parent 2f9cced12887b6ffabbdcfef65832961abadd3bb

  renamed  pidgin/plugins/adiumthemes/Template.html
       to  pidgin/themes/Template.html
  added    pidgin/themes
  added    pidgin/themes/Makefile.am
  patched  configure.ac
  patched  pidgin/Makefile.am

-------------- next part --------------
============================================================
--- configure.ac	d38bb3ae9958d839a8fbf93c669355a399c584e0
+++ configure.ac	b3dd209844325fe0b9877d66cf4b26fed7d26b2c
@@ -2505,6 +2505,7 @@ AC_CONFIG_FILES([Makefile
 		   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
============================================================
--- pidgin/Makefile.am	14e3773547daf116505ae4beb87aca32e5a47058
+++ pidgin/Makefile.am	68dd3f1334db395aac8d0303a7c7c0c6cc6595c4
@@ -34,7 +34,7 @@ pkgconfig_DATA = pidgin-3.pc
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = pidgin-3.pc
 
-SUBDIRS = pixmaps plugins
+SUBDIRS = pixmaps plugins themes
 
 bin_PROGRAMS = pidgin
 
============================================================
--- /dev/null	
+++ pidgin/themes/Makefile.am	87f484f21401c03ad9149836a2695e6a6caa5c72
@@ -0,0 +1,6 @@
+
+themetemplatedir = $(datadir)/pidgin/theme/conversation
+themetemplate_DATA = Template.html
+
+EXTRA_DIST = $(themetemplate_DATA)
+


More information about the Commits mailing list