aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-05-11 13:37:26 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-05-11 13:40:39 +0000
commitdc7155ca5bf87d07d00b2d43149d2e87a2f01d0a (patch)
treef8de503a89e5a5309dd68a493d3da43ef9ae4c18
parent6890ec49a455be80bdbba71529f6ffb2bce23347 (diff)
downloadports-dc7155ca5bf87d07d00b2d43149d2e87a2f01d0a.tar.gz
ports-dc7155ca5bf87d07d00b2d43149d2e87a2f01d0a.zip
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.
-rw-r--r--misc/tellico/Makefile3
-rw-r--r--misc/tellico/distinfo6
-rw-r--r--misc/tellico/files/patch-CMakeLists.txt32
-rw-r--r--misc/tellico/pkg-plist7
4 files changed, 9 insertions, 39 deletions
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 <ponomarew@oberon.net>
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