Skip to content

Commit

Permalink
Update clickable.json to Clickable 6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnius committed May 8, 2020
1 parent 3238892 commit da3d45c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ tools/apikeys.py
/build/
/qml/platform
/.clickable/
/clickable.json
16 changes: 8 additions & 8 deletions packaging/ubports/clickable.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"clickable_minimum_required": "6.9.1",
"template": "custom",
"clickable_minimum_required": "6.13.0",
"builder": "custom",
"kill": "pure-maps",
"build": "cd ${ROOT} && make platform-ubports && make FULLNAME=pure-maps.jonnius PREFIX=. DESTDIR=${INSTALL_DIR}/ INCLUDE_GPXPY=yes QT_PLATFORM_STYLE=suru TMP_AS_CACHE=yes install",
"prebuild": "cd ${ROOT} && tools/manage-keys inject .",
Expand Down Expand Up @@ -30,23 +30,23 @@
"libraries": {
"mapbox-gl-native": {
"src_dir": "libs/mapbox-gl-native/mapbox-gl-native",
"template": "qmake"
"builder": "qmake"
},
"qmlrunner": {
"template": "qmake"
"builder": "qmake"
},
"mapbox-gl-qml": {
"template": "qmake",
"builder": "qmake",
"build_args": [
"INCLUDEPATH+=${BUILD_DIR}/../mapbox-gl-native/install/usr/include/${ARCH_TRIPLET}/qt5",
"LIBS+=-L${BUILD_DIR}/../mapbox-gl-native/install/usr/lib/${ARCH_TRIPLET}"
]
},
"nemo-qml-plugin-dbus": {
"template": "qmake"
"builder": "qmake"
},
"mimic": {
"template": "custom",
"builder": "custom",
"build": "cp -r ${SRC_DIR}/* ${BUILD_DIR} && ./autogen.sh && ./configure --with-audio=none --prefix=${INSTALL_DIR} --exec-prefix=${INSTALL_DIR} --host=${ARCH_TRIPLET} && make -j4 && make install",
"dependencies_target": [
"libtool",
Expand All @@ -55,7 +55,7 @@
]
},
"picotts": {
"template": "custom",
"builder": "custom",
"build": "cp -r ${SRC_DIR}/* ${BUILD_DIR} && DESTDIR=${INSTALL_DIR} LANG_DIR=./usr/share/picotts/lang make -j4 && DESTDIR=${INSTALL_DIR} make install",
"dependencies_target": [
"libtool",
Expand Down

0 comments on commit da3d45c

Please sign in to comment.