diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-05-26 06:48:17 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-06-01 19:31:30 +0800 |
commit | dfd9173d28fddb01375407a4e32c41b41ad604fd (patch) | |
tree | 95f2dc6605087f2b0104434eca759b4a99cd46df | |
parent | bda8d7e5553655714d7a1bac710655794a0661f9 (diff) | |
download | freebsd-ports-gnome-dfd9173d28fddb01375407a4e32c41b41ad604fd.tar.gz freebsd-ports-gnome-dfd9173d28fddb01375407a4e32c41b41ad604fd.tar.zst freebsd-ports-gnome-dfd9173d28fddb01375407a4e32c41b41ad604fd.zip |
net-im/neochat: update to 1.2.0, latest upstream
Release announcement at
https://carlschwan.eu/2021/06/01/neochat-1.2-bubbles-better-text-editing-and-more/
with a great deal of new functionality and improved UI.
-rw-r--r-- | net-im/neochat/Makefile | 6 | ||||
-rw-r--r-- | net-im/neochat/distinfo | 6 | ||||
-rw-r--r-- | net-im/neochat/pkg-descr | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 608a686890bc..897e214969c6 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -1,6 +1,5 @@ PORTNAME= neochat -DISTVERSION= 1.1.1 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= net-im MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} @@ -23,7 +22,8 @@ USE_QT= core dbus declarative graphicaleffects gui imageformats \ multimedia network quickcontrols quickcontrols2 \ svg widgets xml \ buildtools_build linguist_build qmake_build -USE_KDE= config i18n kirigami2 notifications \ +USE_KDE= config coreaddons dbusaddons i18n kirigami2 notifications \ + qqc2-desktop-style \ ecm_build .include <bsd.port.mk> diff --git a/net-im/neochat/distinfo b/net-im/neochat/distinfo index 42b5a68850f3..3be4cc00ae94 100644 --- a/net-im/neochat/distinfo +++ b/net-im/neochat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614341846 -SHA256 (neochat-1.1.1.tar.xz) = dcaecf35fadffe298d849955b39f5d193161df6d6388ce402b4207a24b06757b -SIZE (neochat-1.1.1.tar.xz) = 195780 +TIMESTAMP = 1622546099 +SHA256 (neochat-1.2.0.tar.xz) = 8ee4b5f61db7d43c902115e0be01f2b587100183b382596473922e9a42749de6 +SIZE (neochat-1.2.0.tar.xz) = 244064 diff --git a/net-im/neochat/pkg-descr b/net-im/neochat/pkg-descr index 243236bbdcc7..493f1ae12193 100644 --- a/net-im/neochat/pkg-descr +++ b/net-im/neochat/pkg-descr @@ -1,5 +1,4 @@ Neochat is a client for Matrix, the decentralized communication protocol -for instant messaging. It is a fork of Spectral, using KDE frameworks, -most notably Kirigami, KConfig and KI18n. +for instant messaging. WWW: https://invent.kde.org/network/neochat |