Skip to content

Commit

Permalink
geeqie: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
- one language to rule them all
  • Loading branch information
wwwutz committed Sep 8, 2021
1 parent b02a7d6 commit b5677f7
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 b5677f7

Please sign in to comment.