Skip to content

Commit

Permalink
Merge pull request #2423 from mariux64/fix-srcurl-xfconf
Browse files Browse the repository at this point in the history
xfconf: fix SRCURL
  • Loading branch information
wwwutz authored Oct 27, 2021
2 parents 5ba55be + a5ba850 commit ba24861
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions xfconf.be0
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
#!/usr/bin/env beesh

# BEE_VERSION xfconf-4.16.0-0
# BEE_VERSION xfconf-4.16.0-1

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

# PATCHURL+=()

EXCLUDE+=(/perllocal.pod)

# 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 --INSTALL_BASE=""
# bee_configure
#}

#mee_build() {
Expand All @@ -29,4 +29,3 @@ EXCLUDE+=(/perllocal.pod)
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit ba24861

Please sign in to comment.