Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2461 from mariux64/update-xfce4-terminal-090
xfce4-terminal: update 0.8.8 to 0.9.0
  • Loading branch information
wwwutz committed Nov 8, 2021
2 parents 11b798a + 2f79020 commit 4b64f87
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions xfce4-terminal.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-terminal-0.8.8-1
# BEE_VERSION xfce4-terminal-0.9.0-0

SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-terminal/${PKGVERSION[2]}/xfce4-terminal-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-terminal/${PKGVERSION[2]}/xfce4-terminal-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/d7d4fc1157a20dfc35b1ee3097ae4ccb/xfce4-terminal-0.9.0.tar.bz2"

PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.patch")

Expand All @@ -12,15 +13,14 @@ PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.p

# sourcesubdir_append src



#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 @@ -33,4 +33,3 @@ PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.p
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 4b64f87

Please sign in to comment.