summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gal/DETAILS
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/gal/DETAILS
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gal/DETAILS')
-rwxr-xr-xgnome1-libs/gal/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome1-libs/gal/DETAILS b/gnome1-libs/gal/DETAILS
new file mode 100755
index 0000000000..8d55519a8b
--- /dev/null
+++ b/gnome1-libs/gal/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=gal
+ VERSION=0.23
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ MD5[0]="65031d5125a4917411ed63445fd28643"
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20011009
+ UPDATED=20030406
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ SHORT="Gnome Application Libraries"
+cat << EOF
+GAL are the Gnome Application Libraries"
+
+This module contains some library functions that came from Gnumeric and
+Evolution. The idea is to reuse the code across various larger GNOME
+applications that might want to use it. 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.
+
+We envision some of this code being moved to Gtk+ or Gnome-Libs at
+some point, but not before 2.0, and certainly we don't know which ones
+yet.
+EOF