Skip to content

Commit

Permalink
Merge pull request #2442 from mariux64/fix-srcurl-tumbler
Browse files Browse the repository at this point in the history
tumbler: fix SRCURL
  • Loading branch information
wwwutz authored Nov 3, 2021
2 parents baf3f24 + 444796f commit 490ec6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tumbler.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION tumbler-4.16.0-0
# BEE_VERSION tumbler-4.16.0-1

SRCURL[0]="https://archive.xfce.org/src/xfce/tumbler/${PKGVERSION[2]}/tumbler-${PKGVERSION}.tar.bz2"
# SRCURL[0]="https://archive.xfce.org/src/xfce/tumbler/${PKGVERSION[2]}/tumbler-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/3ab8fc5ea03e975c6df2ac1c81fbfc68/tumbler-4.16.0.tar.bz2"

# PATCHURL+=()

Expand All @@ -21,7 +22,7 @@ SRCURL[0]="https://archive.xfce.org/src/xfce/tumbler/${PKGVERSION[2]}/tumbler-${

mee_configure() {
bee_configure \
--disable-poppler-thumbnailer
--disable-poppler-thumbnailer
}

#mee_build() {
Expand All @@ -31,4 +32,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 490ec6b

Please sign in to comment.