Your message dated Mon, 18 Mar 2024 23:26:25 +0000
with message-id <e1rmmn7-00h5hf...@fasolo.debian.org>
and subject line Bug#1023941: fixed in kiconthemes 5.115.0-1
has caused the Debian Bug report #1023941,
regarding kiconthemes FTCBFS: disables designer plugin
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1023941: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023941
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kiconthemes
Version: 5.98.0-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

kiconthemes fails to cross build from source, because the upstream
CMakeLists.txt forcefully disables building the designer plugin during
cross builds. I think this should be an option and it practically works.
I'm attaching a patch for your convenience.

Helmut
diff --minimal -Nru kiconthemes-5.98.0/debian/changelog 
kiconthemes-5.98.0/debian/changelog
--- kiconthemes-5.98.0/debian/changelog 2022-09-22 08:52:51.000000000 +0200
+++ kiconthemes-5.98.0/debian/changelog 2022-11-12 18:13:06.000000000 +0100
@@ -1,3 +1,10 @@
+kiconthemes (5.98.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Build designer plugin. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 12 Nov 2022 18:13:06 +0100
+
 kiconthemes (5.98.0-2) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru kiconthemes-5.98.0/debian/patches/cross.patch 
kiconthemes-5.98.0/debian/patches/cross.patch
--- kiconthemes-5.98.0/debian/patches/cross.patch       1970-01-01 
01:00:00.000000000 +0100
+++ kiconthemes-5.98.0/debian/patches/cross.patch       2022-11-12 
18:12:32.000000000 +0100
@@ -0,0 +1,11 @@
+--- kiconthemes-5.98.0.orig/CMakeLists.txt
++++ kiconthemes-5.98.0/CMakeLists.txt
+@@ -31,7 +31,7 @@
+ option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
+ add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
+ 
+-cmake_dependent_option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" ON 
"NOT CMAKE_CROSSCOMPILING" OFF)
++option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" "NOT 
CMAKE_CROSSCOMPILING")
+ add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt 
Designer")
+ 
+ ecm_setup_version(PROJECT
diff --minimal -Nru kiconthemes-5.98.0/debian/patches/series 
kiconthemes-5.98.0/debian/patches/series
--- kiconthemes-5.98.0/debian/patches/series    1970-01-01 01:00:00.000000000 
+0100
+++ kiconthemes-5.98.0/debian/patches/series    2022-11-12 18:12:17.000000000 
+0100
@@ -0,0 +1 @@
+cross.patch
diff --minimal -Nru kiconthemes-5.98.0/debian/rules 
kiconthemes-5.98.0/debian/rules
--- kiconthemes-5.98.0/debian/rules     2022-09-22 08:40:09.000000000 +0200
+++ kiconthemes-5.98.0/debian/rules     2022-11-12 18:12:45.000000000 +0100
@@ -7,7 +7,7 @@
        dh $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF
+       dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF 
-DBUILD_DESIGNERPLUGIN=ON
 
 override_dh_auto_test:
        # Disable dh_auto_test on build time

--- End Message ---
--- Begin Message ---
Source: kiconthemes
Source-Version: 5.115.0-1
Done: Patrick Franz <delta...@debian.org>

We believe that the bug you reported is fixed in the latest version of
kiconthemes, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Franz <delta...@debian.org> (supplier of updated kiconthemes package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 19 Mar 2024 00:03:22 +0100
Source: kiconthemes
Architecture: source
Version: 5.115.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Patrick Franz <delta...@debian.org>
Closes: 1023941
Changes:
 kiconthemes (5.115.0-1) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * New upstream release (5.115.0).
   * Update build-deps and deps with the info from cmake.
   * Add myself to Uploaders.
   * Fix FTCBFS: Build designer plugin, thx to Helmut Grohne (Closes:
     #1023941).
Checksums-Sha1:
 deea15d133f417ecb624017de8285f27f97f0b5d 3118 kiconthemes_5.115.0-1.dsc
 19d17d1958aaa3ab96fd181e5a633c9ea9fcd02f 1312068 
kiconthemes_5.115.0.orig.tar.xz
 09479c842e9a775db5a973de49aad3372a42cce8 488 
kiconthemes_5.115.0.orig.tar.xz.asc
 78bf0ffc3abbd9e0cc8d17dabac4ef5fcc6cf856 14244 
kiconthemes_5.115.0-1.debian.tar.xz
 691bb80ad7e28b4159028572e8a677e2b5467416 15647 
kiconthemes_5.115.0-1_source.buildinfo
Checksums-Sha256:
 56a1b324a6d02cdd087172ae7a4ad7346eebab080cbd4405277f58c2fc995c44 3118 
kiconthemes_5.115.0-1.dsc
 6925134bf76bb8bf6b3dabada008ded8f60fa196aa7a00c0c720c29008719d2f 1312068 
kiconthemes_5.115.0.orig.tar.xz
 e9351e480680806236b2fb7018e2058ec16cdb42fcf3acb79c1a3e5f53919049 488 
kiconthemes_5.115.0.orig.tar.xz.asc
 a9d230e4d99b2c2398e9d75e3d0fdc67bca4b2cbe357af431facc1f4fd5400f2 14244 
kiconthemes_5.115.0-1.debian.tar.xz
 e6f8a579995592acc04421d1ca5d084e265e7c9e04cd460a0e5e1ffd64c7f54d 15647 
kiconthemes_5.115.0-1_source.buildinfo
Files:
 49c7add1c6666ff0b96d0609c7f7649c 3118 libs optional kiconthemes_5.115.0-1.dsc
 818c95b686e9257db6b4cdf007e2c49b 1312068 libs optional 
kiconthemes_5.115.0.orig.tar.xz
 338d98bd8a84b59364fa9f02a51fb1ab 488 libs optional 
kiconthemes_5.115.0.orig.tar.xz.asc
 7bceca492e5b8369b268a4c10e2b5c72 14244 libs optional 
kiconthemes_5.115.0-1.debian.tar.xz
 c4ae06b99ec85705004d234bdb4bd8a5 15647 libs optional 
kiconthemes_5.115.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmX4yHQUHGRlbHRhb25l
QGRlYmlhbi5vcmcACgkQnp96YDB3/lbfXw/+KX/MzrEgItE8CB0eB/GnEpibdxpG
VXipfnCu1qWRUnkTZWv3tnA4MCsxsrBCHL7DoU6nvlNsjuWGHNvmZ+J1oRVzeH77
IEbeKQTzd5CGUR1wt1D7n6rI5TYmeuseFk2FNY3E7vobizaPOc5O2GJ3CiNa0opb
FhmSNl4DDIlt66c2sujE0as+HleffDcSCu5l2+FlQxpLyvf/+/Yd1R5srVMx6pwc
bbTU1BqtG+/ImGPq3BmcvuquiNPOV1PmgOsXS+6HsCHhFLuHmc2NLaG4vcB0iirk
FYOFxT5HHpI74da4LrCsWoV0YaWa8RrS69Eyzw2bOyv30JR/BoHzpVdvxB3r8wXX
9T4Ig6XcfS0FsBcr3wLFTu8e3Aam5d1ZWsraUs4RobsLJcqawHzEaw+0tru0E+PL
IIAgtFCfn3L0BEFeOGWmLsFJCpCHOXhFs9TeQn0dIaNvV+tEbv24DtGqKaD65d2K
Yux4uRXyc3Zvmya3EFYEC0UrLMhNf8k5tbpDIIg6tBin9DGdOun/vrd5OxHkohRI
3qLesylv5lBovNBo/8f3PBtRDczmBJNE+jJBrJjSPGI0M/fr6o40l0gC6v/qp4KU
6foABSvAHK4aiR0HKH6U7qY0x1Eh/vTAs8FfaZgTSxNWqd1R76TC35tWl7UDw7yC
Ux7RzWtyKtDa9q0=
=qjTt
-----END PGP SIGNATURE-----

Attachment: pgpwVmltfiEaQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to