mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
tellico, bump to 4.1.3 (#12678)
This commit is contained in:
@@ -10,9 +10,9 @@ HOMEPAGE="https://tellico-project.org/
|
||||
COPYRIGHT="2001-2025 Robby Stephenson"
|
||||
LICENSE="GNU GPL v2
|
||||
GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://tellico-project.org/files/tellico-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="3c00d5213d36fb6faa16d57dba42568e801505f25846e41b342c159c1b3b66a5"
|
||||
CHECKSUM_SHA256="6cac452bc10480d50fb0e33c74829aec1ce9880aef39d8b7fdf63bc5a85b3a4f"
|
||||
SOURCE_DIR="tellico-$portVersion"
|
||||
ADDITIONAL_FILES="tellico.rdef.in"
|
||||
|
||||
@@ -99,7 +99,6 @@ BUILD_REQUIRES="
|
||||
devel:libKF5Crash$secondaryArchSuffix
|
||||
devel:libKF5FileMetaData$secondaryArchSuffix
|
||||
devel:libKF5GuiAddons$secondaryArchSuffix
|
||||
devel:libKF5KHtml$secondaryArchSuffix
|
||||
devel:libKF5IconThemes$secondaryArchSuffix
|
||||
devel:libKF5ItemModels$secondaryArchSuffix
|
||||
devel:libKF5I18n$secondaryArchSuffix
|
||||
@@ -118,8 +117,8 @@ BUILD_REQUIRES="
|
||||
devel:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
devel:libKF5WindowSystem$secondaryArchSuffix
|
||||
devel:libKF5XmlGui$secondaryArchSuffix
|
||||
devel:libpoppler$secondaryArchSuffix >= 144
|
||||
devel:libpoppler_qt5$secondaryArchSuffix >= 1.37
|
||||
devel:libpoppler$secondaryArchSuffix >= 148
|
||||
devel:libpoppler_qt5$secondaryArchSuffix >= 1.38
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Webengine$secondaryArchSuffix
|
||||
devel:libtag$secondaryArchSuffix >= 2.0
|
||||
@@ -130,6 +129,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:gtk_update_icon_cache
|
||||
cmd:make
|
||||
cmd:msgfmt$secondaryArchSuffix
|
||||
cmd:msgmerge$secondaryArchSuffix
|
||||
@@ -147,12 +147,10 @@ BUILD()
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DCMAKE_INSTALL_BINDIR=$appsDir \
|
||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DBUILD_WITH_QT6=OFF \
|
||||
-DBUILD_DOC=OFF \
|
||||
-DBUILD_TESTING=ON \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-Wno-dev
|
||||
|
||||
make -C build $jobArgs
|
||||
@@ -162,6 +160,9 @@ INSTALL()
|
||||
{
|
||||
make -C build install
|
||||
|
||||
# cleanup
|
||||
rm -rf $dataDir/{applications,metainfo}
|
||||
|
||||
mv $appsDir/tellico $appsDir/Tellico
|
||||
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
Reference in New Issue
Block a user