summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gal
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
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gal')
-rwxr-xr-xgnome1-libs/gal/BUILD3
-rwxr-xr-xgnome1-libs/gal/DEPENDS6
-rwxr-xr-xgnome1-libs/gal/DETAILS27
-rw-r--r--gnome1-libs/gal/HISTORY71
4 files changed, 107 insertions, 0 deletions
diff --git a/gnome1-libs/gal/BUILD b/gnome1-libs/gal/BUILD
new file mode 100755
index 0000000000..feceeab801
--- /dev/null
+++ b/gnome1-libs/gal/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+default_build &&
+make_normal
diff --git a/gnome1-libs/gal/DEPENDS b/gnome1-libs/gal/DEPENDS
new file mode 100755
index 0000000000..3fdbccf65d
--- /dev/null
+++ b/gnome1-libs/gal/DEPENDS
@@ -0,0 +1,6 @@
+depends gtk+ &&
+depends gnome-libs &&
+depends gdk-pixbuf &&
+depends gnome-print &&
+depends libglade &&
+depends gnome-vfs
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
diff --git a/gnome1-libs/gal/HISTORY b/gnome1-libs/gal/HISTORY
new file mode 100644
index 0000000000..d73358715f
--- /dev/null
+++ b/gnome1-libs/gal/HISTORY
@@ -0,0 +1,71 @@
+2005-04-07 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed MAKE_NJOBS=1
+ Shortened SHORT
+ * BUILD: Run make_single before make and make_normal afterwards
+
+2004-07-17 Eric Sandall <eric@sandall.us>
+ * DETAILS: Added MAKE_NJOBS=1
+ Removed MAINTAINER
+
+2004-02-22 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: added gnome-libs as a depends
+
+2004-01-14 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: added gdk-pixbuf as a depends
+
+2003-04-17 Robin Cook <rcook@wyrms.net>
+ * CONFLICTS: removed the CONFLICTS file
+
+2003-04-06 Robin Cook <rcook@wyrms.net>
+ * DETAILS: downgraded to 0.23 until problems fixed with it.
+
+2003-03-29 Robin Cook <rcook@wyrms.net>
+ * DETAILS: updated to 0.24 needed for evolution 1.2.3
+
+2003-03-03 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: removed depends on itself
+
+2003-02-07 Robin Cook <rcook@wyrms.net>
+ * DETAILS: updated to 0.23
+
+2003-02-04 Robin Cook <rcook@wyrms.net>
+ * DETAILS: downgraded to 0.22
+ * CONFLICTS: conflict gal2 added
+
+2003-01-30 Robin Cook <rcook@wyrms.net>
+ * DETAILS: updated to 1.99.1
+ * CONFLICTS: added Conflict of gal2-0 as gal2-0 has been merged back into gal
+
+2002-12-28 Robin Cook <rcook@wyrms.net>
+ * DETAILS: updated to 0.22
+
+2002-11-03 Robin Cook <rcook@wyrms.net>
+ * DETAILS: updated to 0.21
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * DETAILS: add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: URLs now match new ftp.gnome.org layout
+
+2002-07-23 Jon Svendsen <jon-sven@frisurf.no>
+ * DEPENDS: added depends gnome-print
+
+2002-07-16 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: updated to 1.99.3
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: added licensing information
+
+2002-05-14 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: updated to 0.19.2
+
+2002-03-16 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: updated to 0.19.1
+
+2002-03-12 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: Added HISTORY
+ * DETAILS: Added MAINTAINER=myself
+ fixed backup url
+ trimmed description
+