Skip to content
Permalink
update-libxslt…
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
…op-3.so.2.1.3

Only the symbolic link was added, but the target it was pointing to was
missing. So, for example, eog failed to start.

    error while loading shared libraries: libgnome-desktop-3.so.2: cannot open shared object file: No such file or directory

Fixes: e02c29a ("gnome-desktop_compat: Add libraries for version 3.4.1")
Resolves: #1993
1 contributor

Users who have contributed to this file

executable file 38 lines (27 sloc) 547 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gnome-desktop_compat-3.4.1-0
# SRCURL[0]=""
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/gnome-desktop-3.4.1-0.x86_64.bee.tar.bz2 \
/usr/lib/libgnome-desktop-3.so.2 \
/usr/lib/libgnome-desktop-3.so.2.1.3
}
#mee_install_post() {
# exit
#}