Update to neochat 1.2.0
Tweaks / feel free to commit from rsadowski@
This commit is contained in:
parent
c0f713785d
commit
217fd5219e
@ -1,11 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2021/11/15 07:48:06 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2021/12/08 02:52:42 abieber Exp $
|
||||
|
||||
COMMENT = client for Matrix chat
|
||||
VERSION = 1.1.1
|
||||
VERSION = 1.2.0
|
||||
DISTNAME = neochat-${VERSION}
|
||||
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_KDE:=stable/neochat/${VERSION}/}
|
||||
@ -17,8 +15,7 @@ WANTLIB += ${COMPILER_LIBCXX} KF5ConfigCore KF5ConfigGui KF5CoreAddons
|
||||
WANTLIB += KF5DBusAddons KF5I18n KF5Kirigami2 KF5Notifications
|
||||
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Multimedia Qt5Network Qt5Qml
|
||||
WANTLIB += Qt5QmlModels Qt5Quick Qt5QuickControls2 Qt5Widgets
|
||||
WANTLIB += Qt5Xml QtOlm Quotient c cmark gio-2.0 glib-2.0 gobject-2.0
|
||||
WANTLIB += intl m qt5keychain secret-1
|
||||
WANTLIB += Qt5Xml QtOlm Quotient c cmark m olm qt5keychain
|
||||
|
||||
MODULES = devel/kf5
|
||||
|
||||
@ -31,6 +28,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kitemmodels \
|
||||
devel/kf5/qqc2-desktop-style \
|
||||
graphics/kquickimageeditor \
|
||||
math/ecm
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (neochat-1.1.1.tar.xz) = 3K7PNfrf/imNhJlVs59dGTFh321jiM5AK0IHoksGdXs=
|
||||
SIZE (neochat-1.1.1.tar.xz) = 195780
|
||||
SHA256 (neochat-1.2.0.tar.xz) = juS19h231DyQIRXgvgHytYcQAYOzgllkc5IumkJ0neY=
|
||||
SIZE (neochat-1.2.0.tar.xz) = 244064
|
||||
|
@ -1,3 +1,3 @@
|
||||
NeoChat is a client for Matrix, the decentralized communication protocol for
|
||||
instant messaging. It is a fork of Spectral, using KDE frameworks, most notably
|
||||
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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/05/25 23:17:29 abieber Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/12/08 02:52:42 abieber Exp $
|
||||
@pkgpath x11/kde4/okteta
|
||||
@bin bin/neochat
|
||||
share/applications/org.kde.neochat.desktop
|
||||
@ -13,8 +13,10 @@ share/icons/hicolor/scalable/apps/org.kde.neochat.svg
|
||||
share/icons/hicolor/symbolic/apps/org.kde.neochat-symbolic.svg
|
||||
share/knotifications5/
|
||||
share/knotifications5/neochat.notifyrc
|
||||
share/locale/az/LC_MESSAGES/neochat.mo
|
||||
share/locale/ca/LC_MESSAGES/neochat.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/neochat.mo
|
||||
share/locale/cs/LC_MESSAGES/neochat.mo
|
||||
share/locale/da/LC_MESSAGES/neochat.mo
|
||||
share/locale/de/LC_MESSAGES/neochat.mo
|
||||
share/locale/en_GB/LC_MESSAGES/neochat.mo
|
||||
@ -23,15 +25,19 @@ share/locale/eu/LC_MESSAGES/neochat.mo
|
||||
share/locale/fi/LC_MESSAGES/neochat.mo
|
||||
share/locale/fr/LC_MESSAGES/neochat.mo
|
||||
share/locale/hu/LC_MESSAGES/neochat.mo
|
||||
share/locale/ia/LC_MESSAGES/neochat.mo
|
||||
share/locale/it/LC_MESSAGES/neochat.mo
|
||||
share/locale/ko/LC_MESSAGES/neochat.mo
|
||||
share/locale/nl/LC_MESSAGES/neochat.mo
|
||||
share/locale/nn/LC_MESSAGES/neochat.mo
|
||||
share/locale/pa/LC_MESSAGES/neochat.mo
|
||||
share/locale/pl/LC_MESSAGES/neochat.mo
|
||||
share/locale/pt/LC_MESSAGES/neochat.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/neochat.mo
|
||||
share/locale/sk/LC_MESSAGES/neochat.mo
|
||||
share/locale/sl/LC_MESSAGES/neochat.mo
|
||||
share/locale/sv/LC_MESSAGES/neochat.mo
|
||||
share/locale/ta/LC_MESSAGES/neochat.mo
|
||||
share/locale/uk/LC_MESSAGES/neochat.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/neochat.mo
|
||||
share/metainfo/
|
||||
|
Loading…
Reference in New Issue
Block a user