Skip to content
Permalink
update-openssh
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
Update the almost nine year old version.

    $ ls -l /usr/bin/gthumb
    -rwxr-xr-x 1 root root 4419111 Oct 17  2011 /usr/bin/gthumb

Update the suffix for the LZMA compressed archive.

Maybe even the error below is fixed.

    /var/log/messages.2020-06:2020-05-05T08:38:30.842395+02:00 rocketraccoon kernel: [2403097.203273] pool-gthumb[25477]: segfault at 7fcdcd837c32 ip 00007fcdcd837c32 sp 00007fcdb7ffe730 error 14 in libfile_viewer.so[7fcdcda39000+3000]
1 contributor

Users who have contributed to this file

executable file 35 lines (24 sloc) 453 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gthumb-3.10.0-0
SRCURL[0]="https://download.gnome.org/sources/gthumb/${PKGVERSION[2]}/gthumb-${PKGVERSION}.tar.xz"
# 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() {
# bee_install
#}
#mee_install_post() {
# exit
#}