Changeset 25b9a2982354f74251a6ff8e91f38377b74a3d6c
- Timestamp:
- 04/24/09 23:29:34 (4 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- 59ac73ab6ee2f2a35a915105624046d29d8ffd18
- Children:
- 0b6c73f93c94828f986acf6482fc34c624eae5d1
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2009-04-24T23:29:34Z+0200
- Message:
-
Changed PACKAGE name back to gobby
2009-04-24 Armin Burgmeier <armin@…>
- configure.ac: Changed PACKAGE name back to gobby.
- icons/HighContrastLargePrint/48x48/actions/Makefile.am:
- icons/HighContrastLargePrint/scalable/actions/Makefile.am:
- icons/HighContrastLargePrintInverse/48x48/actions/Makefile.am:
- icons/HighContrastLargePrintInverse/scalable/actions/Makefile.am:
- icons/hicolor/48x48/actions/Makefile.am:
- icons/hicolor/scalable/actions/Makefile.am:
- code/core/Makefile.am: Use $(datadir)/gobby-0.5 instead of
$(pkgdatadir), so we still install the private icons into a separate
directory.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r9972a0d
|
r25b9a29
|
|
| | 1 | 2009-04-24 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * configure.ac: Changed PACKAGE name back to gobby. |
| | 4 | |
| | 5 | * icons/HighContrastLargePrint/48x48/actions/Makefile.am: |
| | 6 | * icons/HighContrastLargePrint/scalable/actions/Makefile.am: |
| | 7 | * icons/HighContrastLargePrintInverse/48x48/actions/Makefile.am: |
| | 8 | * icons/HighContrastLargePrintInverse/scalable/actions/Makefile.am: |
| | 9 | * icons/hicolor/48x48/actions/Makefile.am: |
| | 10 | * icons/hicolor/scalable/actions/Makefile.am: |
| | 11 | * code/core/Makefile.am: Use $(datadir)/gobby-0.5 instead of |
| | 12 | $(pkgdatadir), so we still install the private icons into a separate |
| | 13 | directory. |
| | 14 | |
| 1 | 15 | 2009-04-22 Benjamin Herr <ben@0x539.de> |
| 2 | 16 | |
-
|
rca24222
|
r25b9a29
|
|
| 45 | 45 | AM_CPPFLAGS = $(gobby_CFLAGS) $(infinote_CFLAGS) \ |
| 46 | 46 | -I$(top_srcdir)/code \ |
| 47 | | -DICONS_DIR=\""$(pkgdatadir)/icons"\" |
| | 47 | -DICONS_DIR=\""$(datadir)/gobby-0.5/icons"\" |
-
|
r485d7df
|
r25b9a29
|
|
| 3 | 3 | |
| 4 | 4 | AC_PREREQ(2.59) |
| 5 | | AC_INIT([gobby-0.5], [0.4.92], [crew@0x539.de]) |
| | 5 | AC_INIT([gobby], [0.4.92], [crew@0x539.de]) |
| 6 | 6 | AM_INIT_AUTOMAKE(1.9 check-news) |
| 7 | 7 | AM_MAINTAINER_MODE |
-
|
rca24222
|
r25b9a29
|
|
| 1 | | icondir = $(pkgdatadir)/icons/HighContrastLargePrint/48x48/actions |
| | 1 | icondir = $(datadir)/gobby-0.5/icons/HighContrastLargePrint/48x48/actions |
| 2 | 2 | icon_DATA = chat.png document-list.png user-list.png |
| 3 | 3 | |
-
|
rca24222
|
r25b9a29
|
|
| 1 | | icondir = $(pkgdatadir)/icons/HighContrastLargePrint/scalable/actions |
| | 1 | icondir = $(datadir)/gobby-0.5/icons/HighContrastLargePrint/scalable/actions |
| 2 | 2 | icon_DATA = chat.svg document-list.svg user-list.svg |
| 3 | 3 | |
-
|
rca24222
|
r25b9a29
|
|
| 1 | | icondir = $(pkgdatadir)/icons/HighContrastLargePrintInverse/48x48/actions |
| | 1 | icondir = $(datadir)/gobby-0.5/icons/HighContrastLargePrintInverse/48x48/actions |
| 2 | 2 | icon_DATA = chat.png document-list.png user-list.png |
| 3 | 3 | |
-
|
rca24222
|
r25b9a29
|
|
| 1 | | icondir = $(pkgdatadir)/icons/HighContrastLargePrintInverse/scalable/actions |
| | 1 | icondir = $(datadir)/gobby-0.5/icons/HighContrastLargePrintInverse/scalable/actions |
| 2 | 2 | icon_DATA = chat.svg document-list.svg user-list.svg |
| 3 | 3 | |
-
|
rca24222
|
r25b9a29
|
|
| 1 | | icondir = $(pkgdatadir)/icons/hicolor/48x48/actions |
| | 1 | icondir = $(datadir)/gobby-0.5/icons/hicolor/48x48/actions |
| 2 | 2 | icon_DATA = chat.png document-list.png user-list.png |
| 3 | 3 | |
-
|
rca24222
|
r25b9a29
|
|
| 1 | | icondir = $(pkgdatadir)/icons/hicolor/scalable/actions |
| | 1 | icondir = $(datadir)/gobby-0.5/icons/hicolor/scalable/actions |
| 2 | 2 | icon_DATA = chat.svg document-list.svg user-list.svg |
| 3 | 3 | |