Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489152 - app-text/cb2bib: use system copy of dev-qt/qtsingleapplication
Summary: app-text/cb2bib: use system copy of dev-qt/qtsingleapplication
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2013-10-23 13:55 UTC by Nikoli
Modified: 2025-04-03 19:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-10-23 13:55:47 UTC
cb2bib-1.4.9 $ grep qtsingleapplication src/main.cpp src/CMakeLists.txt -a1
src/main.cpp- ***************************************************************************/
src/main.cpp:#include "qtsingleapplication/src/qtsingleapplication.h"
src/main.cpp:#include "qtsingleapplication/src/qtsinglecoreapplication.h"
src/main.cpp-
--
src/CMakeLists.txt-
src/CMakeLists.txt:list_source_files_at(MODSINGAPP_CPP MODSINGAPP_H MODSINGAPP_MOCH qtsingleapplication/src/)
src/CMakeLists.txt-if(WIN32)
src/CMakeLists.txt:  list(REMOVE_ITEM MODSINGAPP_CPP qtsingleapplication/src/qtlockedfile_unix.cpp)
src/CMakeLists.txt-else()
src/CMakeLists.txt:  list(REMOVE_ITEM MODSINGAPP_CPP qtsingleapplication/src/qtlockedfile_win.cpp)
src/CMakeLists.txt-endif()


Needs patching.
Comment 1 Larry the Git Cow gentoo-dev 2025-04-03 19:52:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc0170e0d596a3e71d443076e9018b74f8719ea

commit 4cc0170e0d596a3e71d443076e9018b74f8719ea
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2025-04-03 19:41:35 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2025-04-03 19:52:33 +0000

    app-text/cb2bib: add 2.0.2, EAPI 7 -> 8, unbundle qtsingleapplication
    
    - Drop dev-qt/qtwebengine - thx to Pere Constans for making me aware of the
      option and low impact on feature loss.
    - Use optfeature instead of elog messages.
    
    Closes: https://bugs.gentoo.org/489152
    Bug: https://bugs.gentoo.org/953061
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 app-text/cb2bib/Manifest                           |  1 +
 app-text/cb2bib/cb2bib-2.0.2.ebuild                | 57 ++++++++++++++++++++++
 app-text/cb2bib/files/cb2bib-2.0.2-qmake.patch     | 49 +++++++++++++++++++
 ...cb2bib-2.0.2-unbundle-qtsingleapplication.patch | 27 ++++++++++
 4 files changed, 134 insertions(+)