Skip to content

Commit

Permalink
clifm: update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 17, 2024
1 parent b34034d commit 94a7137
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions sysutils/clifm/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

PortSystem 1.0
PortGroup github 1.0
PortGroup legacysupport 1.1
PortGroup cmake 1.1

github.setup leo-arch clifm 1.19 v
github.setup leo-arch clifm 1.20 v
categories sysutils
license GPL-2+
maintainers {l2dy @l2dy} openmaintainer
Expand All @@ -14,11 +13,9 @@ long_description shell-like, command line terminal file manager

github.tarball_from releases

checksums rmd160 8c15b4c889726c017d27c7ee554a55aaf87c337d \
sha256 98fe9a1d26b02d661440787ae811363c97da537a11fd3df78ff98d40f42dc487 \
size 1551442

legacysupport.newest_darwin_requires_legacy 13
checksums rmd160 b2565f8d22282fa5728ef45ae40ca1be63b34a9d \
sha256 36f41d332985b9888a24a2ebb09ef837f40acea744b38498cd5e5313690ec10f \
size 1564558

depends_lib-append port:desktop-file-utils \
port:gettext-runtime \
Expand All @@ -28,13 +25,11 @@ depends_lib-append port:desktop-file-utils \
depends_build-append \
path:bin/pkg-config:pkgconfig

compiler.blacklist-append \
*gcc-4.*

# FIXME: temporary, until upstream fixes the source:
# https://github.com/leo-arch/clifm/issues/298
compiler.blacklist-append \
macports-gcc-14
if {${os.platform} eq "darwin" && ${os.major} < 14} {
configure.cflags-append \
-DCLIFM_LEGACY -std=c99
}

post-activate {
system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
Expand Down

0 comments on commit 94a7137

Please sign in to comment.