Hello,
You should not use wildcards when writing your spec (and spectacle yaml) files.
List all the files you want to put in your RPM in the %files category of the
spec / yaml file and it should work.
Regards,
Lucien
- Mail original -
> De: "Rudi Timmermans"
> À: "Sailfish OS Dev
Hi,
> I would like to trigger an action when someone presses the call button on a
> Bluetooth headset.
Not really possible at the moment.
The call button typically acts as a multi-function button on a HFP headset,
meaning that depending on the context the headset is in it may generate
differ
Hi,
Do anyone know how i can translate a JS string ?
I hope there is a easy way ;)
This is the code
function budgetTypeToString(type) {
var str;
switch (type) {
case BUDGET_TYPE_DAILY:
str = "daily";
break;
case BUDGET_TYPE_WEEKLY:
str = "weekly"