Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95d6aa20df | ||
|
|
bc2c00cc63 | ||
|
|
12f4694f6f | ||
|
|
655c6fdfa6 | ||
|
|
e11cce9269 | ||
|
|
6bf29ef9b5 | ||
|
|
63a489c63c |
3 changed files with 22 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
|||
/xfce4-pulseaudio-plugin-0.4.7.tar.bz2
|
||||
/xfce4-pulseaudio-plugin-0.4.8.tar.bz2
|
||||
/xfce4-pulseaudio-plugin-0.4.9.tar.bz2
|
||||
/xfce4-pulseaudio-plugin-0.5.1.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-pulseaudio-plugin-0.4.9.tar.bz2) = 7fa29e85146e8cbbd420aed11050924fbb9c1a93657da1a4d3e207f5a7cc7fc99acdc41b467420a8948535a7f45e2a8e6d63f79df3cef228ada810566f15c263
|
||||
SHA512 (xfce4-pulseaudio-plugin-0.5.1.tar.xz) = 2041afa32ed971a8f725d5bb7c4364bb55a33127afc11681a3fb009a6b614d760c7c9466d1fed6530564695f4579a9cc881d21d994b5fba67a5f4dc5239a4cdd
|
||||
|
|
|
|||
|
|
@ -1,36 +1,35 @@
|
|||
%global _hardened_build 1
|
||||
%global xfceversion 4.18
|
||||
%global versnum 0.4
|
||||
%global versnum 0.5
|
||||
|
||||
Name: xfce4-pulseaudio-plugin
|
||||
Version: 0.4.9
|
||||
Version: 0.5.1
|
||||
Release: %autorelease
|
||||
Summary: Pulseaudio plugin for Xfce4
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/andrzej-r/xfce4-pulseaudio-plugin
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{versnum}/%{name}-%{version}.tar.bz2
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{versnum}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: libxfce4util-devel >= %{xfceversion}
|
||||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: exo-devel
|
||||
BuildRequires: pulseaudio-libs-devel >= 0.9.19
|
||||
BuildRequires: glib2-devel >= 2.24.0
|
||||
BuildRequires: gtk3-devel >= 3.6.0
|
||||
BuildRequires: xfconf-devel >= 4.6.0
|
||||
BuildRequires: exo-devel
|
||||
BuildRequires: keybinder3-devel
|
||||
BuildRequires: libnotify-devel
|
||||
|
||||
Obsoletes: xfce4-mixer <= 4.11
|
||||
# Obsoletes--->xfce4-volumed <= 0.1.13
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libxfce4windowing-devel
|
||||
|
||||
Requires: pulseaudio-daemon
|
||||
Requires: pavucontrol
|
||||
Recommends: pavucontrol
|
||||
|
||||
%description
|
||||
Pulseaudio panel plugin for Xfce Desktop Environment
|
||||
|
|
@ -42,27 +41,33 @@ Pulseaudio panel plugin for Xfce Desktop Environment
|
|||
rm -f AUTHORS README
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
# remove libtool archives
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# remove invalid locale
|
||||
rm -rf %{buildroot}%{_datadir}/locale/hye
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
# remove zero-length files
|
||||
rm -f %{buildroot}/%{defaultdocdir}/AUTHORS
|
||||
rm -f %{buildroot}/%{defaultdocdir}/README
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%{license} COPYING
|
||||
%doc ChangeLog
|
||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
%{_libdir}/xfce4/panel/plugins/libpulseaudio-plugin.so
|
||||
%{_datadir}/icons/hicolor/32x32/apps/%{name}*
|
||||
%{_datadir}/icons/hicolor/48x48/apps/%{name}*
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}*
|
||||
%{_datadir}/icons/hicolor/scalable/status/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue