Skip to content

Commit

Permalink
Bug #616615 - Request for larger size icon (96x96, 128x128, 256x256)
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19054 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Apr 23, 2010
1 parent 40c6f15 commit f9d1bb7
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions src/pixmaps/Makefile.am
Expand Up @@ -28,16 +28,30 @@ gncpixmap_DATA = \
gnc-transfer-16.png \
gnc-transfer.png \
gnucash-icon.ico \
gnucash-icon-16x16.png \
gnucash-icon-32x32.png \
gnucash-icon-48x48.bmp \
gnucash-icon-48x48.png \
gnucash-icon-64x64.png \
gnucash-icon-96x96.png \
gnucash-icon-128x128.png \
gnucash-icon-256x256.png \
gnucash_splash.png \
stock_split_title.png \
stock_split_watermark.png

gnclargeicondir = ${datadir}/icons/hicolor/48x48/apps
gnclargeicon_DATA = 48x48/gnucash-icon.png
gnclarge256icondir = ${datadir}/icons/hicolor/256x256/apps
gnclarge256icon_DATA = 256x256/gnucash-icon.png

gnclarge128icondir = ${datadir}/icons/hicolor/128x128/apps
gnclarge128icon_DATA = 128x128/gnucash-icon.png

gnclarge96icondir = ${datadir}/icons/hicolor/96x96/apps
gnclarge96icon_DATA = 96x96/gnucash-icon.png

gnclarge64icondir = ${datadir}/icons/hicolor/64x64/apps
gnclarge64icon_DATA = 64x64/gnucash-icon.png

gnclarge48icondir = ${datadir}/icons/hicolor/48x48/apps
gnclarge48icon_DATA = 48x48/gnucash-icon.png

gncmediumicondir = ${datadir}/icons/hicolor/32x32/apps
gncmediumicon_DATA = 32x32/gnucash-icon.png
Expand All @@ -55,6 +69,22 @@ gncscalableicondir = ${datadir}/icons/hicolor/scalable/apps
gncscalableicon_DATA = scalable/gnucash-icon.svg

if BUILDING_FROM_SVN
256x256/gnucash-icon.png: gnucash-icon-256x256.png
-mkdir -p 256x256
cp ${srcdir}/gnucash-icon-256x256.png 256x256/gnucash-icon.png

128x128/gnucash-icon.png: gnucash-icon-128x128.png
-mkdir -p 128x128
cp ${srcdir}/gnucash-icon-128x128.png 128x128/gnucash-icon.png

96x96/gnucash-icon.png: gnucash-icon-96x96.png
-mkdir -p 96x96
cp ${srcdir}/gnucash-icon-96x96.png 96x96/gnucash-icon.png

64x64/gnucash-icon.png: gnucash-icon-64x64.png
-mkdir -p 64x64
cp ${srcdir}/gnucash-icon-64x64.png 64x64/gnucash-icon.png

48x48/gnucash-icon.png: gnucash-icon-48x48.png
-mkdir -p 48x48
cp ${srcdir}/gnucash-icon-48x48.png 48x48/gnucash-icon.png
Expand Down Expand Up @@ -97,7 +127,11 @@ endif

EXTRA_DIST = \
${gncpixmap_DATA} \
${gnclargeicon_DATA} \
${gnchuge256icon_DATA} \
${gnchuge128icon_DATA} \
${gnclarge96icon_DATA} \
${gnclarge64icon_DATA} \
${gnclarge48icon_DATA} \
${gncmediumicon_DATA} \
${gncsmalltwfouricon_DATA} \
${gncsmalltwtwoicon_DATA} \
Expand All @@ -107,5 +141,5 @@ EXTRA_DIST = \
# Only clean up if we're building from SVN
if BUILDING_FROM_SVN
clean-local:
-rm -rf 48x48 32x32 24x24 22x22 16x16 scalable
-rm -rf 256x256 128x128 96x96 64x64 48x48 32x32 24x24 22x22 16x16 scalable
endif
Binary file added src/pixmaps/gnucash-icon-128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/pixmaps/gnucash-icon-16x16.png
Binary file not shown.
Binary file added src/pixmaps/gnucash-icon-256x256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/pixmaps/gnucash-icon-32x32.png
Binary file not shown.
Binary file added src/pixmaps/gnucash-icon-64x64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/pixmaps/gnucash-icon-96x96.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pixmaps/gnucash-icon.ico
Binary file not shown.

0 comments on commit f9d1bb7

Please sign in to comment.