Update tellico to 3.3.1

This commit is contained in:
rsadowski 2020-06-03 05:20:33 +00:00
parent 61fb8a3bf6
commit 00beaf87c2
3 changed files with 4 additions and 20 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.58 2020/05/14 19:19:01 rsadowski Exp $
# $OpenBSD: Makefile,v 1.59 2020/06/03 05:20:33 rsadowski Exp $
COMMENT = organizer for book/dvd/music collections
DISTNAME = tellico-3.3
DISTNAME = tellico-3.3.1
CATEGORIES = x11

View File

@ -1,2 +1,2 @@
SHA256 (tellico-3.3.tar.xz) = 3gjCemPz3ZyrCFYE/an5Tvs6v9H/seDsL3vp/PedL7Y=
SIZE (tellico-3.3.tar.xz) = 5618088
SHA256 (tellico-3.3.1.tar.xz) = 9bFBdXLklwVxxOlYXYklR2cxIhNgckQEDS5ZiYjFs3M=
SIZE (tellico-3.3.1.tar.xz) = 5619068

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-src_utils_iso5426converter_cpp,v 1.1 2020/05/14 19:19:01 rsadowski Exp $
Fix compile
Index: src/utils/iso5426converter.cpp
--- src/utils/iso5426converter.cpp.orig
+++ src/utils/iso5426converter.cpp
@@ -1211,7 +1211,7 @@ QChar Iso5426Converter::getCombiningChar(uint c) {
return 0x1EF1; // SMALL LETTER U WITH HORN AND DOT BELOW
default:
- myDebug() << "no match for" << Qt::hex << c;
+ myDebug() << "no match for" << hex << c;
return QChar();
}
}