Skip to content

Commit

Permalink
Modernize script
Browse files Browse the repository at this point in the history
Issue #35
  • Loading branch information
a-m-s committed May 21, 2018
1 parent 285ca71 commit f6d4032
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 32 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ eu.tiliado.WebRuntimeAppAmazonCloudPlayer.desktop
eu.tiliado.WebRuntimeAppAmazonCloudPlayer.service
nuvola-app-amazon-cloud-player.metainfo.xml
screenshots/

/screenshots/
eu.tiliado.NuvolaAppAmazonCloudPlayer.service
eu.tiliado.WebRuntimeAppAmazonCloudPlayer.appdata.xml
40 changes: 30 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,49 @@
Amazon Cloud Player (Nuvola app)
================================
Amazon Cloud Player Nuvola Apps Runtime
=================================

Integration of Amazon Cloud Player into your linux desktop via
[Nuvola Apps Runtime](https://github.com/tiliado/nuvolaruntime).

Support
-------

* Report bugs and issues at <https://github.com/tiliado/nuvola-app-amazon-cloud-player/issues>.
* Known issues can be found at <https://github.com/tiliado/nuvola-app-amazon-cloud-player/wiki/Known-Issues>.
Follow [Bug reporting guidelines](https://github.com/tiliado/nuvolaruntime/wiki/Bug-Reporting-Guidelines).

Installation
------------

Install the [genuine cross-distribution flatpak packages](https://nuvola.tiliado.eu/app/amazon_cloud_player/).

Building
--------

This project uses [Nuvola SDK](https://github.com/tiliado/nuvolasdk#create-new-project). Please refer to
the [Build a Project Using Nuvola SDK](https://github.com/tiliado/nuvolasdk#build-a-project-using-nuvola-sdk)
page in order to obtain information about dependencies and installation instructions.

Change log
----------

See [CHANGELOG.md](./CHANGELOG.md).

Contributing
------------

See [CONTRIBUTING.md](./CONTRIBUTING.md).

Copyright
---------

- Copyright 2017-2018 Andrew Stubbs <[email protected]>
- Copyright 2018 Simon Dierl <[email protected]>
- Copyright 2015-2016 Stephen Herbein <[email protected]>
- Copyright 2015 Steffen Coenen <[email protected]>
- Copyright 2014-2017 Jiří Janoušek <[email protected]>
- Copyright 2012-2015 Alexander King
- `src/icon*.svg
+ Copyright 2011 Alexander King <[email protected]>
+ Copyright 2011 Arturo Torres Sánchez <[email protected]>
+ License: [CC-BY-3.0](./LICENSE-CC-BY.txt)

- Other files:
+ Copyright 2017-2018 Andrew Stubbs <[email protected]>
+ Copyright 2018 Simon Dierl <[email protected]>
+ Copyright 2015-2016 Stephen Herbein <[email protected]>
+ Copyright 2015 Steffen Coenen <[email protected]>
+ Copyright 2014-2017 Jiří Janoušek <[email protected]>
+ Copyright 2012-2015 Alexander King
- License: [2-Clause BSD-license](./LICENSE)
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
import nuvolasdk
nuvolasdk.gen_makefile()
nuvolasdk.gen_makefile("4.11.0")
40 changes: 20 additions & 20 deletions metadata.in.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"id": "amazon_cloud_player",
"name": "Amazon Cloud Player",
"maintainer_name": "Andrew Stubbs",
"maintainer_link": "https://github.com/a-m-s",
"version_major": 5,
"version_minor": 7,
"api_major": 4,
"api_minor": 8,
"categories": "AudioVideo;Audio;",
"license": "2-Clause BSD-license",
"allowed_uri": "^https?://(music.amazon.[a-z.]+/#?.*|www.amazon.[a-z.]+/[ga]p/.*)$",
"#requirements": "https://github.com/tiliado/nuvola-app-amazon-cloud-player/issues/33",
"requirements": "Chromium[65] Codec[MP3] Feature[MSE] Feature[Flash]",
"build": {
"icons": [
"src/icon.svg SCALABLE 64 128 256",
"src/icon-xs.svg 16 22 24",
"src/icon-sm.svg 32 48"
]
}
"id": "amazon_cloud_player",
"name": "Amazon Cloud Player",
"maintainer_name": "Andrew Stubbs",
"maintainer_link": "https://github.com/a-m-s",
"version_major": 5,
"version_minor": 7,
"api_major": 4,
"api_minor": 8,
"categories": "AudioVideo;Audio;",
"license": "2-Clause BSD-license",
"allowed_uri": "^https?://(music.amazon.[a-z.]+/#?.*|www.amazon.[a-z.]+/[ga]p/.*)$",
"#requirements": "https://github.com/tiliado/nuvola-app-amazon-cloud-player/issues/33",
"requirements": "Chromium[65] Codec[MP3] Feature[MSE] Feature[Flash]",
"build": {
"icons": [
"src/icon.svg SCALABLE 64 128 256",
"src/icon-xs.svg 16 22 24",
"src/icon-sm.svg 32 48"
]
}
}

0 comments on commit f6d4032

Please sign in to comment.