From dc7155ca5bf87d07d00b2d43149d2e87a2f01d0a Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 11 May 2021 15:37:26 +0200 Subject: misc/tellico: update to 3.4.1, latest upstream Tellico is a collections (books, wine, ports, Ferrari's) manager. Release notes from release-email: * A new data source for TheTVDB was added. * A new Year Distribution chart was added to the available reports. * The TMDb data source was improved to search for TV series. * The DBC, Filmaster, and KinoPoisk data sources were updated. * Image loading now attempts to account for orientation metadata (Bug 436683). * Relative links are now handled correctly from the Entry View (Bug 436071). * Charts can now be saved as .png files in addition to being printed. * The DBUS interface for installing templates now returns a reply to indicate success. --- misc/tellico/Makefile | 3 +-- misc/tellico/distinfo | 6 +++--- misc/tellico/files/patch-CMakeLists.txt | 32 -------------------------------- misc/tellico/pkg-plist | 7 +++++-- 4 files changed, 9 insertions(+), 39 deletions(-) delete mode 100644 misc/tellico/files/patch-CMakeLists.txt diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index bb2c23624222..76b63f2047a7 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,8 +1,7 @@ # Created by: Kirill Ponomarew PORTNAME= tellico -DISTVERSION= 3.3.5 -PORTREVISION= 4 +DISTVERSION= 3.4.1 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo index a183fb6601a3..ab8aee30a323 100644 --- a/misc/tellico/distinfo +++ b/misc/tellico/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614239139 -SHA256 (tellico-3.3.5.tar.xz) = b852d6f308f6387a775ebebbd85bdbe3e8c725f35b01ed13b61a87284a1b7ce0 -SIZE (tellico-3.3.5.tar.xz) = 5664868 +TIMESTAMP = 1620739222 +SHA256 (tellico-3.4.1.tar.xz) = f8514deac3b49af95a81ef096b3caba8d664e289de8f3d5724f88e2b78278561 +SIZE (tellico-3.4.1.tar.xz) = 5832916 diff --git a/misc/tellico/files/patch-CMakeLists.txt b/misc/tellico/files/patch-CMakeLists.txt deleted file mode 100644 index 79772f728f1e..000000000000 --- a/misc/tellico/files/patch-CMakeLists.txt +++ /dev/null @@ -1,32 +0,0 @@ -Update to taglib changes what CMake variables are defined (it now produces -modern CMake bits, but forgets backwards compatibility). - -This cascades to the weak FindCDIO module, which was now missing -library -L flags it needed. - ---- CMakeLists.txt.orig 2020-07-18 20:19:02 UTC -+++ CMakeLists.txt -@@ -127,8 +127,13 @@ set_package_properties(Taglib PROPERTIES - URL "https://taglib.org/" - TYPE OPTIONAL) - if(TAGLIB_FOUND) -- add_definitions(${TAGLIB_CFLAGS}) -- include_directories(${TAGLIB_INCLUDES}) -+ if(TAGLIB_LIBRARIES) -+ # Older taglib -+ add_definitions(${TAGLIB_CFLAGS}) -+ include_directories(${TAGLIB_INCLUDES}) -+ else() -+ set(TAGLIB_LIBRARIES Taglib::Taglib) -+ endif() - endif(TAGLIB_FOUND) - - find_package(Yaz 2.0) -@@ -171,6 +176,7 @@ set_package_properties(CDIO PROPERTIES - TYPE OPTIONAL) - if(CDIO_FOUND) - include_directories(${CDIO_INCLUDE_DIRS}) -+ link_directories(${CDIO_libiso9660_LIBDIR} ${CDIO_libcdio_LIBDIR}) - endif(CDIO_FOUND) - - find_package(Csv 3.0) diff --git a/misc/tellico/pkg-plist b/misc/tellico/pkg-plist index 7213796c3b27..54ce53d3d2a0 100644 --- a/misc/tellico/pkg-plist +++ b/misc/tellico/pkg-plist @@ -1,6 +1,4 @@ bin/tellico -etc/xdg/tellico-script.knsrc -etc/xdg/tellico-template.knsrc etc/xdg/tellicorc share/applications/org.kde.tellico.desktop share/config.kcfg/tellico_config.kcfg @@ -223,8 +221,11 @@ share/icons/hicolor/48x48/mimetypes/application-x-tellico.png share/icons/hicolor/64x64/apps/tellico.png share/icons/hicolor/64x64/mimetypes/application-x-tellico.png share/kconf_update/tellico-1-3-update.pl +share/kconf_update/tellico-3-4-update.pl share/kconf_update/tellico-rename.upd share/kconf_update/tellico.upd +share/knsrcfiles/tellico-script.knsrc +share/knsrcfiles/tellico-template.knsrc share/kxmlgui5/tellico/tellicoui.rc share/locale/bg/LC_MESSAGES/tellico.mo share/locale/bs/LC_MESSAGES/tellico.mo @@ -281,6 +282,7 @@ share/mime/packages/tellico.xml %%DATADIR%%/boardgamegeek2tellico.xsl %%DATADIR%%/cassette-logo.png %%DATADIR%%/cd-logo.png +%%DATADIR%%/collectorz2tellico.xsl %%DATADIR%%/comicvine2tellico.xsl %%DATADIR%%/crossref2tellico.xsl %%DATADIR%%/data-sources/dark_horse_comics.py @@ -317,6 +319,7 @@ share/mime/packages/tellico.xml %%DATADIR%%/pics/checkmark.png %%DATADIR%%/pics/cite.png %%DATADIR%%/pics/coin.png +%%DATADIR%%/pics/collectorz.png %%DATADIR%%/pics/comic.png %%DATADIR%%/pics/deliciouslibrary.png %%DATADIR%%/pics/file.png -- cgit v1.2.3