-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jiří Janoušek <[email protected]>
- Loading branch information
1 parent
004db02
commit 86c4b3e
Showing
9 changed files
with
31 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
icons | ||
Makefile | ||
metadata.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env python3 | ||
import nuvolasdk | ||
nuvolasdk.gen_makefile() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.