Changeset 69

Show
Ignore:
Timestamp:
10/16/07 16:48:38 (5 years ago)
Author:
uncle_fungus
Message:

Ported r67 from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3.1pre/configure

    r56 r69  
    61676167 
    61686168 
    6169 ac_config_files="$ac_config_files Makefile README doc/Makefile m4/Makefile po/Makefile.in resources/Makefile src/Makefile src/include/Makefile src/images/Makefile src/images/icons/Makefile src/images/icons/16/Makefile src/images/icons/24/Makefile src/images/icons/32/Makefile src/images/icons/48/Makefile
     6169ac_config_files="$ac_config_files Makefile README doc/Makefile m4/Makefile po/Makefile.in resources/Makefile src/Makefile src/include/Makefile src/images/Makefile src/images/icons/Makefile src/images/icons/16/Makefile src/images/icons/24/Makefile src/images/icons/32/Makefile src/images/icons/48/Makefile src/images/icons/64/Makefile src/images/icons/128/Makefile src/images/icons/256/Makefile
    61706170 
    61716171 
     
    67776777    "src/images/icons/32/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/32/Makefile" ;; 
    67786778    "src/images/icons/48/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/48/Makefile" ;; 
     6779    "src/images/icons/64/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/64/Makefile" ;; 
     6780    "src/images/icons/128/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/128/Makefile" ;; 
     6781    "src/images/icons/256/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/256/Makefile" ;; 
    67796782 
    67806783  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
  • branches/2.3.1pre/configure.ac

    r56 r69  
    6565   src/images/icons/32/Makefile 
    6666   src/images/icons/48/Makefile 
     67   src/images/icons/64/Makefile 
     68   src/images/icons/128/Makefile 
     69   src/images/icons/256/Makefile 
    6770]) 
    6871 
  • branches/2.3.1pre/src/images/icons/128/Makefile.in

    r64 r69  
    1616 
    1717# Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 
    18 #   
     18# 
    1919# This file is free software; as a special exception the author gives 
    20 # unlimited permission to copy and/or distribute it, with or without  
     20# unlimited permission to copy and/or distribute it, with or without 
    2121# modifications, as long as this notice is preserved. 
    22 #  
     22# 
    2323# This program is distributed in the hope that it will be useful, but 
    2424# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 
     
    4747build_triplet = @build@ 
    4848host_triplet = @host@ 
    49 subdir = src/images/icons/4
     49subdir = src/images/icons/12
    5050DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    5151ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
     
    189189target_alias = @target_alias@ 
    190190EXTRA_DIST = fahmon.png 
    191 fahmoniconspixdir = $(datadir)/icons/hicolor/48x48/apps 
     191fahmoniconspixdir = $(datadir)/icons/hicolor/128x128/apps 
    192192fahmoniconspix_DATA = $(EXTRA_DIST) 
    193193all: all-am 
     
    203203          esac; \ 
    204204        done; \ 
    205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/48/Makefile'; \ 
     205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/128/Makefile'; \ 
    206206        cd $(top_srcdir) && \ 
    207           $(AUTOMAKE) --gnu  src/images/icons/48/Makefile 
     207          $(AUTOMAKE) --gnu  src/images/icons/128/Makefile 
    208208.PRECIOUS: Makefile 
    209209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 
  • branches/2.3.1pre/src/images/icons/256/Makefile.in

    r64 r69  
    1616 
    1717# Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 
    18 #   
     18# 
    1919# This file is free software; as a special exception the author gives 
    20 # unlimited permission to copy and/or distribute it, with or without  
     20# unlimited permission to copy and/or distribute it, with or without 
    2121# modifications, as long as this notice is preserved. 
    22 #  
     22# 
    2323# This program is distributed in the hope that it will be useful, but 
    2424# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 
     
    4747build_triplet = @build@ 
    4848host_triplet = @host@ 
    49 subdir = src/images/icons/48 
     49subdir = src/images/icons/256 
    5050DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    5151ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
     
    189189target_alias = @target_alias@ 
    190190EXTRA_DIST = fahmon.png 
    191 fahmoniconspixdir = $(datadir)/icons/hicolor/48x48/apps 
     191fahmoniconspixdir = $(datadir)/icons/hicolor/256x256/apps 
    192192fahmoniconspix_DATA = $(EXTRA_DIST) 
    193193all: all-am 
     
    203203          esac; \ 
    204204        done; \ 
    205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/48/Makefile'; \ 
     205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/256/Makefile'; \ 
    206206        cd $(top_srcdir) && \ 
    207           $(AUTOMAKE) --gnu  src/images/icons/48/Makefile 
     207          $(AUTOMAKE) --gnu  src/images/icons/256/Makefile 
    208208.PRECIOUS: Makefile 
    209209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 
  • branches/2.3.1pre/src/images/icons/64/Makefile.in

    r64 r69  
    1616 
    1717# Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 
    18 #   
     18# 
    1919# This file is free software; as a special exception the author gives 
    20 # unlimited permission to copy and/or distribute it, with or without  
     20# unlimited permission to copy and/or distribute it, with or without 
    2121# modifications, as long as this notice is preserved. 
    22 #  
     22# 
    2323# This program is distributed in the hope that it will be useful, but 
    2424# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 
     
    4747build_triplet = @build@ 
    4848host_triplet = @host@ 
    49 subdir = src/images/icons/48 
     49subdir = src/images/icons/64 
    5050DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    5151ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
     
    189189target_alias = @target_alias@ 
    190190EXTRA_DIST = fahmon.png 
    191 fahmoniconspixdir = $(datadir)/icons/hicolor/48x48/apps 
     191fahmoniconspixdir = $(datadir)/icons/hicolor/64x64/apps 
    192192fahmoniconspix_DATA = $(EXTRA_DIST) 
    193193all: all-am 
     
    203203          esac; \ 
    204204        done; \ 
    205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/48/Makefile'; \ 
     205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/64/Makefile'; \ 
    206206        cd $(top_srcdir) && \ 
    207           $(AUTOMAKE) --gnu  src/images/icons/48/Makefile 
     207          $(AUTOMAKE) --gnu  src/images/icons/64/Makefile 
    208208.PRECIOUS: Makefile 
    209209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 
  • branches/mactest/configure

    r66 r69  
    61676167 
    61686168 
    6169 ac_config_files="$ac_config_files Makefile README doc/Makefile m4/Makefile mac/Makefile mac/Info.plist po/Makefile.in resources/Makefile src/Makefile src/include/Makefile src/images/Makefile src/images/icons/Makefile src/images/icons/16/Makefile src/images/icons/24/Makefile src/images/icons/32/Makefile src/images/icons/48/Makefile" 
     6169ac_config_files="$ac_config_files Makefile README doc/Makefile m4/Makefile po/Makefile.in resources/Makefile src/Makefile src/include/Makefile src/images/Makefile src/images/icons/Makefile src/images/icons/16/Makefile src/images/icons/24/Makefile src/images/icons/32/Makefile src/images/icons/48/Makefile src/images/icons/64/Makefile src/images/icons/128/Makefile src/images/icons/256/Makefile" 
    61706170 
    61716171 
     
    67676767    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 
    67686768    "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 
    6769     "mac/Makefile") CONFIG_FILES="$CONFIG_FILES mac/Makefile" ;; 
    6770     "mac/Info.plist") CONFIG_FILES="$CONFIG_FILES mac/Info.plist" ;; 
    67716769    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 
    67726770    "resources/Makefile") CONFIG_FILES="$CONFIG_FILES resources/Makefile" ;; 
     
    67796777    "src/images/icons/32/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/32/Makefile" ;; 
    67806778    "src/images/icons/48/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/48/Makefile" ;; 
     6779    "src/images/icons/64/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/64/Makefile" ;; 
     6780    "src/images/icons/128/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/128/Makefile" ;; 
     6781    "src/images/icons/256/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/256/Makefile" ;; 
    67816782 
    67826783  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
  • branches/mactest/configure.ac

    r66 r69  
    6767   src/images/icons/32/Makefile 
    6868   src/images/icons/48/Makefile 
     69   src/images/icons/64/Makefile 
     70   src/images/icons/128/Makefile 
     71   src/images/icons/256/Makefile 
    6972]) 
    7073 
  • branches/mactest/src/images/icons/128/Makefile.in

    r66 r69  
    1616 
    1717# Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 
    18 #   
     18# 
    1919# This file is free software; as a special exception the author gives 
    20 # unlimited permission to copy and/or distribute it, with or without  
     20# unlimited permission to copy and/or distribute it, with or without 
    2121# modifications, as long as this notice is preserved. 
    22 #  
     22# 
    2323# This program is distributed in the hope that it will be useful, but 
    2424# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 
     
    4747build_triplet = @build@ 
    4848host_triplet = @host@ 
    49 subdir = src/images/icons/4
     49subdir = src/images/icons/12
    5050DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    5151ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
     
    189189target_alias = @target_alias@ 
    190190EXTRA_DIST = fahmon.png 
    191 fahmoniconspixdir = $(datadir)/icons/hicolor/48x48/apps 
     191fahmoniconspixdir = $(datadir)/icons/hicolor/128x128/apps 
    192192fahmoniconspix_DATA = $(EXTRA_DIST) 
    193193all: all-am 
     
    203203          esac; \ 
    204204        done; \ 
    205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/48/Makefile'; \ 
     205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/128/Makefile'; \ 
    206206        cd $(top_srcdir) && \ 
    207           $(AUTOMAKE) --gnu  src/images/icons/48/Makefile 
     207          $(AUTOMAKE) --gnu  src/images/icons/128/Makefile 
    208208.PRECIOUS: Makefile 
    209209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 
  • branches/mactest/src/images/icons/256/Makefile.in

    r66 r69  
    1616 
    1717# Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 
    18 #   
     18# 
    1919# This file is free software; as a special exception the author gives 
    20 # unlimited permission to copy and/or distribute it, with or without  
     20# unlimited permission to copy and/or distribute it, with or without 
    2121# modifications, as long as this notice is preserved. 
    22 #  
     22# 
    2323# This program is distributed in the hope that it will be useful, but 
    2424# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 
     
    4747build_triplet = @build@ 
    4848host_triplet = @host@ 
    49 subdir = src/images/icons/48 
     49subdir = src/images/icons/256 
    5050DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    5151ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
     
    189189target_alias = @target_alias@ 
    190190EXTRA_DIST = fahmon.png 
    191 fahmoniconspixdir = $(datadir)/icons/hicolor/48x48/apps 
     191fahmoniconspixdir = $(datadir)/icons/hicolor/256x256/apps 
    192192fahmoniconspix_DATA = $(EXTRA_DIST) 
    193193all: all-am 
     
    203203          esac; \ 
    204204        done; \ 
    205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/48/Makefile'; \ 
     205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/256/Makefile'; \ 
    206206        cd $(top_srcdir) && \ 
    207           $(AUTOMAKE) --gnu  src/images/icons/48/Makefile 
     207          $(AUTOMAKE) --gnu  src/images/icons/256/Makefile 
    208208.PRECIOUS: Makefile 
    209209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 
  • branches/mactest/src/images/icons/64/Makefile.in

    r66 r69  
    1616 
    1717# Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 
    18 #   
     18# 
    1919# This file is free software; as a special exception the author gives 
    20 # unlimited permission to copy and/or distribute it, with or without  
     20# unlimited permission to copy and/or distribute it, with or without 
    2121# modifications, as long as this notice is preserved. 
    22 #  
     22# 
    2323# This program is distributed in the hope that it will be useful, but 
    2424# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 
     
    4747build_triplet = @build@ 
    4848host_triplet = @host@ 
    49 subdir = src/images/icons/48 
     49subdir = src/images/icons/64 
    5050DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    5151ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
     
    189189target_alias = @target_alias@ 
    190190EXTRA_DIST = fahmon.png 
    191 fahmoniconspixdir = $(datadir)/icons/hicolor/48x48/apps 
     191fahmoniconspixdir = $(datadir)/icons/hicolor/64x64/apps 
    192192fahmoniconspix_DATA = $(EXTRA_DIST) 
    193193all: all-am 
     
    203203          esac; \ 
    204204        done; \ 
    205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/48/Makefile'; \ 
     205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/images/icons/64/Makefile'; \ 
    206206        cd $(top_srcdir) && \ 
    207           $(AUTOMAKE) --gnu  src/images/icons/48/Makefile 
     207          $(AUTOMAKE) --gnu  src/images/icons/64/Makefile 
    208208.PRECIOUS: Makefile 
    209209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status