git: 2f1ab8f8540b - main - net-im/kaidan: update to 0.8.0
Tobias C. Berner
tcberner at FreeBSD.org
Sat May 29 09:17:32 UTC 2021
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2f1ab8f8540bf6c49eefb65b0c41ad86f1c7537a
commit 2f1ab8f8540bf6c49eefb65b0c41ad86f1c7537a
Author: Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-05-29 09:08:24 +0000
Commit: Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-05-29 09:17:27 +0000
net-im/kaidan: update to 0.8.0
Released: 2021-05-28
Features:
* Add typing notifications (XEP-0085: Chat State Notifications) (jbb)
* Add message history syncing (XEP-0313: Message Archive Management) (lnj)
* Window size is restored (melvo)
* The server's website link is displayed if account creation is disabled (melvo)
* Use breeze theme on macOS (jbb)
* Improved user strings & descriptions (melvo)
---
net-im/kaidan/Makefile | 5 ++---
net-im/kaidan/distinfo | 6 +++---
net-im/kaidan/pkg-plist | 2 +-
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile
index d0e5635d915b..7b6190523591 100644
--- a/net-im/kaidan/Makefile
+++ b/net-im/kaidan/Makefile
@@ -1,6 +1,5 @@
PORTNAME= kaidan
-DISTVERSION= 0.7.0
-PORTREVISION= 1
+DISTVERSION= 0.8.0
CATEGORIES= net-im kde
MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION}
@@ -12,7 +11,7 @@ LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5 \
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \
pkgconfig qt:5 tar:xz
-USE_KDE= ecm kirigami2 notifications
+USE_KDE= ecm kirigami2 notifications qqc2-desktop-style
USE_QT= core dbus declarative gui location multimedia network \
quickcontrols2 sql svg widgets xml \
buildtools_build qmake_build
diff --git a/net-im/kaidan/distinfo b/net-im/kaidan/distinfo
index e3427ad1bebd..0b812e8cec00 100644
--- a/net-im/kaidan/distinfo
+++ b/net-im/kaidan/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616155176
-SHA256 (kaidan-0.7.0.tar.xz) = d56b3c927505adbbe343aa0858599bdbb5322a3ac2bb61dbadffa19428b2304f
-SIZE (kaidan-0.7.0.tar.xz) = 516684
+TIMESTAMP = 1622279232
+SHA256 (kaidan-0.8.0.tar.xz) = a7e772dc7abab565fdf9a7bdaf575a6229bdd509de0891079a83bd32766bb1a4
+SIZE (kaidan-0.8.0.tar.xz) = 532028
diff --git a/net-im/kaidan/pkg-plist b/net-im/kaidan/pkg-plist
index 6b28d2f9967c..0ae9634f86fe 100644
--- a/net-im/kaidan/pkg-plist
+++ b/net-im/kaidan/pkg-plist
@@ -1,5 +1,5 @@
bin/kaidan
-share/applications/kaidan.desktop
+share/applications/im.kaidan.kaidan.desktop
share/icons/hicolor/128x128/apps/kaidan.png
share/icons/hicolor/scalable/apps/kaidan.svg
%%DATADIR%%/images/account-deletion-from-client-and-server.svg
More information about the dev-commits-ports-all
mailing list