Skip to content

Commit

Permalink
Merge pull request #2472 from mariux64/fix-srcurl-xfce4-xkb-plugin
Browse files Browse the repository at this point in the history
xfce4-xkb-plugin: fix SRCURL
  • Loading branch information
wwwutz authored Nov 9, 2021
2 parents 863a9cf + 5fe0533 commit 0e9d9ea
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions xfce4-xkb-plugin.be0
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-xkb-plugin-0.8.2-0
# BEE_VERSION xfce4-xkb-plugin-0.8.2-1

SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSION[2]}/xfce4-xkb-plugin-${PKGVERSION}.tar.bz2"
# SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSION[2]}/xfce4-xkb-plugin-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/8e10f98a44082a2df6a997caab9a0b21/xfce4-xkb-plugin-0.8.2.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 --disable-debug
Expand All @@ -30,4 +29,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 0e9d9ea

Please sign in to comment.