Skip to content

Commit

Permalink
kdepim4: non-functional: alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 23, 2024
1 parent a640237 commit b077c90
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions kde/kdepim4/Portfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup kde4 1.1
PortGroup compiler_blacklist_versions 1.0
PortGroup boost 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup kde4 1.1

name kdepim4
version 4.14.3
Expand All @@ -20,16 +20,20 @@ use_xz yes
distname kdepim-${version}

checksums rmd160 7dabf2be18cc9d3a0e42c9be855ebbe45dc54181 \
sha256 a3fd17fa2f3b1debc32bd28537402aaf7337582ff2fe39dbadd47d5b3232f944
sha256 a3fd17fa2f3b1debc32bd28537402aaf7337582ff2fe39dbadd47d5b3232f944 \
size 14483432

depends_lib-append port:kde4-runtime \
port:nepomuk-widgets \
port:kdelibs4 port:dblatex \
port:kdepimlibs4 port:kdepimlibs4-kioslaves \
depends_lib-append port:baloo \
port:dblatex \
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:shared-desktop-ontologies port:libassuan \
port:kde4-runtime \
port:kdelibs4 \
port:kdepim4-runtime \
port:baloo
port:kdepimlibs4 \
port:kdepimlibs4-kioslaves \
port:libassuan \
port:nepomuk-widgets \
port:shared-desktop-ontologies

configure.args-append ../${distname} \
-DWITH_IndicateQt=OFF
Expand Down

0 comments on commit b077c90

Please sign in to comment.