diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 22:17:53 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 22:17:53 +0000 |
commit | 19a52104c3bd0bfb8f34199eb8abf53a6a5959a8 (patch) | |
tree | b3b0a613deb639de01e5ecdbfb3e39778190a927 | |
parent | 3a2644d53b434dbbf6ddbeac256d8874c6fcac14 (diff) |
use gnome.oeclass
BKrev: 410d6c116Kvcb4csv0VGuA35sk0kDg
-rw-r--r-- | gnome/gnome-vfs_2.6.0.oe | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnome/gnome-vfs_2.6.0.oe b/gnome/gnome-vfs_2.6.0.oe index b7e8c9c6f9..27af7be672 100644 --- a/gnome/gnome-vfs_2.6.0.oe +++ b/gnome/gnome-vfs_2.6.0.oe @@ -1,14 +1,13 @@ -PR = "r1" +PR = "r2" + +inherit gnome DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data orbit2 zlib" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.6/${PN}-${PV}.tar.bz2 \ - file://gconftool-lossage.patch;patch=1;pnum=1" +SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1" ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2" -inherit autotools pkgconfig - FILES_${PN} += " ${libdir}/gnome-vfs-2.0/modules/*.so ${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so ${libdir}/vfs" FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include ${libdir}/bonobo/monikers/*.a ${libdir}/bonobo/monikers/*.la" FILES_${PN}-doc += " ${datadir}/gtk-doc" |