grim/guifications2

Removing item_test theme
org.guifications.gf2
2007-05-05, Gary Kramlich
c05acd45575d
Parents 72c528a46a89
Children 0ec7f3cb75fe
Removing item_test theme
--- a/themes/Makefile.am Sat May 05 03:28:40 2007 -0400
+++ b/themes/Makefile.am Sat May 05 03:29:34 2007 -0400
@@ -2,5 +2,5 @@
ChangeLog \
Makefile.mingw
-SUBDIRS = default item_test funky mini Penguins
+SUBDIRS = default funky mini Penguins
--- a/themes/item_test/Makefile.am Sat May 05 03:28:40 2007 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-EXTRA_DIST = \
- back.png \
- theme.xml \
- gaim.png \
- Makefile.mingw
-
-#guificationsitemtestthemedir = $(PIDGIN_DATADIR)/pixmaps/pidgin/guifications/themes/item_test
-#guificationsitemtesttheme_DATA = back.png theme.xml gaim.png
--- a/themes/item_test/Makefile.mingw Sat May 05 03:28:40 2007 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#
-# Makefile.mingw
-#
-# Description: Makefile for guifications test theme
-#
-
-GF_TOP := ../..
--include $(GF_TOP)/local.mak
-
-PIDGIN_TREE_TOP ?= ../../../../..
-include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
-
-PIDGIN_DATADIR = $(PIDGIN_INSTALL_DIR)
-include ./Makefile.am
-
-.PHONY: install
-
-install:
- if test '$(guificationsitemtesttheme_DATA)'; then \
- mkdir -p $(guificationsitemtestthemedir); \
- cp $(guificationsitemtesttheme_DATA) $(guificationsitemtestthemedir); \
- fi;
Binary file themes/item_test/back.png has changed
Binary file themes/item_test/gaim.png has changed
--- a/themes/item_test/theme.xml Sat May 05 03:28:40 2007 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,236 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<guifications>
- <theme api='1'>
- <info>
- <name>Item Test</name>
- <version>1.0</version>
- <summary>Item Test Theme</summary>
- <description>This theme is meant to test all the formatting and items in a guifications theme</description>
- <author>Gary Kramlich &lt;amc_grim@users.sourceforge.net&gt;</author>
- <website>http://guifications.sourceforge.net</website>
- </info>
- <options>
- </options>
- <notification type='sign-on' background='back.png'>
- <item type='text'>
- <position value='north' />
- <v_offset value='5' />
- <text format='%n signed on' clipping='ellipsis-middle' font='arial 16' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='-12%' />
- <text format='%T' clipping='ellipsis-middle' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='12%' />
- <text format='%D' clipping='ellipsis-middle' />
- </item>
- <item type='icon'>
- <position value='south-west' />
- <h_offset value='5' />
- <v_offset value='-5' />
- <icon type='status' size='little' />
- </item>
- <item type='icon'>
- <position value='south' />
- <v_offset value='-5' />
- <icon type='buddy' size='little' />
- </item>
- <item type='image'>
- <position value='south-east' />
- <h_offset value='-5' />
- <v_offset value='-5' />
- <image filename='gaim.png' />
- </item>
- </notification>
- <notification type='sign-off' background='back.png'>
- <item type='text'>
- <position value='north' />
- <v_offset value='5' />
- <text format='%n signed off' clipping='ellipsis-middle' font='arial 16' /> </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='-12%' />
- <text format='%T' clipping='ellipsis-middle' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='12%' />
- <text format='%D' clipping='ellipsis-middle' />
- </item>
- <item type='icon'>
- <position value='south-west' />
- <h_offset value='5' />
- <v_offset value='-5' />
- <icon type='status' size='little' />
- </item>
- <item type='icon'>
- <position value='south' />
- <v_offset value='-5' />
- <icon type='buddy' size='little' />
- </item>
- <item type='image'>
- <position value='south-east' />
- <h_offset value='-5' />
- <v_offset value='-5' />
- <image filename='gaim.png' />
- </item>
- </notification>
- <notification type='away' background='back.png'>
- <item type='text'>
- <position value='north' />
- <v_offset value='5' />
- <text format='%n went away' clipping='ellipsis-middle' font='arial 16' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='-12%' />
- <text format='%T' clipping='ellipsis-middle' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='12%' />
- <text format='%D' clipping='ellipsis-middle' />
- </item>
- <item type='icon'>
- <position value='south-west' />
- <h_offset value='5' />
- <v_offset value='-5' />
- <icon type='status' size='little' />
- </item>
- <item type='icon'>
- <position value='south' />
- <v_offset value='-5' />
- <icon type='buddy' size='little' />
- </item>
- <item type='image'>
- <position value='south-east' />
- <h_offset value='-5' />
- <v_offset value='-5' />
- <image filename='gaim.png' />
- </item>
- </notification>
- <notification type='back' background='back.png'>
- <item type='text'>
- <position value='north' />
- <v_offset value='5' />
- <text format='%n came back' clipping='ellipsis-middle' font='arial 16' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='-12%' />
- <text format='%T' clipping='ellipsis-middle' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='12%' />
- <text format='%D' clipping='ellipsis-middle' />
- </item>
- <item type='icon'>
- <position value='south-west' />
- <h_offset value='5' />
- <v_offset value='-5' />
- <icon type='status' size='little' />
- </item>
- <item type='icon'>
- <position value='south' />
- <v_offset value='-5' />
- <icon type='buddy' size='little' />
- </item>
- <item type='image'>
- <position value='south-east' />
- <h_offset value='-5' />
- <v_offset value='-5' />
- <image filename='gaim.png' />
- </item>
- </notification>
- <notification type='idle' background='back.png'>
- <item type='text'>
- <position value='north' />
- <v_offset value='5' />
- <text format='%n went idle' clipping='ellipsis-middle' font='arial 16' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='-12%' />
- <text format='%T' clipping='ellipsis-middle' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='12%' />
- <text format='%D' clipping='ellipsis-middle' />
- </item>
- <item type='icon'>
- <position value='south-west' />
- <h_offset value='5' />
- <v_offset value='-5' />
- <icon type='status' size='little' />
- </item>
- <item type='icon'>
- <position value='south' />
- <v_offset value='-5' />
- <icon type='buddy' size='little' />
- </item>
- <item type='image'>
- <position value='south-east' />
- <h_offset value='-5' />
- <v_offset value='-5' />
- <image filename='gaim.png' />
- </item>
- </notification>
- <notification type='unidle' background='back.png'>
- <item type='text'>
- <position value='north' />
- <v_offset value='5' />
- <text format='%n returned from idle' clipping='ellipsis-middle' font='arial 16' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='-12%' />
- <text format='%T' clipping='ellipsis-middle' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='12%' />
- <text format='%D' clipping='ellipsis-middle' />
- </item>
- <item type='icon'>
- <position value='south-west' />
- <h_offset value='5' />
- <v_offset value='-5' />
- <icon type='status' size='little' />
- </item>
- <item type='icon'>
- <position value='south' />
- <v_offset value='-5' />
- <icon type='buddy' size='little' />
- </item>
- <item type='image'>
- <position value='south-east' />
- <h_offset value='-5' />
- <v_offset value='-5' />
- <image filename='gaim.png' />
- </item>
- </notification>
- <notification type='new-email' background='background.png'>
- <item type='icon'>
- <position value='south-west' />
- <h_offset value='5' />
- <v_offset value='-5' />
- <icon type='protocol' size='little' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='-25%' />
- <text format='Mail (%X) from' clipping='ellipsis-middle' width='0' />
- </item>
- <item type='text'>
- <position value='center' />
- <v_offset value='-13%' />
- <text format='%c (%a).' clipping='ellipsis-middle' width='0' />
- </item>
- </notification>
- </theme>
-</guifications>