Skip to content

Update Xfce components depending on UPower #1926

Merged
merged 4 commits into from Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 8 additions & 3 deletions 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+=()

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
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And that doesn’t look right. ;-) I’ll fix it.

}
6 changes: 3 additions & 3 deletions 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+=()

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}"'