diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-26 16:18:30 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-29 16:18:29 +0200 |
| commit | c194c24e09b02fc6770e6913956476a80a3f7d73 (patch) | |
| tree | 75c5ac5ca0cea7987f2b280ae344178af3ce34fb /meta-gnome/recipes-gnome/evince | |
| parent | 444c13d1f114c59c7ff568f0313cacc8e67362a1 (diff) | |
| download | meta-openembedded-c194c24e09b02fc6770e6913956476a80a3f7d73.tar.gz | |
evince: Fix QA warnings / clean packaging
run tested on overo
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/evince')
| -rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb index ec54fbc4ea..f92a599b7d 100644 --- a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb +++ b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b" | |||
| 4 | SECTION = "x11/office" | 4 | SECTION = "x11/office" |
| 5 | DEPENDS = "gnome-icon-theme gnome-doc-utils-native libgnome-keyring nautilus tiff libxt ghostscript poppler libxml2 gtk+ gconf libglade" | 5 | DEPENDS = "gnome-icon-theme gnome-doc-utils-native libgnome-keyring nautilus tiff libxt ghostscript poppler libxml2 gtk+ gconf libglade" |
| 6 | 6 | ||
| 7 | PR = "r1" | 7 | PR = "r2" |
| 8 | 8 | ||
| 9 | inherit gnome pkgconfig gtk-icon-cache | 9 | inherit gnome pkgconfig gtk-icon-cache |
| 10 | 10 | ||
| @@ -30,8 +30,10 @@ PACKAGES =+ "${PN}-nautilus-extension" | |||
| 30 | FILES_${PN} += "${datadir}/dbus-1" | 30 | FILES_${PN} += "${datadir}/dbus-1" |
| 31 | FILES_${PN}-dbg += "${libdir}/*/*/.debug \ | 31 | FILES_${PN}-dbg += "${libdir}/*/*/.debug \ |
| 32 | ${libdir}/*/*/*/.debug" | 32 | ${libdir}/*/*/*/.debug" |
| 33 | FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la" | 33 | FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la \ |
| 34 | FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a" | 34 | ${libdir}/evince/*/backends/*.la" |
| 35 | FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a \ | ||
| 36 | ${libdir}/evince/*/backends/*.a" | ||
| 35 | FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" | 37 | FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" |
| 36 | 38 | ||
| 37 | pkg_postinst_${PN} () { | 39 | pkg_postinst_${PN} () { |
