mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
finance/kraft: Update to 1.2.2
Fix port sanity: Remove now KF6-only Pim components. Port now builds, just without KDE Pim support. Add required Qt components that were previously pulled in tranitively.
This commit is contained in:
parent
2ab5189a64
commit
8353e4f0dd
3 changed files with 10 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kraft
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.1
|
||||
DISTVERSION= 1.2.2
|
||||
CATEGORIES= finance kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -15,19 +15,16 @@ BUILD_DEPENDS= bash:shells/bash \
|
|||
rubygem-asciidoctor>=1.5.7<3:textproc/rubygem-asciidoctor
|
||||
LIB_DEPENDS= libctemplate.so:textproc/google-ctemplate
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext grantlee:5 kde:5 qt:5 \
|
||||
shebangfix
|
||||
# iconv is just used for run
|
||||
USES= cmake compiler:c++11-lang gettext-tools grantlee:5 iconv \
|
||||
kde:5 qt:5 shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dragotin
|
||||
USE_KDE= akonadi akonadicontacts \
|
||||
auth codecs config configwidgets contacts coreaddons \
|
||||
grantleetheme i18n itemmodels widgetsaddons \
|
||||
USE_KDE= config contacts i18n \
|
||||
ecm:build
|
||||
USE_QT= core dbus gui sql widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_QT= core gui sql svg widgets xml xmlpatterns \
|
||||
buildtools:build qmake:build testlib:build
|
||||
|
||||
SHEBANG_FILES= manual/makeman.sh
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include/KPim5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1719019238
|
||||
SHA256 (dragotin-kraft-v1.2.1_GH0.tar.gz) = 26f8e3ff7d12c86846b6db49ce171af31115f66119f9a7cce13de15f1397dd64
|
||||
SIZE (dragotin-kraft-v1.2.1_GH0.tar.gz) = 6001325
|
||||
TIMESTAMP = 1739777108
|
||||
SHA256 (dragotin-kraft-v1.2.2_GH0.tar.gz) = a1b556d89fb42853e0c085dd47d19546f9dfd70a0f58e161cc56fa4d5555190e
|
||||
SIZE (dragotin-kraft-v1.2.2_GH0.tar.gz) = 6001871
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
bin/findcontact
|
||||
bin/kraft
|
||||
share/applications/de.volle_kraft_voraus.kraft.desktop
|
||||
share/config.kcfg/databasesettings.kcfg
|
||||
|
|
Loading…
Add table
Reference in a new issue