From ec8c3af2043492bc60c61561d83809100b44554e Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Nov 03 2013 13:14:00 +0000 Subject: Create and install a preliminary AppData file (for upstream #349). --- diff --git a/audacious.appdata.xml b/audacious.appdata.xml new file mode 100644 index 0000000..c45abd1 --- /dev/null +++ b/audacious.appdata.xml @@ -0,0 +1,29 @@ + + +audacious.desktop +CC0 + +

+Audacious is an open source audio player. Originally a descendant of XMMS, +Audacious plays your music how you want it, without stealing away your +computer’s resources from other tasks. +

+

+Drag and drop folders and individual song files, search for artists and +albums in your entire music library, or create and edit your own custom +playlists. Listen to CD’s or stream music from the Internet. Tweak the +sound with the graphical equalizer or experiment with LADSPA +effects. Enjoy the modern GTK-themed interface or change things up with +Winamp Classic skins. Use the plugins included with Audacious to fetch +lyrics for your music, to set an alarm in the morning, and more. +

+
+ +http://audacious-media-player.org/ + +audacious-owner_at_fedoraproject.org +
diff --git a/audacious.spec b/audacious.spec index 476d2f5..4840d38 100644 --- a/audacious.spec +++ b/audacious.spec @@ -8,7 +8,7 @@ Name: audacious Version: 3.4.2 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Summary: Advanced audio player @@ -16,6 +16,8 @@ URL: http://audacious-media-player.org/ Group: Applications/Multimedia Source0: http://distfiles.audacious-media-player.org/audacious-%{tar_ver}.tar.bz2 +# validated: 2013-11-03 / screenshot commented out for now +Source1: audacious.appdata.xml BuildRequires: gettext BuildRequires: gtk3-devel @@ -126,6 +128,8 @@ desktop-file-install \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ ${RPM_BUILD_ROOT}%{_datadir}/applications/audacious.desktop +install -D -m0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/appdata/%{name}.appdata.xml + %post /usr/bin/update-desktop-database &> /dev/null || : @@ -154,6 +158,7 @@ fi %{_mandir}/man[^3]/* %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/%{name}*.* +%{_datadir}/appdata/%{name}.appdata.xml %files libs # license file included in this subpkg @@ -172,6 +177,9 @@ fi %doc doc/html/ %changelog +* Sun Nov 3 2013 Michael Schwendt - 3.4.2-2 +- Create and install a preliminary AppData file (for upstream #349). + * Sun Nov 3 2013 Dan Fruehauf - 3.4.2-1 - Update to 3.4.2 final (fixes bugs 340, 346, 347, 356, 360, and 362).