Skip to content

Commit

Permalink
qt4_compat: keep the few referenced Qt4 libs found in the system
Browse files Browse the repository at this point in the history
QT4 is supposed to be history. Well, very old packages might
need help from .compatlibs, but that is how the cookie crumbles :)

The only dependencies in the system belong to /usr/lib/liblastfm.so.1
and /usr/lib/libpoppler-qt4.so.4.0.0. Better make this a task on
its own to check if they are needed.
  • Loading branch information
thomas committed Jul 21, 2022
1 parent 8f0fc8d commit d83cd3d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions qt4_compat-4.7.4-0.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env beesh

# BEE_VERSION qt4_compat-4.7.4-0

mee_install() {
cd ${D}
tar xvpf /src/mariux/beeroot/packages/qt4-4.7.4-0.x86_64.bee.tar.bz2 \
/usr/local/qt4/lib/libQtCore.so.4.7.4 \
/usr/local/qt4/lib/libQtCore.so.4.7 \
/usr/local/qt4/lib/libQtCore.so.4 \
/usr/local/qt4/lib/libQtGui.so.4.7.4 \
/usr/local/qt4/lib/libQtGui.so.4.7 \
/usr/local/qt4/lib/libQtGui.so.4 \
/usr/local/qt4/lib/libQtXml.so.4.7.4 \
/usr/local/qt4/lib/libQtXml.so.4.7 \
/usr/local/qt4/lib/libQtXml.so.4
}

0 comments on commit d83cd3d

Please sign in to comment.