Kasts è un'applicazione per podcast che gira su Linux. È sincronizzabile con gpoddersync su cloud.mastodon.uno https://castopod.it
Go to file
l10n daemon script 45074ca2e8 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2020-04-24 06:20:00 +02:00
android Add Android Splash screen 2020-04-22 20:15:15 +02:00
src Add Icon to Contextmenu in FeedListPage 2020-04-23 23:03:47 +02:00
.clang-format Initial Commit 2020-02-28 23:25:08 +01:00
.gitignore more things to gitignore 2020-03-19 19:59:07 +01:00
CMakeLists.txt Add a PlaceholderMessage to the FeedList 2020-04-23 13:47:24 +02:00
COPYING add files 2020-03-26 18:45:16 +01:00
README.md Use single code-block 2020-04-23 18:13:50 +05:30
alligator.svg add icon 2020-04-21 22:04:12 +02:00
logo.png Add logo.png for gitlab 2020-04-22 00:50:41 +02:00
org.kde.mobile.alligator.appdata.xml GIT_SILENT made messages (after extraction) 2020-04-24 03:53:00 +02:00
org.kde.mobile.alligator.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-04-24 06:20:00 +02:00

README.md

Alligator

Alligator is a convergent RSS/Atom feed reader.

Building

Requirements

  • KCoreAddons
  • KI18n
  • KConfig
  • Kirigami
  • Syndication

Linux

git clone https://invent.kde.org/kde/alligator
cd alligator
mkdir build && cd  build
cmake .. -DCMAKE_PREFIX_PATH=/usr
make
sudo make install

This assumes all dependencies are installed. If your distribution does not provide them, you can use kdesrc-build to build all of them.

Android

You can build Alligator for Android using KDE's Docker-based build environment.