Skip to content

Commit

Permalink
Port to Nuvola SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Jiří Janoušek <[email protected]>
  • Loading branch information
jiri-janousek committed Nov 26, 2016
1 parent 004db02 commit 86c4b3e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 267 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
icons
Makefile
metadata.json
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog

* Fixed parsing of the track title and the artist.
* Album art is fetched and displayed. Requires Nuvola Player 3.1 because of restricted access to the images.
* Ported to Nuvola SDK.

1.2 - September 28, 2016
----------------
Expand Down
115 changes: 0 additions & 115 deletions Makefile

This file was deleted.

20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,16 @@ Support

Report bugs and issues at <https://github.com/tiliado/nuvola-app-siriusxm/issues>.

Dependencies
------------

* GNU Make
* SVG optimizer: [Scour](https://github.com/codedread/scour)
* SVG converter: Lasem, librsvg, GraphicsMagick, ImageMagick

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

* Execute ``make help`` to get help.
* Execute ``make build`` to build graphics.
* Execute ``make install`` to install files to user's local directory.
* Don't execute ``make uninstall``. Why would you do that?

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.

Copyright
---------

- `Makefile`, `svg-convert.sh`, `svg-optimize.sh`
+ Copyright 2014-2016 Jiří Janoušek <[email protected]>
+ Copyright 2016 Patrick Burroughs (Celti) <[email protected]>
+ License: [2-Clause BSD-license](./LICENSE-BSD.txt)

- `src/icon*.svg`
+ Copyright 2011 Alexander King <[email protected] >
+ Copyright 2011 Arturo Torres Sánchez <[email protected]>
Expand Down
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env python3
import nuvolasdk
nuvolasdk.gen_makefile()
22 changes: 22 additions & 0 deletions metadata.in.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": "siriusxm",
"name": "SiriusXM",
"maintainer_name": "Jiří Janoušek",
"maintainer_link": "https://github.com/fenryxo",
"version_major": 1,
"version_minor": 2,
"api_major": 3,
"api_minor": 0,
"categories": "AudioVideo;Audio;",
"home_url": "https://player.siriusxm.com/",
"license": "2-Clause BSD, CC-BY-3.0",
"window_width": 1340,
"window_height": 800,
"build": {
"icons": [
"icons/icon.svg SCALABLE 64 128 256",
"icons/icon-xs.svg 16 22 24",
"icons/icon-sm.svg 32 48"
]
}
}
15 changes: 0 additions & 15 deletions metadata.json

This file was deleted.

67 changes: 0 additions & 67 deletions svg-convert.sh

This file was deleted.

53 changes: 0 additions & 53 deletions svg-optimize.sh

This file was deleted.

0 comments on commit 86c4b3e

Please sign in to comment.