Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd015feabe | ||
|
|
3e115a254d | ||
|
|
a8b99e4425 | ||
|
|
785c6bb910 | ||
|
|
323ee5b4cc | ||
|
|
6383967f20 | ||
|
|
aa04a24f15 | ||
|
|
2bf4084536 | ||
|
|
0b92b537e4 | ||
|
|
17e98dbcda |
3 changed files with 15 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfmpc-0.3.1.tar.bz2) = 771835828cd89298d79c31cec2716b308889e6b835a2b16d0ef25eab6ed1667b055158f845ebf897df8f3f9f45a07fb6ad2994a9981695e74be2d56408e4abe0
|
||||
SHA512 (xfmpc-0.4.0.tar.xz) = 158ee83fc3eaefaa800eedcaa70cdd84051259f5287c5eca70f69af7a9ad5872abc96672a051f8c275e163f17ea338360f75cd9f38dac3b455d7e9b236ef9d7f
|
||||
|
|
|
|||
23
xfmpc.spec
23
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue