Skip to content
Permalink
master
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
 
 
Cannot retrieve contributors at this time
executable file 40 lines (30 sloc) 732 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gthumb-3.10.4-1
# SRCURL[0]="https://download.gnome.org/sources/gthumb/${PKGVERSION[2]}/gthumb-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/ecf795dc33ceee8c0daac65caaa47334/gthumb-3.10.4.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch "${@}"
# fix permissions
find ${S} -perm /u+w -exec chmod g-w {} ';'
# disable nls
echo "" >po/LINGUAS
echo "" >help/LINGUAS
}
mee_configure() {
bee_configure \
-Dwarn-deprecated=false \
-Dcolord=false \
-Dclutter=false
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}