misc/tellico: update to 3.2.2
This commit is contained in:
parent
049525d726
commit
1359a70830
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517244
4 changed files with 5 additions and 54 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tellico
|
||||
DISTVERSION= 3.2.1
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 3.2.2
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= http://tellico-project.org/files/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1562774910
|
||||
SHA256 (tellico-3.2.1.tar.xz) = 38bc369a5341f2a1ba2bb1b4736da1b6eb4d326352d17e5d54e609f93c140bf8
|
||||
SIZE (tellico-3.2.1.tar.xz) = 5604632
|
||||
TIMESTAMP = 1573417068
|
||||
SHA256 (tellico-3.2.2.tar.xz) = ec0595a421011596b39b51e0e88558da2716073f066862e9707571be9de77a9a
|
||||
SIZE (tellico-3.2.2.tar.xz) = 5589296
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
From 43851a0a655a3a961f289087bdea989aa32cc028 Mon Sep 17 00:00:00 2001
|
||||
From: Luca Beltrame <lbeltrame@kde.org>
|
||||
Date: Sun, 21 Jul 2019 09:21:16 +0200
|
||||
Subject: Fix build with Qt 5.13
|
||||
|
||||
(cherry picked from commit 43e6bbb4721adc83d8b2a77bd51d9efaf7aefd6b)
|
||||
---
|
||||
src/gui/datewidget.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/gui/datewidget.cpp b/src/gui/datewidget.cpp
|
||||
index 724370e..e6502bb 100644
|
||||
--- src/gui/datewidget.cpp
|
||||
+++ src/gui/datewidget.cpp
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <QPushButton>
|
||||
#include <QHBoxLayout>
|
||||
#include <QFrame>
|
||||
+#include <QDate>
|
||||
#include <QEvent>
|
||||
#include <QMenu>
|
||||
#include <QWidgetAction>
|
||||
--
|
||||
cgit v1.1
|
||||
|
||||
From d3c56eca11cd059d4348ab6696822c23d85af61a Mon Sep 17 00:00:00 2001
|
||||
From: Robby Stephenson <robby@periapsis.org>
|
||||
Date: Sun, 21 Jul 2019 19:17:35 -0400
|
||||
Subject: Fix apparent build problem on Jenkins
|
||||
|
||||
---
|
||||
src/mainwindow.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
|
||||
index d8348e8..8250c56 100644
|
||||
--- src/mainwindow.cpp
|
||||
+++ src/mainwindow.cpp
|
||||
@@ -108,6 +108,7 @@
|
||||
#include <QMimeType>
|
||||
#include <QMenuBar>
|
||||
#include <QFileDialog>
|
||||
+#include <QMetaMethod>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
--
|
||||
cgit v1.1
|
|
@ -227,7 +227,6 @@ 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/kk/LC_MESSAGES/tellico.mo
|
||||
share/locale/ko/LC_MESSAGES/tellico.mo
|
||||
share/locale/lt/LC_MESSAGES/tellico.mo
|
||||
|
@ -307,6 +306,7 @@ share/mime/packages/tellico.xml
|
|||
%%DATADIR%%/pics/gcstar.png
|
||||
%%DATADIR%%/pics/goodreads.png
|
||||
%%DATADIR%%/pics/griffith.png
|
||||
%%DATADIR%%/pics/librarything.png
|
||||
%%DATADIR%%/pics/nocover_album.png
|
||||
%%DATADIR%%/pics/nocover_bibtex.png
|
||||
%%DATADIR%%/pics/nocover_boardgame.png
|
||||
|
|
Loading…
Reference in a new issue