Skip to content

Commit

Permalink
Merge pull request #1926 from mariux64/update-xfce4-components-depend…
Browse files Browse the repository at this point in the history
…ing-on-upower

Update Xfce components depending on UPower
  • Loading branch information
pmenzel authored Oct 1, 2020
2 parents 2bc2ddd + ebcbbdd commit ed4d5e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions xfce4-settings.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand All @@ -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
}
6 changes: 3 additions & 3 deletions xfce4-weather-plugin.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand Down Expand Up @@ -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}"'

0 comments on commit ed4d5e6

Please sign in to comment.