This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit abacd39a7f02d29c858c515848ded49fd1320ec2
Author: politebot <[email protected]>
AuthorDate: Sat Oct 11 07:07:20 2025 -0500
Update icon
---
Makefile.am | 2 +-
README.md | 8 ++++++++
data/Makefile.am | 2 +-
data/eradio.png | Bin 0 -> 26247 bytes
data/eradio.svg | 13 -------------
5 files changed, 10 insertions(+), 15 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index ea2de65..bd29271 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,4 +2,4 @@ SUBDIRS = src data
dist_pkgdata_DATA = \
data/eradio.desktop \
- data/eradio.svg
\ No newline at end of file
+ data/eradio.png
diff --git a/README.md b/README.md
index 8a946bb..36ce2df 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A simple internet radio player built with the Enlightenment Foundation Libraries (EFL).
+
+
## Features
- Search for radio stations using the [radio-browser.info](http://radio-browser.info/) API
@@ -51,3 +53,9 @@ make clean
The application initializes Elementary, creates a window with a search bar, a results list, and playback controls. It uses `Ecore_Con` to fetch station data from the `radio-browser.info` API, parses the XML response with `libxml2`, and populates a list. The `Emotion` library is used to handle media playback.
+## Icon
+
+The application icon is derived from [Vintage Panasonic Two-Band (FM-AM) Transistor Radio, Model RF-800, 9 Transistors, Made In Japan, Circa 1965](https://commons.wikimedia.org/wiki/File:Vintage_Panasonic_Two-Band_(FM-AM)_Transistor_Radio,_Model_RF-800,_9_Transistors,_Made_In_Japan,_Circa_1965_(14633774476).jpg) by [Joe Haupt](https://www.flickr.com/people/12039117@N08) from USA, licensed under the [Creative Commons Attribution-Share Alike 2.0 Generic](https://creativecommons.org/license [...]
+
+
+
diff --git a/data/Makefile.am b/data/Makefile.am
index 722c02b..13077c1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -2,4 +2,4 @@ desktopdir = $(datadir)/applications
desktop_DATA = eradio.desktop
svgdir = $(datadir)/pixmaps
-svg_DATA = eradio.svg
+svg_DATA = eradio.png
diff --git a/data/eradio.png b/data/eradio.png
new file mode 100644
index 0000000..ae24f67
Binary files /dev/null and b/data/eradio.png differ
diff --git a/data/eradio.svg b/data/eradio.svg
deleted file mode 100644
index abda618..0000000
--- a/data/eradio.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
- <defs>
- <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
- <stop offset="0%" stop-color="#1f6feb"/>
- <stop offset="100%" stop-color="#0a3d91"/>
- </linearGradient>
- </defs>
- <rect x="8" y="8" width="112" height="112" rx="24" fill="url(#bg)"/>
- <g fill="#ffffff" transform="translate(32,32)">
- <path d="M64 16H16v16h40v12H16v16h48v12H4V4h60z"/>
- </g>
-</svg>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.