[harmattan][noshare] version bump to 0.5.2

This commit is contained in:
Hauke Schade 2015-05-30 11:55:52 +02:00
parent 58472550ed
commit 38ca442112
2 changed files with 18 additions and 2 deletions

11
ttrss-noshare.desktop Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=Tiny Tiny RSS
Exec=/usr/bin/invoker --splash=/opt/ttrss/splash/ttrss-splash-portrait.jpg --splash-landscape=/opt/ttrss/splash/ttrss-splash-landscape.jpg --type=d -s /opt/ttrss/bin/ttrss
Icon=/usr/share/icons/hicolor/80x80/apps/ttrss80.png
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable

View file

@ -17,7 +17,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
# http://www.gnu.org/licenses/. # http://www.gnu.org/licenses/.
VERSION = 0.5.1-noshare VERSION = 0.5.2-noshare
DEFINES += APP_VERSION=\\\"$$VERSION\\\" DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += TARGET=\\\"$$TARGET\\\" DEFINES += TARGET=\\\"$$TARGET\\\"
@ -97,7 +97,8 @@ OTHER_FILES += \
qtc_packaging/debian_harmattan/changelog \ qtc_packaging/debian_harmattan/changelog \
$$files(qml/ttrss/sailfish/*.qml) \ $$files(qml/ttrss/sailfish/*.qml) \
$$files(qml/ttrss/sailfish/pages/*.qml) \ $$files(qml/ttrss/sailfish/pages/*.qml) \
$$files(qml/ttrss/sailfish/items/*.qml) $$files(qml/ttrss/sailfish/items/*.qml) \
*.desktop
TS_FILE = $${_PRO_FILE_PWD_}/i18n/$${TARGET}.ts TS_FILE = $${_PRO_FILE_PWD_}/i18n/$${TARGET}.ts
@ -139,4 +140,8 @@ contains(MEEGO_EDITION,harmattan) {
splash.files = images/ttrss-splash-portrait.jpg images/ttrss-splash-landscape.jpg splash.files = images/ttrss-splash-portrait.jpg images/ttrss-splash-landscape.jpg
splash.path = /opt/$${TARGET}/splash splash.path = /opt/$${TARGET}/splash
INSTALLS += splash INSTALLS += splash
desktopfile.files = ttrss_harmattan.desktop
desktopfile.path = /usr/share/applications
INSTALLS += desktopfile
} }