Date: Sat, 18 Feb 2023 09:49:53 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eea1d031ad6d - main - net/alligator: new port - a mobile feed reeder Message-ID: <202302180949.31I9nrua080348@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=eea1d031ad6d8a800a748be54be3d0e4f0875278 commit eea1d031ad6d8a800a748be54be3d0e4f0875278 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-02-18 08:36:54 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-02-18 09:49:46 +0000 net/alligator: new port - a mobile feed reeder WWW: https://apps.kde.org/alligator/ --- net/Makefile | 1 + net/alligator/Makefile | 21 +++++++++++++++++++++ net/alligator/distinfo | 3 +++ net/alligator/pkg-descr | 1 + net/alligator/pkg-plist | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 59 insertions(+) diff --git a/net/Makefile b/net/Makefile index ff71ea147918..4a5fe3ff19b5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -15,6 +15,7 @@ SUBDIR += akonadi-mime SUBDIR += akonadi-notes SUBDIR += akonadi-search + SUBDIR += alligator SUBDIR += aluminum SUBDIR += aoe SUBDIR += apache-commons-net diff --git a/net/alligator/Makefile b/net/alligator/Makefile new file mode 100644 index 000000000000..c5822bf13ef2 --- /dev/null +++ b/net/alligator/Makefile @@ -0,0 +1,21 @@ +PORTNAME= alligator +DISTVERSION= 23.01.0 +CATEGORIES= net kde +MASTER_SITES= KDE/stable/plasma-mobile/${DISTVERSION}/ + +MAINTAINER= kde@FreeBSD.org +COMMENT= Kirigami-based RSS reader +WWW= https://apps.kde.org/alligator/ + +LICENSE= GPLv2 + +BUILD_DEPENDS= kirigami-addons>=0:x11-toolkits/kirigami-addons +RUN_DEPENDS= kirigami-addons>=0:x11-toolkits/kirigami-addons + +USES= cmake desktop-file-utils kde:5 qt:5 tar:xz +USE_KDE= config coreaddons ecm i18n syndication +USE_QT= core declarative gui network quickcontrols2 sql testlib \ + widgets xml \ + buildtools:build qmake:build + +.include <bsd.port.mk> diff --git a/net/alligator/distinfo b/net/alligator/distinfo new file mode 100644 index 000000000000..ba1a02a0e923 --- /dev/null +++ b/net/alligator/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1676708599 +SHA256 (alligator-23.01.0.tar.xz) = 6caf6777621c5d3a013e211c19a2b2d488be8591f8796030dc49e2bf1b926c03 +SIZE (alligator-23.01.0.tar.xz) = 186684 diff --git a/net/alligator/pkg-descr b/net/alligator/pkg-descr new file mode 100644 index 000000000000..16cb29f5e4bf --- /dev/null +++ b/net/alligator/pkg-descr @@ -0,0 +1 @@ +Alligator is a mobile feed reader. diff --git a/net/alligator/pkg-plist b/net/alligator/pkg-plist new file mode 100644 index 000000000000..ed014330ac0e --- /dev/null +++ b/net/alligator/pkg-plist @@ -0,0 +1,33 @@ +bin/alligator +share/applications/org.kde.alligator.desktop +share/icons/hicolor/scalable/apps/alligator.svg +share/locale/ca/LC_MESSAGES/alligator.mo +share/locale/ca@valencia/LC_MESSAGES/alligator.mo +share/locale/cs/LC_MESSAGES/alligator.mo +share/locale/de/LC_MESSAGES/alligator.mo +share/locale/en_GB/LC_MESSAGES/alligator.mo +share/locale/es/LC_MESSAGES/alligator.mo +share/locale/et/LC_MESSAGES/alligator.mo +share/locale/eu/LC_MESSAGES/alligator.mo +share/locale/fi/LC_MESSAGES/alligator.mo +share/locale/fr/LC_MESSAGES/alligator.mo +share/locale/hu/LC_MESSAGES/alligator.mo +share/locale/ia/LC_MESSAGES/alligator.mo +share/locale/it/LC_MESSAGES/alligator.mo +share/locale/ka/LC_MESSAGES/alligator.mo +share/locale/ko/LC_MESSAGES/alligator.mo +share/locale/nl/LC_MESSAGES/alligator.mo +share/locale/nn/LC_MESSAGES/alligator.mo +share/locale/pa/LC_MESSAGES/alligator.mo +share/locale/pl/LC_MESSAGES/alligator.mo +share/locale/pt/LC_MESSAGES/alligator.mo +share/locale/pt_BR/LC_MESSAGES/alligator.mo +share/locale/ru/LC_MESSAGES/alligator.mo +share/locale/sk/LC_MESSAGES/alligator.mo +share/locale/sl/LC_MESSAGES/alligator.mo +share/locale/sv/LC_MESSAGES/alligator.mo +share/locale/tr/LC_MESSAGES/alligator.mo +share/locale/uk/LC_MESSAGES/alligator.mo +share/locale/zh_CN/LC_MESSAGES/alligator.mo +share/locale/zh_TW/LC_MESSAGES/alligator.mo +share/metainfo/org.kde.alligator.appdata.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302180949.31I9nrua080348>