Changeset a73586f6326f60d61c2771b6d4982300a2d90a19
- Timestamp:
- 12/17/08 13:18:24 (4 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- 3ae9918b3215bd9460b6b986e9d21e76cbc8c8c4
- Children:
- 839fa6e3eb42c8b721ed97884e32987f0b751159
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-12-17T13:18:24Z+0100
- Message:
-
Added fixed-size versions of Gobby logo
2008-12-17 Armin Burgmeier <armin@…>
- icons/hicolor/48x48/gobby.png:
- icons/hicolor/48x48/Makefile.am:
- icons/hicolor/Makefile.am:Added fixed-size version of gobby icon.
- icons/HighContrastLargePrintInverse/48x48/gobby.png:
- icons/HighContrastLargePrintInverse/48x48/Makefile.am:
- icons/hicolor/Makefile.am: Added fixed-size version of HCLPI gobby
icon.
- configure.ac: Generate the new Makefiles.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3ae9918
|
ra73586f
|
|
| | 1 | 2008-12-17 Armin Burgmeier <armin@0x539.de> |
| | 2 | |
| | 3 | * icons/hicolor/48x48/gobby.png: |
| | 4 | * icons/hicolor/48x48/Makefile.am: |
| | 5 | * icons/hicolor/Makefile.am:Added fixed-size version of gobby icon. |
| | 6 | |
| | 7 | * icons/HighContrastLargePrintInverse/48x48/gobby.png: |
| | 8 | * icons/HighContrastLargePrintInverse/48x48/Makefile.am: |
| | 9 | * icons/hicolor/Makefile.am: Added fixed-size version of HCLPI gobby |
| | 10 | icon. |
| | 11 | |
| | 12 | * configure.ac: Generate the new Makefiles. |
| | 13 | |
| 1 | 14 | 2008-12-17 Armin Burgmeier <armin@0x539.de> |
| 2 | 15 | |
-
|
r3ae9918
|
ra73586f
|
|
| 127 | 127 | |
| 128 | 128 | AC_CONFIG_FILES([Makefile]) |
| 129 | | AC_OUTPUT([po/Makefile.in m4/Makefile icons/Makefile icons/hicolor/Makefile icons/hicolor/scalable/Makefile icons/HighContrastLargePrintInverse/Makefile icons/HighContrastLargePrintInverse/scalable/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]) |
| 130 | 130 | |
-
|
r3ae9918
|
ra73586f
|
|
| 1 | | SUBDIRS = scalable |
| | 1 | SUBDIRS = 48x48 scalable |
| 2 | 2 | |
| 3 | 3 | gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/HighContrastLargePrintInverse |
-
|
r3ae9918
|
ra73586f
|
|
| 1 | | SUBDIRS = scalable |
| | 1 | SUBDIRS = 48x48 scalable |
| 2 | 2 | |
| 3 | 3 | gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor |