Skip to content

Commit

Permalink
libqmlbind-0.2.0 (rebuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Feb 5, 2025
1 parent fc777ec commit 3bda0f4
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 26 deletions.
35 changes: 19 additions & 16 deletions libqmlbind/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ libqmlbind is a C library for creating QML bindings for other languages easily
through exporting objects and classes to QML.

Runtime requirements:
cygwin-2.9.0-3
libgcc1-6.4.0-4
libqmlbind0-0.2.0-1bl1
libQt5Core5-5.9.2-1
libQt5Gui5-5.9.2-1
libQt5Quick5-5.9.2-1
libstdc++6-6.4.0-4
cygwin-3.5.7-1
libQt5Core5-5.9.4-2
libQt5Gui5-5.9.4-2
libQt5Quick5-5.9.4-1
libgcc1-12.4.0-3
libqmlbind0-0.2.0-1bl2
libstdc++6-12.4.0-3

Build requirements:
(besides corresponding -devel packages)
binutils-2.29-1
cygport-0.25.0-1
gcc-core-6.4.0-4
gcc-g++-6.4.0-4
libQt5Core-devel-5.9.2-1
make-4.2.1-2
binutils-2.44-1
cygport-0.36.9-1
gcc-core-12.4.0-3
gcc-g++-12.4.0-3
libQt5Core-devel-5.9.4-2
make-4.4.1-2

Canonical website:
https://github.com/seanchas116/libqmlbind

Canonical download:
https://github.com/seanchas116/libqmlbind/archive/v0.2.0.tar.gz
https://github.com/seanchas116/libqmlbind.git

-------------------------------------------

Expand All @@ -48,9 +48,9 @@ Files included in the binary package:

(libqmlbind)
/usr/share/doc/Cygwin/libqmlbind.README
/usr/share/doc/libqmlbind/ChangeLog.md
/usr/share/doc/libqmlbind/LICENSE.txt
/usr/share/doc/libqmlbind/README.md
/usr/share/doc/libqmlbind/changelog.md
/usr/share/doc/libqmlbind/readme.md

(libqmlbind0)
/usr/bin/cygqmlbind-0.dll
Expand All @@ -73,5 +73,8 @@ Files included in the binary package:

Port Notes:

----- version 0.2.0-1bl2 -----
Rebuild with gcc-12.4.0

----- version 0.2.0-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
8 changes: 0 additions & 8 deletions libqmlbind/libqmlbind-0.2.0-1bl1.src.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
HOMEPAGE="https://github.com/seanchas116/${PN}"
SRC_URI="https://github.com/seanchas116/${PN}/archive/v${PV}.tar.gz"
GIT_URI="https://github.com/seanchas116/${PN}.git"
GIT_REV="v${PV}"

CATEGORY="Libs"
SUMMARY="C library for creating QML bindings"
DESCRIPTION="libqmlbind is a C library for creating QML bindings for other languages easily
through exporting objects and classes to QML."

LICENSE="MIT"
LICENSE_SPDX="SPDX-License-Identifier: MIT"
LICENSE_URI="LICENSE.txt"

inherit qt5-qmake
inherit git

MAKEOPTS+=" -j1"

DOCS="
changelog.md
"

PKG_IGNORE="
usr/bin/cygtestplugin.dll
"

PKG_NAMES="
libqmlbind
Expand All @@ -17,7 +33,7 @@ libqmlbind_CONTENTS="
usr/share
"
libqmlbind0_CONTENTS="
usr/bin/cygqmlbind-*.dll
usr/bin/cyg*-0.dll
"
libqmlbind_devel_CONTENTS="
usr/include
Expand Down

0 comments on commit 3bda0f4

Please sign in to comment.