diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index 88727d9fc..2e9e8ebd7 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-settings-4.14.0-0 +# BEE_VERSION xfce4-settings-4.14.3-1 -SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" +# SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/fe8f7d4221be1467b85c8539344c3f07/xfce4-settings-4.14.3.tar.bz2" # EXCLUDE+=() @@ -29,4 +30,8 @@ mee_configure() { #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"' +mee_install_post() { + echo "./contentdiff.pl /usr/share/bee/${PKGFULLNAME}-*/CONTENT ${D}/" + echo "( cd ${D}; find . -ls )" + exit +} diff --git a/xfce4-weather-plugin.be0 b/xfce4-weather-plugin.be0 index a762b74b6..f79187920 100755 --- a/xfce4-weather-plugin.be0 +++ b/xfce4-weather-plugin.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-weather-plugin-0.8.10-0 +# BEE_VERSION xfce4-weather-plugin-0.10.1-1 -SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGVERSION[2]}/xfce4-weather-plugin-${PKGVERSION}.tar.bz2" +#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGVERSION[2]}/xfce4-weather-plugin-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/203ad16e74d4823f6fb6e9a18bb7df55/xfce4-weather-plugin-0.10.1.tar.bz2" # PATCHURL+=() @@ -30,4 +31,3 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGV #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'