Date: Tue, 24 Sep 2019 16:08:21 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512719 - in head/net-im: . ruqola Message-ID: <201909241608.x8OG8LQx060419@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Tue Sep 24 16:08:21 2019 New Revision: 512719 URL: https://svnweb.freebsd.org/changeset/ports/512719 Log: net-im/ruqola: A RocketChat client written in QML Added: head/net-im/ruqola/ head/net-im/ruqola/Makefile (contents, props changed) head/net-im/ruqola/distinfo (contents, props changed) head/net-im/ruqola/pkg-descr (contents, props changed) head/net-im/ruqola/pkg-plist (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Tue Sep 24 14:51:29 2019 (r512718) +++ head/net-im/Makefile Tue Sep 24 16:08:21 2019 (r512719) @@ -153,6 +153,7 @@ SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder + SUBDIR += ruqola SUBDIR += sayaka SUBDIR += scudcloud SUBDIR += sendxmpp Added: head/net-im/ruqola/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ruqola/Makefile Tue Sep 24 16:08:21 2019 (r512719) @@ -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> Added: head/net-im/ruqola/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ruqola/distinfo Tue Sep 24 16:08:21 2019 (r512719) @@ -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 Added: head/net-im/ruqola/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ruqola/pkg-descr Tue Sep 24 16:08:21 2019 (r512719) @@ -0,0 +1,3 @@ +RocketChat client written in QML. + +WWW: https://github.com/kde/ruqola Added: head/net-im/ruqola/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ruqola/pkg-plist Tue Sep 24 16:08:21 2019 (r512719) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909241608.x8OG8LQx060419>