Skip to content
Permalink
cfce7a5f90
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 50 lines (37 sloc) 1.07 KB
#!/usr/bin/env beesh
# BEE_VERSION geeqie-1.6.0_p145-2
# git repo mandatory for build
# git clone git://git.geeqie.org/geeqie.git
# p => git log v1.6..master --format=reference|wc
# tar zcf geeqie-1.6.0_p145.tar.gz geeqie
SRCURL[0]="https://beehive.molgen.mpg.de/aa0046e7e5e328fc6d5387317293a448/geeqie-${PKGFULLVERSION}.tar.gz"
#checking for libwebp >= 0.6.1... no
#configure: WARNING: Requested 'libwebp >= 0.6.1' but version of libwebp is 0.5.1
#/scratch/local/bee-root/geeqie/geeqie-1.6.0_p140-1/source/configure: line 14435: : command not found
# PATCHURL+=()
# make[2]: ./gen_changelog.sh: No such file or directory
# make[2]: *** [Makefile:1204: ChangeLog.html] Error 127
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch "${@}"
echo "" >po/LINGUAS
}
mee_configure() {
CFLAGS=-Wno-deprecated-declarations \
CPPFLAGS=${CFLAGS} \
bee_configure \
--disable-gpu-accel
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -rf ${D}/usr/share/doc
}