NewsNOW Plasma 5 applet - reading news from various sources (Atom, RSS, ...)
Plasma 5 applet for viewing RSS, Atom and other news feeds (successor of RSSNow).
Package will be available soon…
cmake
)extra-cmake-modules
)qt
)kf5
)
git clone https://github.com/Misenko/newsnow-plasma5-applet.git
cd newsnow-plasma5-applet
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
sudo make install
NewsNOW is now available among your widgets and you can add it as usual.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)