summaryrefslogtreecommitdiff
path: root/gnome
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-01 22:21:11 +0000
committerPhil Blundell <philb@gnu.org>2004-08-01 22:21:11 +0000
commit3f0754f72cb4349818547dddcbb96042a8b94a39 (patch)
tree379ad3b219c89d50ec313cff076a0d34cf6bec99 /gnome
parentc7d88477edd7afd79661e13bd0c156edbd7ca204 (diff)
use gnome.oeclass
BKrev: 410d6cd78ZZceJOdgsDwioJMzHB4vQ
Diffstat (limited to 'gnome')
-rw-r--r--gnome/libgnome_2.6.1.1.oe30
1 files changed, 5 insertions, 25 deletions
diff --git a/gnome/libgnome_2.6.1.1.oe b/gnome/libgnome_2.6.1.1.oe
index 1618fe0207..9e63acbe05 100644
--- a/gnome/libgnome_2.6.1.1.oe
+++ b/gnome/libgnome_2.6.1.1.oe
@@ -1,34 +1,14 @@
-SRC_URI = "${GNOME_MIRROR}/libgnome/2.6/libgnome-${PV}.tar.bz2 \
- file://makefile.patch;patch=1"
+PR = "r1"
-inherit autotools libtool pkgconfig
+inherit gnome
+
+SRC_URI += "file://makefile.patch;patch=1"
DEPENDS = "gnome-vfs libbonobo"
EXTRA_OECONF = "--disable-gtk-doc"
-HEADERS = " \
-libgnometypebuiltins.h \
-gnome-config.h \
-gnome-sound.h \
-gnome-triggers.h \
-gnome-program.h \
-gnome-help.h \
-gnome-i18n.h \
-gnome-exec.h \
-gnome-gconf.h \
-gnome-url.h \
-gnome-util.h \
-gnome-macros.h \
-gnome-score.h \
-gnome-init.h \
-libgnome.h \
-"
-
do_stage() {
- install -d ${STAGING_INCDIR}/libgnome-2.0/libgnome
- for i in ${HEADERS}; do
- install -m 0644 libgnome/$i ${STAGING_INCDIR}/libgnome-2.0/libgnome/$i
- done
oe_libinstall -C libgnome -a -so libgnome-2 ${STAGING_LIBDIR}
+ gnome_stage_includes
}