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