Skip to content

Commit

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

# BEE_VERSION libxfce4ui-4.16.0-0
# BEE_VERSION libxfce4ui-4.16.0-1

SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4ui-${PKGVERSION}.tar.bz2"
# SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4ui-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/4a7035374f016efa968b776a110065d9/libxfce4ui-4.16.0.tar.bz2"

# PATCHURL+=()

Expand All @@ -14,12 +15,14 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4
# 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 @@ -29,4 +32,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 635ce97

Please sign in to comment.