Changeset 69
- Timestamp:
- 10/16/07 16:48:38 (5 years ago)
- Files:
-
- branches/2.3.1pre/configure (modified) (2 diffs)
- branches/2.3.1pre/configure.ac (modified) (1 diff)
- branches/2.3.1pre/src/images/icons/128/Makefile.in (modified) (4 diffs)
- branches/2.3.1pre/src/images/icons/256/Makefile.in (modified) (4 diffs)
- branches/2.3.1pre/src/images/icons/64/Makefile.in (modified) (4 diffs)
- branches/mactest/configure (modified) (3 diffs)
- branches/mactest/configure.ac (modified) (1 diff)
- branches/mactest/src/images/icons/128/Makefile.in (modified) (4 diffs)
- branches/mactest/src/images/icons/256/Makefile.in (modified) (4 diffs)
- branches/mactest/src/images/icons/64/Makefile.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3.1pre/configure
r56 r69 6167 6167 6168 6168 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 "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 src/images/icons/64/Makefile src/images/icons/128/Makefile src/images/icons/256/Makefile" 6170 6170 6171 6171 … … 6777 6777 "src/images/icons/32/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/32/Makefile" ;; 6778 6778 "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" ;; 6779 6782 6780 6783 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 branches/2.3.1pre/configure.ac
r56 r69 65 65 src/images/icons/32/Makefile 66 66 src/images/icons/48/Makefile 67 src/images/icons/64/Makefile 68 src/images/icons/128/Makefile 69 src/images/icons/256/Makefile 67 70 ]) 68 71 branches/2.3.1pre/src/images/icons/128/Makefile.in
r64 r69 16 16 17 17 # Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 18 # 18 # 19 19 # 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 21 21 # modifications, as long as this notice is preserved. 22 # 22 # 23 23 # This program is distributed in the hope that it will be useful, but 24 24 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the … … 47 47 build_triplet = @build@ 48 48 host_triplet = @host@ 49 subdir = src/images/icons/ 4849 subdir = src/images/icons/128 50 50 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 51 51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 189 189 target_alias = @target_alias@ 190 190 EXTRA_DIST = fahmon.png 191 fahmoniconspixdir = $(datadir)/icons/hicolor/ 48x48/apps191 fahmoniconspixdir = $(datadir)/icons/hicolor/128x128/apps 192 192 fahmoniconspix_DATA = $(EXTRA_DIST) 193 193 all: all-am … … 203 203 esac; \ 204 204 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'; \ 206 206 cd $(top_srcdir) && \ 207 $(AUTOMAKE) --gnu src/images/icons/ 48/Makefile207 $(AUTOMAKE) --gnu src/images/icons/128/Makefile 208 208 .PRECIOUS: Makefile 209 209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status branches/2.3.1pre/src/images/icons/256/Makefile.in
r64 r69 16 16 17 17 # Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 18 # 18 # 19 19 # 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 21 21 # modifications, as long as this notice is preserved. 22 # 22 # 23 23 # This program is distributed in the hope that it will be useful, but 24 24 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the … … 47 47 build_triplet = @build@ 48 48 host_triplet = @host@ 49 subdir = src/images/icons/ 4849 subdir = src/images/icons/256 50 50 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 51 51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 189 189 target_alias = @target_alias@ 190 190 EXTRA_DIST = fahmon.png 191 fahmoniconspixdir = $(datadir)/icons/hicolor/ 48x48/apps191 fahmoniconspixdir = $(datadir)/icons/hicolor/256x256/apps 192 192 fahmoniconspix_DATA = $(EXTRA_DIST) 193 193 all: all-am … … 203 203 esac; \ 204 204 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'; \ 206 206 cd $(top_srcdir) && \ 207 $(AUTOMAKE) --gnu src/images/icons/ 48/Makefile207 $(AUTOMAKE) --gnu src/images/icons/256/Makefile 208 208 .PRECIOUS: Makefile 209 209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status branches/2.3.1pre/src/images/icons/64/Makefile.in
r64 r69 16 16 17 17 # Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 18 # 18 # 19 19 # 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 21 21 # modifications, as long as this notice is preserved. 22 # 22 # 23 23 # This program is distributed in the hope that it will be useful, but 24 24 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the … … 47 47 build_triplet = @build@ 48 48 host_triplet = @host@ 49 subdir = src/images/icons/ 4849 subdir = src/images/icons/64 50 50 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 51 51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 189 189 target_alias = @target_alias@ 190 190 EXTRA_DIST = fahmon.png 191 fahmoniconspixdir = $(datadir)/icons/hicolor/ 48x48/apps191 fahmoniconspixdir = $(datadir)/icons/hicolor/64x64/apps 192 192 fahmoniconspix_DATA = $(EXTRA_DIST) 193 193 all: all-am … … 203 203 esac; \ 204 204 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'; \ 206 206 cd $(top_srcdir) && \ 207 $(AUTOMAKE) --gnu src/images/icons/ 48/Makefile207 $(AUTOMAKE) --gnu src/images/icons/64/Makefile 208 208 .PRECIOUS: Makefile 209 209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status branches/mactest/configure
r66 r69 6167 6167 6168 6168 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"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 src/images/icons/64/Makefile src/images/icons/128/Makefile src/images/icons/256/Makefile" 6170 6170 6171 6171 … … 6767 6767 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 6768 6768 "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" ;;6771 6769 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 6772 6770 "resources/Makefile") CONFIG_FILES="$CONFIG_FILES resources/Makefile" ;; … … 6779 6777 "src/images/icons/32/Makefile") CONFIG_FILES="$CONFIG_FILES src/images/icons/32/Makefile" ;; 6780 6778 "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" ;; 6781 6782 6782 6783 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 branches/mactest/configure.ac
r66 r69 67 67 src/images/icons/32/Makefile 68 68 src/images/icons/48/Makefile 69 src/images/icons/64/Makefile 70 src/images/icons/128/Makefile 71 src/images/icons/256/Makefile 69 72 ]) 70 73 branches/mactest/src/images/icons/128/Makefile.in
r66 r69 16 16 17 17 # Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 18 # 18 # 19 19 # 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 21 21 # modifications, as long as this notice is preserved. 22 # 22 # 23 23 # This program is distributed in the hope that it will be useful, but 24 24 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the … … 47 47 build_triplet = @build@ 48 48 host_triplet = @host@ 49 subdir = src/images/icons/ 4849 subdir = src/images/icons/128 50 50 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 51 51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 189 189 target_alias = @target_alias@ 190 190 EXTRA_DIST = fahmon.png 191 fahmoniconspixdir = $(datadir)/icons/hicolor/ 48x48/apps191 fahmoniconspixdir = $(datadir)/icons/hicolor/128x128/apps 192 192 fahmoniconspix_DATA = $(EXTRA_DIST) 193 193 all: all-am … … 203 203 esac; \ 204 204 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'; \ 206 206 cd $(top_srcdir) && \ 207 $(AUTOMAKE) --gnu src/images/icons/ 48/Makefile207 $(AUTOMAKE) --gnu src/images/icons/128/Makefile 208 208 .PRECIOUS: Makefile 209 209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status branches/mactest/src/images/icons/256/Makefile.in
r66 r69 16 16 17 17 # Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 18 # 18 # 19 19 # 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 21 21 # modifications, as long as this notice is preserved. 22 # 22 # 23 23 # This program is distributed in the hope that it will be useful, but 24 24 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the … … 47 47 build_triplet = @build@ 48 48 host_triplet = @host@ 49 subdir = src/images/icons/ 4849 subdir = src/images/icons/256 50 50 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 51 51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 189 189 target_alias = @target_alias@ 190 190 EXTRA_DIST = fahmon.png 191 fahmoniconspixdir = $(datadir)/icons/hicolor/ 48x48/apps191 fahmoniconspixdir = $(datadir)/icons/hicolor/256x256/apps 192 192 fahmoniconspix_DATA = $(EXTRA_DIST) 193 193 all: all-am … … 203 203 esac; \ 204 204 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'; \ 206 206 cd $(top_srcdir) && \ 207 $(AUTOMAKE) --gnu src/images/icons/ 48/Makefile207 $(AUTOMAKE) --gnu src/images/icons/256/Makefile 208 208 .PRECIOUS: Makefile 209 209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status branches/mactest/src/images/icons/64/Makefile.in
r66 r69 16 16 17 17 # Copyright (C) 2007 Andrew Schofield <the.uncle.fungus@gmail.com> 18 # 18 # 19 19 # 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 21 21 # modifications, as long as this notice is preserved. 22 # 22 # 23 23 # This program is distributed in the hope that it will be useful, but 24 24 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the … … 47 47 build_triplet = @build@ 48 48 host_triplet = @host@ 49 subdir = src/images/icons/ 4849 subdir = src/images/icons/64 50 50 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 51 51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 189 189 target_alias = @target_alias@ 190 190 EXTRA_DIST = fahmon.png 191 fahmoniconspixdir = $(datadir)/icons/hicolor/ 48x48/apps191 fahmoniconspixdir = $(datadir)/icons/hicolor/64x64/apps 192 192 fahmoniconspix_DATA = $(EXTRA_DIST) 193 193 all: all-am … … 203 203 esac; \ 204 204 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'; \ 206 206 cd $(top_srcdir) && \ 207 $(AUTOMAKE) --gnu src/images/icons/ 48/Makefile207 $(AUTOMAKE) --gnu src/images/icons/64/Makefile 208 208 .PRECIOUS: Makefile 209 209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
