diff --git a/xfconf.be0 b/xfconf.be0 index 5a87e4a94..b8bce269d 100755 --- a/xfconf.be0 +++ b/xfconf.be0 @@ -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() { @@ -29,4 +29,3 @@ EXCLUDE+=(/perllocal.pod) #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'