Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e80c6a6a11 | ||
|
|
4dacfd0398 | ||
|
|
97882d0ff7 | ||
|
|
5510b93a12 | ||
|
|
c21d0ebe7d | ||
|
|
8ce47b426a | ||
|
|
dac97f0263 | ||
|
|
5120396c85 | ||
|
|
dc8b0d55e3 | ||
|
|
c9bc7c2a09 | ||
|
|
6aab0bb7e9 |
3 changed files with 12 additions and 13 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -9,3 +9,6 @@ xfce4-mpc-plugin-0.3.5.tar.bz2
|
|||
/xfce4-mpc-plugin-0.5.1.tar.bz2
|
||||
/xfce4-mpc-plugin-0.5.2.tar.bz2
|
||||
/xfce4-mpc-plugin-0.5.3.tar.bz2
|
||||
/xfce4-mpc-plugin-0.5.4.tar.bz2
|
||||
/xfce4-mpc-plugin-0.5.5.tar.bz2
|
||||
/xfce4-mpc-plugin-0.6.0.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-mpc-plugin-0.5.3.tar.bz2) = b9971a78a21764ffed40cef2f15ec2c7c5624cb3ebcff6c47bc01dede63957de6887ceb98e797abc4106ce062e0bdad6f50287ecf9da6abf8ef5d47df81a86cd
|
||||
SHA512 (xfce4-mpc-plugin-0.6.0.tar.xz) = 963e31b638c24a9b4f3997329cb33154fe085e684bf733ad391684fe0949590682b9f6edc6d39602a8c733ea05ddba47e4d0baaf6b9c9333eb68c082187aa1bc
|
||||
|
|
|
|||
|
|
@ -1,27 +1,26 @@
|
|||
#https://bugzilla.redhat.com/show_bug.cgi?id=455071
|
||||
|
||||
%global _hardened_build 1
|
||||
%global minorversion 0.5
|
||||
%global minorversion 0.6
|
||||
%global xfceversion 4.16
|
||||
|
||||
Name: xfce4-mpc-plugin
|
||||
Version: 0.5.3
|
||||
Version: 0.6.0
|
||||
Release: %autorelease
|
||||
Summary: MPD client for the Xfce panel
|
||||
|
||||
License: ISC
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||
#VCS: git:git://git.xfce.org/panel-plugins/xfce4-mpc-plugin
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: exo-devel >= 0.5.0
|
||||
BuildRequires: libmpd-devel >= 0.12
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: meson
|
||||
Requires: xfce4-panel >= %{xfceversion}
|
||||
|
||||
%description
|
||||
|
|
@ -33,15 +32,12 @@ A simple client plugin for MPD, the Music Player Daemon.
|
|||
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
# remove la file
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# FIXME: make sure debuginfo is generated properly (#795107)
|
||||
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue