Skip to content

Commit

Permalink
Merge pull request #2502 from mariux64/fix-srcurl-xfce4-panel-4.16.1
Browse files Browse the repository at this point in the history
xfce4-panel: fix SRCURL
  • Loading branch information
wwwutz authored Nov 12, 2021
2 parents f8b3816 + 1ef484f commit 5e8c482
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions xfce4-panel.be0
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-panel-4.16.1-0
# BEE_VERSION xfce4-panel-4.16.1-1

SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2"

# EXCLUDE+=()
#SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/4c29473654958e1d309fcf919fa9148d/xfce4-panel-4.16.1.tar.bz2"

# 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 --disable-vala
bee_configure \
--disable-vala
}

#mee_build() {
Expand All @@ -27,4 +28,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 5e8c482

Please sign in to comment.