Skip to content

Commit

Permalink
Merge pull request #2255 from mariux64/fix-srcurl-geeqie-151
Browse files Browse the repository at this point in the history
geeqie: fix SRCURL
  • Loading branch information
wwwutz authored Sep 8, 2021
2 parents b02a7d6 + b5677f7 commit fbab0ae
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions geeqie.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION geeqie-1.5.1-0
# BEE_VERSION geeqie-1.5.1-1

SRCURL[0]="http://www.geeqie.org/geeqie-${PKGVERSION}.tar.xz"
# SRCURL[0]="http://www.geeqie.org/geeqie-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/e4efd892c193dcfb6e35c3ccd345154a/geeqie-1.5.1.tar.xz"

# PATCHURL+=()

Expand All @@ -14,13 +15,16 @@ SRCURL[0]="http://www.geeqie.org/geeqie-${PKGVERSION}.tar.xz"
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
mv po/LINGUAS po/LINGUAS.nope
touch po/LINGUAS
}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
Expand All @@ -29,4 +33,3 @@ SRCURL[0]="http://www.geeqie.org/geeqie-${PKGVERSION}.tar.xz"
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit fbab0ae

Please sign in to comment.