-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poppler: Update version from 0.35.0 to 0.54.0
Poppler is a PDF rendering library https://poppler.freedesktop.org
- Loading branch information
Showing
6 changed files
with
47 additions
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#!/usr/bin/env beesh | ||
# BEE_VERSION poppler_compat-0.54.0-0 | ||
# compatibility package for poppler | ||
# /project/admin/tools/beediff.pl `bee list poppler|grep -v data` 2>&1 | less | ||
|
||
SRCURL=() | ||
|
||
mee_install() { | ||
cd ${D} | ||
|
||
tar xpf /src/mariux/beeroot/packages/poppler-0.16.3-0.x86_64.bee.tar.bz2 \ | ||
/usr/lib/girepository-1.0/Poppler-0.16.typelib \ | ||
/usr/lib/libpoppler-glib.so.6 \ | ||
/usr/lib/libpoppler-glib.so.6.0.0 \ | ||
/usr/lib/libpoppler.so.13 \ | ||
/usr/lib/libpoppler.so.13.0.0 \ | ||
/usr/share/gir-1.0/Poppler-0.16.gir | ||
|
||
# /usr/bin/pdftoabw \ | ||
# /usr/share/gtk-doc/html/poppler/poppler.devhelp | ||
# /usr/lib/libpoppler.a \ | ||
# /usr/lib/libpoppler-cpp.a \ | ||
# /usr/lib/libpoppler-glib.a \ | ||
|
||
tar xpf /src/mariux/beeroot/packages/poppler-0.20.2_p11_g3ca2bc0-0.x86_64.bee.tar.bz2 \ | ||
/usr/lib/libpoppler-glib.so.8.4.0 \ | ||
/usr/lib/libpoppler-qt4.so.4.0.0 \ | ||
/usr/lib/libpoppler.so.26 \ | ||
/usr/lib/libpoppler.so.26.0.0 | ||
|
||
tar xpf /src/mariux/beeroot/packages/poppler-0.35.0-0.x86_64.bee.tar.bz2 \ | ||
/usr/lib/libpoppler-cpp.so.0.2.1 \ | ||
/usr/lib/libpoppler-glib.so.8.7.0 \ | ||
/usr/lib/libpoppler-qt4.so.4.7.0 \ | ||
/usr/lib/libpoppler-qt5.so.1.4.0 \ | ||
/usr/lib/libpoppler.so.54 \ | ||
/usr/lib/libpoppler.so.54.0.0 | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash -x | ||
bee update xpdf | ||
bee remove poppler-0.16.3-0.x86_64 | ||
bee remove poppler-0.20.2_p11_g3ca2bc0-0.x86_64 | ||
bee remove poppler-0.35.0-0.x86_64 | ||
bee install poppler | ||
bee install poppler_compat |