Update to 0.24, a bugfix release.

This commit is contained in:
marcm 2003-04-10 15:52:33 +00:00
parent 39169f3f75
commit dd14861094
6 changed files with 249 additions and 237 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2003/01/03 21:39:28 marcm Exp $
# $OpenBSD: Makefile,v 1.6 2003/04/10 15:52:33 marcm Exp $
COMMENT= "GNOME Application Libs"
DISTNAME= gal-0.22
DISTNAME= gal-0.24
CATEGORIES= devel x11/gnome
HOMEPAGE= http://www.gnome.org/
@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/0.22/}
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/0.24/}
EXTRACT_SUFX= .tar.bz2
MODULES= gettext

View File

@ -1,3 +1,3 @@
MD5 (gal-0.22.tar.bz2) = f2d5e447b6e239bc68f66f8a48d0897b
RMD160 (gal-0.22.tar.bz2) = 29dc9b99330330d3af9feb9c838ff359f69671ee
SHA1 (gal-0.22.tar.bz2) = 55f977203f04400ad6a05a5d3f1123657b2cb5b1
MD5 (gal-0.24.tar.bz2) = 9f9790d4e8763c4ce74e5d59f47aa509
RMD160 (gal-0.24.tar.bz2) = 573871a18476c4f1fc2a1100ec0e687483af6161
SHA1 (gal-0.24.tar.bz2) = c220141d9080e78e5e8f69b83c01f6d14e775bf9

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.3 2003/01/03 21:39:28 marcm Exp $
--- configure.orig Thu Dec 5 09:12:52 2002
+++ configure Sat Dec 14 21:19:48 2002
@@ -5560,8 +5560,8 @@ else
$OpenBSD: patch-configure,v 1.4 2003/04/10 15:52:33 marcm Exp $
--- configure.orig Fri Mar 14 09:42:34 2003
+++ configure Wed Apr 9 08:11:46 2003
@@ -6150,8 +6150,8 @@ else
hardcode_direct=yes
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
@ -12,7 +12,7 @@ $OpenBSD: patch-configure,v 1.3 2003/01/03 21:39:28 marcm Exp $
export_dynamic_flag_spec='${wl}-E'
else
case "$host_os" in
@@ -5570,8 +5570,8 @@ else
@@ -6160,8 +6160,8 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
@ -23,7 +23,7 @@ $OpenBSD: patch-configure,v 1.3 2003/01/03 21:39:28 marcm Exp $
;;
esac
fi
@@ -6087,6 +6087,8 @@ openbsd*)
@@ -6677,6 +6677,8 @@ openbsd*)
version_type=sunos
need_lib_prefix=no
need_version=no
@ -32,7 +32,7 @@ $OpenBSD: patch-configure,v 1.3 2003/01/03 21:39:28 marcm Exp $
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
case "$host_os" in
openbsd2.[89] | openbsd2.[89].*)
@@ -10317,6 +10319,10 @@ fi
@@ -11431,6 +11433,10 @@ fi
fi
@ -42,13 +42,22 @@ $OpenBSD: patch-configure,v 1.3 2003/01/03 21:39:28 marcm Exp $
+
if test "$gt_cv_func_gettext_libc" = "yes" \
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
cat >>confdefs.h <<\EOF
@@ -11606,7 +11612,7 @@ s/^[^=]*=[ ]*$//;
cat >>confdefs.h <<\_ACEOF
@@ -12121,8 +12127,6 @@ fi
sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po2msg.sed
fi
- sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
- $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed
if test "$PACKAGE" = "gettext"; then
GT_NO="#NO#"
@@ -12885,7 +12889,7 @@ s/^[^=]*=[ ]*$//;
}'
fi
-DEFS=-DHAVE_CONFIG_H
+DEFS="-DHAVE_CONFIG_H -I\$(top_srcdir)"
mv -f po/POTFILES po/POTFILES.tmp
sed -e 's/\[.*\] *//' < po/POTFILES.tmp > po/POTFILES

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-ltmain_sh,v 1.2 2002/11/14 20:56:46 marcm Exp $
--- ltmain.sh.orig Mon Oct 7 08:47:52 2002
+++ ltmain.sh Tue Oct 15 10:40:27 2002
$OpenBSD: patch-ltmain_sh,v 1.3 2003/04/10 15:52:33 marcm Exp $
--- ltmain.sh.orig Mon Feb 3 09:18:01 2003
+++ ltmain.sh Fri Feb 7 16:14:13 2003
@@ -1073,6 +1073,17 @@ compiler."
continue
;;
@ -21,7 +21,7 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2002/11/14 20:56:46 marcm Exp $
continue
@@ -4526,40 +4537,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/01/03 21:39:28 marcm Exp $
lib/libgal.so.22.0
@comment $OpenBSD: PFRAG.shared,v 1.4 2003/04/10 15:52:33 marcm Exp $
lib/libgal.so.23.0
DYNLIBDIR(%D/lib)

View File

@ -1,211 +1,212 @@
@comment $OpenBSD: PLIST,v 1.3 2003/01/03 21:39:28 marcm Exp $
include/gal/e-paned/e-hpaned.h
include/gal/e-paned/e-paned.h
include/gal/e-paned/e-vpaned.h
include/gal/e-table/e-cell-checkbox.h
include/gal/e-table/e-cell-combo.h
include/gal/e-table/e-cell-date.h
include/gal/e-table/e-cell-float.h
include/gal/e-table/e-cell-number.h
include/gal/e-table/e-cell-pixbuf.h
include/gal/e-table/e-cell-popup.h
include/gal/e-table/e-cell-progress.h
include/gal/e-table/e-cell-size.h
include/gal/e-table/e-cell-spin-button.h
include/gal/e-table/e-cell-text.h
include/gal/e-table/e-cell-toggle.h
include/gal/e-table/e-cell-tree.h
include/gal/e-table/e-cell-vbox.h
include/gal/e-table/e-cell.h
include/gal/e-table/e-table-click-to-add.h
include/gal/e-table/e-table-col-dnd.h
include/gal/e-table/e-table-col.h
include/gal/e-table/e-table-column-specification.h
include/gal/e-table/e-table-config.h
include/gal/e-table/e-table-defines.h
include/gal/e-table/e-table-extras.h
include/gal/e-table/e-table-field-chooser-dialog.h
include/gal/e-table/e-table-field-chooser-item.h
include/gal/e-table/e-table-field-chooser.h
include/gal/e-table/e-table-group-container.h
include/gal/e-table/e-table-group-leaf.h
include/gal/e-table/e-table-group.h
include/gal/e-table/e-table-header-item.h
include/gal/e-table/e-table-header-utils.h
include/gal/e-table/e-table-header.h
include/gal/e-table/e-table-item.h
include/gal/e-table/e-table-memory-callbacks.h
include/gal/e-table/e-table-memory-store.h
include/gal/e-table/e-table-memory.h
include/gal/e-table/e-table-model.h
include/gal/e-table/e-table-one.h
include/gal/e-table/e-table-scrolled.h
include/gal/e-table/e-table-search.h
include/gal/e-table/e-table-selection-model.h
include/gal/e-table/e-table-simple.h
include/gal/e-table/e-table-sort-info.h
include/gal/e-table/e-table-sorted-variable.h
include/gal/e-table/e-table-sorted.h
include/gal/e-table/e-table-sorter.h
include/gal/e-table/e-table-sorting-utils.h
include/gal/e-table/e-table-specification.h
include/gal/e-table/e-table-state.h
include/gal/e-table/e-table-subset-variable.h
include/gal/e-table/e-table-subset.h
include/gal/e-table/e-table-tooltip.h
include/gal/e-table/e-table-utils.h
include/gal/e-table/e-table-without.h
include/gal/e-table/e-table.h
include/gal/e-table/e-tree-memory-callbacks.h
include/gal/e-table/e-tree-memory.h
include/gal/e-table/e-tree-model.h
include/gal/e-table/e-tree-scrolled.h
include/gal/e-table/e-tree-selection-model.h
include/gal/e-table/e-tree-sorted.h
include/gal/e-table/e-tree-table-adapter.h
include/gal/e-table/e-tree.h
include/gal/e-text/e-completion-match.h
include/gal/e-text/e-completion-view.h
include/gal/e-text/e-completion.h
include/gal/e-text/e-entry.h
include/gal/e-text/e-table-text-model.h
include/gal/e-text/e-text-model-repos.h
include/gal/e-text/e-text-model-uri.h
include/gal/e-text/e-text-model.h
include/gal/e-text/e-text.h
include/gal/menus/gal-define-views-dialog.h
include/gal/menus/gal-define-views-model.h
include/gal/menus/gal-view-collection.h
include/gal/menus/gal-view-etable.h
include/gal/menus/gal-view-factory-etable.h
include/gal/menus/gal-view-factory.h
include/gal/menus/gal-view-instance-save-as-dialog.h
include/gal/menus/gal-view-instance.h
include/gal/menus/gal-view-new-dialog.h
include/gal/menus/gal-view.h
include/gal/shortcut-bar/e-group-bar.h
include/gal/shortcut-bar/e-icon-bar-bg-item.h
include/gal/shortcut-bar/e-icon-bar.h
include/gal/shortcut-bar/e-shortcut-bar.h
include/gal/shortcut-bar/e-shortcut-model.h
include/gal/shortcut-bar/e-vscrolled-bar.h
include/gal/unicode/gunicode.h
include/gal/util/e-bit-array.h
include/gal/util/e-cache.h
include/gal/util/e-i18n.h
include/gal/util/e-iconv.h
include/gal/util/e-sorter-array.h
include/gal/util/e-sorter.h
include/gal/util/e-text-event-processor-emacs-like.h
include/gal/util/e-text-event-processor-types.h
include/gal/util/e-text-event-processor.h
include/gal/util/e-unicode-i18n.h
include/gal/util/e-util.h
include/gal/util/e-xml-utils.h
include/gal/widgets/color-group.h
include/gal/widgets/color-palette.h
include/gal/widgets/e-canvas-background.h
include/gal/widgets/e-canvas-utils.h
include/gal/widgets/e-canvas-vbox.h
include/gal/widgets/e-canvas.h
include/gal/widgets/e-categories-master-list-array.h
include/gal/widgets/e-categories-master-list-combo.h
include/gal/widgets/e-categories-master-list-dialog-model.h
include/gal/widgets/e-categories-master-list-dialog.h
include/gal/widgets/e-categories-master-list-option-menu.h
include/gal/widgets/e-categories-master-list.h
include/gal/widgets/e-categories.h
include/gal/widgets/e-colors.h
include/gal/widgets/e-cursors.h
include/gal/widgets/e-file-selection.h
include/gal/widgets/e-font.h
include/gal/widgets/e-gui-utils.h
include/gal/widgets/e-hscrollbar.h
include/gal/widgets/e-hsv-utils.h
include/gal/widgets/e-option-menu.h
include/gal/widgets/e-popup-menu.h
include/gal/widgets/e-printable.h
include/gal/widgets/e-reflow-model.h
include/gal/widgets/e-reflow.h
include/gal/widgets/e-scroll-frame.h
include/gal/widgets/e-selection-model-array.h
include/gal/widgets/e-selection-model-simple.h
include/gal/widgets/e-selection-model.h
include/gal/widgets/e-unicode.h
include/gal/widgets/e-vscrollbar.h
include/gal/widgets/gtk-combo-box.h
include/gal/widgets/gtk-combo-stack.h
include/gal/widgets/gtk-combo-text.h
include/gal/widgets/widget-color-combo.h
include/gal/widgets/widget-pixmap-combo.h
@comment $OpenBSD: PLIST,v 1.4 2003/04/10 15:52:33 marcm Exp $
include/gal-1.0/gal/e-paned/e-hpaned.h
include/gal-1.0/gal/e-paned/e-paned.h
include/gal-1.0/gal/e-paned/e-vpaned.h
include/gal-1.0/gal/e-table/e-cell-checkbox.h
include/gal-1.0/gal/e-table/e-cell-combo.h
include/gal-1.0/gal/e-table/e-cell-date.h
include/gal-1.0/gal/e-table/e-cell-float.h
include/gal-1.0/gal/e-table/e-cell-number.h
include/gal-1.0/gal/e-table/e-cell-pixbuf.h
include/gal-1.0/gal/e-table/e-cell-popup.h
include/gal-1.0/gal/e-table/e-cell-progress.h
include/gal-1.0/gal/e-table/e-cell-size.h
include/gal-1.0/gal/e-table/e-cell-spin-button.h
include/gal-1.0/gal/e-table/e-cell-text.h
include/gal-1.0/gal/e-table/e-cell-toggle.h
include/gal-1.0/gal/e-table/e-cell-tree.h
include/gal-1.0/gal/e-table/e-cell-vbox.h
include/gal-1.0/gal/e-table/e-cell.h
include/gal-1.0/gal/e-table/e-table-click-to-add.h
include/gal-1.0/gal/e-table/e-table-col-dnd.h
include/gal-1.0/gal/e-table/e-table-col.h
include/gal-1.0/gal/e-table/e-table-column-specification.h
include/gal-1.0/gal/e-table/e-table-config.h
include/gal-1.0/gal/e-table/e-table-defines.h
include/gal-1.0/gal/e-table/e-table-extras.h
include/gal-1.0/gal/e-table/e-table-field-chooser-dialog.h
include/gal-1.0/gal/e-table/e-table-field-chooser-item.h
include/gal-1.0/gal/e-table/e-table-field-chooser.h
include/gal-1.0/gal/e-table/e-table-group-container.h
include/gal-1.0/gal/e-table/e-table-group-leaf.h
include/gal-1.0/gal/e-table/e-table-group.h
include/gal-1.0/gal/e-table/e-table-header-item.h
include/gal-1.0/gal/e-table/e-table-header-utils.h
include/gal-1.0/gal/e-table/e-table-header.h
include/gal-1.0/gal/e-table/e-table-item.h
include/gal-1.0/gal/e-table/e-table-memory-callbacks.h
include/gal-1.0/gal/e-table/e-table-memory-store.h
include/gal-1.0/gal/e-table/e-table-memory.h
include/gal-1.0/gal/e-table/e-table-model.h
include/gal-1.0/gal/e-table/e-table-one.h
include/gal-1.0/gal/e-table/e-table-scrolled.h
include/gal-1.0/gal/e-table/e-table-search.h
include/gal-1.0/gal/e-table/e-table-selection-model.h
include/gal-1.0/gal/e-table/e-table-simple.h
include/gal-1.0/gal/e-table/e-table-sort-info.h
include/gal-1.0/gal/e-table/e-table-sorted-variable.h
include/gal-1.0/gal/e-table/e-table-sorted.h
include/gal-1.0/gal/e-table/e-table-sorter.h
include/gal-1.0/gal/e-table/e-table-sorting-utils.h
include/gal-1.0/gal/e-table/e-table-specification.h
include/gal-1.0/gal/e-table/e-table-state.h
include/gal-1.0/gal/e-table/e-table-subset-variable.h
include/gal-1.0/gal/e-table/e-table-subset.h
include/gal-1.0/gal/e-table/e-table-tooltip.h
include/gal-1.0/gal/e-table/e-table-utils.h
include/gal-1.0/gal/e-table/e-table-without.h
include/gal-1.0/gal/e-table/e-table.h
include/gal-1.0/gal/e-table/e-tree-memory-callbacks.h
include/gal-1.0/gal/e-table/e-tree-memory.h
include/gal-1.0/gal/e-table/e-tree-model.h
include/gal-1.0/gal/e-table/e-tree-scrolled.h
include/gal-1.0/gal/e-table/e-tree-selection-model.h
include/gal-1.0/gal/e-table/e-tree-sorted.h
include/gal-1.0/gal/e-table/e-tree-table-adapter.h
include/gal-1.0/gal/e-table/e-tree.h
include/gal-1.0/gal/e-text/e-completion-match.h
include/gal-1.0/gal/e-text/e-completion-view.h
include/gal-1.0/gal/e-text/e-completion.h
include/gal-1.0/gal/e-text/e-entry.h
include/gal-1.0/gal/e-text/e-table-text-model.h
include/gal-1.0/gal/e-text/e-text-model-repos.h
include/gal-1.0/gal/e-text/e-text-model-uri.h
include/gal-1.0/gal/e-text/e-text-model.h
include/gal-1.0/gal/e-text/e-text.h
include/gal-1.0/gal/menus/gal-define-views-dialog.h
include/gal-1.0/gal/menus/gal-define-views-model.h
include/gal-1.0/gal/menus/gal-view-collection.h
include/gal-1.0/gal/menus/gal-view-etable.h
include/gal-1.0/gal/menus/gal-view-factory-etable.h
include/gal-1.0/gal/menus/gal-view-factory.h
include/gal-1.0/gal/menus/gal-view-instance-save-as-dialog.h
include/gal-1.0/gal/menus/gal-view-instance.h
include/gal-1.0/gal/menus/gal-view-new-dialog.h
include/gal-1.0/gal/menus/gal-view.h
include/gal-1.0/gal/shortcut-bar/e-group-bar.h
include/gal-1.0/gal/shortcut-bar/e-icon-bar-bg-item.h
include/gal-1.0/gal/shortcut-bar/e-icon-bar.h
include/gal-1.0/gal/shortcut-bar/e-shortcut-bar.h
include/gal-1.0/gal/shortcut-bar/e-shortcut-model.h
include/gal-1.0/gal/shortcut-bar/e-vscrolled-bar.h
include/gal-1.0/gal/unicode/gunicode.h
include/gal-1.0/gal/util/e-bit-array.h
include/gal-1.0/gal/util/e-cache.h
include/gal-1.0/gal/util/e-i18n.h
include/gal-1.0/gal/util/e-iconv.h
include/gal-1.0/gal/util/e-sorter-array.h
include/gal-1.0/gal/util/e-sorter.h
include/gal-1.0/gal/util/e-text-event-processor-emacs-like.h
include/gal-1.0/gal/util/e-text-event-processor-types.h
include/gal-1.0/gal/util/e-text-event-processor.h
include/gal-1.0/gal/util/e-unicode-i18n.h
include/gal-1.0/gal/util/e-util.h
include/gal-1.0/gal/util/e-xml-utils.h
include/gal-1.0/gal/widgets/color-group.h
include/gal-1.0/gal/widgets/color-palette.h
include/gal-1.0/gal/widgets/e-canvas-background.h
include/gal-1.0/gal/widgets/e-canvas-utils.h
include/gal-1.0/gal/widgets/e-canvas-vbox.h
include/gal-1.0/gal/widgets/e-canvas.h
include/gal-1.0/gal/widgets/e-categories-master-list-array.h
include/gal-1.0/gal/widgets/e-categories-master-list-combo.h
include/gal-1.0/gal/widgets/e-categories-master-list-dialog-model.h
include/gal-1.0/gal/widgets/e-categories-master-list-dialog.h
include/gal-1.0/gal/widgets/e-categories-master-list-option-menu.h
include/gal-1.0/gal/widgets/e-categories-master-list.h
include/gal-1.0/gal/widgets/e-categories.h
include/gal-1.0/gal/widgets/e-colors.h
include/gal-1.0/gal/widgets/e-cursors.h
include/gal-1.0/gal/widgets/e-file-selection.h
include/gal-1.0/gal/widgets/e-font.h
include/gal-1.0/gal/widgets/e-gui-utils.h
include/gal-1.0/gal/widgets/e-hscrollbar.h
include/gal-1.0/gal/widgets/e-hsv-utils.h
include/gal-1.0/gal/widgets/e-option-menu.h
include/gal-1.0/gal/widgets/e-popup-menu.h
include/gal-1.0/gal/widgets/e-printable.h
include/gal-1.0/gal/widgets/e-reflow-model.h
include/gal-1.0/gal/widgets/e-reflow.h
include/gal-1.0/gal/widgets/e-scroll-frame.h
include/gal-1.0/gal/widgets/e-selection-model-array.h
include/gal-1.0/gal/widgets/e-selection-model-simple.h
include/gal-1.0/gal/widgets/e-selection-model.h
include/gal-1.0/gal/widgets/e-unicode.h
include/gal-1.0/gal/widgets/e-vscrollbar.h
include/gal-1.0/gal/widgets/gtk-combo-box.h
include/gal-1.0/gal/widgets/gtk-combo-stack.h
include/gal-1.0/gal/widgets/gtk-combo-text.h
include/gal-1.0/gal/widgets/widget-color-combo.h
include/gal-1.0/gal/widgets/widget-pixmap-combo.h
lib/galConf.sh
lib/libgal.a
lib/libgal.la
lib/pkgconfig/gal.pc
share/doc/gal/gal-api.sgml
share/doc/gal/gal-decl.txt
share/doc/gal/gal-sections.txt
share/doc/gal/gal.hierarchy
share/doc/gal/gal.signals
share/doc/gal/gal.types
share/etable/0.22/glade/e-table-config-no-group.glade
share/etable/0.22/glade/e-table-config.glade
share/etable/0.22/glade/e-table-field-chooser.glade
share/etable/0.22/glade/e-table-group.glade
share/gal/0.22/glade/e-categories-master-list-dialog.glade
share/gal/0.22/glade/gal-categories.glade
share/gal/0.22/glade/gal-define-views.glade
share/gal/0.22/glade/gal-view-instance-save-as-dialog.glade
share/gal/0.22/glade/gal-view-new-dialog.glade
share/gal/0.22/pixmaps/categories/category_birthday_16.png
share/gal/0.22/pixmaps/categories/category_business_16.png
share/gal/0.22/pixmaps/categories/category_favorites_16.png
share/gal/0.22/pixmaps/categories/category_gifts_16.png
share/gal/0.22/pixmaps/categories/category_goals_16.png
share/gal/0.22/pixmaps/categories/category_holiday-cards_16.png
share/gal/0.22/pixmaps/categories/category_holiday_16.png
share/gal/0.22/pixmaps/categories/category_hot-contacts_16.png
share/gal/0.22/pixmaps/categories/category_ideas_16.png
share/gal/0.22/pixmaps/categories/category_international_16.png
share/gal/0.22/pixmaps/categories/category_key-customer_16.png
share/gal/0.22/pixmaps/categories/category_miscellaneous_16.png
share/gal/0.22/pixmaps/categories/category_personal_16.png
share/gal/0.22/pixmaps/categories/category_phonecalls_16.png
share/gal/0.22/pixmaps/categories/category_status_16.png
share/gal/0.22/pixmaps/categories/category_strategies_16.png
share/gal/0.22/pixmaps/categories/category_suppliers_16.png
share/gal/0.22/pixmaps/categories/category_time-and-expenses_16.png
share/locale/az/LC_MESSAGES/gal-0.22.mo
share/locale/ca/LC_MESSAGES/gal-0.22.mo
share/locale/cs/LC_MESSAGES/gal-0.22.mo
share/locale/da/LC_MESSAGES/gal-0.22.mo
share/locale/de/LC_MESSAGES/gal-0.22.mo
share/locale/el/LC_MESSAGES/gal-0.22.mo
share/locale/en_GB/LC_MESSAGES/gal-0.22.mo
share/locale/es/LC_MESSAGES/gal-0.22.mo
share/locale/eu/LC_MESSAGES/gal-0.22.mo
share/locale/fi/LC_MESSAGES/gal-0.22.mo
share/locale/fr/LC_MESSAGES/gal-0.22.mo
share/locale/gl/LC_MESSAGES/gal-0.22.mo
share/locale/hu/LC_MESSAGES/gal-0.22.mo
share/locale/it/LC_MESSAGES/gal-0.22.mo
share/locale/ja/LC_MESSAGES/gal-0.22.mo
share/locale/ko/LC_MESSAGES/gal-0.22.mo
share/locale/lt/LC_MESSAGES/gal-0.22.mo
share/locale/ms/LC_MESSAGES/gal-0.22.mo
share/locale/nn/LC_MESSAGES/gal-0.22.mo
share/locale/no/LC_MESSAGES/gal-0.22.mo
share/locale/pl/LC_MESSAGES/gal-0.22.mo
share/locale/pt/LC_MESSAGES/gal-0.22.mo
share/locale/pt_BR/LC_MESSAGES/gal-0.22.mo
share/locale/ro/LC_MESSAGES/gal-0.22.mo
share/locale/ru/LC_MESSAGES/gal-0.22.mo
share/locale/sk/LC_MESSAGES/gal-0.22.mo
share/locale/sv/LC_MESSAGES/gal-0.22.mo
share/locale/ta/LC_MESSAGES/gal-0.22.mo
share/locale/tr/LC_MESSAGES/gal-0.22.mo
share/locale/uk/LC_MESSAGES/gal-0.22.mo
share/locale/zh_CN/LC_MESSAGES/gal-0.22.mo
share/locale/zh_TW/LC_MESSAGES/gal-0.22.mo
share/etable/0.24/glade/e-table-config-no-group.glade
share/etable/0.24/glade/e-table-config.glade
share/etable/0.24/glade/e-table-field-chooser.glade
share/etable/0.24/glade/e-table-group.glade
share/gal/0.24/glade/e-categories-master-list-dialog.glade
share/gal/0.24/glade/gal-categories.glade
share/gal/0.24/glade/gal-define-views.glade
share/gal/0.24/glade/gal-view-instance-save-as-dialog.glade
share/gal/0.24/glade/gal-view-new-dialog.glade
share/gal/0.24/pixmaps/categories/category_birthday_16.png
share/gal/0.24/pixmaps/categories/category_business_16.png
share/gal/0.24/pixmaps/categories/category_favorites_16.png
share/gal/0.24/pixmaps/categories/category_gifts_16.png
share/gal/0.24/pixmaps/categories/category_goals_16.png
share/gal/0.24/pixmaps/categories/category_holiday-cards_16.png
share/gal/0.24/pixmaps/categories/category_holiday_16.png
share/gal/0.24/pixmaps/categories/category_hot-contacts_16.png
share/gal/0.24/pixmaps/categories/category_ideas_16.png
share/gal/0.24/pixmaps/categories/category_international_16.png
share/gal/0.24/pixmaps/categories/category_key-customer_16.png
share/gal/0.24/pixmaps/categories/category_miscellaneous_16.png
share/gal/0.24/pixmaps/categories/category_personal_16.png
share/gal/0.24/pixmaps/categories/category_phonecalls_16.png
share/gal/0.24/pixmaps/categories/category_status_16.png
share/gal/0.24/pixmaps/categories/category_strategies_16.png
share/gal/0.24/pixmaps/categories/category_suppliers_16.png
share/gal/0.24/pixmaps/categories/category_time-and-expenses_16.png
share/locale/az/LC_MESSAGES/gal-0.24.mo
share/locale/ca/LC_MESSAGES/gal-0.24.mo
share/locale/cs/LC_MESSAGES/gal-0.24.mo
share/locale/da/LC_MESSAGES/gal-0.24.mo
share/locale/de/LC_MESSAGES/gal-0.24.mo
share/locale/el/LC_MESSAGES/gal-0.24.mo
share/locale/en_GB/LC_MESSAGES/gal-0.24.mo
share/locale/es/LC_MESSAGES/gal-0.24.mo
share/locale/eu/LC_MESSAGES/gal-0.24.mo
share/locale/fi/LC_MESSAGES/gal-0.24.mo
share/locale/fr/LC_MESSAGES/gal-0.24.mo
share/locale/gl/LC_MESSAGES/gal-0.24.mo
share/locale/hu/LC_MESSAGES/gal-0.24.mo
share/locale/it/LC_MESSAGES/gal-0.24.mo
share/locale/ja/LC_MESSAGES/gal-0.24.mo
share/locale/ko/LC_MESSAGES/gal-0.24.mo
share/locale/lt/LC_MESSAGES/gal-0.24.mo
share/locale/ms/LC_MESSAGES/gal-0.24.mo
share/locale/nn/LC_MESSAGES/gal-0.24.mo
share/locale/no/LC_MESSAGES/gal-0.24.mo
share/locale/pl/LC_MESSAGES/gal-0.24.mo
share/locale/pt/LC_MESSAGES/gal-0.24.mo
share/locale/pt_BR/LC_MESSAGES/gal-0.24.mo
share/locale/ro/LC_MESSAGES/gal-0.24.mo
share/locale/ru/LC_MESSAGES/gal-0.24.mo
share/locale/sk/LC_MESSAGES/gal-0.24.mo
share/locale/sv/LC_MESSAGES/gal-0.24.mo
share/locale/ta/LC_MESSAGES/gal-0.24.mo
share/locale/tr/LC_MESSAGES/gal-0.24.mo
share/locale/uk/LC_MESSAGES/gal-0.24.mo
share/locale/zh_CN/LC_MESSAGES/gal-0.24.mo
share/locale/zh_TW/LC_MESSAGES/gal-0.24.mo
%%SHARED%%
@comment @dirrm share/locale/zh_TW/LC_MESSAGES
@comment @dirrm share/locale/zh_TW
@ -272,23 +273,25 @@ share/locale/zh_TW/LC_MESSAGES/gal-0.22.mo
@comment @dirrm share/locale/az/LC_MESSAGES
@comment @dirrm share/locale/az
@comment @dirrm share/locale
@dirrm share/gal/0.22/pixmaps/categories
@dirrm share/gal/0.22/pixmaps
@dirrm share/gal/0.22/glade
@dirrm share/gal/0.22
@dirrm share/gal/0.24/pixmaps/categories
@dirrm share/gal/0.24/pixmaps
@dirrm share/gal/0.24/glade
@dirrm share/gal/0.24
@dirrm share/gal
@dirrm share/etable/0.22/glade
@dirrm share/etable/0.22
@dirrm share/etable/0.24/glade
@dirrm share/etable/0.24
@dirrm share/etable
@comment @exec mkdir -p %D/share/doc/gal/gal
@comment @dirrm share/doc/gal/gal
@dirrm share/doc/gal
@dirrm include/gal/widgets
@dirrm include/gal/util
@dirrm include/gal/unicode
@dirrm include/gal/shortcut-bar
@dirrm include/gal/menus
@dirrm include/gal/e-text
@dirrm include/gal/e-table
@dirrm include/gal/e-paned
@dirrm include/gal
@comment @dirrm lib/pkgconfig
@dirrm include/gal-1.0/gal/widgets
@dirrm include/gal-1.0/gal/util
@dirrm include/gal-1.0/gal/unicode
@dirrm include/gal-1.0/gal/shortcut-bar
@dirrm include/gal-1.0/gal/menus
@dirrm include/gal-1.0/gal/e-text
@dirrm include/gal-1.0/gal/e-table
@dirrm include/gal-1.0/gal/e-paned
@dirrm include/gal-1.0/gal
@dirrm include/gal-1.0