Permalink
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?
bee-files/gthumb.be0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]
executable file
35 lines (24 sloc)
453 Bytes
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
#!/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 | |
#} |