diff --git a/devel/qlementine/Makefile b/devel/qlementine/Makefile index 1663c471139d..bbcfdb597fc0 100644 --- a/devel/qlementine/Makefile +++ b/devel/qlementine/Makefile @@ -1,23 +1,22 @@ PORTNAME= qlementine -PORTVERSION= 1.2.2 +PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= danilo@FreeBSD.org COMMENT= Modern QStyle for desktop Qt6 applications WWW= https://oclero.github.io/qlementine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake gl qt:6 USE_QT= base svg tools:build USE_GL= opengl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= oclero .include diff --git a/devel/qlementine/distinfo b/devel/qlementine/distinfo index 9d3e60db757b..1ccc15697a3e 100644 --- a/devel/qlementine/distinfo +++ b/devel/qlementine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745917307 -SHA256 (oclero-qlementine-v1.2.2_GH0.tar.gz) = ff81a868e684dcb0fc405894993a3c27af73d9abb6fe6598b6548337a1662120 -SIZE (oclero-qlementine-v1.2.2_GH0.tar.gz) = 3671987 +TIMESTAMP = 1764345355 +SHA256 (oclero-qlementine-v1.4.0_GH0.tar.gz) = 0b6e2696532667510a445b6e0d3a03c7f9b1ba5ae4823a1a35bb77d8cc459bbb +SIZE (oclero-qlementine-v1.4.0_GH0.tar.gz) = 3682654 diff --git a/devel/qlementine/pkg-plist b/devel/qlementine/pkg-plist index dd09d25a655e..eb131a19129e 100644 --- a/devel/qlementine/pkg-plist +++ b/devel/qlementine/pkg-plist @@ -1,55 +1,56 @@ include/oclero/qlementine.hpp include/oclero/qlementine/Common.hpp include/oclero/qlementine/animation/WidgetAnimation.hpp include/oclero/qlementine/animation/WidgetAnimationManager.hpp include/oclero/qlementine/animation/WidgetAnimator.hpp include/oclero/qlementine/resources/ResourceInitialization.hpp include/oclero/qlementine/style/Delegates.hpp include/oclero/qlementine/style/QlementineStyle.hpp include/oclero/qlementine/style/QlementineStyleOption.hpp include/oclero/qlementine/style/Theme.hpp include/oclero/qlementine/style/ThemeManager.hpp include/oclero/qlementine/tools/ThemeEditor.hpp include/oclero/qlementine/utils/BadgeUtils.hpp include/oclero/qlementine/utils/BlurUtils.hpp include/oclero/qlementine/utils/ColorUtils.hpp include/oclero/qlementine/utils/FontUtils.hpp include/oclero/qlementine/utils/GeometryUtils.hpp include/oclero/qlementine/utils/IconUtils.hpp include/oclero/qlementine/utils/ImageUtils.hpp include/oclero/qlementine/utils/LayoutUtils.hpp include/oclero/qlementine/utils/MenuUtils.hpp include/oclero/qlementine/utils/PrimitiveUtils.hpp include/oclero/qlementine/utils/RadiusesF.hpp include/oclero/qlementine/utils/StateUtils.hpp include/oclero/qlementine/utils/StyleUtils.hpp include/oclero/qlementine/utils/WidgetUtils.hpp include/oclero/qlementine/widgets/AboutDialog.hpp include/oclero/qlementine/widgets/AbstractItemListWidget.hpp include/oclero/qlementine/widgets/Action.hpp include/oclero/qlementine/widgets/ActionButton.hpp include/oclero/qlementine/widgets/ColorButton.hpp include/oclero/qlementine/widgets/ColorEditor.hpp include/oclero/qlementine/widgets/CommandLinkButton.hpp include/oclero/qlementine/widgets/Expander.hpp include/oclero/qlementine/widgets/FramelessWindow.hpp include/oclero/qlementine/widgets/IconWidget.hpp include/oclero/qlementine/widgets/Label.hpp include/oclero/qlementine/widgets/LineEdit.hpp include/oclero/qlementine/widgets/LoadingSpinner.hpp include/oclero/qlementine/widgets/Menu.hpp include/oclero/qlementine/widgets/NavigationBar.hpp +include/oclero/qlementine/widgets/NotificationBadge.hpp include/oclero/qlementine/widgets/PlainTextEdit.hpp include/oclero/qlementine/widgets/Popover.hpp include/oclero/qlementine/widgets/PopoverButton.hpp include/oclero/qlementine/widgets/RoundedFocusFrame.hpp include/oclero/qlementine/widgets/SegmentedControl.hpp include/oclero/qlementine/widgets/StatusBadgeWidget.hpp include/oclero/qlementine/widgets/Switch.hpp lib/cmake/qlementine/qlementineConfig.cmake lib/cmake/qlementine/qlementineConfigVersion.cmake lib/cmake/qlementine/qlementineTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/qlementine/qlementineTargets.cmake lib/libqlementine.so lib/libqlementine.so.1 -lib/libqlementine.so.1.2 +lib/libqlementine.so.1.4 diff --git a/games/solarus-quest-editor/Makefile b/games/solarus-quest-editor/Makefile index ea377c324c7e..8a239807fca6 100644 --- a/games/solarus-quest-editor/Makefile +++ b/games/solarus-quest-editor/Makefile @@ -1,53 +1,53 @@ PORTNAME= solarus-quest-editor PORTVERSION= 2.0.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org COMMENT= GUI to create and modify quests for the Solarus engine WWW= https://www.solarus-games.org LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license_gpl.txt BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libphysfs.so:devel/physfs \ libmodplug.so:audio/libmodplug \ libvorbisfile.so:audio/libvorbis \ libogg.so:audio/libogg \ libsolarus.so:games/solarus \ libqlementine.so:devel/qlementine USES= cmake compiler:c++11-lib gl localbase:ldflags openal qt:6 sdl USE_GITLAB= yes GL_ACCOUNT= solarus-games GL_PROJECT= solarus GL_TAGNAME= e70e3df7369d690615fc4c9b3f8dfa00066c5e87 USE_GL= opengl USE_QT= base svg tools:build USE_SDL= sdl2 ttf2 image2 CMAKE_ARGS+= -DSOLARUS_FETCHCONTENT=OFF DESKTOP_ENTRIES= "Solarus Quest Editor" "${COMMENT}" \ "${PREFIX}/share/pixmaps/org.solarus-games.solarus-editor.png" \ "solarus-editor" "Game;" false WRKSRC_SUBDIR= editor OPTIONS_DEFINE= LUAJIT OPTIONS_DEFAULT_amd64= LUAJIT OPTIONS_DEFAULT_i386= LUAJIT OPTIONS_DEFAULT_powerpc= LUAJIT OPTIONS_DEFAULT_powerpc64= LUAJIT OPTIONS_DEFAULT_powerpc64le= LUAJIT LUAJIT_DESC= Use LuaJIT instead of standard Lua LUAJIT_USES= luajit LUAJIT_USES_OFF= lua:51 LUAJIT_CMAKE_BOOL= SOLARUS_USE_LUAJIT .include