Changeset bf2f4402d5c71857cae1b3ade763f65575de4990
- Timestamp:
- 01/30/09 17:00:36 (4 years ago)
- Author:
- Armin Burgmeier <armin@…>
- git-author:
- Armin Burgmeier <armin@arbur.net> / 2009-01-30T16:45:46Z+0100
- Parents:
- 765580cb3a8f0152aa38da1a2f5329e0792764cf
- Children:
- 2be11bed520fab9c7462ba57b30acd4da7146dd0
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2009-01-30T17:00:36Z+0100
- Message:
-
Added context to icons directory structure
2009-01-30 Armin Burgmeier <armin@…>
- icons/HighContrastLargePrintInverse/48x48/Makefile.am:
- icons/HighContrastLargePrintInverse/48x48/apps/Makefile.am:
- icons/HighContrastLargePrintInverse/48x48/apps/gobby.png:
- icons/HighContrastLargePrintInverse/scalable/Makefile.am:
- icons/HighContrastLargePrintInverse/scalable/apps/Makefile.am:
- icons/HighContrastLargePrintInverse/scalable/apps/gobby.svg:
- icons/hicolor/48x48/Makefile.am:
- icons/hicolor/48x48/apps/Makefile.am:
- icons/hicolor/48x48/apps/gobby.png:
- icons/hicolor/scalable/Makefile.am:
- icons/hicolor/scalable/apps/Makefile.am:
- icons/hicolor/scalable/apps/gobby.svg:
- configure.ac: Added context ("apps") to icons directory structure.
- Files:
-
- 4 added
- 6 modified
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
|
r765580c
|
rbf2f440
|
|
| | 1 | 2009-01-30 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * icons/HighContrastLargePrintInverse/48x48/Makefile.am: |
| | 4 | * icons/HighContrastLargePrintInverse/48x48/apps/Makefile.am: |
| | 5 | * icons/HighContrastLargePrintInverse/48x48/apps/gobby.png: |
| | 6 | * icons/HighContrastLargePrintInverse/scalable/Makefile.am: |
| | 7 | * icons/HighContrastLargePrintInverse/scalable/apps/Makefile.am: |
| | 8 | * icons/HighContrastLargePrintInverse/scalable/apps/gobby.svg: |
| | 9 | * icons/hicolor/48x48/Makefile.am: |
| | 10 | * icons/hicolor/48x48/apps/Makefile.am: |
| | 11 | * icons/hicolor/48x48/apps/gobby.png: |
| | 12 | * icons/hicolor/scalable/Makefile.am: |
| | 13 | * icons/hicolor/scalable/apps/Makefile.am: |
| | 14 | * icons/hicolor/scalable/apps/gobby.svg: |
| | 15 | * configure.ac: Added context ("apps") to icons directory structure. |
| | 16 | |
| 1 | 17 | 2009-01-30 Armin Burgmeier <armin@arbur.net> |
| 2 | 18 | |
-
|
ra8baf7f
|
rbf2f440
|
|
| 28 | 28 | win32=true |
| 29 | 29 | AC_MSG_RESULT([yes]) |
| 30 | | AC_CHECK_TOOL(WINDRES, windres) |
| 31 | | ;; |
| | 30 | AC_CHECK_TOOL(WINDRES, windres) |
| | 31 | ;; |
| 32 | 32 | *) |
| 33 | 33 | win32=false |
| 34 | 34 | AC_MSG_RESULT([no]) |
| 35 | | ;; |
| | 35 | ;; |
| 36 | 36 | esac |
| 37 | 37 | AM_CONDITIONAL(WIN32, test x$win32 = xtrue) |
| … |
… |
|
| 83 | 83 | AC_DEFINE(GOBBY_CONFIGDIR, [".gobby-0.5"], |
| 84 | 84 | [where to store Gobby's config files, |
| 85 | | relative to the user's home directory]) |
| | 85 | relative to the user's home directory]) |
| 86 | 86 | |
| 87 | 87 | AC_OUTPUT([ |
| 88 | | Makefile |
| 89 | | m4/Makefile |
| 90 | | po/Makefile.in |
| | 88 | Makefile |
| | 89 | m4/Makefile |
| | 90 | po/Makefile.in |
| 91 | 91 | |
| 92 | | code/Makefile |
| 93 | | code/util/Makefile |
| 94 | | code/core/Makefile |
| 95 | | code/dialogs/Makefile |
| 96 | | code/operations/Makefile |
| 97 | | code/commands/Makefile |
| | 92 | code/Makefile |
| | 93 | code/util/Makefile |
| | 94 | code/core/Makefile |
| | 95 | code/dialogs/Makefile |
| | 96 | code/operations/Makefile |
| | 97 | code/commands/Makefile |
| 98 | 98 | |
| 99 | | contrib/Makefile |
| 100 | | contrib/artwork/Makefile |
| | 99 | contrib/Makefile |
| | 100 | contrib/artwork/Makefile |
| 101 | 101 | |
| 102 | | icons/Makefile |
| 103 | | icons/hicolor/Makefile |
| 104 | | icons/hicolor/48x48/Makefile |
| 105 | | icons/hicolor/scalable/Makefile |
| 106 | | icons/HighContrastLargePrintInverse/Makefile |
| 107 | | icons/HighContrastLargePrintInverse/48x48/Makefile |
| 108 | | icons/HighContrastLargePrintInverse/scalable/Makefile |
| | 102 | icons/Makefile |
| | 103 | icons/hicolor/Makefile |
| | 104 | icons/hicolor/48x48/Makefile |
| | 105 | icons/hicolor/48x48/apps/Makefile |
| | 106 | icons/hicolor/scalable/Makefile |
| | 107 | icons/hicolor/scalable/apps/Makefile |
| | 108 | icons/HighContrastLargePrintInverse/Makefile |
| | 109 | icons/HighContrastLargePrintInverse/48x48/Makefile |
| | 110 | icons/HighContrastLargePrintInverse/48x48/apps/Makefile |
| | 111 | icons/HighContrastLargePrintInverse/scalable/Makefile |
| | 112 | icons/HighContrastLargePrintInverse/scalable/apps/Makefile |
| 109 | 113 | |
| 110 | | pixmaps/Makefile |
| | 114 | pixmaps/Makefile |
| 111 | 115 | |
| 112 | | win32/Makefile |
| | 116 | win32/Makefile |
| 113 | 117 | ]) |
| | 118 | |
| | 119 | # vim:set et sw=2 ts=2: |
-
|
r33f4a60
|
rbf2f440
|
|
| 1 | | icondir = $(datadir)/icons/HighContrastLargePrintInverse/48x48/apps |
| 2 | | icon_DATA = gobby-0.5.png |
| 3 | | |
| 4 | | EXTRA_DIST = $(icon_DATA) |
| | 1 | SUBDIRS = apps |
-
|
rec69e2d
|
rbf2f440
|
|
| 1 | | icondir = $(datadir)/icons/HighContrastLargePrintInverse/scalable/apps |
| 2 | | icon_DATA = gobby-0.5.svg |
| 3 | | |
| 4 | | EXTRA_DIST = $(icon_DATA) |
| | 1 | SUBDIRS = apps |
-
|
r33f4a60
|
rbf2f440
|
|
| 1 | | icondir = $(datadir)/icons/hicolor/48x48/apps |
| 2 | | icon_DATA = gobby-0.5.png |
| 3 | | |
| 4 | | EXTRA_DIST = $(icon_DATA) |
| | 1 | SUBDIRS = apps |
-
|
rec69e2d
|
rbf2f440
|
|
| 1 | | icondir = $(datadir)/icons/hicolor/scalable/apps |
| 2 | | icon_DATA = gobby-0.5.svg |
| 3 | | |
| 4 | | EXTRA_DIST = $(icon_DATA) |
| | 1 | SUBDIRS = apps |