cantor, bump version (#10745)

This commit is contained in:
Schrijvers Luc
2024-07-25 08:29:06 +02:00
committed by GitHub
parent b2ff1616ef
commit dc9a30370c
2 changed files with 9 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ COPYRIGHT="2016 Filipe Saraiva
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/cantor-$portVersion.tar.xz"
CHECKSUM_SHA256="1cd6344e19b57ec98c103506920de412a5541b61377c43dcb5162ae39c2b9bf5"
CHECKSUM_SHA256="41fb9b47ab194d393e4ff33f3afba24267b409f30801c09934f05c52e7ba533f"
SOURCE_DIR="cantor-$portVersion"
PATCHES="cantor-$portVersion.patchset"
ADDITIONAL_FILES="cantor.rdef.in"
@@ -44,12 +44,12 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libAnalitza$secondaryArchSuffix
lib:libgfortran$secondaryArchSuffix
lib:libpoppler$secondaryArchSuffix
lib:libpoppler_qt5$secondaryArchSuffix
lib:libspectre$secondaryArchSuffix
# KF5
lib:libAnalitza$secondaryArchSuffix
lib:libKF5Archive$secondaryArchSuffix
lib:libKF5Attica$secondaryArchSuffix
lib:libKF5Auth$secondaryArchSuffix
@@ -99,6 +99,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
shared_mime_info$secondaryArchSuffix
devel:libAnalitza$secondaryArchSuffix >= 8.0.0
devel:libluajit_5.1$secondaryArchSuffix
devel:libmarkdown$secondaryArchSuffix
devel:libpoppler$secondaryArchSuffix
@@ -107,7 +108,6 @@ BUILD_REQUIRES="
devel:libspectre$secondaryArchSuffix
# KF5
extra_cmake_modules$secondaryArchSuffix
devel:libAnalitza$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Attica$secondaryArchSuffix
@@ -169,6 +169,7 @@ INSTALL()
{
make -C build install
# don't mess with shared_mime_info files
rm -rf $dataDir/mime/{aliases,generic-icons,globs,globs2,icons,magic}
rm -rf $dataDir/mime/{mime.cache,subclasses,treemagic,types,version,XMLnamespaces}

View File

@@ -1,11 +1,11 @@
From 9052868384ff9bdef315bc9b290b9018e826320c Mon Sep 17 00:00:00 2001
From 1cf94c724ef70d59756a3d8a4d4588f3aba4102a Mon Sep 17 00:00:00 2001
From: Schrijvers Luc <begasus@gmail.com>
Date: Sun, 31 Mar 2024 16:00:23 +0200
Subject: Disable DocTools
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3cd3ba8..a6bfc9d 100644
index 90855da..dfafd0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
@@ -27,10 +27,10 @@ index 3cd3ba8..a6bfc9d 100644
endif(NOT WIN32)
add_subdirectory(src)
--
2.43.2
2.45.2
From 92fc9824e49f62b4493bd832e06b59c36cf1e414 Mon Sep 17 00:00:00 2001
From a8ec7431372d87cbdd78027bc2cc6a64b28193bd Mon Sep 17 00:00:00 2001
From: Schrijvers Luc <begasus@gmail.com>
Date: Sun, 31 Mar 2024 16:02:09 +0200
Subject: Disable POSITION_INDEPENDENT_CODE
@@ -59,5 +59,5 @@ index 2868373..e1ccef5 100644
add_dependencies(Discount::Lib discount_project-build)
--
2.43.2
2.45.2