summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnome-libs
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/gnome-libs
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gnome-libs')
-rwxr-xr-xgnome1-libs/gnome-libs/BUILD8
-rwxr-xr-xgnome1-libs/gnome-libs/DEPENDS6
-rwxr-xr-xgnome1-libs/gnome-libs/DETAILS21
-rw-r--r--gnome1-libs/gnome-libs/HISTORY52
-rwxr-xr-xgnome1-libs/gnome-libs/TRIGGERS1
5 files changed, 88 insertions, 0 deletions
diff --git a/gnome1-libs/gnome-libs/BUILD b/gnome1-libs/gnome-libs/BUILD
new file mode 100755
index 0000000000..71f7ea49f8
--- /dev/null
+++ b/gnome1-libs/gnome-libs/BUILD
@@ -0,0 +1,8 @@
+if [ "$( installed_version db | cut -c1 )" == "4" ]
+then sedit "s/db-3/db-4/g" configure
+ sedit "s/db-3/db-4/g" configure.in
+fi
+
+OPTS="$OPTS --disable-gtk-doc"
+
+default_build
diff --git a/gnome1-libs/gnome-libs/DEPENDS b/gnome1-libs/gnome-libs/DEPENDS
new file mode 100755
index 0000000000..806dc9dc9f
--- /dev/null
+++ b/gnome1-libs/gnome-libs/DEPENDS
@@ -0,0 +1,6 @@
+depends gcc34 &&
+depends imlib &&
+depends zlib &&
+depends esound &&
+depends orbit &&
+depends db
diff --git a/gnome1-libs/gnome-libs/DETAILS b/gnome1-libs/gnome-libs/DETAILS
new file mode 100755
index 0000000000..1044723cda
--- /dev/null
+++ b/gnome1-libs/gnome-libs/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gnome-libs
+ VERSION=1.4.2
+ 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]="cf50c0d4b52fb066eea50cb3a3ec8bb8"
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ BUILD_API=2
+ GCC_VERSION=3.4
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20010922
+ UPDATED=20021103
+ SHORT="gnome-libs provides the libraries essential to most gnome programs."
+cat << EOF
+gnome-libs
+These are the GNOME libraries, the foundation for most of the
+application of the GNOME project.
+EOF
diff --git a/gnome1-libs/gnome-libs/HISTORY b/gnome1-libs/gnome-libs/HISTORY
new file mode 100644
index 0000000000..85258ebbe8
--- /dev/null
+++ b/gnome1-libs/gnome-libs/HISTORY
@@ -0,0 +1,52 @@
+2005-06-30 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD: convert to build_api 2
+ * DEPENDS, DETAILS: use gcc 3.4
+ * POST_INSTALL: removed bogus file
+
+2004-07-18 Eric Sandall <eric@sandall.us>
+ * DEPENDS: ORBit renamed to orbit
+ Formatted to Guru Handbook
+ * HISTORY: Formatted to Guru Handbook
+
+2003-05-24 Robin Cook <rcook@wyrms.net>
+ * POST_INSTALL: Removed cast gdk-pixbuf from POST_INSTALL
+
+2003-01-12 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: Removed scrollkeeper from DEPENDS
+
+2002-12-28 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: Removed gdk-pixbuf from DEPENDS as it doesn't need it to compile
+ and it cast gdk-pixbuf in the POST_INSTALL
+
+2002-11-03 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Updated to 1.4.2
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Add MD5
+
+2002-10-18 Robin Cook <rcook@wyrms.net>
+ * TRIGGERS: Added TRIGGER for zlib
+
+2002-09-24 Jon Svendsen <jon-sven@frisurf.no>
+ * BUILD: --disable-gtk-doc to avoid problems
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: URLs now match new ftp.gnome.org layout
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Added licensing information
+
+2002-05-26 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Updated to 1.4.1.7
+
+2002-05-05 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Updated to 1.4.1.6
+
+2002-04-07 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Updated to 1.4.1.5
+
+2002-03-12 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: Added
+ * DETAILS: Added myself as MAINTAINER
+ fixed backup url
+
diff --git a/gnome1-libs/gnome-libs/TRIGGERS b/gnome1-libs/gnome-libs/TRIGGERS
new file mode 100755
index 0000000000..c83574f80c
--- /dev/null
+++ b/gnome1-libs/gnome-libs/TRIGGERS
@@ -0,0 +1 @@
+on_cast zlib cast_self