Skip to content

Commit

Permalink
misc/tellico: Update to 3.5.2
Browse files Browse the repository at this point in the history
Depend on qt5-webengine, which is automatically used if found in an
unclean environment, instead of deprecated KHTML. This has been true
since Tellico 3.4, but was never adjusted in previous updates.

https://tellico-project.org/tellico-3-5-2-released/
  • Loading branch information
BSDKaffee committed Oct 26, 2023
1 parent e30cc71 commit 6dd92f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 deletions misc/tellico/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tellico
DISTVERSION= 3.5.1
DISTVERSION= 3.5.2
CATEGORIES= misc kde
MASTER_SITES= http://tellico-project.org/files/

Expand All @@ -25,11 +25,12 @@ USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \
USE_GNOME= libxml2 libxslt
USE_KDE= archive attica5 auth bookmarks codecs completion config \
configwidgets coreaddons crash filemetadata guiaddons \
i18n iconthemes itemmodels itemviews jobwidgets js khtml kio \
libkcddb libksane newstuff parts service solid sonnet \
i18n iconthemes itemmodels itemviews jobwidgets kio \
libkcddb libksane newstuff service solid sonnet \
textwidgets wallet widgetsaddons windowsystem xmlgui \
doctools:build ecm:build
USE_QT= concurrent core dbus gui network printsupport widgets xml \
USE_QT= charts concurrent core dbus declarative gui location network \
printsupport webchannel webengine widgets xml \
buildtools:build qmake:build testlib:build
USE_XORG= x11

Expand Down
6 changes: 3 additions & 3 deletions misc/tellico/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688482116
SHA256 (tellico-3.5.1.tar.xz) = d626702a515b3a44d988db330752c3f578a96aa0b5d3d81f745aa6cc8b5eb70a
SIZE (tellico-3.5.1.tar.xz) = 6732096
TIMESTAMP = 1698277642
SHA256 (tellico-3.5.2.tar.xz) = 02c2b8e002d7ba23dafc8a2e7e26a4fc4bfb1395c414543502e56e29ec3e5353
SIZE (tellico-3.5.2.tar.xz) = 6756968
2 changes: 2 additions & 0 deletions misc/tellico/pkg-plist
Expand Up @@ -246,6 +246,7 @@ share/locale/gl/LC_MESSAGES/tellico.mo
share/locale/hu/LC_MESSAGES/tellico.mo
share/locale/ia/LC_MESSAGES/tellico.mo
share/locale/it/LC_MESSAGES/tellico.mo
share/locale/ja/LC_MESSAGES/tellico.mo
share/locale/ka/LC_MESSAGES/tellico.mo
share/locale/kk/LC_MESSAGES/tellico.mo
share/locale/ko/LC_MESSAGES/tellico.mo
Expand Down Expand Up @@ -325,6 +326,7 @@ share/mime/packages/tellico.xml
%%DATADIR%%/pics/comic.png
%%DATADIR%%/pics/datacrow.png
%%DATADIR%%/pics/deliciouslibrary.png
%%DATADIR%%/pics/discogs.png
%%DATADIR%%/pics/file.png
%%DATADIR%%/pics/game.png
%%DATADIR%%/pics/gcstar.png
Expand Down

0 comments on commit 6dd92f1

Please sign in to comment.