summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnome-python
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-python
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gnome-python')
-rwxr-xr-xgnome1-libs/gnome-python/BUILD3
-rwxr-xr-xgnome1-libs/gnome-python/DEPENDS12
-rwxr-xr-xgnome1-libs/gnome-python/DETAILS17
-rw-r--r--gnome1-libs/gnome-python/HISTORY25
4 files changed, 57 insertions, 0 deletions
diff --git a/gnome1-libs/gnome-python/BUILD b/gnome1-libs/gnome-python/BUILD
new file mode 100755
index 0000000000..f37331c55a
--- /dev/null
+++ b/gnome1-libs/gnome-python/BUILD
@@ -0,0 +1,3 @@
+CFLAGS="$CFLAGS -I/usr/include/libcapplet1"
+sedit "s/macros pygtk pygnome/macros pygnome/" Makefile.in
+default_build
diff --git a/gnome1-libs/gnome-python/DEPENDS b/gnome1-libs/gnome-python/DEPENDS
new file mode 100755
index 0000000000..cefa8de1e9
--- /dev/null
+++ b/gnome1-libs/gnome-python/DEPENDS
@@ -0,0 +1,12 @@
+depends gnome-libs &&
+depends pygtk &&
+
+optional_depends control-center \
+ "" \
+ "" \
+ "to write control-center capplets" &&
+
+optional_depends gnome-core \
+ "" \
+ "" \
+ "to write gnome applets with gnome-python"
diff --git a/gnome1-libs/gnome-python/DETAILS b/gnome1-libs/gnome-python/DETAILS
new file mode 100755
index 0000000000..7fc22718bc
--- /dev/null
+++ b/gnome1-libs/gnome-python/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gnome-python
+ VERSION=1.4.4
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.gz
+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]="bad191a1dd4e36e96339f103529dd3c3"
+ LICENSE[0]=GPL
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20010922
+ UPDATED=20021103
+ SHORT="gnome-python -- Python bindings for GNOME"
+cat << EOF
+This is a set of bindings for the GNOME libraries for use with python.
+EOF
diff --git a/gnome1-libs/gnome-python/HISTORY b/gnome1-libs/gnome-python/HISTORY
new file mode 100644
index 0000000000..7401fc2742
--- /dev/null
+++ b/gnome1-libs/gnome-python/HISTORY
@@ -0,0 +1,25 @@
+2004-12-16 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Removed Python (pygtk already depends on it)
+ * HISTORY: Formatted to Guru Handbook
+
+2003-03-28 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: made control-center and gnome-core dependencies optional
+ depend on pygtk and don't build pygtk
+
+2002-11-03 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Updated to 1.4.4
+
+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-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Added licensing information
+
+2002-03-14 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: Added
+ * DETAILS: Added myself as maintainer
+ fixed backup url
+