diff options
author | rh <rh@pkgsrc.org> | 2000-10-17 17:12:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-17 17:12:24 +0000 |
commit | 0d8286154657880b0a2a971fc6a9d2539a4b44ef (patch) | |
tree | 052735e38d96344930297152629314127fd68dc0 /devel/gal | |
parent | 90422ffba615105ca2865a77494410ea3e3ef7e7 (diff) | |
download | pkgsrc-0d8286154657880b0a2a971fc6a9d2539a4b44ef.tar.gz |
Initial import of gal-0.1, the Gnome Application Libraries
Diffstat (limited to 'devel/gal')
-rw-r--r-- | devel/gal/Makefile | 21 | ||||
-rw-r--r-- | devel/gal/files/md5 | 3 | ||||
-rw-r--r-- | devel/gal/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/gal/patches/patch-aa | 15 | ||||
-rw-r--r-- | devel/gal/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/gal/pkg/DESCR | 16 | ||||
-rw-r--r-- | devel/gal/pkg/PLIST | 82 |
7 files changed, 141 insertions, 0 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile new file mode 100644 index 00000000000..cfdf9d0d91e --- /dev/null +++ b/devel/gal/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/17 17:12:24 rh Exp $ +# + +DISTNAME= gal-0.1 +CATEGORIES= gnome devel +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.gnome.org/ + +DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core +DEPENDS+= gnome-print>=0.24:../../print/gnome-print +DEPENDS+= libglade>=0.14:../../devel/libglade + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_X11BASE= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/gal/files/md5 b/devel/gal/files/md5 new file mode 100644 index 00000000000..da419ed133a --- /dev/null +++ b/devel/gal/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/17 17:12:26 rh Exp $ + +MD5 (gal-0.1.tar.gz) = f7442798ab5b2df824b07ada32057eeb diff --git a/devel/gal/files/patch-sum b/devel/gal/files/patch-sum new file mode 100644 index 00000000000..f3eb5856372 --- /dev/null +++ b/devel/gal/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/10/17 17:12:26 rh Exp $ + +MD5 (patch-aa) = ce502a42b6ae9ad675fbd3072d67117f diff --git a/devel/gal/patches/patch-aa b/devel/gal/patches/patch-aa new file mode 100644 index 00000000000..1b5d912cc90 --- /dev/null +++ b/devel/gal/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/10/17 17:12:26 rh Exp $ + +--- configure.orig Tue Oct 17 12:12:31 2000 ++++ configure +@@ -4981,8 +4981,8 @@ + + + GAL_LIBDIR='-L${libdir}' +-GAL_INCLUDEDIR=" -I${includedir} `$GNOME_CONFIG --cflags gnomeui gdk_pixbuf print libglade unicode`" +-GAL_LIBS="-lgal `$GNOME_CONFIG --libs gnomeui gdk_pixbuf print libglade unicode`" ++GAL_INCLUDEDIR=" -I${includedir} `$GNOME_CONFIG --cflags gnomeui gdk_pixbuf print libglade` -Wl,-R${PREFIX}/lib `unicode-config --cflags`" ++GAL_LIBS="-lgal `$GNOME_CONFIG --libs gnomeui gdk_pixbuf print libglade` -Wl,-R${PREFIX}/lib `unicode-config --cflags`" + + + diff --git a/devel/gal/pkg/COMMENT b/devel/gal/pkg/COMMENT new file mode 100644 index 00000000000..1c77393e964 --- /dev/null +++ b/devel/gal/pkg/COMMENT @@ -0,0 +1 @@ +Gnome Application Libraries diff --git a/devel/gal/pkg/DESCR b/devel/gal/pkg/DESCR new file mode 100644 index 00000000000..eba18548a6f --- /dev/null +++ b/devel/gal/pkg/DESCR @@ -0,0 +1,16 @@ +This the G App Libs (GAL). + +This module contains some library functions that came from Gnumeric +and Evolution. The idea is to reuse those widgets across various +larger GNOME applications that might want to use these widgets. + +Please notice that these widgets are currently licensed under the +terms of the GNU GPL (with the exception of the gtk-combo-box which is +under the LGPL). If you want to contribute code to the official +distirbution of this code you have to sign a copyright assignment to +Helix Code. This would allow Helix Code in the future to redistribute +the code it fully owns under a difference license. + +The API is not frozen and might change at any time. Larger class +renaming might happen at any point without notice. Use this library +at your own risk. diff --git a/devel/gal/pkg/PLIST b/devel/gal/pkg/PLIST new file mode 100644 index 00000000000..72b1ce97961 --- /dev/null +++ b/devel/gal/pkg/PLIST @@ -0,0 +1,82 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/17 17:12:24 rh 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-text.h +include/gal/e-table/e-cell-toggle.h +include/gal/e-table/e-cell-tree.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-config.h +include/gal/e-table/e-table-defines.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.h +include/gal/e-table/e-table-item.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-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-subset-variable.h +include/gal/e-table/e-table-subset.h +include/gal/e-table/e-table-text-model.h +include/gal/e-table/e-table-tooltip.h +include/gal/e-table/e-table.h +include/gal/e-table/e-tree-model.h +include/gal/e-table/e-tree-simple.h +include/gal/e-text/e-entry.h +include/gal/e-text/e-text-event-processor-emacs-like.h +include/gal/e-text/e-text-event-processor-types.h +include/gal/e-text/e-text-event-processor.h +include/gal/e-text/e-text-model.h +include/gal/e-text/e-text.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-utils.h +include/gal/widgets/e-canvas-vbox.h +include/gal/widgets/e-canvas.h +include/gal/widgets/e-colors.h +include/gal/widgets/e-cursors.h +include/gal/widgets/e-font.h +include/gal/widgets/e-gui-utils.h +include/gal/widgets/e-popup-menu.h +include/gal/widgets/e-printable.h +include/gal/widgets/e-reflow-sorted.h +include/gal/widgets/e-reflow.h +include/gal/widgets/e-scroll-frame.h +include/gal/widgets/e-unicode.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 +lib/galConf.sh +lib/libgal.a +lib/libgal.la +lib/libgal.so.0.0 +share/etable/glade/e-table-config.glade +share/etable/glade/e-table-field-chooser.glade +share/etable/glade/e-table-group.glade +@dirrm share/etable/glade +@dirrm share/etable +@dirrm include/gal/widgets +@dirrm include/gal/util +@dirrm include/gal/e-text +@dirrm include/gal/e-table +@dirrm include/gal/e-paned +@dirrm include/gal |