Skip to content
Permalink
077d6ef2a4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Poppler is a PDF rendering library https://poppler.freedesktop.org
1 contributor

Users who have contributed to this file

executable file 38 lines (32 sloc) 1.3 KB
#!/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
}