summaryrefslogtreecommitdiff
path: root/devel/gal2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-09-21 17:10:06 +0000
committerjmmv <jmmv@pkgsrc.org>2004-09-21 17:10:06 +0000
commitf3230ccd76392e67eefc487c52c55ee12e46e000 (patch)
treed86840a8f0601488b0f9ce94dc2ff897035f6b06 /devel/gal2/Makefile
parentd6f986dffb0efe1ceb706a0f19841fb51a1bf22d (diff)
downloadpkgsrc-f3230ccd76392e67eefc487c52c55ee12e46e000.tar.gz
Update to 2.2.1. This version corresponds to GNOME 2.8.0.
---------------------- gal-2.2.1 2004-09-10 ---------------------- Other bugs and changes: - Updated translations: tr (Baris Cicek) el (Nikos Charosnitakis, Kostas Papadimas) ar (Arafat Medini) en_CA (Adam Weinberger) nn (Åsmund Skjæveland) cs (Miloslav Trmac) bg (Vladimir Petkov) it (Luca Ferretti) de (Hendrik Richter) ru (Leonid Kanter) bn (Runa Bhattacharjee) ---------------------- gal-2.2.0 2004-08-27 ---------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #45931 - blocking mouse grab when autocompleting (Toshok) Other bugs and changes: - remove 2.0 pkg-config file (JP) - Updated translations: eu, ca, nb, sq, uk, da, fi, az ---------------------- gal-2.1.14 2004-08-13 ---------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #61932 - e-table popup in wrong spot (Zucchi) #61936 - set etable config dialog parent and position and save edits (Radek) Other bugs and changes: - e-entry fixes (Toshok) - Updated translations: gu, pa, sr, ko, pt ---------------------- gal-2.1.13 2004-08-02 ---------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #57914 - don't allow deletion of builtin views (Radek) Other bugs and changes: - Updated translations: bn, no, sq ---------------------- gal-2.1.12 2004-07-19 ---------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #57914 - don't allow deletion of builtin views (Radek) Other bugs and changes: - delete all selected views in dialog (Larry) - properly freeze/unfreeze a sorted table (Radek) - Updated translations: sv, es, ja, sq,
Diffstat (limited to 'devel/gal2/Makefile')
-rw-r--r--devel/gal2/Makefile23
1 files changed, 17 insertions, 6 deletions
diff --git a/devel/gal2/Makefile b/devel/gal2/Makefile
index 8bc6947914e..ad1a0da8f39 100644
--- a/devel/gal2/Makefile
+++ b/devel/gal2/Makefile
@@ -1,29 +1,40 @@
-# $NetBSD: Makefile,v 1.24 2004/04/11 14:01:55 minskim Exp $
+# $NetBSD: Makefile,v 1.25 2004/09/21 17:10:06 jmmv Exp $
#
-DISTNAME= gal-1.99.11
+DISTNAME= gal-2.2.1
PKGNAME= ${DISTNAME:S/gal/gal2/}
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/1.99/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/2.2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Library functions that came from Gnumeric and Evolution
+BUILD_USES_MSGFMT= yes
+
USE_X11= yes
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
-BUILD_USES_MSGFMT= yes
USE_LIBTOOL= yes
-PKGCONFIG_OVERRIDE+= gal-2.0.pc.in
GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= gal-2.2.pc.in
+
CONFIGURE_ARGS= --enable-gtk-doc=no
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../graphics/libgnomecanvas/buildlink3.mk"
+.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"