Skip to content

Commit

Permalink
Port to Nuvola SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek committed Feb 4, 2017
1 parent 6b3cebe commit 50586a7
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 261 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -1 +1,8 @@
icons
Makefile
amazon_cloud_player.tar.gz
eu.tiliado.NuvolaAppAmazonCloudPlayer.appdata.xml
eu.tiliado.NuvolaAppAmazonCloudPlayer.data.service
eu.tiliado.NuvolaAppAmazonCloudPlayer.desktop
metadata.json
nuvola-app-amazon-cloud-player
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Changelog
=========

5.3 - unreleased
----------------

* Ported to Nuvola SDK.

5.2 - October 22, 2016
----------------------

Expand Down
113 changes: 0 additions & 113 deletions Makefile

This file was deleted.

21 changes: 6 additions & 15 deletions README.md
@@ -1,5 +1,5 @@
Amazon Cloud Player for Nuvola Player 3
=======================================
Amazon Cloud Player (Nuvola app)
================================

Integration of Amazon Cloud Player into your linux desktop via
[Nuvola Player](https://github.com/tiliado/nuvolaplayer).
Expand All @@ -10,27 +10,18 @@ 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>.

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
---------

- Copyright 2015-2016 Stephen Herbein <stephen272@gmail.com>
- Copyright 2015 Steffen Coenen <steffen@steffen-coenen.de>
- Copyright 2014-2016 Jiří Janoušek <janousek.jiri@gmail.com>
- Copyright 2014-2017 Jiří Janoušek <janousek.jiri@gmail.com>
- Copyright 2012-2015 Alexander King
- Copyright 2016 Patrick Burroughs (Celti) <celti@celti.name>
- License: [2-Clause BSD-license](./LICENSE)
3 changes: 3 additions & 0 deletions configure
@@ -0,0 +1,3 @@
#!/usr/bin/env python3
import nuvolasdk
nuvolasdk.gen_makefile()
20 changes: 20 additions & 0 deletions metadata.in.json
@@ -0,0 +1,20 @@
{
"id": "amazon_cloud_player",
"name": "Amazon Cloud Player",
"maintainer_name": "Jiří Janoušek",
"maintainer_link": "https://github.com/fenryxo",
"version_major": 5,
"version_minor": 2,
"api_major": 3,
"api_minor": 0,
"categories": "AudioVideo;Audio;",
"license": "2-Clause BSD-license",
"allowed_uri": "^https?://music.amazon.[a-z.]+/#?.*$",
"build": {
"icons": [
"src/icon.svg SCALABLE 64 128 256",
"src/icon-xs.svg 16 22 24",
"src/icon-sm.svg 32 48"
]
}
}
13 changes: 0 additions & 13 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 50586a7

Please sign in to comment.