net-im/ruqola: A RocketChat client written in QML
This commit is contained in:
parent
8f8de03ed7
commit
30c68d06d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512719
5 changed files with 45 additions and 0 deletions
|
@ -153,6 +153,7 @@
|
|||
SUBDIR += rubygem-lita
|
||||
SUBDIR += rubygem-termtter
|
||||
SUBDIR += rubygem-tinder
|
||||
SUBDIR += ruqola
|
||||
SUBDIR += sayaka
|
||||
SUBDIR += scudcloud
|
||||
SUBDIR += sendxmpp
|
||||
|
|
24
net-im/ruqola/Makefile
Normal file
24
net-im/ruqola/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ruqola
|
||||
DISTVERSION= 1.0.0-246
|
||||
DISTVERSIONSUFFIX= -g3b35804a
|
||||
CATEGORIES= net-im kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD
|
||||
COMMENT= Rocketchat client
|
||||
|
||||
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
|
||||
libsecret-1.so:security/libsecret
|
||||
|
||||
USES= cmake gnome localbase:ldflags kde:5 qt:5
|
||||
USE_GNOME= glib20
|
||||
USE_KDE= ecm coreaddons crash i18n kirigami2 notifications syntaxhighlighting
|
||||
USE_QT= core dbus declarative declarative gui network networkauth \
|
||||
websockets widgets \
|
||||
buildtools_build qmake_build
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= KDE
|
||||
GH_TAGNAME= 3b35804a
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-im/ruqola/distinfo
Normal file
3
net-im/ruqola/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1569338717
|
||||
SHA256 (KDE-ruqola-1.0.0-246-g3b35804a-3b35804a_GH0.tar.gz) = 670145a789d98a96b0df3066a47550b4e8e54aee52d12a36f29c3045d8ff1679
|
||||
SIZE (KDE-ruqola-1.0.0-246-g3b35804a-3b35804a_GH0.tar.gz) = 459584
|
3
net-im/ruqola/pkg-descr
Normal file
3
net-im/ruqola/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
RocketChat client written in QML.
|
||||
|
||||
WWW: https://github.com/kde/ruqola
|
14
net-im/ruqola/pkg-plist
Normal file
14
net-im/ruqola/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
bin/ruqola
|
||||
lib/librocketchatrestapi-qt5.so.0
|
||||
lib/librocketchatrestapi-qt5.so.1.0.42
|
||||
lib/libruqolacore.so.0
|
||||
lib/libruqolacore.so.1.0.42
|
||||
%%QT_PLUGINDIR%%/ruqolaplugins/ruqola_passwordauthenticationplugin.so
|
||||
share/applications/org.kde.ruqola.desktop
|
||||
share/doc/HTML/en/ruqola/index.cache.bz2
|
||||
share/doc/HTML/en/ruqola/index.docbook
|
||||
share/icons/hicolor/22x22/apps/ruqola.png
|
||||
share/icons/hicolor/32x32/apps/ruqola.png
|
||||
share/icons/hicolor/48x48/apps/ruqola.png
|
||||
share/metainfo/org.kde.ruqola.appdata.xml
|
||||
share/qlogging-categories5/ruqola.categories
|
Loading…
Reference in a new issue