Skip to content

Commit

Permalink
Merge pull request #2465 from mariux64/update-vte-291-0640
Browse files Browse the repository at this point in the history
vte: update 0.40.2 to 0.64.0
  • Loading branch information
wwwutz authored Nov 8, 2021
2 parents 5c38afc + 1ba4a7d commit 29dd3a9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions vte.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION vte-0.40.2-1
# BEE_VERSION vte-0.64.0-0

# SRCURL[0]="https://download.gnome.org/sources/vte/0.40/vte-0.40.2.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/6a7a6af8eb0ebadaf3338e820a7229a3/vte-0.40.2.tar.xz"
# SRCURL[0]="https://download.gnome.org/sources/vte/${PKGVERSION[2]}/vte-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b4d21f17b1c80381f9f8c387d1756df3/vte-0.64.0.tar.xz"

# PATCHURL+=()

Expand All @@ -21,9 +21,7 @@ mee_patch() {
}

mee_configure() {
bee_configure \
--with-glX \
--enable-vala=no
bee_configure
}

#mee_build() {
Expand Down

0 comments on commit 29dd3a9

Please sign in to comment.