Skip to content

Commit

Permalink
xfce4-panel: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
- NLS=1
  • Loading branch information
wwwutz committed Nov 11, 2021
1 parent 7c5ba92 commit 1ef484f
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 1ef484f

Please sign in to comment.