summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-11-10 02:16:54 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-11-10 02:16:54 +0000
commitaecba887691539604713663aba94e117132f32c0 (patch)
tree10106931f2cf8543e2fbb15e4941c8b029fe3848 /gnome-base/ORBit/files
parentemake || make || die (diff)
downloadgentoo-2-aecba887691539604713663aba94e117132f32c0.tar.gz
gentoo-2-aecba887691539604713663aba94e117132f32c0.tar.bz2
gentoo-2-aecba887691539604713663aba94e117132f32c0.zip
fix the libIDLConf-file so that gnome-config --cflags libIDL returns the correct cflags.
Diffstat (limited to 'gnome-base/ORBit/files')
-rw-r--r--gnome-base/ORBit/files/digest-ORBit-0.5.10-r11
-rw-r--r--gnome-base/ORBit/files/digest-ORBit-0.5.111
-rw-r--r--gnome-base/ORBit/files/digest-ORBit-0.5.121
-rw-r--r--gnome-base/ORBit/files/digest-ORBit-0.5.12-r11
-rw-r--r--gnome-base/ORBit/files/libIDLConf.sh-gentoo.diff11
5 files changed, 12 insertions, 3 deletions
diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.10-r1 b/gnome-base/ORBit/files/digest-ORBit-0.5.10-r1
deleted file mode 100644
index 23f1bd9bf728..000000000000
--- a/gnome-base/ORBit/files/digest-ORBit-0.5.10-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 84e818d9f6fa4f389b9ea82aa00e8f6c ORBit-0.5.10.tar.gz 1290240
diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.11 b/gnome-base/ORBit/files/digest-ORBit-0.5.11
deleted file mode 100644
index c85fa0455371..000000000000
--- a/gnome-base/ORBit/files/digest-ORBit-0.5.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ca00cc90206c5e389929b1d5a3ce24d1 ORBit-0.5.11.tar.gz 1290240
diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.12 b/gnome-base/ORBit/files/digest-ORBit-0.5.12
deleted file mode 100644
index 4b08ca67bb4f..000000000000
--- a/gnome-base/ORBit/files/digest-ORBit-0.5.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ab66859c937a940da6bad2c84161c6aa ORBit-0.5.12.tar.gz 1294336
diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.12-r1 b/gnome-base/ORBit/files/digest-ORBit-0.5.12-r1
new file mode 100644
index 000000000000..3f5580148cc6
--- /dev/null
+++ b/gnome-base/ORBit/files/digest-ORBit-0.5.12-r1
@@ -0,0 +1 @@
+MD5 ab66859c937a940da6bad2c84161c6aa ORBit-0.5.12.tar.gz 1290240
diff --git a/gnome-base/ORBit/files/libIDLConf.sh-gentoo.diff b/gnome-base/ORBit/files/libIDLConf.sh-gentoo.diff
new file mode 100644
index 000000000000..f4b390a2654b
--- /dev/null
+++ b/gnome-base/ORBit/files/libIDLConf.sh-gentoo.diff
@@ -0,0 +1,11 @@
+--- libIDLConf.sh.old Sat Nov 10 03:01:02 2001
++++ libIDLConf.sh Sat Nov 10 03:00:07 2001
+@@ -1,7 +1,7 @@
+ #
+ # Configuration file for using the libIDL library in GNOME applications
+ #
+-LIBIDL_INCLUDEDIR="-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include"
++LIBIDL_INCLUDEDIR="-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/libIDL-1.0"
+ LIBIDL_LIBDIR="-L/usr/lib"
+ LIBIDL_LIBS="-lIDL -L/usr/lib -lglib"
+ MODULE_VERSION="libIDL-0.6.8"