summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnomemm
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/gnomemm
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gnomemm')
-rwxr-xr-xgnome1-libs/gnomemm/BUILD3
-rwxr-xr-xgnome1-libs/gnomemm/DEPENDS7
-rwxr-xr-xgnome1-libs/gnomemm/DETAILS21
-rw-r--r--gnome1-libs/gnomemm/HISTORY29
4 files changed, 60 insertions, 0 deletions
diff --git a/gnome1-libs/gnomemm/BUILD b/gnome1-libs/gnomemm/BUILD
new file mode 100755
index 0000000000..d686e3f8a1
--- /dev/null
+++ b/gnome1-libs/gnomemm/BUILD
@@ -0,0 +1,3 @@
+sedit 's/protected GnomeUIInfo/public GnomeUIInfo/' src/gnome--/app-helper.h &&
+
+default_build
diff --git a/gnome1-libs/gnomemm/DEPENDS b/gnome1-libs/gnomemm/DEPENDS
new file mode 100755
index 0000000000..8730a00553
--- /dev/null
+++ b/gnome1-libs/gnomemm/DEPENDS
@@ -0,0 +1,7 @@
+depends gnome-libs &&
+depends orbit &&
+depends libsigc++ &&
+depends gtkmm &&
+depends imlib &&
+depends glib &&
+depends esound
diff --git a/gnome1-libs/gnomemm/DETAILS b/gnome1-libs/gnomemm/DETAILS
new file mode 100755
index 0000000000..37522c4133
--- /dev/null
+++ b/gnome1-libs/gnomemm/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gnomemm
+ VERSION=1.2.4
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/gtkmm/$SOURCE
+ SOURCE_URL[1]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ MD5[0]=f4e5e1c36e06c0b36b800b7920eb5871
+ LICENSE[0]=GPL
+ WEB_SITE=http://gtkmm.sourceforge.net
+ ENTERED=20011011
+ UPDATED=20021103
+ SHORT="Gnome-- (gnomemm) is a powerful C++ binding for the GNOME libraries."
+cat << EOF
+Gnome-- (gnomemm) is a powerful C++ binding for the GNOME libraries. Gnome--
+provides additional functionality above Gtk-- when using the GNU Network Object
+Model Environment. Gnome-- includes bindings for all the popular GNOME
+interfaces like canvas and MDI as well as useful application templates for
+constructing good looking apps.
+EOF
diff --git a/gnome1-libs/gnomemm/HISTORY b/gnome1-libs/gnomemm/HISTORY
new file mode 100644
index 0000000000..28627b09aa
--- /dev/null
+++ b/gnome1-libs/gnomemm/HISTORY
@@ -0,0 +1,29 @@
+2004-07-18 Eric Sandall <eric@sandall.us>
+ * DEPENDS: ORBit renamed to orbit
+
+2003-11-11 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: Updated to 1.2.4
+ * gnomemm-1.2.2-gcc3.patch: removed
+ * BUILD: removed patch line, added sedit to fix build with gcc 3.3
+
+2002-11-03 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Updated to 1.2.3
+ Add SOURCE_URL to gtkmm on sourceforge
+
+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-06-25 Jon Svendsen <jon-sven@frisurf.no>
+ * BUILD, gnomemm-1.2.2-gcc3.patch: Patch to work with gcc3
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Added licensing information
+
+2002-03-13 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: Added
+ * DETAILS: Added MAINTAINER=me
+ fixed backup url
+