summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdn062016-04-09 21:00:20 +0200
committerjdn062016-04-09 21:00:20 +0200
commit763fc2b9bbb3d3312e47396958fb6da5eee7beed (patch)
treef9e6989d52a9e969046c8d9efeb2f254f98b9b64
parentadacd394015ea181aeb3fdc91a87f4c0a2dbac80 (diff)
downloadaur-763fc2b9bbb3d3312e47396958fb6da5eee7beed.tar.gz
Add icon and desktop file & change numbering
-rw-r--r--aqualung.desktop13
-rw-r--r--aqualung.install13
2 files changed, 26 insertions, 0 deletions
diff --git a/aqualung.desktop b/aqualung.desktop
new file mode 100644
index 000000000000..471183467d4a
--- /dev/null
+++ b/aqualung.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Aqualung
+GenericName=Gapless Music Player
+Comment=Advanced music player featuring gapless playback
+Icon=aqualung
+Categories=AudioVideo;Audio;Player;GTK;
+Exec=aqualung %U
+TryExec=aqualung
+Terminal=false
+MimeType=audio/aac;audio/ac3;audio/basic;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-adpcm;audio/x-flac;audio/x-mp2;audio/x-mp3;audio/x-mpegurl;audio/x-ms-wma;audio/x-oggflac;audio/x-speex;audio/x-vorbis;audio/x-wav;
+
diff --git a/aqualung.install b/aqualung.install
new file mode 100644
index 000000000000..b6ce5bc0287e
--- /dev/null
+++ b/aqualung.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}