Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to noarch, fix bunch of stuff #4

Merged
merged 15 commits into from Nov 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
Turn app into noarch, convert changelog, remove Harmattan leftover files
  • Loading branch information
direc85 committed Oct 10, 2021
commit 9aedd0063dc13d300c0f6adb7264ea16fb0c7de3
2 changes: 1 addition & 1 deletion harbour-qml2048.desktop
Expand Up @@ -3,5 +3,5 @@ Type=Application
X-Nemo-Application-Type=silica-qt5
Name=2048
Icon=harbour-qml2048
Exec=harbour-qml2048
Exec=sailfish-qml harbour-qml2048

36 changes: 22 additions & 14 deletions harbour-qml2048.pro
Expand Up @@ -2,20 +2,28 @@

TARGET = harbour-qml2048

CONFIG += sailfishapp
CONFIG += sailfishapp_qml


# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp


OTHER_FILES += \
DISTFILES += \
qml/cover/CoverPage.qml \
qml/harbour-qml2048.qml \
qml/pages/ScoreArea.qml \
qml/pages/SwipeArea.qml \
qml/pages/Cell.qml \
qml/pages/About.qml \
qml/pages/Board.qml \
qml/pages/Tile.qml \
qml/pages/MainPage.qml \
qml/pages/ScoreItem.qml \
qml/pages/LosePage.qml \
qml/pages/FadeText.qml \
qml/pages/board.js \
qml/pages/scoreitem.js \
qml/pages/speed.js \
qml/pages/storage.js \
qml/pages/tile.js \
harbour-qml2048.desktop \
rpm/qml2048.yaml \
rpm/harbour-2048.changes \
rpm/harbour-qml2048.yaml

lupdate_only{
SOURCES += qml/*.qml \
SOURCES += qml/cover/*.qml \
SOURCES += qml/pages/*.qml \
SOURCES += qml/pages/*.js
}
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
Binary file added icons/108x108/harbour-qml2048.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/128x128/harbour-qml2048.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/172x172/harbour-qml2048.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/86x86/harbour-qml2048.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 0 additions & 33 deletions main.cpp

This file was deleted.

File renamed without changes.
11 changes: 0 additions & 11 deletions qml2048_harmattan.desktop

This file was deleted.

177 changes: 0 additions & 177 deletions qmlapplicationviewer/qmlapplicationviewer.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions qmlapplicationviewer/qmlapplicationviewer.h

This file was deleted.