From 16ab2b5180ef62112efa219a19d8764f89150731 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 29 Sep 2020 11:33:12 +0200 Subject: [PATCH 1/3] xfce4-settings: Update version from 4.14.0 to 4.14.3 https://gitlab.xfce.org/xfce/xfce4-settings/-/blob/xfce-4.14/NEWS This also rebuilds `/usr/bin/xfsettingsd` after updating to UPower 0.99.11. /usr/lib/libupower-glib.so.1 /usr/bin/xfsettingsd --- xfce4-settings.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index 88727d9fc..1b1d1357c 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-settings-4.14.0-0 +# BEE_VERSION xfce4-settings-4.14.3-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" From a3d66c17dbab5a25ea38454cbb227751708ce2ab Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 29 Sep 2020 11:38:11 +0200 Subject: [PATCH 2/3] xfce4-weather-plugin: Update version from 0.8.10 to 0.10.1 https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/blob/master/NEWS This also rebuilds `/usr/bin/xfsettingsd` after updating to UPower 0.99.11. /usr/lib/libupower-glib.so.1 /usr/lib/xfce4/panel/plugins/libweather.so --- xfce4-weather-plugin.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-weather-plugin.be0 b/xfce4-weather-plugin.be0 index a762b74b6..01b88760f 100755 --- a/xfce4-weather-plugin.be0 +++ b/xfce4-weather-plugin.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-weather-plugin-0.8.10-0 +# BEE_VERSION xfce4-weather-plugin-0.10.1-0 SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGVERSION[2]}/xfce4-weather-plugin-${PKGVERSION}.tar.bz2" From 194c64eaf414ea08d89eead2679bd312a7f15f53 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 1 Oct 2020 14:44:43 +0200 Subject: [PATCH 3/3] 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}"'