gal21 stable port information

Package: gal21
Version: 0.22
Revision: 1016
Distribution: 10.4, 10.5
Source: mirror:gnome:sources/gal/%v/gal-%v.tar.bz2
Source-MD5: f2d5e447b6e239bc68f66f8a48d0897b
Depends: %N-shlibs (= %v-%r)
BuildDepends: gtk+ (>= 1.2.10-20), gnome-libs-dev (>= 1.4.2-19), libxml, gnome-print-dev (>= 0.36-11), gtk-doc, orbit-dev (>= 0.5.17-15), imlib (>= 1.9.14-14), esound, gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, glib, gdk-pixbuf, audiofile, libglade, fink (>= 0.24.12-1)
BuildDependsOnly: True
Replaces: gal, gal19, gal199-dev
Conflicts: gal, gal19, gal199-dev
PatchFile: %n.patch
PatchFile-MD5: e447e79ef0e94b4259535cc85835d9c3
SetCFLAGS: -Os
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
InstallScript: make install DESTDIR="%d"
SplitOff: <<
Package: %N-shlibs
Depends: gtk+-shlibs (>= 1.2.10-20), glib-shlibs, gettext, libiconv
Files: lib/libgal.*.dylib share/gal/%v share/locale
Shlibs: %p/lib/libgal.21.dylib 23.0.0 %n (>= 0.22-1016)
DocFiles: AUTHORS COPYING* ChangeLog MAINTAINERS NEWS README
<<
DocFiles: AUTHORS COPYING* ChangeLog MAINTAINERS NEWS README
Description: GNOME application library
DescDetail: Reuseable GNOME library functions.
DescPort: <<
Disabled building of test programs.
<<
License: GPL/LGPL
Maintainer: None
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<
Homepage: http://www.gnome.org/

gal21 stable port .patch

diff -ru gal-0.22/Makefile.in gal-0.22-patched/Makefile.in
--- gal-0.22/Makefile.in 2002-12-05 18:13:21.000000000 +0100
+++ gal-0.22-patched/Makefile.in 2003-01-14 19:32:39.000000000 +0100
@@ -154,7 +154,7 @@
gnomelocaledir = @gnomelocaledir@
l = @l@

-SUBDIRS = gal po intl tests docs art macros
+SUBDIRS = gal po intl docs art macros

confexecdir = $(libdir)
confexec_DATA = galConf.sh
diff -ru gal-0.22/gal/e-table/e-table-memory-store.c gal-0.22-patched/gal/e-table/e-table-memory-store.c
--- gal-0.22/gal/e-table/e-table-memory-store.c 2002-11-26 23:21:40.000000000 +0100
+++ gal-0.22-patched/gal/e-table/e-table-memory-store.c 2003-01-14 16:59:22.000000000 +0100
@@ -26,7 +26,7 @@
#include "e-table-memory-store.h"

#define PARENT_TYPE e_table_memory_get_type ()
-ETableMemoryClass *parent_class = NULL;
+static ETableMemoryClass *parent_class = NULL;

#define STORE_LOCATOR(etms, col, row) (*((etms)->priv->store + (row) * (etms)->priv->col_count + (col)))

diff -ru gal-0.22/gal/widgets/e-categories-master-list-dialog-model.c gal-0.22-patched/gal/widgets/e-categories-master-list-dialog-model.c
--- gal-0.22/gal/widgets/e-categories-master-list-dialog-model.c 2002-04-25 22:05:39.000000000 +0200
+++ gal-0.22-patched/gal/widgets/e-categories-master-list-dialog-model.c 2003-01-14 16:59:26.000000000 +0100
@@ -28,7 +28,7 @@
#include

#define PARENT_TYPE e_table_model_get_type()
-ETableModelClass *parent_class;
+static ETableModelClass *parent_class;

/*
* ECategoriesMasterListDialogModel callbacks
diff -ru gal-0.22/ltmain.sh gal-0.22-patched/ltmain.sh
--- gal-0.22/ltmain.sh 2002-12-05 18:12:44.000000000 +0100
+++ gal-0.22-patched/ltmain.sh 2003-01-14 19:31:12.000000000 +0100
@@ -2952,7 +2952,23 @@
if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
eval cmds=\"$archive_expsym_cmds\"
else
+ if test "x$verstring" = "x0.0"; then
+ tmp_verstring=
+ else
+ tmp_verstring="$verstring"
+ fi
+ save_deplibs="$deplibs"
+ for conv in $convenience; do
+ tmp_deplibs=
+ for test_deplib in $deplibs; do
+ if test "$test_deplib" != "$conv"; then
+ tmp_deplibs="$tmp_deplibs $test_deplib"
+ fi
+ done
+ deplibs="$tmp_deplibs"
+ done
eval cmds=\"$archive_cmds\"
+ deplibs="$save_deplibs"
fi
save_ifs="$IFS"; IFS='~'
for cmd in $cmds; do
diff -ru gal-0.22/po/Makefile.in.in gal-0.22-patched/po/Makefile.in.in
--- gal-0.22/po/Makefile.in.in 2002-12-05 18:12:58.000000000 +0100
+++ gal-0.22-patched/po/Makefile.in.in 2003-01-14 19:33:40.000000000 +0100
@@ -106,7 +106,7 @@
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+ lang=`echo $$cat | sed -e 's/\.gmo$$//' -e 's/\.mo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $(DESTDIR)$$dir; \
if test -r $$cat; then \

gal21 _unstable_ port .patch