Skip to content

Conversation

@noksel
Copy link

@noksel noksel commented Dec 10, 2025

Description

Adds kproperty package to MSYS2 repository. KProperty is a property editing framework with editor widget similar to what is known from Qt Designer.

Changes

  • Initial package submission for kproperty 3.2.0
  • Compatible with ucrt64, mingw64, clang64, and clangarm64 architectures

Package Details

  • Package name: mingw-w64-{arch}-kproperty
  • Version: 3.2.0 (release 1)
  • Dependencies: kconfig-qt5, kcoreaddons-qt5, kguiaddons-qt5, kwidgetsaddons-qt5, qt5-base
  • Build system: CMake with Unix Makefiles generator

Build Instructions

# Build for ucrt64
MINGW_ARCH=ucrt64 makepkg-mingw -sLf

# Build all architectures
for arch in mingw64 ucrt64 clang64 clangarm64; do
  MINGW_ARCH=$arch makepkg-mingw -sLf
done

Testing

  • Successful build on ucrt64
  • Package installation and removal
  • Basic library functionality test
  • No conflicts with existing packages

@striezel striezel added the new-package Pull request which adds new package(s) label Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-package Pull request which adds new package(s)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants