diff --git a/devel/qschematic/Makefile b/devel/qschematic/Makefile index a0d6166aaae8..dfe563357dcf 100644 --- a/devel/qschematic/Makefile +++ b/devel/qschematic/Makefile @@ -1,26 +1,26 @@ PORTNAME= qschematic -DISTVERSION= 1.3.2 +DISTVERSION= 1.4.0 CATEGORIES= devel MAINTAINER= jbo@insane.engineer COMMENT= Qt/C++ library providing widgets for drawing diagrams WWW= https://github.com/simulton/qschematic LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libgpds.so:devel/gpds USES= cmake compiler:c++17-lang qt:5 USE_QT= buildtools:build core gui qmake:build widgets USE_GITHUB= yes GH_ACCOUNT= simulton GH_PROJECT= QSchematic CMAKE_OFF= QSCHEMATIC_BUILD_DEMO QSCHEMATIC_DEPENDENCY_GPDS_DOWNLOAD CMAKE_ARGS= -DQSCHEMATIC_DEPENDENCY_GPDS_TARGET:STRING="gpds::gpds-shared" PLIST_SUB= DISTVERSION=${DISTVERSION} .include diff --git a/devel/qschematic/distinfo b/devel/qschematic/distinfo index 4873b8242371..0918900d5ee2 100644 --- a/devel/qschematic/distinfo +++ b/devel/qschematic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661024088 -SHA256 (simulton-QSchematic-1.3.2_GH0.tar.gz) = fbeb35eaea47db3ef9aab1d37d70d1488b72ffd1203f5525b731483480aba6b7 -SIZE (simulton-QSchematic-1.3.2_GH0.tar.gz) = 1452855 +TIMESTAMP = 1681392194 +SHA256 (simulton-QSchematic-1.4.0_GH0.tar.gz) = 3cf9831c5d3f912cf7e21a314df76eece39a0c4b74f34f714161b0b65dc1b50a +SIZE (simulton-QSchematic-1.4.0_GH0.tar.gz) = 1457474 diff --git a/devel/qschematic/pkg-plist b/devel/qschematic/pkg-plist index 15646bf56f14..bafe6941ee09 100644 --- a/devel/qschematic/pkg-plist +++ b/devel/qschematic/pkg-plist @@ -1,44 +1,46 @@ include/qschematic/commands/commandbase.h include/qschematic/commands/commanditemadd.h include/qschematic/commands/commanditemmove.h include/qschematic/commands/commanditemremove.h include/qschematic/commands/commanditemvisibility.h include/qschematic/commands/commandlabelrename.h -include/qschematic/commands/commandnoderesize.h -include/qschematic/commands/commandnoderotate.h +include/qschematic/commands/commandrectitemresize.h +include/qschematic/commands/commandrectitemrotate.h include/qschematic/commands/commands.h include/qschematic/commands/commandwirenetrename.h include/qschematic/commands/commandwirepointmove.h include/qschematic/items/connector.h include/qschematic/items/item.h include/qschematic/items/itemfactory.h include/qschematic/items/itemfunctions.h include/qschematic/items/itemmimedata.h include/qschematic/items/label.h include/qschematic/items/node.h +include/qschematic/items/rectitem.h include/qschematic/items/splinewire.h +include/qschematic/items/widget.h include/qschematic/items/wire.h include/qschematic/items/wirenet.h include/qschematic/items/wireroundedcorners.h include/qschematic/netlist.h include/qschematic/netlistgenerator.h include/qschematic/scene.h include/qschematic/settings.h include/qschematic/types.h include/qschematic/utils.h include/qschematic/utils/itemscontainerutils.h include/qschematic/utils/itemscustodian.h include/qschematic/view.h include/qschematic/wire_system/connectable.h include/qschematic/wire_system/line.h include/qschematic/wire_system/manager.h include/qschematic/wire_system/net.h include/qschematic/wire_system/point.h include/qschematic/wire_system/wire.h lib/cmake/qschematic/qschematic-config-version.cmake lib/cmake/qschematic/qschematic-config.cmake lib/cmake/qschematic/qschematic-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/qschematic/qschematic-targets.cmake lib/libqschematic.a lib/libqschematic.so lib/libqschematic.so.%%DISTVERSION%%