summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnome-core
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-core
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gnome-core')
-rwxr-xr-xgnome1-libs/gnome-core/BUILD2
-rwxr-xr-xgnome1-libs/gnome-core/CONFLICTS4
-rwxr-xr-xgnome1-libs/gnome-core/DEPENDS6
-rwxr-xr-xgnome1-libs/gnome-core/DETAILS23
-rw-r--r--gnome1-libs/gnome-core/HISTORY38
5 files changed, 73 insertions, 0 deletions
diff --git a/gnome1-libs/gnome-core/BUILD b/gnome1-libs/gnome-core/BUILD
new file mode 100755
index 0000000000..72baa61a90
--- /dev/null
+++ b/gnome1-libs/gnome-core/BUILD
@@ -0,0 +1,2 @@
+sedit "s/-lpng -lz/-lpng -lz -lm/g" configure &&
+default_build
diff --git a/gnome1-libs/gnome-core/CONFLICTS b/gnome1-libs/gnome-core/CONFLICTS
new file mode 100755
index 0000000000..8de2be55de
--- /dev/null
+++ b/gnome1-libs/gnome-core/CONFLICTS
@@ -0,0 +1,4 @@
+conflicts gnome-desktop
+conflicts gnome-session
+conflicts gnome-panel
+conflicts gnome-terminal
diff --git a/gnome1-libs/gnome-core/DEPENDS b/gnome1-libs/gnome-core/DEPENDS
new file mode 100755
index 0000000000..5b0d303791
--- /dev/null
+++ b/gnome1-libs/gnome-core/DEPENDS
@@ -0,0 +1,6 @@
+depends gcc33 &&
+depends gnome-libs &&
+depends control-center &&
+depends libglade &&
+depends gtk-engines &&
+depends scrollkeeper
diff --git a/gnome1-libs/gnome-core/DETAILS b/gnome1-libs/gnome-core/DETAILS
new file mode 100755
index 0000000000..deea2434ef
--- /dev/null
+++ b/gnome1-libs/gnome-core/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=gnome-core
+ VERSION=1.4.2
+ GCC_VERSION=3.3
+ BUILD_API=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]='7db185b55f6f8dc14a179c35edf69d1a'
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=http://www.gnome.org
+ LICENSE[0]=GPL
+ LICENSE[1]=FDL
+ ENTERED=20010922
+ UPDATED=20020505
+ SHORT="gnome-core contains common files for Gnome core apps."
+cat << EOF
+Gnome is the "GNU Network Object Model Environment"
+It is a project to build a complete, user-friendly desktop based
+entirely on free software.
+This package includes some files that are shared between several Gnome apps.
+EOF
diff --git a/gnome1-libs/gnome-core/HISTORY b/gnome1-libs/gnome-core/HISTORY
new file mode 100644
index 0000000000..0035ecd4a4
--- /dev/null
+++ b/gnome1-libs/gnome-core/HISTORY
@@ -0,0 +1,38 @@
+2005-05-29 Pieter Lenaerts <e-type@cwazy.co.uk>
+ * DETAILS: converted to BUILD_API 2
+ * DETAILS, DEPENDS: gcc33
+
+2003-11-08 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: added depends scrollkeeper
+
+2003-07-09 hgg <hgreig@bigpond.net.au>
+ * BUILD: add BUILD with libs -lm for libpng upgrade
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * URLs now match new ftp.gnome.org layout
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * URLs now match new ftp.gnome.org layout
+
+2002-09-17 Jon Svendsen <jon-sven@frisurf.no>
+ * Updated to 1.4.2
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * Added licensing information
+
+2002-06-16 Jon Svendsen <jon-sven@frisurf.no>
+ * Updated to 1.4.1
+
+2002-05-05 Jon Svendsen <jon-sven@frisurf.no>
+ * Updated to 1.4.0.8
+
+2002-03-12 Jon Svendsen <jon-sven@frisurf.no>
+ * Added HISTORY
+ * Added MAINTAINER=moi
+ * fixed backup url
+ * cleaned up depends
+ * removed unnecessary BUILD
+