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 49 lines (36 sloc) 931 Bytes
#!/usr/bin/env beesh
# BEE_VERSION geeqie-2.0.1_p44-0
# git repo mandatory for build
# git clone git://git.geeqie.org/geeqie.git
# git log v2.0.1...6694c1b2 --format=reference|wc
# tar zcf geeqie-2.0.1_p44.tar.gz geeqie
SRCURL[0]="https://beehive.molgen.mpg.de/70a3113f5b7f4180db8a13a9f2409f63/geeqie-gtk2final.p72_6694c1b2.tar.gz"
#checking for libwebp >= 0.6.1... no
#configure: WARNING: Requested 'libwebp >= 0.6.1' but version of libwebp is 0.5.1
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch "${@}"
echo "" >po/LINGUAS
}
mee_configure() {
bee_configure
# meson configure $S
}
#mee_configure() {
# CFLAGS=-Wno-deprecated-declarations \
# CPPFLAGS=${CFLAGS} \
# bee_configure \
# --disable-gpu-accel
#}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
rm -rf ${D}/usr/share/doc
}