From 194c64eaf414ea08d89eead2679bd312a7f15f53 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 1 Oct 2020 14:44:43 +0200 Subject: [PATCH] xfce-upower-fixes: SRCURL - SRCURL --- xfce4-settings.be0 | 11 ++++++++--- xfce4-weather-plugin.be0 | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index 1b1d1357c..2e9e8ebd7 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-settings-4.14.3-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 01b88760f..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.10.1-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}"'