]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpdf/gpdf_2.10.0-4.bb
gpdf: add 2.10.0-4 from Debian.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpdf / gpdf_2.10.0-4.bb
1 DESCRIPTION = "Portable Document Format (PDF) viewer"
2 LICENSE = "GPL"
3 SECTION = "x11/utils"
4
5 inherit gnome debian-vampyre
6
7 DEPENDS += "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
8         libgnomeprint libgnomeprintui gnome-common"
9
10 DSRC_URI += "file://000-checks.patch;patch=1;pnum=0 \
11         file://005-gcc4.patch;patch=1;pnum=0 \
12         file://006_CAN-2005-3191.patch;patch=1;pnum=0 \
13         file://007_CVE-2006-0301.patch;patch=1;pnum=0 \
14         file://008_security_upstream.patch;patch=1;pnum=0 \
15         file://010-forward.patch;patch=1 \
16         file://015-CAN-2005-0064.patch;patch=1 \
17         file://016_CAN-2005-2097-loca-table-sanity.patch;patch=1"
18
19 EXTRA_OECONF = "--disable-schemas-install"
20
21 do_configure_prepend () {
22         cp ${STAGING_DIR}/${HOST_SYS}/share/gnome-common/data/omf.make ${S}/help
23 }