Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gthumb: disable clutter
- clutter disabled (for fancy 3D GL slideshow effects crashing via ssh )
  • Loading branch information
wwwutz committed Sep 20, 2021
1 parent 85c431e commit aa954c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gthumb.be0
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gthumb-3.10.4-0
# 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"
Expand All @@ -27,7 +27,8 @@ mee_patch() {
mee_configure() {
bee_configure \
-Dwarn-deprecated=false \
-Dcolord=false
-Dcolord=false \
-Dclutter=false
}

#mee_build() {
Expand Down

0 comments on commit aa954c2

Please sign in to comment.