ttrss/ubuntu
Alberto Mardegan c9dad9174c [ubuntu] Add Save action to images on long press
When a long press gesture is detected, popup a context menu.
If the underlying item is an image, use the DownloadManager to download
it and transfer to another app.
2015-07-25 15:02:26 +03:00
..
manifest.json.in [ubuntu] Versioning 2015-07-25 12:32:57 +03:00
README.txt Ubuntu: add "click" make target 2014-12-27 22:06:27 +01:00
ttrss.desktop.in Ubuntu, update project, click, port some fixes 2014-12-27 22:06:16 +01:00
ttrss.json [ubuntu] Add Save action to images on long press 2015-07-25 15:02:26 +03:00
ttrss.svg Ubuntu: use new SVG icon 2014-12-27 22:06:27 +01:00

In order to build the Ubuntu click package of ttRSS, simply do the following:

mkdir build && cd build
qmake ../ttrss-ubuntu.pro
make click

The click file will be generated in the current directory.