Skip to content

Commit

Permalink
Merge pull request #2501 from mariux64/update-xfce4-cpugraph-plugin
Browse files Browse the repository at this point in the history
fix-srcurl-xfce4-cpugraph-plugin: update 1.2.0 to 1.2.5
  • Loading branch information
wwwutz authored Nov 12, 2021
2 parents 8a41d7b + 59fc870 commit f8b3816
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions xfce4-cpugraph-plugin.be0
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-cpugraph-plugin-1.2.0-0
# BEE_VERSION xfce4-cpugraph-plugin-1.2.5-0

SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKGVERSION[2]}/xfce4-cpugraph-plugin-${PKGVERSION}.tar.bz2"
#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKGVERSION[2]}/xfce4-cpugraph-plugin-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/7f01bfb7c3577899371fd2cbf432170b/xfce4-cpugraph-plugin-1.2.5.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in
}

#mee_configure() {
# bee_configure
Expand All @@ -30,4 +29,3 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKG
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit f8b3816

Please sign in to comment.