Skip to content

Commit

Permalink
Merge pull request #2475 from mariux64/fix-srcurl-thunar-volman
Browse files Browse the repository at this point in the history
thunar-volman: fix SRCURL
  • Loading branch information
wwwutz authored Nov 9, 2021
2 parents 8619536 + 3c6801e commit ace797f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions thunar-volman.be0
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#!/usr/bin/env beesh

# BEE_VERSION thunar-volman-0.9.0-0
# BEE_VERSION thunar-volman-0.9.0-1

SRCURL[0]="http://archive.xfce.org/src/xfce/thunar-volman/${PKGVERSION[2]}/thunar-volman-${PKGVERSION}.tar.bz2"
#SRCURL[0]="http://archive.xfce.org/src/xfce/thunar-volman/${PKGVERSION[2]}/thunar-volman-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/3b403a4f846927391ea4bee765a055df/thunar-volman-0.9.0.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in
}

#mee_configure() {
# bee_configure
Expand All @@ -29,4 +29,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/thunar-volman/${PKGVERSION[2]}/thuna
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit ace797f

Please sign in to comment.