mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update calligra, krita, kexi (and their dependencies) to their newest versions
This commit is contained in:
parent
93f1e44e97
commit
d612ccda16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468526
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kdb
|
||||
DISTVERSION= 3.0.2
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506099432
|
||||
SHA256 (KDE/kdb/kdb-3.0.2.tar.xz) = 896804959f4e203cbafb3d345127c6d80721d79136dbfd6d51c4e93131ec21d8
|
||||
SIZE (KDE/kdb/kdb-3.0.2.tar.xz) = 478576
|
||||
TIMESTAMP = 1520616671
|
||||
SHA256 (KDE/kdb/kdb-3.1.0.tar.xz) = 175645a149ae4d758ff2746900f6eabe4734b2bdac4d8c95893c650be4f929f2
|
||||
SIZE (KDE/kdb/kdb-3.1.0.tar.xz) = 543780
|
||||
|
@ -1,31 +0,0 @@
|
||||
This has been submitted upstream; the # TODO (GEN) is a comment used
|
||||
elsewhere upstream to mark things commented-out for generated files.
|
||||
|
||||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||
index c63ab1f2..73d15fce 100644
|
||||
--- src/CMakeLists.txt
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -56,18 +56,18 @@ endif()
|
||||
# Mark files as generated, set compile flags
|
||||
set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.cpp
|
||||
PROPERTIES
|
||||
- GENERATED TRUE
|
||||
+ #TODO(GEN) GENERATED TRUE
|
||||
# YYERROR_VERBOSE=1 needed to get a token table for tokenName() even for release builds
|
||||
COMPILE_FLAGS "-DYYERROR_VERBOSE=1 ${EXTRA_PARSER_COMPILE_FLAGS} "
|
||||
)
|
||||
-set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h PROPERTIES GENERATED TRUE)
|
||||
-set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h PROPERTIES GENERATED TRUE)
|
||||
-set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp PROPERTIES GENERATED TRUE)
|
||||
+# TODO(GEN) set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h PROPERTIES GENERATED TRUE)
|
||||
+# TODO(GEN) set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h PROPERTIES GENERATED TRUE)
|
||||
+# TODO(GEN) set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp PROPERTIES GENERATED TRUE)
|
||||
|
||||
set_source_files_properties(
|
||||
${PARSER_SOURCE_DIR}/generated/sqlscanner.cpp
|
||||
PROPERTIES
|
||||
- GENERATED TRUE
|
||||
+ #TODO(GEN) GENERATED TRUE
|
||||
COMPILE_FLAGS "${EXTRA_SCANNER_COMPILE_FLAGS} "
|
||||
)
|
||||
|
@ -55,6 +55,8 @@ include/KDb3/KDbObject
|
||||
include/KDb3/KDbObject.h
|
||||
include/KDb3/KDbObjectNameValidator
|
||||
include/KDb3/KDbObjectNameValidator.h
|
||||
include/KDb3/KDbOrderByColumn
|
||||
include/KDb3/KDbOrderByColumn.h
|
||||
include/KDb3/KDbParser
|
||||
include/KDb3/KDbParser.h
|
||||
include/KDb3/KDbPreparedStatement
|
||||
@ -63,6 +65,8 @@ include/KDb3/KDbPreparedStatementInterface
|
||||
include/KDb3/KDbPreparedStatementInterface.h
|
||||
include/KDb3/KDbProperties
|
||||
include/KDb3/KDbProperties.h
|
||||
include/KDb3/KDbQueryAsterisk
|
||||
include/KDb3/KDbQueryAsterisk.h
|
||||
include/KDb3/KDbQueryColumnInfo
|
||||
include/KDb3/KDbQueryColumnInfo.h
|
||||
include/KDb3/KDbQuerySchema
|
||||
@ -77,6 +81,8 @@ include/KDb3/KDbRelationship
|
||||
include/KDb3/KDbRelationship.h
|
||||
include/KDb3/KDbResult
|
||||
include/KDb3/KDbResult.h
|
||||
include/KDb3/KDbSelectStatementOptions
|
||||
include/KDb3/KDbSelectStatementOptions.h
|
||||
include/KDb3/KDbSqlField
|
||||
include/KDb3/KDbSqlField.h
|
||||
include/KDb3/KDbSqlRecord
|
||||
@ -89,6 +95,8 @@ include/KDb3/KDbTableOrQuerySchema
|
||||
include/KDb3/KDbTableOrQuerySchema.h
|
||||
include/KDb3/KDbTableSchema
|
||||
include/KDb3/KDbTableSchema.h
|
||||
include/KDb3/KDbTableSchemaChangeListener
|
||||
include/KDb3/KDbTableSchemaChangeListener.h
|
||||
include/KDb3/KDbTableViewColumn
|
||||
include/KDb3/KDbTableViewColumn.h
|
||||
include/KDb3/KDbTableViewData
|
||||
@ -97,6 +105,10 @@ include/KDb3/KDbToken
|
||||
include/KDb3/KDbToken.h
|
||||
include/KDb3/KDbTransaction
|
||||
include/KDb3/KDbTransaction.h
|
||||
include/KDb3/KDbTransactionData
|
||||
include/KDb3/KDbTransactionData.h
|
||||
include/KDb3/KDbTransactionGuard
|
||||
include/KDb3/KDbTransactionGuard.h
|
||||
include/KDb3/KDbTristate
|
||||
include/KDb3/KDbTristate.h
|
||||
include/KDb3/KDbUtils
|
||||
@ -110,17 +122,18 @@ include/KDb3/kdb_export.h
|
||||
include/KDb3/kdb_version.h
|
||||
lib/cmake/KDb3/KDbConfig.cmake
|
||||
lib/cmake/KDb3/KDbConfigVersion.cmake
|
||||
lib/cmake/KDb3/KDbQCHTargets.cmake
|
||||
lib/cmake/KDb3/KDbTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KDb3/KDbTargets.cmake
|
||||
lib/libKDb3.so
|
||||
lib/libKDb3.so.3
|
||||
lib/libKDb3.so.3.0
|
||||
libdata/pkgconfig/KDb3.pc
|
||||
lib/libKDb3.so.4
|
||||
lib/libKDb3.so.4.1.0
|
||||
%%QT_MKSPECDIR%%/modules/qt_KDb3.pri
|
||||
%%MYSQL%%%%QT_PLUGINDIR%%/kdb3/kdb_mysqldriver.so
|
||||
%%PGSQL%%%%QT_PLUGINDIR%%/kdb3/kdb_postgresqldriver.so
|
||||
%%SQLITE%%%%QT_PLUGINDIR%%/kdb3/kdb_sqlitedriver.so
|
||||
%%SQLITE%%%%QT_PLUGINDIR%%/kdb3/sqlite3/kdb_sqlite_icu.so
|
||||
%%QT_PLUGINDIR%%/kdb3/sqlite3/kdb_sqlite_icu.so
|
||||
libdata/pkgconfig/KDb3.pc
|
||||
%%MYSQL%%share/locale/ast/LC_MESSAGES/kdb_mysqldriver_qt.qm
|
||||
%%PGSQL%%share/locale/ast/LC_MESSAGES/kdb_postgresqldriver_qt.qm
|
||||
share/locale/ast/LC_MESSAGES/kdb_qt.qm
|
||||
@ -153,11 +166,18 @@ share/locale/es/LC_MESSAGES/kdb_qt.qm
|
||||
%%PGSQL%%share/locale/fi/LC_MESSAGES/kdb_postgresqldriver_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kdb_qt.qm
|
||||
%%SQLITE%%share/locale/fi/LC_MESSAGES/kdb_sqlitedriver_qt.qm
|
||||
%%MYSQL%%share/locale/fr/LC_MESSAGES/kdb_mysqldriver_qt.qm
|
||||
%%PGSQL%%share/locale/fr/LC_MESSAGES/kdb_postgresqldriver_qt.qm
|
||||
share/locale/fr/LC_MESSAGES/kdb_qt.qm
|
||||
%%SQLITE%%share/locale/fr/LC_MESSAGES/kdb_sqlitedriver_qt.qm
|
||||
%%MYSQL%%share/locale/gl/LC_MESSAGES/kdb_mysqldriver_qt.qm
|
||||
%%PGSQL%%share/locale/gl/LC_MESSAGES/kdb_postgresqldriver_qt.qm
|
||||
share/locale/gl/LC_MESSAGES/kdb_qt.qm
|
||||
%%SQLITE%%share/locale/gl/LC_MESSAGES/kdb_sqlitedriver_qt.qm
|
||||
%%MYSQL%%share/locale/hu/LC_MESSAGES/kdb_mysqldriver_qt.qm
|
||||
%%MYSQL%%share/locale/ia/LC_MESSAGES/kdb_mysqldriver_qt.qm
|
||||
share/locale/ia/LC_MESSAGES/kdb_qt.qm
|
||||
%%SQLITE%%share/locale/ia/LC_MESSAGES/kdb_sqlitedriver_qt.qm
|
||||
%%MYSQL%%share/locale/it/LC_MESSAGES/kdb_mysqldriver_qt.qm
|
||||
%%PGSQL%%share/locale/it/LC_MESSAGES/kdb_postgresqldriver_qt.qm
|
||||
share/locale/it/LC_MESSAGES/kdb_qt.qm
|
||||
@ -198,6 +218,10 @@ share/locale/sk/LC_MESSAGES/kdb_qt.qm
|
||||
%%PGSQL%%share/locale/sv/LC_MESSAGES/kdb_postgresqldriver_qt.qm
|
||||
share/locale/sv/LC_MESSAGES/kdb_qt.qm
|
||||
%%SQLITE%%share/locale/sv/LC_MESSAGES/kdb_sqlitedriver_qt.qm
|
||||
%%MYSQL%%share/locale/tr/LC_MESSAGES/kdb_mysqldriver_qt.qm
|
||||
%%PGSQL%%share/locale/tr/LC_MESSAGES/kdb_postgresqldriver_qt.qm
|
||||
share/locale/tr/LC_MESSAGES/kdb_qt.qm
|
||||
%%SQLITE%%share/locale/tr/LC_MESSAGES/kdb_sqlitedriver_qt.qm
|
||||
%%MYSQL%%share/locale/uk/LC_MESSAGES/kdb_mysqldriver_qt.qm
|
||||
%%PGSQL%%share/locale/uk/LC_MESSAGES/kdb_postgresqldriver_qt.qm
|
||||
share/locale/uk/LC_MESSAGES/kdb_qt.qm
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kexi
|
||||
DISTVERSION= 3.0.2
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506101424
|
||||
SHA256 (KDE/kexi/kexi-3.0.2.tar.xz) = 8eaea8ba6b833d9413a05496c9099d278f0ea410cf7d2af42bfdf9125d945bba
|
||||
SIZE (KDE/kexi/kexi-3.0.2.tar.xz) = 3676556
|
||||
TIMESTAMP = 1520616685
|
||||
SHA256 (KDE/kexi/kexi-3.1.0.tar.xz) = 6d55cd4af177bcb060673a0977d52bc91cc2dd1b1420d008a78f9783312152fb
|
||||
SIZE (KDE/kexi/kexi-3.1.0.tar.xz) = 3028492
|
||||
|
@ -1,62 +1,68 @@
|
||||
bin/kexi
|
||||
lib/libkexicore.so
|
||||
lib/libkexicore.so.15
|
||||
lib/libkexicore.so.15.0.0
|
||||
lib/libkexidatatable.so
|
||||
lib/libkexidatatable.so.15
|
||||
lib/libkexidatatable.so.15.0.0
|
||||
lib/libkexidataviewcommon.so
|
||||
lib/libkexidataviewcommon.so.15
|
||||
lib/libkexidataviewcommon.so.15.0.0
|
||||
lib/libkexiextendedwidgets.so
|
||||
lib/libkexiextendedwidgets.so.15
|
||||
lib/libkexiextendedwidgets.so.15.0.0
|
||||
lib/libkexiformutils.so
|
||||
lib/libkexiformutils.so.15
|
||||
lib/libkexiformutils.so.15.0.0
|
||||
lib/libkexiguiutils.so
|
||||
lib/libkexiguiutils.so.15
|
||||
lib/libkexiguiutils.so.15.0.0
|
||||
lib/libkeximain.so
|
||||
lib/libkeximain.so.15
|
||||
lib/libkeximain.so.15.0.0
|
||||
lib/libkeximigrate.so
|
||||
lib/libkeximigrate.so.15
|
||||
lib/libkeximigrate.so.15.0.0
|
||||
lib/libkexirelationsview.so
|
||||
lib/libkexirelationsview.so.15
|
||||
lib/libkexirelationsview.so.15.0.0
|
||||
lib/libkexiundo.so
|
||||
lib/libkexiundo.so.15
|
||||
lib/libkexiundo.so.15.0.0
|
||||
lib/libkexiutils.so
|
||||
lib/libkexiutils.so.15
|
||||
lib/libkexiutils.so.15.0.0
|
||||
lib/libkformdesigner.so
|
||||
lib/libkformdesigner.so.15
|
||||
lib/libkformdesigner.so.15.0.0
|
||||
%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_dbwidgetsplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_standardwidgetsplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_webbrowserwidgetplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/kexi_csvimportexportplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/kexi_formplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/kexi_migrationplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/kexi_queryplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/kexi_reportplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/kexi_tableplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_mdb.so
|
||||
%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_mysql.so
|
||||
%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_postgresql.so
|
||||
%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_tsv.so
|
||||
share/applications/org.kde.kexi.desktop
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/web_browser.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/web_browser.png
|
||||
%%DATADIR%%/icons/kexi_breeze.rcc
|
||||
%%DATADIR%%/status/3.0.0/contribution_details.ui
|
||||
%%DATADIR%%/status/3.0.0/contribution_help.ui
|
||||
%%DATADIR%%/status/3.0.0/status.rcc
|
||||
%%DATADIR%%/status/3.0.0/status.ui
|
||||
%%DATADIR%%/status/3.0.0/status_strings.ui
|
||||
bin/kexi-3.1
|
||||
lib/libkexicore3.1.so
|
||||
lib/libkexicore3.1.so.3.1
|
||||
lib/libkexicore3.1.so.3.1.0
|
||||
lib/libkexidatatable3.1.so
|
||||
lib/libkexidatatable3.1.so.3.1
|
||||
lib/libkexidatatable3.1.so.3.1.0
|
||||
lib/libkexidataviewcommon3.1.so
|
||||
lib/libkexidataviewcommon3.1.so.3.1
|
||||
lib/libkexidataviewcommon3.1.so.3.1.0
|
||||
lib/libkexiextendedwidgets3.1.so
|
||||
lib/libkexiextendedwidgets3.1.so.3.1
|
||||
lib/libkexiextendedwidgets3.1.so.3.1.0
|
||||
lib/libkexiformutils3.1.so
|
||||
lib/libkexiformutils3.1.so.3.1
|
||||
lib/libkexiformutils3.1.so.3.1.0
|
||||
lib/libkexiguiutils3.1.so
|
||||
lib/libkexiguiutils3.1.so.3.1
|
||||
lib/libkexiguiutils3.1.so.3.1.0
|
||||
lib/libkeximain3.1.so
|
||||
lib/libkeximain3.1.so.3.1
|
||||
lib/libkeximain3.1.so.3.1.0
|
||||
lib/libkeximigrate3.1.so
|
||||
lib/libkeximigrate3.1.so.3.1
|
||||
lib/libkeximigrate3.1.so.3.1.0
|
||||
lib/libkexirelationsview3.1.so
|
||||
lib/libkexirelationsview3.1.so.3.1
|
||||
lib/libkexirelationsview3.1.so.3.1.0
|
||||
lib/libkexiundo3.1.so
|
||||
lib/libkexiundo3.1.so.3.1
|
||||
lib/libkexiundo3.1.so.3.1.0
|
||||
lib/libkexiutils3.1.so
|
||||
lib/libkexiutils3.1.so.3.1
|
||||
lib/libkexiutils3.1.so.3.1.0
|
||||
lib/libkformdesigner3.1.so
|
||||
lib/libkformdesigner3.1.so.3.1
|
||||
lib/libkformdesigner3.1.so.3.1.0
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/forms/widgets/org.kexi-project.form.widgets.main.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/forms/widgets/org.kexi-project.form.widgets.web-browser.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/kexi_csvimportexportplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/kexi_formplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/kexi_migrationplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/kexi_queryplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/kexi_reportplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/kexi_tableplugin.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_mdb.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_mysql.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_postgresql.so
|
||||
%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_tsv.so
|
||||
share/applications/org.kde.kexi-3.1.desktop
|
||||
share/doc/HTML/de/kexi/index.cache.bz2
|
||||
share/doc/HTML/de/kexi/index.docbook
|
||||
share/doc/HTML/nl/kexi/index.cache.bz2
|
||||
share/doc/HTML/nl/kexi/index.docbook
|
||||
share/doc/HTML/it/kexi/index.cache.bz2
|
||||
share/doc/HTML/it/kexi/index.docbook
|
||||
%%DATADIR%%/3.1/examples/Simple_Database.kexi
|
||||
%%DATADIR%%/3.1/icons/kexi_breeze.rcc
|
||||
%%DATADIR%%/3.1/icons/org.kexi-project.form.widgets.main_breeze.rcc
|
||||
%%DATADIR%%/3.1/icons/org.kexi-project.form.widgets.web-browser_breeze.rcc
|
||||
%%DATADIR%%/3.1/status/contribution_details.ui
|
||||
%%DATADIR%%/3.1/status/contribution_help.ui
|
||||
%%DATADIR%%/3.1/status/status.rcc
|
||||
%%DATADIR%%/3.1/status/status.ui
|
||||
%%DATADIR%%/3.1/status/status_strings.ui
|
||||
share/locale/ar/LC_MESSAGES/kexi.mo
|
||||
share/locale/ast/LC_MESSAGES/kexi.mo
|
||||
share/locale/ast/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
|
||||
@ -91,6 +97,7 @@ share/locale/de/LC_MESSAGES/keximigrate_mdb.mo
|
||||
share/locale/el/LC_MESSAGES/kexi.mo
|
||||
share/locale/el/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
|
||||
share/locale/el/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
|
||||
share/locale/el/LC_MESSAGES/keximigrate_mdb.mo
|
||||
share/locale/en_GB/LC_MESSAGES/kexi.mo
|
||||
share/locale/en_GB/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
|
||||
share/locale/en_GB/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
|
||||
@ -119,6 +126,7 @@ share/locale/ga/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
|
||||
share/locale/gl/LC_MESSAGES/kexi.mo
|
||||
share/locale/gl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
|
||||
share/locale/gl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
|
||||
share/locale/gl/LC_MESSAGES/keximigrate_mdb.mo
|
||||
share/locale/he/LC_MESSAGES/kexi.mo
|
||||
share/locale/hi/LC_MESSAGES/kexi.mo
|
||||
share/locale/hne/LC_MESSAGES/kexi.mo
|
||||
@ -199,6 +207,7 @@ share/locale/tg/LC_MESSAGES/kexi.mo
|
||||
share/locale/tr/LC_MESSAGES/kexi.mo
|
||||
share/locale/tr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
|
||||
share/locale/tr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
|
||||
share/locale/tr/LC_MESSAGES/keximigrate_mdb.mo
|
||||
share/locale/ug/LC_MESSAGES/kexi.mo
|
||||
share/locale/ug/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
|
||||
share/locale/ug/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
|
||||
@ -217,4 +226,4 @@ share/locale/zh_TW/LC_MESSAGES/kexi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/keximigrate_mdb.mo
|
||||
share/metainfo/org.kde.kexi.appdata.xml
|
||||
share/metainfo/org.kde.kexi-3.1.appdata.xml
|
||||
|
@ -1,12 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# TODO (when these parts are available in KF5):
|
||||
# - add calendarcore to USE_KDE when KDE PIM is available
|
||||
# - add libOkular5Core.so:graphics/okular to LIB_DEPENDS
|
||||
#
|
||||
PORTNAME= calligra
|
||||
PORTVERSION= 3.0.1
|
||||
PORTREVISION= 10
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
@ -49,7 +44,8 @@ USE_KDE= activities archive auth bookmarks codecs completion config \
|
||||
jobwidgets js kcmutils kdelibs4support khtml kio \
|
||||
kross notifications notifyconfig parts service solid sonnet \
|
||||
texteditor textwidgets threadweaver unitconversion wallet \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
calendarcore okular
|
||||
USE_QT5= buildtools_build core dbus gui network opengl \
|
||||
phonon4 printsupport qmake_build qml \
|
||||
quick script sql svg testlib webkit widgets x11extras xml
|
||||
@ -60,19 +56,16 @@ OPTIONS_DEFINE= OPENEXR
|
||||
OPTIONS_DEFAULT= OPENEXR
|
||||
|
||||
OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR
|
||||
OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \
|
||||
-DPRODUCTSET:STRING="DESKTOP"
|
||||
|
||||
# Requested by upstream, to not include unfinished modules
|
||||
CMAKE_ARGS+= -DRELEASE_BUILD:BOOL=TRUE
|
||||
CMAKE_ON= RELEASE_BUILD
|
||||
# Performance increase according to README.PACKAGERS
|
||||
CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-DKDE_NO_DEBUG_OUTPUT"
|
||||
|
||||
# Disable KDE Pim support
|
||||
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi:BOOL=FALSE \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact:BOOL=FALSE
|
||||
|
||||
PLIST_SUB+= SHLIB_VER=15.0.0
|
||||
PLIST_SUB+= SHLIB_VER=16.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1491294880
|
||||
SHA256 (KDE/calligra/calligra-3.0.1.tar.xz) = 452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2
|
||||
SIZE (KDE/calligra/calligra-3.0.1.tar.xz) = 60764344
|
||||
TIMESTAMP = 1519549095
|
||||
SHA256 (KDE/calligra/calligra-3.1.0.tar.xz) = 6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870
|
||||
SIZE (KDE/calligra/calligra-3.1.0.tar.xz) = 58037392
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- filters/karbon/pdf/CMakeLists.txt.orig 2017-04-19 08:08:55 UTC
|
||||
+++ filters/karbon/pdf/CMakeLists.txt
|
||||
@@ -10,7 +10,7 @@ kde4_add_plugin(calligra_filter_pdf2svg
|
||||
|
||||
target_link_libraries(calligra_filter_pdf2svg komain ${POPPLER_LIBRARY} ${POPPLER_CORE_LIBRARY})
|
||||
if(JPEG_FOUND)
|
||||
- target_link_libraries(calligra_filter_pdf2svg jpeg)
|
||||
+ target_link_libraries(calligra_filter_pdf2svg ${JPEG_LIBRARY})
|
||||
endif()
|
||||
if(OPENJPEG_FOUND)
|
||||
target_link_libraries(calligra_filter_pdf2svg ${OPENJPEG_LIBRARIES})
|
@ -1,13 +0,0 @@
|
||||
Include necessary header <time.h>
|
||||
|
||||
--- plan/plugins/schedulers/tj/PlanTJScheduler.h.orig 2017-01-04 17:01:13 UTC
|
||||
+++ plan/plugins/schedulers/tj/PlanTJScheduler.h
|
||||
@@ -32,6 +32,8 @@
|
||||
#include <QMap>
|
||||
#include <QList>
|
||||
|
||||
+#include <time.h>
|
||||
+
|
||||
class QDateTime;
|
||||
|
||||
namespace TJ
|
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= krita
|
||||
DISTVERSION= 3.3.3
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 4.0.1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
@ -20,9 +19,11 @@ LIB_DEPENDS= libImath.so:graphics/ilmbase \
|
||||
libfftw3.so:math/fftw3 \
|
||||
libexiv2.so:graphics/exiv2 \
|
||||
libcurl.so:ftp/curl \
|
||||
libgif.so:graphics/giflib \
|
||||
libgsl.so:math/gsl \
|
||||
liblcms2.so:graphics/lcms2 \
|
||||
libpng.so:graphics/png \
|
||||
libpoppler.so:graphics/poppler \
|
||||
libpoppler-qt5.so:graphics/poppler-qt5 \
|
||||
libraw.so:graphics/libraw \
|
||||
libtiff.so:graphics/tiff \
|
||||
@ -30,11 +31,11 @@ LIB_DEPENDS= libImath.so:graphics/ilmbase \
|
||||
libxcb-util.so:x11/xcb-util
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
|
||||
eigen:3 gettext jpeg kde:5 shared-mime-info
|
||||
eigen:3 gettext jpeg kde:5 pkgconfig shared-mime-info
|
||||
USE_KDE= archive completion config coreaddons crash guiaddons i18n \
|
||||
itemmodels itemviews kio service widgetsaddons windowsystem
|
||||
USE_QT5= concurrent core dbus gui multimedia network printsupport \
|
||||
quick svg testlib widgets x11extras xml \
|
||||
qml quick svg testlib widgets x11extras xml \
|
||||
buildtools_build qmake_build
|
||||
USE_XORG= ice sm xcb xext xi
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1518208140
|
||||
SHA256 (KDE/krita/krita-3.3.3.tar.gz) = bec04e3392e9b311477c5c6a50e2201b43a3afda91d9b24a0fc8e3399585865d
|
||||
SIZE (KDE/krita/krita-3.3.3.tar.gz) = 207582956
|
||||
TIMESTAMP = 1523646176
|
||||
SHA256 (KDE/krita/krita-4.0.1.tar.gz) = ec0ae3afd6670a6f2102614d36a6b24a4968d7e9d13e8f1de90d1065f7f2a54c
|
||||
SIZE (KDE/krita/krita-4.0.1.tar.gz) = 237493152
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kreport
|
||||
DISTVERSION= 3.0.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= textproc kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
@ -13,7 +12,7 @@ COMMENT= Framework for creation of reports in multiple formats
|
||||
LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty
|
||||
|
||||
USES= cmake:outsource gettext kde:5 python:2.7 tar:xz
|
||||
USE_KDE= config coreaddons ecm widgetsaddons
|
||||
USE_KDE= config coreaddons ecm marble widgetsaddons
|
||||
USE_QT5= core gui network qml webkit widgets xml \
|
||||
buildtools_build printsupport qmake_build
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506101487
|
||||
SHA256 (KDE/kreport/kreport-3.0.2.tar.xz) = e04ea806381ec9fe40f63103e6ef45685a586faa5c85807347d733231cdca3fd
|
||||
SIZE (KDE/kreport/kreport-3.0.2.tar.xz) = 227508
|
||||
TIMESTAMP = 1520616696
|
||||
SHA256 (KDE/kreport/kreport-3.1.0.tar.xz) = 3b6485629b5e4343b7ddf42efb1927310d60b143a22afe79925147d0ddcdf36c
|
||||
SIZE (KDE/kreport/kreport-3.1.0.tar.xz) = 378980
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/KReport3/KReportAsyncItemBase
|
||||
include/KReport3/KReportAsyncItemBase.h
|
||||
include/KReport3/KReportData
|
||||
include/KReport3/KReportData.h
|
||||
include/KReport3/KReportDataSource
|
||||
include/KReport3/KReportDataSource.h
|
||||
include/KReport3/KReportDesign
|
||||
include/KReport3/KReportDesign.h
|
||||
include/KReport3/KReportDesigner
|
||||
@ -18,8 +18,6 @@ include/KReport3/KReportDesignerSectionDetailGroup
|
||||
include/KReport3/KReportDesignerSectionDetailGroup.h
|
||||
include/KReport3/KReportDocument
|
||||
include/KReport3/KReportDocument.h
|
||||
include/KReport3/KReportDpi
|
||||
include/KReport3/KReportDpi.h
|
||||
include/KReport3/KReportElement
|
||||
include/KReport3/KReportElement.h
|
||||
include/KReport3/KReportGroupTracker
|
||||
@ -34,8 +32,6 @@ include/KReport3/KReportLineStyle
|
||||
include/KReport3/KReportLineStyle.h
|
||||
include/KReport3/KReportPage
|
||||
include/KReport3/KReportPage.h
|
||||
include/KReport3/KReportPageOptions
|
||||
include/KReport3/KReportPageOptions.h
|
||||
include/KReport3/KReportPageSize
|
||||
include/KReport3/KReportPageSize.h
|
||||
include/KReport3/KReportPluginInterface
|
||||
@ -44,8 +40,6 @@ include/KReport3/KReportPluginManager
|
||||
include/KReport3/KReportPluginManager.h
|
||||
include/KReport3/KReportPluginMetaData
|
||||
include/KReport3/KReportPluginMetaData.h
|
||||
include/KReport3/KReportPosition
|
||||
include/KReport3/KReportPosition.h
|
||||
include/KReport3/KReportPreRenderer
|
||||
include/KReport3/KReportPreRenderer.h
|
||||
include/KReport3/KReportRenderObjects
|
||||
@ -58,37 +52,225 @@ include/KReport3/KReportScriptDraw
|
||||
include/KReport3/KReportScriptDraw.h
|
||||
include/KReport3/KReportScriptHandler
|
||||
include/KReport3/KReportScriptHandler.h
|
||||
include/KReport3/KReportScriptSource
|
||||
include/KReport3/KReportScriptSource.h
|
||||
include/KReport3/KReportSection
|
||||
include/KReport3/KReportSection.h
|
||||
include/KReport3/KReportSectionData
|
||||
include/KReport3/KReportSectionData.h
|
||||
include/KReport3/KReportSize
|
||||
include/KReport3/KReportSize.h
|
||||
include/KReport3/KReportUnit
|
||||
include/KReport3/KReportUnit.h
|
||||
include/KReport3/KReportUtils
|
||||
include/KReport3/KReportUtils.h
|
||||
include/KReport3/KReportView
|
||||
include/KReport3/KReportView.h
|
||||
include/KReport3/KReportZoomHandler
|
||||
include/KReport3/KReportZoomHandler.h
|
||||
include/KReport3/KReportZoomMode
|
||||
include/KReport3/KReportZoomMode.h
|
||||
include/KReport3/config-kreport.h
|
||||
include/KReport3/kreport_export.h
|
||||
include/KReport3/kreport_version.h
|
||||
lib/cmake/KReport3/KReportConfig.cmake
|
||||
lib/cmake/KReport3/KReportConfigVersion.cmake
|
||||
lib/cmake/KReport3/KReportQCHTargets.cmake
|
||||
lib/cmake/KReport3/KReportTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KReport3/KReportTargets.cmake
|
||||
lib/libKReport3.so
|
||||
lib/libKReport3.so.3
|
||||
lib/libKReport3.so.3.0
|
||||
lib/libKReport3.so.4
|
||||
lib/libKReport3.so.4.1.0
|
||||
%%QT_MKSPECDIR%%/modules/qt_KReport3.pri
|
||||
%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.barcode.so
|
||||
%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.maps.so
|
||||
%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.web.so
|
||||
libdata/pkgconfig/KReport3.pc
|
||||
share/kreport3/icons/kreport_breeze.rcc
|
||||
share/kreport3/icons/org.kde.kreport.barcode_breeze.rcc
|
||||
share/kreport3/icons/org.kde.kreport.maps_breeze.rcc
|
||||
share/kreport3/icons/org.kde.kreport.web_breeze.rcc
|
||||
share/kservicetypes5/kreport_elementplugin.desktop
|
||||
share/locale/af/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ar/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ast/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ast/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ast/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ast/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/be/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/bg/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/bg/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/bg/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/br/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/bs/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/bs/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/bs/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/bs/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ca/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ca/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ca/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ca/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ca@valencia/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ca@valencia/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ca@valencia/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ca@valencia/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/cs/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/cs/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/cs/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/cs/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/cy/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/da/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/da/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/da/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/da/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/de/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/de/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/de/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/de/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/el/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/el/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/el/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/el/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/en_GB/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/en_GB/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/en_GB/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/en_GB/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/eo/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/es/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/es/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/es/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/es/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/et/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/et/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/et/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/et/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/eu/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/fa/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/fr/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/fr/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/fr/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/fr/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/fy/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ga/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ga/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ga/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ga/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/gl/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/gl/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/gl/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/gl/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/he/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/hi/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/hne/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/hr/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/hu/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/hu/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/hu/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/hu/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ia/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ia/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ia/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ia/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/is/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/it/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/it/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/it/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/it/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ja/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ja/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ja/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ja/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/kk/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/kk/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/kk/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/kk/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ko/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ko/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ko/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ku/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/lt/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/lt/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/lt/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/lt/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/lv/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/mai/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/mk/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/mr/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/mr/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/mr/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/mr/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ms/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ms/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/nb/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/nb/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/nb/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/nb/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/nds/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/nds/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/nds/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/nds/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ne/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/nl/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/nl/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/nl/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/nl/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/nn/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/oc/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/pa/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/pl/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/pl/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/pl/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/pl/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/pt/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/pt/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/pt/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/pt/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/pt_BR/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/pt_BR/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/pt_BR/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/pt_BR/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ro/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ru/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ru/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ru/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ru/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/se/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/sk/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/sk/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/sk/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/sk/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/sl/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/sl/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/sl/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/sl/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/sv/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/sv/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/sv/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/sv/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ta/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/tg/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/th/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/tr/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/tr/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/tr/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/tr/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/ug/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/ug/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/ug/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ug/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/uk/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/uk/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/uk/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/uk/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/uz/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/vi/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/wa/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/wa/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/xh/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/zh_CN/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/zh_CN/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/zh_CN/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/zh_CN/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
share/locale/zh_TW/LC_MESSAGES/kreport_barcodeplugin_qt.qm
|
||||
share/locale/zh_TW/LC_MESSAGES/kreport_mapsplugin_qt.qm
|
||||
share/locale/zh_TW/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/zh_TW/LC_MESSAGES/kreport_webplugin_qt.qm
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kproperty
|
||||
DISTVERSION= 3.0.2
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= x11-toolkits kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506101564
|
||||
SHA256 (KDE/kproperty/kproperty-3.0.2.tar.xz) = d5fa71ee621a30221f427b53282abe124347842bcf657269b7f7b77355dbf3c3
|
||||
SIZE (KDE/kproperty/kproperty-3.0.2.tar.xz) = 82556
|
||||
TIMESTAMP = 1520616702
|
||||
SHA256 (KDE/kproperty/kproperty-3.1.0.tar.xz) = 7ede8ee868ba480e4666a32b4b26d279b1e45177f83b0ada32a15fa9cee514a3
|
||||
SIZE (KDE/kproperty/kproperty-3.1.0.tar.xz) = 123528
|
||||
|
@ -2,8 +2,12 @@ include/KPropertyCore3/KProperty
|
||||
include/KPropertyCore3/KProperty.h
|
||||
include/KPropertyCore3/KPropertyFactory
|
||||
include/KPropertyCore3/KPropertyFactory.h
|
||||
include/KPropertyCore3/KPropertyListData
|
||||
include/KPropertyCore3/KPropertyListData.h
|
||||
include/KPropertyCore3/KPropertySet
|
||||
include/KPropertyCore3/KPropertySet.h
|
||||
include/KPropertyCore3/KPropertySetBuffer
|
||||
include/KPropertyCore3/KPropertySetBuffer.h
|
||||
include/KPropertyCore3/config-kproperty.h
|
||||
include/KPropertyCore3/kproperty_version.h
|
||||
include/KPropertyCore3/kpropertycore_export.h
|
||||
@ -18,6 +22,10 @@ include/KPropertyWidgets3/KPropertyEditorView
|
||||
include/KPropertyWidgets3/KPropertyEditorView.h
|
||||
include/KPropertyWidgets3/KPropertyGenericSelectionEditor
|
||||
include/KPropertyWidgets3/KPropertyGenericSelectionEditor.h
|
||||
include/KPropertyWidgets3/KPropertyMultiLineStringEditor
|
||||
include/KPropertyWidgets3/KPropertyMultiLineStringEditor.h
|
||||
include/KPropertyWidgets3/KPropertyRectFEditor
|
||||
include/KPropertyWidgets3/KPropertyRectFEditor.h
|
||||
include/KPropertyWidgets3/KPropertyStringEditor
|
||||
include/KPropertyWidgets3/KPropertyStringEditor.h
|
||||
include/KPropertyWidgets3/KPropertyUrlEditor
|
||||
@ -56,18 +64,70 @@ include/KPropertyWidgets3/timeedit.h
|
||||
include/KPropertyWidgets3/utils.h
|
||||
lib/cmake/KPropertyCore3/KPropertyCoreConfig.cmake
|
||||
lib/cmake/KPropertyCore3/KPropertyCoreConfigVersion.cmake
|
||||
lib/cmake/KPropertyCore3/KPropertyCoreQCHTargets.cmake
|
||||
lib/cmake/KPropertyCore3/KPropertyCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KPropertyCore3/KPropertyCoreTargets.cmake
|
||||
lib/cmake/KPropertyWidgets3/KPropertyWidgetsConfig.cmake
|
||||
lib/cmake/KPropertyWidgets3/KPropertyWidgetsConfigVersion.cmake
|
||||
lib/cmake/KPropertyWidgets3/KPropertyWidgetsQCHTargets.cmake
|
||||
lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets.cmake
|
||||
lib/libKPropertyCore3.so
|
||||
lib/libKPropertyCore3.so.3
|
||||
lib/libKPropertyCore3.so.3.0
|
||||
lib/libKPropertyCore3.so.4
|
||||
lib/libKPropertyCore3.so.4.1.0
|
||||
lib/libKPropertyWidgets3.so
|
||||
lib/libKPropertyWidgets3.so.3
|
||||
lib/libKPropertyWidgets3.so.3.0
|
||||
lib/libKPropertyWidgets3.so.4
|
||||
lib/libKPropertyWidgets3.so.4.1.0
|
||||
libdata/pkgconfig/KPropertyCore3.pc
|
||||
libdata/pkgconfig/KPropertyWidgets3.pc
|
||||
share/kpropertywidgets3/icons/kproperty_breeze.rcc
|
||||
share/locale/ast/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/ast/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/ca/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/ca/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/ca@valencia/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/ca@valencia/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/cs/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/cs/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/de/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/de/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/en_GB/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/en_GB/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/es/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/es/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/fr/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/fr/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/gl/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/gl/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/ia/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/ia/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/it/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/it/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/ja/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/ja/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/lt/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/lt/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/nl/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/nl/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/pl/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/pl/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/pt/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/pt/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/pt_BR/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/pt_BR/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/ru/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/ru/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/sk/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/sk/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/sv/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/sv/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/tr/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/tr/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/uk/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/uk/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/zh_CN/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/zh_CN/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
share/locale/zh_TW/LC_MESSAGES/kpropertycore_qt.qm
|
||||
share/locale/zh_TW/LC_MESSAGES/kpropertywidgets_qt.qm
|
||||
|
Loading…
Reference in New Issue
Block a user