diff --git a/.gitignore b/.gitignore index f4eeee4..35f2958 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,3 @@ xfmpc-0.2.0.tar.bz2 /xfmpc-0.2.3.tar.bz2 /xfmpc-0.3.0.tar.bz2 /xfmpc-0.3.1.tar.bz2 -/xfmpc-0.3.2.tar.bz2 -/xfmpc-0.4.0.tar.xz diff --git a/sources b/sources index b0bf65a..c266a40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfmpc-0.4.0.tar.xz) = 158ee83fc3eaefaa800eedcaa70cdd84051259f5287c5eca70f69af7a9ad5872abc96672a051f8c275e163f17ea338360f75cd9f38dac3b455d7e9b236ef9d7f +SHA512 (xfmpc-0.3.1.tar.bz2) = 771835828cd89298d79c31cec2716b308889e6b835a2b16d0ef25eab6ed1667b055158f845ebf897df8f3f9f45a07fb6ad2994a9981695e74be2d56408e4abe0 diff --git a/xfmpc.spec b/xfmpc.spec index 02538ae..a64c728 100644 --- a/xfmpc.spec +++ b/xfmpc.spec @@ -1,22 +1,21 @@ -%global majorver 0.4 +%global majorver 0.3 Name: xfmpc -Version: 0.4.0 +Version: 0.3.1 Release: %autorelease Summary: A MPD client for the Xfce desktop environment -# Automatically converted from old format: GPLv2+ - review is highly recommended. -License: GPL-2.0-or-later +License: GPLv2+ URL: http://goodies.xfce.org/projects/applications/%{name} -Source0: http://archive.xfce.org/src/apps/%{name}/%{majorver}/%{name}-%{version}.tar.xz +Source0: http://archive.xfce.org/src/apps/%{name}/%{majorver}/%{name}-%{version}.tar.bz2 -BuildRequires: make +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel >= 4.8.0 BuildRequires: libmpd-devel >= 0.15.0 -BuildRequires: meson +BuildRequires: gettext +BuildRequires: intltool BuildRequires: desktop-file-utils -BuildRequires: vala %description Xfmpc is a a graphical GTK+ MPD client for the Xfce desktop environment. @@ -28,11 +27,11 @@ It is focusing on low footprint and easy usage. %build -%meson -%meson_build +%configure --disable-static --enable-funky-colors +%make_build %install -%meson_install +%make_install %find_lang %{name} @@ -44,7 +43,7 @@ desktop-file-install \ %files -f %{name}.lang %license COPYING -%doc AUTHORS IDEAS NEWS THANKS +%doc AUTHORS ChangeLog IDEAS NEWS THANKS %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/%{name}.1.gz