Changeset 02d06adb5b9bbf150338d495a35fc1c54828c6a0
- Timestamp:
- 01/30/09 16:45:46 (4 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- aca94fe47916a4c5612b0ac697837b63a7795465
- Children:
- 6de9d3e6ad08269fde98c532ae747b229878d4b8
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2009-01-30T16:45:46Z+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
-
|
raca94fe
|
r02d06ad
|
|
| | 1 | 2009-01-30 Armin Burgmeier <armin@0x539.de> |
| | 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-23 Philipp Kern <phil@0x539.de> |
| 2 | 18 | |
-
|
raca94fe
|
r02d06ad
|
|
| 127 | 127 | |
| 128 | 128 | AC_CONFIG_FILES([Makefile]) |
| 129 | | AC_OUTPUT([po/Makefile.in m4/Makefile icons/Makefile icons/hicolor/Makefile icons/hicolor/48x48/Makefile icons/hicolor/scalable/Makefile icons/HighContrastLargePrintInverse/Makefile icons/HighContrastLargePrintInverse/48x48/Makefile icons/HighContrastLargePrintInverse/scalable/Makefile]) |
| | 129 | AC_OUTPUT([po/Makefile.in m4/Makefile icons/Makefile icons/hicolor/Makefile icons/hicolor/48x48/Makefile icons/hicolor/48x48/apps/Makefile icons/hicolor/scalable/Makefile icons/hicolor/scalable/apps/Makefile icons/HighContrastLargePrintInverse/Makefile icons/HighContrastLargePrintInverse/48x48/Makefile icons/HighContrastLargePrintInverse/48x48/apps/Makefile icons/HighContrastLargePrintInverse/scalable/Makefile icons/HighContrastLargePrintInverse/scalable/apps/Makefile]) |
| 130 | 130 | |
-
|
ra73586f
|
r02d06ad
|
|
| 1 | | icondir = $(datadir)/icons/HighContrastLargePrintInverse/48x48/apps |
| 2 | | icon_DATA = gobby.png |
| 3 | | |
| 4 | | EXTRA_DIST = $(icon_DATA) |
| | 1 | SUBDIRS = apps |
-
|
r3ae9918
|
r02d06ad
|
|
| 1 | | icondir = $(datadir)/icons/HighContrastLargePrintInverse/scalable/apps |
| 2 | | icon_DATA = gobby.svg |
| 3 | | |
| 4 | | EXTRA_DIST = $(icon_DATA) |
| | 1 | SUBDIRS = apps |
-
|
ra73586f
|
r02d06ad
|
|
| 1 | | icondir = $(datadir)/icons/hicolor/48x48/apps |
| 2 | | icon_DATA = gobby.png |
| 3 | | |
| 4 | | EXTRA_DIST = $(icon_DATA) |
| | 1 | SUBDIRS = apps |
-
|
r3ae9918
|
r02d06ad
|
|
| 1 | | icondir = $(datadir)/icons/hicolor/scalable/apps |
| 2 | | icon_DATA = gobby.svg |
| 3 | | |
| 4 | | EXTRA_DIST = $(icon_DATA) |
| | 1 | SUBDIRS = apps |