Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 02fefe9f73e6
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10e4d3128561
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 31, 2021

  1. Copy the full SHA
    10e4d31 View commit details
Showing with 1 addition and 15 deletions.
  1. +1 −15 dev-qt/libqt5pas/libqt5pas-1.2.9.recipe
16 changes: 1 addition & 15 deletions dev-qt/libqt5pas/libqt5pas-1.2.9.recipe
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ HOMEPAGE="https://wiki.freepascal.org/Qt5_Interface"
COPYRIGHT="2005-2013 Jan Van Hijfte
2017 ŽŽeljan Rikalo"
LICENSE="GNU LGPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/davidbannon/libqt5pas/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="a40c69f56dcce909417d63d5e1fa8a9f0ddaec9024de6e6f5a99043b99e2f151"
SOURCE_DIR="libqt5pas-$portVersion/cbindings"
@@ -28,14 +28,6 @@ REQUIRES="
lib:libqt5Widgets$secondaryArchSuffix
"

PROVIDES_devel="
libqt5pas${secondaryArchSuffix}_devel = $portVersion
devel:libQt5Pas$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
libqt5pas$secondaryArchSuffix == $portVersion base
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libqt5Core$secondaryArchSuffix
@@ -66,12 +58,6 @@ INSTALL()
fi

make INSTALL_ROOT=$libDir install

prepareInstalledDevelLib \
libQt5Pas
packageEntries devel \
$developDir

#clean up for INSTALL_ROOT
rm -rf $libDir/boot
}