Skip to content

Commit

Permalink
Merge pull request #2500 from mariux64/fix-srcurl-xfce4-appfinder-4.16.1
Browse files Browse the repository at this point in the history
xfce4-appfinder: fix SRCURL
  • Loading branch information
wwwutz authored Nov 12, 2021
2 parents 635ce97 + 96229d0 commit 8a41d7b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions xfce4-appfinder.be0
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-appfinder-4.16.1-0
# BEE_VERSION xfce4-appfinder-4.16.1-1

SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfce4-appfinder-${PKGVERSION}.tar.bz2"
#SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfce4-appfinder-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/1007ec4307822c0b881d63b9ec56e60b/xfce4-appfinder-4.16.1.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 @@ -30,4 +29,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfc
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 8a41d7b

Please sign in to comment.