mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
Fix referencing to projectx (template leftovers) (#10804)
This commit is contained in:
@@ -52,6 +52,4 @@ INSTALL()
|
||||
make install
|
||||
|
||||
rm $libDir/libtreecc.a
|
||||
# mkdir -p $binDir
|
||||
# cp -a objects/projectx $binDir
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ REVISION="1"
|
||||
SOURCE_URI="https://pulkomandy.tk/~beosarchive/unsorted/cypresstwist/BeOS/Games/replicat_v1_06.zip"
|
||||
CHECKSUM_SHA256="a631d63e894f4e99d3a5c18e3fd0a92ce3e767ec5b52d92e43b6ee07f2b36f76"
|
||||
SOURCE_DIR="replicat v$portVersion/src"
|
||||
#PATCHES="projectx-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="makefile"
|
||||
|
||||
ARCHITECTURES="?all"
|
||||
|
||||
@@ -6,7 +6,7 @@ using GroupDAV or CardDAV."
|
||||
HOMEPAGE="https://invent.kde.org/frameworks/kdav"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="$HOMEPAGE/-/archive/v$portVersion/kdav-v$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="befb1ddcad4d43104714118660a4ff27e48d8340b31a820cf8e0abb02da908a5"
|
||||
SOURCE_DIR="kdav-v$portVersion"
|
||||
@@ -19,7 +19,6 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
kdav$secondaryArchSuffix = $portVersion
|
||||
cmd:projectx$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5DAV$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -80,11 +79,6 @@ TEST_REQUIRES="
|
||||
qthaikuplugins$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. $cmakeDirArgs \
|
||||
@@ -92,7 +86,8 @@ BUILD()
|
||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
||||
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DBUILD_TESTING=OFF
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ libde265 supports WPP and tile-based multithreading and includes SSE \
|
||||
optimizations. The decoder includes all features of the Main profile and \
|
||||
correctly decodes almost all conformance streams (see \
|
||||
https://github.com/strukturag/libde265/wiki/Decoder-conformance)."
|
||||
HOMEPAGE="https://homepage/of/projectx.org"
|
||||
HOMEPAGE="https://github.com/strukturag/libde265"
|
||||
COPYRIGHT="2013-2014 Struktur AG"
|
||||
LICENSE="GNU LGPL v3
|
||||
MIT"
|
||||
|
||||
@@ -7,7 +7,7 @@ The main user(s) of Libspiro are Font editing programs such as FontForge, and \
|
||||
forked copies have been seen in more artistic programs such as InkScape, or \
|
||||
in libraries such as GEGL. There may be other possible uses in future, and \
|
||||
this library has strong potential in graphical and vector type programs."
|
||||
HOMEPAGE="https://homepage/of/projectx.org"
|
||||
HOMEPAGE="https://github.com/fontforge/libspiro"
|
||||
COPYRIGHT="2007 Raph Levien
|
||||
George Williams"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
Reference in New Issue
Block a user