Skip to content

Commit

Permalink
tumbler: update to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed Oct 29, 2021
1 parent 0d992e0 commit 2845bf9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions xfce/tumbler/Portfile
Expand Up @@ -3,22 +3,25 @@
PortSystem 1.0

name tumbler
version 0.2.3
revision 2
version 0.2.9
revision 0

set branch [join [lrange [split ${version} .] 0 1] .]
categories xfce
platforms darwin
license GPL-2+
maintainers nomaintainer

description thumbnail management
long_description ${description}

homepage https://www.xfce.org/
master_sites https://archive.xfce.org/src/xfce/${name}/${branch}/
use_bzip2 yes

checksums rmd160 ab30aaa31430267d7f3bca3b336ebba324e429cc \
sha256 d022e1bd1559fba33e4bf20fb053b219eca17676ebffb1ceb214fcd58a187d40 \
size 538109
checksums rmd160 ca7970421a8008489c3906e5b8f8e9a50ebce311 \
sha256 6508906f03e5a6ae3f6503b71b056df47d336d5504f39df6ce0bb9c5248007b6 \
size 557794

depends_build port:intltool \
port:pkgconfig \
Expand All @@ -35,3 +38,5 @@ depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:poppler \
port:libpng \
port:curl

configure.args-append PKG_CONFIG_PATH=${prefix}/lib/pkgconfig

0 comments on commit 2845bf9

Please sign in to comment.