]> git.sur5r.net Git - glabels/commit
2003-12-27 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Sun, 28 Dec 2003 00:13:29 +0000 (00:13 +0000)
committerJim Evins <evins@snaught.com>
Sun, 28 Dec 2003 00:13:29 +0000 (00:13 +0000)
commit374483b9c1e3bd3054a71d6b502c02218baee4c5
treea9cebaa5a015a205560a6524933fd4fb5dbf32d6
parent0fc7cd31248b35914e681b37cd703f5366d88c76
2003-12-27  Jim Evins  <evins@snaught.com>

* configure.in:
Updated to work with latest gnome-common package from CVS.
Removed recursive configuration of barcode-0.98.

* acconfig.h:
* macros/*:
Removed.

* Makefile.am:
Added barcode-0.98/ as a SUBDIR, and removed dist-hook.

* barcode-0.98/Makefile.in:
* barcode-0.98/configure.in:
* barcode-0.98/Makefile.am:
* barcode-0.98/README.glabels:
Modified to ignore the barcode package's build system, and build
as a part of glabels.
Renamed Makefile.in to Makefile.in.dist.
Renamed configure.in to configure.in.dist.
Added barcode-0.98/Makefile.am and barcode-0.98/README.glabels.

* src/Makefile.am:
* src/mygal/Makefile.am:
* src/recent-files/Makefile.am:
In order to build against the GNOME 2.5 platform,
all use of *_DISABLE_DEPRECATED compile-time flags has been removed.

* src/mygal/Makefile.am:
* src/mygal/mygal-combo-box.c:
* src/mygal/mygal-combo-box.h:
* src/mygal/widget-color-combo.c:
* src/mygal/widget-color-combo.h:
* po/POTFILES.in:
In order to build against the GNOME 2.5 platform,
Renamed gtk_combo_box widget to mygal_combo_box, to prevent namespace
collisions with the real gtk_combo_box widget, now a part of gtk.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@390 f5e0f49d-192f-0410-a22d-a8d8700d0965
19 files changed:
glabels2/ChangeLog
glabels2/Makefile.am
glabels2/acconfig.h [deleted file]
glabels2/barcode-0.98/Makefile.in
glabels2/barcode-0.98/Makefile.in.dist [new file with mode: 0644]
glabels2/barcode-0.98/README.glabels [new file with mode: 0644]
glabels2/barcode-0.98/configure.in [deleted file]
glabels2/barcode-0.98/configure.in.dist [new file with mode: 0644]
glabels2/configure.in
glabels2/po/POTFILES.in
glabels2/src/Makefile.am
glabels2/src/mygal/Makefile.am
glabels2/src/mygal/gtk-combo-box.c [deleted file]
glabels2/src/mygal/gtk-combo-box.h [deleted file]
glabels2/src/mygal/mygal-combo-box.c [new file with mode: 0644]
glabels2/src/mygal/mygal-combo-box.h [new file with mode: 0644]
glabels2/src/mygal/widget-color-combo.c
glabels2/src/mygal/widget-color-combo.h
glabels2/src/recent-files/Makefile.am