Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
geeqie: update 1.6.0 to 2.0.1
- fix core dump on file tree view
  • Loading branch information
wwwutz committed Oct 14, 2022
1 parent fee6c66 commit a6f4ce2
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions geeqie.be0
@@ -1,23 +1,20 @@
#!/usr/bin/env beesh

# BEE_VERSION geeqie-1.6.0_p145-2
# BEE_VERSION geeqie-2.0.1_p72-0

# 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"
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
#/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
# build_in_sourcedir

# sourcesubdir_append src

Expand All @@ -31,20 +28,22 @@ mee_patch() {
}

mee_configure() {
CFLAGS=-Wno-deprecated-declarations \
CPPFLAGS=${CFLAGS} \
bee_configure \
--disable-gpu-accel
bee_configure
# meson configure $S
}

#mee_build() {
# bee_build
#mee_configure() {
# CFLAGS=-Wno-deprecated-declarations \
# CPPFLAGS=${CFLAGS} \
# bee_configure \
# --disable-gpu-accel
#}

#mee_install() {
# bee_install
#mee_build() {
# bee_build
#}

mee_install_post() {
mee_install() {
bee_install
rm -rf ${D}/usr/share/doc
}

0 comments on commit a6f4ce2

Please sign in to comment.