changeset 21154:566b52a449b9

We dont need the icons on Windows.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 07 Nov 2007 01:30:07 +0000
parents b16bc37d07e6
children f008509e293e
files pidgin/pixmaps/Makefile.am pidgin/pixmaps/Makefile.mingw pidgin/pixmaps/icons/16/Makefile.mingw pidgin/pixmaps/icons/24/Makefile.mingw pidgin/pixmaps/icons/32/Makefile.mingw pidgin/pixmaps/icons/48/Makefile.mingw
diffstat 6 files changed, 1 insertions(+), 85 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/pixmaps/Makefile.am	Tue Nov 06 19:05:42 2007 +0000
+++ b/pidgin/pixmaps/Makefile.am	Wed Nov 07 01:30:07 2007 +0000
@@ -11,10 +11,6 @@
 		buddy_icons/qq/Makefile.mingw \
 		dialogs/16/Makefile.mingw \
 		dialogs/64/Makefile.mingw \
-		icons/16/Makefile.mingw \
-		icons/24/Makefile.mingw \
-		icons/32/Makefile.mingw \
-		icons/48/Makefile.mingw \
 		emotes/default/Makefile.mingw \
 		emotes/default/24/Makefile.mingw \
 		emotes/none/Makefile.mingw \
--- a/pidgin/pixmaps/Makefile.mingw	Tue Nov 06 19:05:42 2007 +0000
+++ b/pidgin/pixmaps/Makefile.mingw	Wed Nov 07 01:30:07 2007 +0000
@@ -15,7 +15,7 @@
 install:
 	if test '$(SUBDIRS)'; then \
 	  list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if [ "$$subdir" != "icons/22" ]; then \
+	  if [[ "$$subdir" != icons/* ]]; then \
 	    $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
 	  fi \
 	  done; \
--- a/pidgin/pixmaps/icons/16/Makefile.mingw	Tue Nov 06 19:05:42 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#
-# Makefile.mingw
-#
-# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
-#
-
-PIDGIN_TREE_TOP := ../../../..
-include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
-
-datadir = $(PIDGIN_INSTALL_DIR)
-include ./Makefile.am
-
-.PHONY: install
-
-install:
-	if test '$(pidginiconspix_DATA)'; then \
-	  mkdir -p $(pidginiconspixdir); \
-	  cp $(pidginiconspix_DATA) $(pidginiconspixdir); \
-	fi;
-
--- a/pidgin/pixmaps/icons/24/Makefile.mingw	Tue Nov 06 19:05:42 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#
-# Makefile.mingw
-#
-# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
-#
-
-PIDGIN_TREE_TOP := ../../../..
-include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
-
-datadir = $(PIDGIN_INSTALL_DIR)
-include ./Makefile.am
-
-.PHONY: install
-
-install:
-	if test '$(pidginiconspix_DATA)'; then \
-	  mkdir -p $(pidginiconspixdir); \
-	  cp $(pidginiconspix_DATA) $(pidginiconspixdir); \
-	fi;
-
--- a/pidgin/pixmaps/icons/32/Makefile.mingw	Tue Nov 06 19:05:42 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#
-# Makefile.mingw
-#
-# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
-#
-
-PIDGIN_TREE_TOP := ../../../..
-include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
-
-datadir = $(PIDGIN_INSTALL_DIR)
-include ./Makefile.am
-
-.PHONY: install
-
-install:
-	if test '$(pidginiconspix_DATA)'; then \
-	  mkdir -p $(pidginiconspixdir); \
-	  cp $(pidginiconspix_DATA) $(pidginiconspixdir); \
-	fi;
-
--- a/pidgin/pixmaps/icons/48/Makefile.mingw	Tue Nov 06 19:05:42 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#
-# Makefile.mingw
-#
-# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
-#
-
-PIDGIN_TREE_TOP := ../../../..
-include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
-
-datadir = $(PIDGIN_INSTALL_DIR)
-include ./Makefile.am
-
-.PHONY: install
-
-install:
-	if test '$(pidginiconspix_DATA)'; then \
-	  mkdir -p $(pidginiconspixdir); \
-	  cp $(pidginiconspix_DATA) $(pidginiconspixdir); \
-	fi;
-