diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-07 00:24:11 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:28:15 +0200 |
| commit | 95a373e4af95bbd2fbad479d513265ea4b7bc4fd (patch) | |
| tree | dca7950e50de40c4873a593b5a5fb3ba1e5427a6 /meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb | |
| parent | d25c8a46471d254a11bc08ee4d3e556f13228b30 (diff) | |
| download | meta-openembedded-95a373e4af95bbd2fbad479d513265ea4b7bc4fd.tar.gz | |
Revert "epdfview: move to nonworking"
* use PNBLACKLIST instead
This reverts commit a9733d04fad02e466919b730ad7e158cbb71042c.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb')
| -rw-r--r-- | meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb b/meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb new file mode 100644 index 0000000000..d40f51db3b --- /dev/null +++ b/meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "A lightweight PDF viewer based on gtk and poppler" | ||
| 2 | HOMEPAGE = "http://www.emma-soft.com/projects/epdfview/" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 5 | SECTION = "x11/applications" | ||
| 6 | DEPENDS = "gtk+ poppler" | ||
| 7 | |||
| 8 | PR = "r3" | ||
| 9 | |||
| 10 | EXTRA_OECONF += "--without-cups" | ||
| 11 | |||
| 12 | inherit autotools gettext | ||
| 13 | |||
| 14 | SRC_URI = "http://www.emma-soft.com/projects/${BPN}/chrome/site/releases/${BP}.tar.bz2 \ | ||
| 15 | file://browser_command.patch \ | ||
| 16 | file://fix-format.patch \ | ||
| 17 | file://glib-single-include.patch \ | ||
| 18 | file://swap-colors.patch \ | ||
| 19 | " | ||
| 20 | SRC_URI[md5sum] = "e50285b01612169b2594fea375f53ae4" | ||
| 21 | SRC_URI[sha256sum] = "948648ae7c9d7b3b408d738bd4f48d87375b1196cae1129d6b846a8de0f2f8f0" | ||
| 22 | |||
| 23 | PNBLACKLIST[epdfview] ?= "BROKEN: images are not displayed anymore" | ||
| 24 | # There will be no further development / upstream is gone [1] | ||
| 25 | # [1] https://bugzilla.redhat.com/show_bug.cgi?id=906121 | ||
